ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Trends in Functional Programming: 22nd International Symposium, TFP 2021, Virtual Event, February 17–19, 2021, Revised Selected Papers (Lecture Notes in Computer Science, 12834)

دانلود کتاب روندها در برنامه نویسی تابعی: بیست و دومین سمپوزیوم بین المللی، TFP 2021، رویداد مجازی، 17 تا 19 فوریه 2021، مقالات منتخب اصلاح شده (یادداشت های سخنرانی در علوم کامپیوتر، 12834)

Trends in Functional Programming: 22nd International Symposium, TFP 2021, Virtual Event, February 17–19, 2021, Revised Selected Papers (Lecture Notes in Computer Science, 12834)

مشخصات کتاب

Trends in Functional Programming: 22nd International Symposium, TFP 2021, Virtual Event, February 17–19, 2021, Revised Selected Papers (Lecture Notes in Computer Science, 12834)

ویرایش: 1st ed. 2021 
نویسندگان:   
سری:  
ISBN (شابک) : 303083977X, 9783030839772 
ناشر: Springer 
سال نشر: 2021 
تعداد صفحات: 142 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 6 مگابایت 

قیمت کتاب (تومان) : 35,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 11


در صورت تبدیل فایل کتاب Trends in Functional Programming: 22nd International Symposium, TFP 2021, Virtual Event, February 17–19, 2021, Revised Selected Papers (Lecture Notes in Computer Science, 12834) به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب روندها در برنامه نویسی تابعی: بیست و دومین سمپوزیوم بین المللی، TFP 2021، رویداد مجازی، 17 تا 19 فوریه 2021، مقالات منتخب اصلاح شده (یادداشت های سخنرانی در علوم کامپیوتر، 12834) نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی درمورد کتاب به خارجی



فهرست مطالب

Preface
Organization
Contents
Nested Parallelism, Semantics, Task-Oriented Programming
Dataset Sensitive Autotuning of Multi-versioned Code Based on Monotonic Properties
	1 Introduction
		1.1 Scope and Contributions of This Paper
	2 Background
		2.1 Brief Overview of Cuda
		2.2 Incremental Flattening
	3 Autotuning Framework
		3.1 Tuning Forests, Program Instrumentation
		3.2 Autotuning Overview
		3.3 Tuning Size-Invariant Thresholds on a Single Dataset
		3.4 Monotonicity Assumption
		3.5 Tuning Size-Variant Thresholds
	4 Experimental Validation
	5 Related Work
	6 Conclusion
	References
A Generic Back-End for Exploratory Programming
	1 Introduction
		1.1 Contributions
	2 Background
	3 Related Work
	4 Implementation
	5 Evaluation
	6 Conclusion
	References
Dynamic Editors for Well-Typed Expressions
	1 Introduction
	2 Algebraic Data Types for Queries
		2.1 Editors for ADT-Based Queries
		2.2 Evaluation of the ADT Approach
	3 Dynamic Editors
		3.1 Using Dynamic Editors
		3.2 Using the Value of a Dynamic Editor
		3.3 Overloading in Dynamic Editors
		3.4 Extendable Expressions
	4 Properly Defined DSL Identifiers
	5 Ensuring Type Safety by Phantom Types
	6 Generalized Algebraic Data Types
	7 Shallow Embedding
	8 Related Work
	9 Conclusion
	References
Modelling, Translating, Proving Functional Programs
High-Level Modelling for Typed Functional Programming
	1 Introduction
	2 Approach
	3 Modelling Context
	4 Related Work
		4.1 Mainstream Modelling Languages
		4.2 Functional Programming and Modelling
	5 Philosophical Underpinnings
	6 The Language of Mathematics
		6.1 Natural Language Structure
	7 The Bridge over the River Wittgenstein
		7.1 Proposed Basis
	8 Notation
		8.1 Design Process
		8.2 Proposed Notation
	9 Case Study
	10 Conclusion
	References
Translating Lambda Calculus into C++ Templates
	1 Introduction
	2 Related Work
	3 Template Metaprogramming
	4 Translating Lambda Calculus
	5 Translating Functional Languages
		5.1 Bindings
		5.2 Recursion
		5.3 Simple Data Types
		5.4 Complex Data Types
	6 Semantics
		6.1 Preservation
		6.2 Evaluation Order
		6.3 Compilation Errors
	7 Practical Examples
		7.1 Precomputation
		7.2 Generic Programming
	8 Conclusion
	References
ProofViz: An Interactive Visual Proof Explorer
	1 Introduction
	2 Background: Tactics vs Proof Terms
	3 A Case Study: add1+=+add1
		3.1 Inductive Proofs, Eliminators, and Equality
		3.2 Matching Tactics with Proof Terms
		3.3 Using ProofViz to Understand Induction Tactics
	4 Tactic Development with ProofViz
		4.1 Tactic Development: f-equal
		4.2 Tactic Maintenance: by-induction
	5 Implementation Details
		5.1 Using ProofViz
		5.2 Implementation
		5.3 Unresolved Challenges
	6 Related Work
	7 Evaluation, Future Work and Conclusion
	References
Author Index




نظرات کاربران