搜索结果
找到约 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)
其他书籍 Using an easy-to-follow format, this book explains the basics of MATLAB up front. You ll find out ho
Using an easy-to-follow format, this book explains the basics of MATLAB up front. You ll find out how to plot functions, solve algebraic equations, and compute integrals. You ll also learn how to solve differential equations, generate numerical solutions of ODEs, and work with special functions. Pac ...
Linux/Unix编程 A simple bibliotech archive coded in C. A real exercise with fopen write and the other base functio
A simple bibliotech archive coded in C.
A real exercise with fopen write and the other base functions of C.
数学计算 pHash is an implementation of various perceptual hashing algorithms. A perceptual hash is a fingerpr
pHash is an implementation of various perceptual hashing algorithms. A perceptual hash is a fingerprint of an audio, video, or image file that is mathematically based on the audio or visual content contained within. Unlike cryptographic hash functions that rely on the avalanche effect of small chang ...
其他 Face Recognition Library ======================== Advanced face recognition DLL using two functi
Face Recognition Library
========================
Advanced face recognition DLL using two functions : Train and Recognize. Uses neural net back propogation alogorithm with more AI tools added for imaging optimization. Library works great even for a low resolution web cam image and requires the user ...
编译器/解释器 how to add arrays * Use of const (constant) values. * Creation of vectors. * Passing
how to add arrays
* Use of const (constant) values.
* Creation of vectors.
* Passing vectors as function arguments.
* Reading from files of unknown size (monitoring istream status).
* Repetitive structures (while and for loops).
* The increment operators (++).
* Selection ...
其他书籍 The Microsoft(R) Guide for Assembly Language and C Programmers By Ray Duncan PROGRAMMING FOR MS-DO
The Microsoft(R) Guide for Assembly Language and C Programmers
By Ray Duncan
PROGRAMMING FOR MS-DOS
Genealogy of MS-DOS
MS-DOS in Operation
Structure of MS-DOS Application Programs
MS-DOS Programming Tools
Keyboard and Mouse Input
Video Display
Printer and Serial Port
File Management
Volumes and Dir ...
Internet/网络编程 with PHP and mySQL built library management system, library inquiries, storage, library book and oth
with PHP and mySQL built library management system, library inquiries, storage, library book and other functions
VC书籍 As a programming language, C is rather like Pascal or Fortran.. Values are stored in variables. Pro
As a programming language, C is rather like Pascal or Fortran.. Values are stored in variables.
Programs are structured by defining and calling functions. Program flow is controlled using loops, if
statements and function calls. Input and output can be directed to the terminal or to files. Related d ...
VC书籍 In c++ risks is a reference to a variable which exists i.e. one 2nd name for the same variable. Thi
In c++ risks is a reference to a variable which exists i.e. one 2nd name for the same variable.
This program is broken up into functions.露the function hand constitutes the entrance point of the program, firstly there is the function message which us affiche hello , and the second function produce ...
Delphi控件源码 第2章“BASM(Borland汇编语言)精要”中的全部示例代码。包括: 目录 描述 --------------------------------
第2章“BASM(Borland汇编语言)精要”中的全部示例代码。包括:
目录 描述
------------------------------------------------------------------------------
DEMO1 演示如何在BASM中调用Delphi Functions。
DEMO2 演示如何在BASM中调用Windows API。
DEMO3 ...