搜索结果
找到约 307 项符合
FORM 的查询结果
按分类筛选
- 全部分类
- Delphi控件源码 (27)
- 其他 (24)
- 书籍 (19)
- Java编程 (17)
- 其他书籍 (17)
- matlab例程 (12)
- 单片机编程 (8)
- 数值算法/人工智能 (8)
- 单片机开发 (7)
- 人工智能/神经网络 (7)
- 电子书籍 (6)
- Linux/Unix编程 (6)
- 数学计算 (5)
- FlashMX/Flex源码 (5)
- 软件设计/软件工程 (5)
- Jsp/Servlet (5)
- 技术资料 (5)
- 电源技术 (4)
- 可编程逻辑 (4)
- 文章/文档 (4)
- 压缩解压 (4)
- 数据库系统 (4)
- 数据结构 (4)
- 技术管理 (4)
- 编译器/解释器 (4)
- 教程资料 (3)
- 无线通信 (3)
- 编辑器/阅读器 (3)
- 串口编程 (3)
- 书籍源码 (3)
- VC书籍 (3)
- SQL Server (3)
- 软件工程 (3)
- 通讯编程文档 (3)
- Internet/网络编程 (3)
- 其他行业 (3)
- 通讯/手机编程 (3)
- Java书籍 (3)
- 源码 (3)
- 模拟电子 (2)
- 汇编语言 (2)
- J2ME (2)
- RFID编程 (2)
- 微处理器开发 (2)
- 系统设计方案 (2)
- MySQL数据库 (2)
- 加密解密 (2)
- Delphi/CppBuilder (2)
- C/C++语言编程 (2)
- 多媒体处理 (1)
- PCB相关 (1)
- 通信网络 (1)
- 嵌入式综合 (1)
- 测试测量 (1)
- 电子元器件应用 (1)
- 多国语言处理 (1)
- DSP编程 (1)
- VHDL/FPGA/Verilog (1)
- GPS编程 (1)
- 语音压缩 (1)
- 文件格式 (1)
- BREW编程 (1)
- 其他嵌入式/单片机内容 (1)
- 中间件编程 (1)
- SCSI/ASPI (1)
- 其他数据库 (1)
- 驱动编程 (1)
- 交通/航空行业 (1)
- STL (1)
- 网络 (1)
- Oracle数据库 (1)
- 行业发展研究 (1)
- Applet (1)
- Ajax (1)
- JavaScript (1)
- *行业应用 (1)
- 手机WAP编程 (1)
- 酒店行业 (1)
- 接口技术 (1)
人工智能/神经网络 HIGHLIGHT TRUE #define NOHIGHLIGHT FALSE #define UPDATE TRUE #define NOUPDATE FALSE #define FORM
HIGHLIGHT TRUE
#define NOHIGHLIGHT FALSE
#define UPDATE TRUE
#define NOUPDATE FALSE
#define FORMAT TRUE
#define NOFORMAT FALSE
#define LEFT 0
编译器/解释器 HIGHLIGHT TRUE #define NOHIGHLIGHT FALSE #define UPDATE TRUE #define NOUPDATE FALSE #define FORM
HIGHLIGHT TRUE
#define NOHIGHLIGHT FALSE
#define UPDATE TRUE
#define NOUPDATE FALSE
#define FORMAT TRUE
#define NOFORMAT FALSE
#define LEFT 0
编译器/解释器 HIGHLIGHT TRUE #define NOHIGHLIGHT FALSE #define UPDATE TRUE #define NOUPDATE FALSE #define FORM
HIGHLIGHT TRUE
#define NOHIGHLIGHT FALSE
#define UPDATE TRUE
#define NOUPDATE FALSE
#define FORMAT TRUE
#define NOFORMAT FALSE
#define LEFT 0
数学计算 IIR Filter Coefficient Quantization Example % written by DRB on 6-Dec-2004 for ECE3703 % % Looks
IIR Filter Coefficient Quantization Example
% written by DRB on 6-Dec-2004 for ECE3703
%
% Looks at unquantized filter (ideal), direct form, and cascaded second
% order section (SOS).
书籍源码 zemax源码: This DLL models a standard ZEMAX surface type, either plane, sphere, or conic The surfac
zemax源码:
This DLL models a standard ZEMAX surface type, either plane, sphere, or conic
The surface also demonstrates a user-defined apodization filter
The filter is defined as part of the real ray trace, case 5
The filter can be used at the stop to produce x-y Gaussian apodization similar to t ...
软件工程 Information in this document is subject to change without notice. Companies, names, and data used in
Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise noted. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without the ex ...
软件工程 OLE Programmer s Reference Information in this online help system is subject to change without no
OLE Programmer s Reference
Information in this online help system is subject to change without notice and does not represent a commitment on the part of Microsoft Corporation. The software and/or files described in this online help system are furnished under a license agreement or nondisclosure agr ...
VC书籍 This section contains a brief introduction to the C language. It is intended as a tutorial on the la
This section contains a brief introduction to the C language. It is intended as a tutorial on the language, and aims at getting a reader new to C started as quickly as possible. It is certainly not intended as a substitute for any of the numerous textbooks on C. 2. write a recursive function FIB (n) ...
汇编语言 Procedure TSPSA: begin init-of-T { T为初始温度} S={1
Procedure TSPSA:
begin
init-of-T { T为初始温度}
S={1,……,n} {S为初始值}
termination=false
while termination=false
begin
for i=1 to L do
begin
generate(S′form S) { 从当前回路S产生新回路S′}
Δt:=f(S′))-f(S) {f(S)为路 ...
人工智能/神经网络 Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search ma
Implemented BFS, DFS and A*
To compile this project, use the following command:
g++ -o search main.cpp
Then you can run it:
./search
The input is loaded from a input file in.txt
Here is the format of the input file:
The first line of the input file shoud contain two chars indicate the source and ...