搜索:function-programming

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

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

采用 XLP 技术的 28/40/44 引脚闪存单片机PIC16(L)F1516/7/8/9 中文数据手册

PIC单片机的中文数据手册,带来阅读的便利本数据手册中包含的器件:•PIC16F1516 • PIC16LF1516 • PIC16F1517 • PIC16LF1517 • PIC16F1518 • PIC16LF1518 • PIC16F1519 • PIC16LF1519单片机特性: • 工作电压范围: - 2.3V-5.5V (PIC16F1516/7/8/9) - 1.8V-3.6V (PIC16LF1516/7/8/9)& ...
下载 2
·
查看 5857
https://www.eeworm.com/dl/641/152732.html 数学计算

The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statisti

The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statistics algorithm AS 274 (see comments at the start of the module). A planar-rotation algorithm is used to update the QR- factorization. This makes it suitable for updating regressions a ...
下载 144
·
查看 1087
https://www.eeworm.com/dl/897261.html 技术资料

一种带中断的单片机交通灯控制系统

基于51单片机的智能交通灯系统,设计实现了交通灯的数字器件动态显示倒数,实现了行人开关交通灯的状态功能。使交通灯更加人性化。设计成本低,结构简单,操作可靠,易于扩展。Based on the intelligent traffic light system of 51 single chip computer, this paper designs and realizes the reciprocal ...
下载 4
·
查看 2129
https://www.eeworm.com/dl/521313.html 技术资料

多元散射校正MSC

function [R,k,b] = msc(A) % 多元散射校正 % 输入待处理矩阵,通过多元散射校正,求得校正后的矩阵 %% 获得矩阵行列数 [m,n] = size(A); %% 求平均光谱 M = mean(A,2); %% 利用最小二乘法求每一列的斜率k和截距b for i = 1:n a = polyfit(M,A(:,i),1); if i == 1 k = a(1); ...
查看 318
https://www.eeworm.com/dl/665/396137.html matlab例程

(1) 在某些无线信道中

(1) 在某些无线信道中,多普勒频移会引起无线信道输出信号的混叠。请描述产生混叠的各种原因; (2) 无线信道中的多普勒谱有一种经典谱(classic spectrum),请解释产生这种谱形状的机理; (3) 请用Simulink工具编写代码(S-Function方式),产生一单径瑞利信道,其多普勒谱为经典谱,其中移动速率为120km/ ...
下载 97
·
查看 1134
https://www.eeworm.com/dl/507854.html matlab例程

distmesh

matlab有限元网格划分程序 DistMesh is a simple MATLAB code for generation of unstructured triangular and tetrahedral meshes. It was developed by Per-Olof Persson (now at UC Berkeley) and Gilbert Strang in the Department of Mathematics at& ...
下载 1
·
查看 106
https://www.eeworm.com/dl/894690.html 技术资料

基于AT89C51的智能公交刷卡系统改进设计与实现

为了适应现代化发展,提高公交管理运输现代化水平,设计了一种基于AT89C51的智能公交刷卡系统。系统以单片机AT89C51作为接口电路与刷卡座信息存储装置,将采集到的收费信息、客流信息、刷卡时间、卡内金额与消费金额等信息显示在LCD显示模块中。在软件部分,增加了系统清算功能与客流信息统计功能,通过系统 ...
下载 5
·
查看 7424
https://www.eeworm.com/dl/571/20200.html 模拟电子

电台维修模拟训练系统设计方法研究

Methods for designing a maintenance simulation training system for certain kind of radio are introduced. Fault modeling method is used to establish the fault database. The system sets up some typical failures, follow the prompts trainers can locate the fault source and confirm t ...
下载 74
·
查看 1070
https://www.eeworm.com/dl/686/181855.html VC书籍

This book is intended for "hands-on" developers or advanced students interested in understanding the

This book is intended for "hands-on" developers or advanced students interested in understanding the strategies and tactics of concurrent network programming using C++ and object-oriented design. We describe the key design dimensions, patterns, and principles needed to develop fl ...
下载 161
·
查看 1096
https://www.eeworm.com/dl/542/216162.html 其他书籍

This book is the most accurate and up-to-date source of information the STL currently available. ...

This book is the most accurate and up-to-date source of information the STL currently available. ... It has an approach and appeal of its own: it explains techniques for building data structures and algorithms on top of the STL, and in this way appreciates the STL for what it is ...
下载 52
·
查看 1119