搜索结果
找到约 562 项符合
method 的查询结果
按分类筛选
- 全部分类
- matlab例程 (98)
- 数学计算 (51)
- 数值算法/人工智能 (34)
- 其他 (32)
- 单片机编程 (28)
- 其他书籍 (27)
- 人工智能/神经网络 (19)
- 文章/文档 (16)
- 行业发展研究 (14)
- 系统设计方案 (13)
- 软件工程 (12)
- Java编程 (12)
- 技术资料 (12)
- 软件设计/软件工程 (11)
- 通讯/手机编程 (10)
- 数据结构 (9)
- 文件格式 (9)
- 微处理器开发 (8)
- 通讯编程文档 (7)
- 压缩解压 (7)
- 加密解密 (7)
- 单片机开发 (6)
- 书籍 (6)
- 模拟电子 (5)
- 可编程逻辑 (5)
- Java书籍 (5)
- 书籍源码 (5)
- 电子书籍 (5)
- Delphi控件源码 (5)
- 嵌入式/单片机编程 (4)
- 其他行业 (4)
- 教程资料 (3)
- 传感与控制 (3)
- 无线通信 (3)
- 其他嵌入式/单片机内容 (3)
- Linux/Unix编程 (3)
- DSP编程 (3)
- VC书籍 (3)
- VIP专区 (3)
- 学术论文 (2)
- 电源技术 (2)
- 测试测量 (2)
- 并行计算 (2)
- 邮电通讯系统 (2)
- Symbian (2)
- 游戏 (2)
- 网络 (2)
- Windows CE (2)
- JavaScript (2)
- 技术管理 (2)
- 教育系统应用 (2)
- 人物传记/成功经验 (2)
- CA认证 (2)
- 驱动编程 (2)
- 图形图像 (2)
- 多媒体处理 (1)
- 技术书籍 (1)
- 工控技术 (1)
- 接口技术 (1)
- 存储器技术 (1)
- 生物技术 (1)
- Applet (1)
- 多国语言处理 (1)
- 串口编程 (1)
- Modem编程 (1)
- 交通/航空行业 (1)
- Jsp/Servlet (1)
- *行业应用 (1)
- GPS编程 (1)
- 软件测试 (1)
- VHDL/FPGA/Verilog (1)
- Internet/网络编程 (1)
- Matlab (1)
- 源码 (1)
- 论文 (1)
Java书籍 some easy projects in java, can teach you basic project design method in java.
some easy projects in java, can teach you basic project design method in java.
数值算法/人工智能 Windowed-Burg method is made in order to improve the Clasical Burg method. Previously, I send the PB
Windowed-Burg method is made in order to improve the Clasical Burg method. Previously, I send the PBURGW.m file, but now I include also the ARBURGW.m algorithm and some NOTES-EXAMPLES to explain it and compare with the pburg.m algorithm from MATLAB.
嵌入式/单片机编程 "TCP/IP + Ethernet network equipment design method" sample program
"TCP/IP + Ethernet network equipment design method" sample program
人工智能/神经网络 For the incomplete methods, we kept the representation of the queens by a table and the method of ca
For the incomplete methods, we kept the representation of the queens by a table and the method of calculation to determine if two queens are in conflict, which is much faster for this kind of problems than the representation by a matrix.
heuristics: descent.
Tests: 100 queens in less than 1 second ...
书籍源码 国外计算机科学教材系列 numerial method using matlab (third edition)
国外计算机科学教材系列
numerial method using matlab (third edition)
人工智能/神经网络 A Primer for the Monte Carlo Method.rar
A Primer for the Monte Carlo Method.rar
Applet java 100例子 import javax.swing.JOptionPane //调用method class c { //定义名字 public static void
java 100例子
import javax.swing.JOptionPane //调用method
class c { //定义名字
public static void main(String[] args)
{ //开始method
JOptionPane.showMessageDialog( null, "错误" ) //显示一条信息
System.exit(0) // 结束程序
} //结束method
} //结束class ...
数值算法/人工智能 gauss.c - gaussian random numbers, using the Ziggurat method
gauss.c - gaussian random numbers, using the Ziggurat method
matlab例程 a method of ofdm simulation using matlab
a method of ofdm simulation using matlab
系统设计方案 This application note describes a method for developing block-oriented I/O device drivers for appli
This application note describes a method for developing block-oriented I/O device drivers
for applications that use the DSP/BIOS real-time kernel and includes examples that run
with Code Composer Studio v2.1 on the Texas Instruments TMS320C5402 and
TMS320C6711 DSP Starter Kits (DSKs). The device dri ...