搜索:function-programming

找到约 2,551 项符合「function-programming」的查询结果

结果 2,551
按分类筛选
显示更多分类
https://www.eeworm.com/dl/957615.html 技术资料

C语言100例及教程

C语言是在70年代初问世的。一九七八年由美国电话电报公司(AT&T)贝尔实验室正式发表了C语言。同时由B.W.Kernighan和D.M.Ritchit合著了著名的“THE C PROGRAMMING LANGUAGE”一书。通常简称为《K&R》,也有人称之为《K&R》标准。但是,在《K&R》中并没有定义一个完整的标准C语言,后来由美国国家标准学 ...
下载 10
·
查看 420
https://www.eeworm.com/dl/684/233661.html 软件设计/软件工程

In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadl

In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadline violations. Priority inheritance protocol is one of the approaches to reduce priority inversion. Unfortunately, RTOS like uC/OS can’t support priority inheritance protocol sinc ...
下载 196
·
查看 1110
https://www.eeworm.com/dl/745436.html 书籍

Code Craft: the practice of writing excellent code

This book addresses programmer attitudes, but it’s not some kind of psychology textbook. We’ll investigate many topics, including: Source code presentation Defensive coding techniques How to debug programs effectively Good teamworking skills Managing your source code Take a q ...
查看 70
https://www.eeworm.com/dl/542/389046.html 其他书籍

Fully revised to cover the latest standards and technologies, XML and Java(TM), Second Edition provi

Fully revised to cover the latest standards and technologies, XML and Java(TM), Second Edition provides the practical solutions developers need to design powerful and portable Web-based applications. Featuring step-by-step examples, this book focuses on harnessing the power of Ja ...
下载 160
·
查看 1076
https://www.eeworm.com/dl/506700.html 源码/资料

Boost C++ Libraries 1.35.0

Boost C++ Libraries Free peer-reviewed portable C++ source libraries Boost C++ Libraries 基本上是一個免費的 C++ 的跨平台函式庫集合,基本上應該可以把它視為 C++ STL 的功能再延伸;他最大的特色在於他是一個經過「同行評審」(peer review,可參考維基百科)、開放原始碼的函式庫 ...
下载 1
·
查看 137
https://www.eeworm.com/dl/895493.html 技术资料

基于单片机的智能晾衣架控制系统设计

随着现代社会人们生活方式地不断改变与革新,目前越来越多的智能化生活用品出现在我们的日常生活中,针对目前大多数城市居民由于工作等其他方面的事情无法花费太多时间和精力来管理我们生活中合理晾晒与收衣服的问题,本设计详细的论述了晾衣架控制系统的设计步骤和设计产品的功能,设计完成了一种可以根据 ...
下载 8
·
查看 5429
https://www.eeworm.com/dl/894647.html 技术资料

远程智能光强度检测器的研究

本文研究的内容是远程智能光强检测系统。为了实现实验测量的自动化、高精度、和无线传输功能,我们利用STC89C52单片机控制电机转动来带动光强检测芯片移动,并通过无线传输模块,串口传输数据至计算机。结合VB绘图功能实现各种光强的实时显示,从而绘出光强分布图像。从单缝衍射的实验测量结果,由VB图像可 ...
下载 10
·
查看 6675
https://www.eeworm.com/dl/654/247434.html 数据结构

背包問題是關於最佳化的問題

背包問題是關於最佳化的問題,要解最佳化問題可以使用「動態規劃」(Dynamic programming),從空集合開始,每增加一個元素就先求出該階段的最佳解,直到所有的元素加入至集合中,最後得到的就是最佳解。 以背包問題為例,我們使用兩個陣列value與item,value表示目前的最佳解所得之總價,item表示最 ...
下载 52
·
查看 1062
https://www.eeworm.com/dl/523538.html 源码

MiniCore

An Arduino core for the ATmega328, ATmega168, ATmega88, ATmega48 and ATmega8, all running a [custom version of Optiboot for increased functionality](#write-to-own-flash). This core requires at least Arduino IDE v1.6.2, where v1.8.5+ is recommended. <br/> **This core gives you two ...
查看 156
https://www.eeworm.com/dl/686/382744.html VC书籍

C语言是在 70年代初问世的。一九七八年由美国电话电报公司(AT&T)贝尔实验室正式 发表了C 语言。同时由B.W.Kernighan和 D.M.Ritchit合著了著名的“THE C PROGRA

C语言是在 70年代初问世的。一九七八年由美国电话电报公司(AT&T)贝尔实验室正式 发表了C 语言。同时由B.W.Kernighan和 D.M.Ritchit合著了著名的“THE C PROGRAMMING LANGUAGE”一书。通常简称为《K&R》,也有人称之为《K&R》标准。但是,在《K&R》中并 没有定义一个完整的标准C语言,后来由美国国家标 ...
下载 188
·
查看 1125