搜索:function-programming

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

结果 2,551
按分类筛选
显示更多分类
https://www.eeworm.com/dl/522412.html 源码

lagr.m

function y=lagr(x0,y0,x) %x0,y0为节点 %x是插值点 n=length(x0); m=length(x); for i=1:m z=x(i); s=0.0; for k=1:n p=1.0; for j=1:n if j~=k p=p*(z-x0(j))/(x0(k)-x0(j)); end end s=p*y0(k)+s; end y(i)=s; end
下载 1
·
查看 218
https://www.eeworm.com/dl/522474.html 书籍

Stable_adaptive_neural_network_control

Recent years have seen a rapid development of neural network control tech- niques and their successful applications. Numerous simulation studies and actual industrial implementations show that artificial neural network is a good candidate for function approximation and control sy ...
下载 13
·
查看 293
https://www.eeworm.com/dl/829669.html 技术资料

8205A8_2.0.pdf规格书下载

The PW8205A8TS is the highest performance trench N-ch MOSFETs with extreme high cell density,which provide excellent RDSON and gate charge for most of the small power switching and loadswitch applications. The meet the RoHS and Product requirement with full function reliabilityap ...
下载 9
·
查看 8247
https://www.eeworm.com/dl/644/449856.html 汇编语言

This program implements a PIC-based fuzzy inference engine for the Fudge fuzzy development system

This program implements a PIC-based fuzzy inference engine for the Fudge fuzzy development system from Motorola. It works by taking the output from Fudge for the 68HC11 processor, and converting it to a MPASM compatible assembler file using the convert batch file. This fil ...
下载 122
·
查看 1100
https://www.eeworm.com/dl/898168.html 技术资料

基于STC89C52单片机的物体摩擦系数测量系统设计

基于STC89C52单片机,设计了一种物体摩擦系数测量系统,该系统主要由STC89C52单片机、对射红外传感器、LCD1602显示器和玻璃倾斜面等组成。阐述了该系统的设计原理和工作过程,完成了装置的搭建和系统功能编程实现,并展开试验研究,结果表明,本系统可实现物体滑动摩擦系数快速测量,试验结果与标准范围基本一 ...
下载 6
·
查看 3843
https://www.eeworm.com/dl/827937.html 技术资料

DDR4标准 JESD79_4

1. Scope ......................................................................................................................................................................... 12. DDR4 SDRAM Package Pinout and Addressing ........................................................ ...
下载 35
·
查看 855
https://www.eeworm.com/dl/502/30682.html 单片机编程

CAT28LV64-64Kb CMOS并行EEPROM数据手

The CAT28LV64 is a low voltage, low power, CMOS Parallel EEPROM organized as 8K x 8−bits. It requires a simple interface for in−system programming. On−chip address and data latches, self−timed write cycle with auto−clear and VCC power up/down write p ...
下载 125
·
查看 1062
https://www.eeworm.com/dl/678/140104.html 系统设计方案

这篇论文描述了一种设计Hard Real Time System的结构方法HRT-HOOD

这篇论文描述了一种设计Hard Real Time System的结构方法HRT-HOOD,由York大学的两位教授提出,York大学的Real Time System Group是关于实时系统研究的世界领先机构,研究内容具体可以登陆York的网站,或者参考出版书籍:Real Time Systems and Programming Languages. ...
下载 51
·
查看 1086
https://www.eeworm.com/dl/648/151575.html 单片机开发

自制51编程器 I have build my own programmer. This device can program the AT89C51 and works with it. So i

自制51编程器 I have build my own programmer. This device can program the AT89C51 and works with it. So it can easily be adapted to programming other devices by itself. The Atmel Flash devices are ideal for developing, since they can be reprogrammed easy, often and fast. You nee ...
下载 86
·
查看 1115
https://www.eeworm.com/dl/652/255944.html 文章/文档

Traveling Salesman Problem (TSP) has been an interesting problem for a long time in classical optim

Traveling Salesman Problem (TSP) has been an interesting problem for a long time in classical optimization techniques which are based on linear and nonlinear programming. TSP can be described as follows: Given a number of cities to visit and their distances from all other cities ...
下载 30
·
查看 1094