搜索:function-programming
找到约 2,551 项符合「function-programming」的查询结果
结果 2,551
按分类筛选
- 全部
- 技术资料 (438)
- 其他书籍 (252)
- VC书籍 (214)
- matlab例程 (139)
- 电子书籍 (107)
- Linux/Unix编程 (107)
- 其他 (81)
- Java编程 (77)
- 单片机编程 (63)
- 软件工程 (55)
- 单片机开发 (54)
- 软件设计/软件工程 (50)
- 人工智能/神经网络 (49)
- 嵌入式/单片机编程 (47)
- Java书籍 (42)
- 文章/文档 (41)
- 数学计算 (38)
- 书籍源码 (35)
- 微处理器开发 (35)
- VHDL/FPGA/Verilog (28)
- 数值算法/人工智能 (25)
- Windows CE (25)
- 通讯/手机编程 (24)
- 其他嵌入式/单片机内容 (23)
- 书籍 (22)
- 游戏 (20)
- 驱动编程 (19)
- DSP编程 (18)
- 网络 (18)
- 汇编语言 (18)
- Delphi控件源码 (17)
- 通讯编程文档 (15)
- 系统设计方案 (14)
- VIP专区 (14)
- 可编程逻辑 (13)
- 压缩解压 (12)
- 加密解密 (11)
- 串口编程 (11)
- 行业发展研究 (11)
- 教程资料 (10)
- 编译器/解释器 (9)
- 数据结构 (9)
- Windows Mobile (9)
- 源码 (9)
- Internet/网络编程 (8)
- *行业应用 (8)
- J2ME (8)
- JavaScript (8)
- 文件格式 (7)
- USB编程 (7)
- 中间件编程 (6)
- SQL Server (6)
- 电源技术 (5)
- 多媒体处理 (5)
- 操作系统开发 (5)
- 技术书籍 (5)
- 模拟电子 (5)
- 技术管理 (5)
- 嵌入式Linux (5)
- Symbian (5)
- GPS编程 (5)
- C/C++语言编程 (4)
- 嵌入式综合 (4)
- 磁盘编程 (4)
- 企业管理 (4)
- Applet (4)
- STL (4)
- 其他行业 (4)
- Oracle数据库 (4)
- 数据库系统 (3)
- 实用工具 (3)
- 通信网络 (3)
- 手机短信编程 (3)
- Modem编程 (3)
- uCOS (3)
- Delphi/CppBuilder (3)
- 邮电通讯系统 (3)
- Jsp/Servlet (3)
- PCB相关 (2)
- 资料/手册 (2)
- Matlab (2)
- 教程资料 (2)
- 编辑器/阅读器 (2)
- SCSI/ASPI (2)
- 金融证券系统 (2)
- CA认证 (2)
- 其他数据库 (2)
- FlashMX/Flex源码 (2)
- VxWorks (2)
- 并行计算 (2)
- MTK (2)
- 3G开发 (2)
- 软件 (2)
- 无线通信 (1)
- 接口技术 (1)
- 学术论文 (1)
- Windows编程 (1)
- 开关电源 (1)
- 驱动程序 (1)
- 仿真技术 (1)
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)& ...
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 ...
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 ...
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); ...
https://www.eeworm.com/dl/665/396137.html
matlab例程
(1) 在某些无线信道中
(1) 在某些无线信道中,多普勒频移会引起无线信道输出信号的混叠。请描述产生混叠的各种原因;
(2) 无线信道中的多普勒谱有一种经典谱(classic spectrum),请解释产生这种谱形状的机理;
(3) 请用Simulink工具编写代码(S-Function方式),产生一单径瑞利信道,其多普勒谱为经典谱,其中移动速率为120km/ ...
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& ...
https://www.eeworm.com/dl/894690.html
技术资料
基于AT89C51的智能公交刷卡系统改进设计与实现
为了适应现代化发展,提高公交管理运输现代化水平,设计了一种基于AT89C51的智能公交刷卡系统。系统以单片机AT89C51作为接口电路与刷卡座信息存储装置,将采集到的收费信息、客流信息、刷卡时间、卡内金额与消费金额等信息显示在LCD显示模块中。在软件部分,增加了系统清算功能与客流信息统计功能,通过系统 ...
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 ...
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 ...
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 ...