搜索结果
找到约 469 项符合
FUnctions 的查询结果
按分类筛选
- 全部分类
- matlab例程 (44)
- 其他 (29)
- 其他书籍 (26)
- 单片机开发 (25)
- 单片机编程 (23)
- 数学计算 (21)
- 技术资料 (18)
- 人工智能/神经网络 (17)
- 书籍 (12)
- 软件设计/软件工程 (10)
- 软件工程 (10)
- 嵌入式/单片机编程 (10)
- 数值算法/人工智能 (9)
- 电子书籍 (9)
- VC书籍 (9)
- 电源技术 (8)
- 其他嵌入式/单片机内容 (8)
- 微处理器开发 (8)
- Delphi控件源码 (8)
- DSP编程 (7)
- 驱动编程 (7)
- 压缩解压 (6)
- 通讯编程文档 (6)
- Java编程 (6)
- 教程资料 (5)
- Linux/Unix编程 (5)
- VHDL/FPGA/Verilog (5)
- 加密解密 (5)
- 嵌入式综合 (4)
- 可编程逻辑 (4)
- 金融证券系统 (4)
- 书籍源码 (4)
- 教育系统应用 (4)
- VIP专区 (4)
- Internet/网络编程 (3)
- SQL Server (3)
- 中间件编程 (3)
- 编译器/解释器 (3)
- 文章/文档 (3)
- 编辑器/阅读器 (3)
- J2ME (3)
- GPS编程 (3)
- 系统设计方案 (3)
- Ajax (3)
- *行业应用 (3)
- 实用工具 (2)
- 操作系统开发 (2)
- 数据结构 (2)
- 行业发展研究 (2)
- 3G开发 (2)
- 通讯/手机编程 (2)
- Windows CE (2)
- Java书籍 (2)
- Windows Mobile (2)
- Matlab (2)
- 源码 (2)
- 技术教程 (1)
- 无线通信 (1)
- ARM (1)
- 工控技术 (1)
- 测试测量 (1)
- 串口编程 (1)
- 语音压缩 (1)
- 文件格式 (1)
- VxWorks (1)
- 百货/超市行业 (1)
- 并行计算 (1)
- 汇编语言 (1)
- 手机短信编程 (1)
- 其他数据库 (1)
- 医药行业 (1)
- JavaScript (1)
- Applet (1)
- STL (1)
- 嵌入式Linux (1)
- BREW编程 (1)
- 技术管理 (1)
- uCOS (1)
- 交通/航空行业 (1)
- 网络 (1)
- MySQL数据库 (1)
- 其他行业 (1)
- 游戏 (1)
- 家庭/个人应用 (1)
- C/C++语言编程 (1)
- 仿真技术 (1)
- 工业控制 (1)
- DSP工具/软件 (1)
- 多媒体处理 (1)
- 软件 (1)
软件设计/软件工程 Atmel’s AT91SAM7FP105 is a low pincount FingerChip processor based on the 32-bit ARM RISC processor
Atmel’s AT91SAM7FP105 is a low pincount FingerChip processor based on the 32-bit ARM
RISC processor. It features a on-chip biometric engine performing enrollment verification and
identification, an internal record cache of up to 25 records and a secure command protocol over
USB, SPI, UART. This pro ...
VC书籍 The C++ standard library provides a set of common classes and interfaces that greatly extend the cor
The C++ standard library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components - and to benefit from their power - you need a resource that does far more than list the classes and t ...
软件工程 This article introduces how to construct a Hospital Ward Information System with three-tiered techno
This article introduces how to construct a Hospital Ward Information System with three-tiered technology. The System applies to UML, BDE, MIDAS, distributed compute theory and a special architecture to make such functions: patients check in and check out, prescription input, drug-delivery at center ...
人工智能/神经网络 The GP kernel is a C++ class library that can be used to apply genetic programming techniques to al
The GP kernel is a C++ class library that can be used to apply genetic
programming techniques to all kinds of problems. The library defines
a class hierarchy. An integral component is the ability to produce
automatically defined functions as found in Koza s "Genetic
Programming II".
单片机开发 The acceptance and introduction of serial communication to more and more applications has led to re
The acceptance and introduction of serial communication to more and more
applications has led to requirements that the assignment of message identifiers to
communication functions be standardized for certain applications. These applications
can be realized with CAN more comfortably, if the address r ...
微处理器开发 RS232.C was written to provide all of the basic functionality needed to employ serial I/O in any a
RS232.C was written to provide all of the basic functionality needed
to employ serial I/O in any application written with Borland C
language compilers. Some features are:
1. Ease of use. No assembly language or library files are used and a simple "#include" statement is all that is required to ...
JavaScript <JavaScript:The Good Parts>全英文版,O Reilly出品,必属精品,该书的英文版是2008年5月才出版的,此为对应的chm文档,支持目录索引和搜索功能.目录如下
<JavaScript:The Good Parts>全英文版,O Reilly出品,必属精品,该书的英文版是2008年5月才出版的,此为对应的chm文档,支持目录索引和搜索功能.目录如下:Syntax/Objects/Functions/Inheritance/Arrays/Regular expressions/Methods/Style/Beautiful features
系统设计方案 The P89LPC938 is a single-chip microcontroller, available in low cost packages, based on a high per
The P89LPC938 is a single-chip microcontroller, available in low cost packages, based on
a high performance processor architecture that executes instructions in two to four clocks,
six times the rate of standard 80C51 devices. Many system-level functions have been
incorporated into the P89LPC938 in ...
matlab例程 小波神经网络的源程序: 1.构造的非线性函数: 位于nninit_test.m 2.直接用WNN逼近非线性:Wnn_test.m, (内部调用小波函数) 3.遗传算法优化后逼近 :GA_Wnn_tes
小波神经网络的源程序: 1.构造的非线性函数: 位于nninit_test.m 2.直接用WNN逼近非线性:Wnn_test.m, (内部调用小波函数) 3.遗传算法优化后逼近 :GA_Wnn_test.m (内部调用遗传算法的,初始化,适应度,解码函数)-genetic algorithm optimization WNN source : 1. Construction of the nonlinear function : nninit_test.m at 2. ...
matlab例程 The toolbox solves a variety of approximate modeling problems for linear static models. The model ca
The toolbox solves a variety of approximate modeling problems for linear static models. The model can be parameterized in kernel, image, or input/output form and the approximation criterion, called misfit, is a weighted norm between the given data and data that is consistent with the model. There ar ...