搜索结果
找到约 8,500 项符合
OF 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (646)
- 书籍 (579)
- matlab例程 (560)
- 其他 (524)
- Java编程 (297)
- 单片机开发 (272)
- 单片机编程 (258)
- 技术资料 (224)
- Linux/Unix编程 (214)
- 数学计算 (196)
- 电子书籍 (189)
- 软件设计/软件工程 (187)
- 人工智能/神经网络 (159)
- VC书籍 (156)
- 通讯编程文档 (155)
- 文章/文档 (152)
- 通讯/手机编程 (147)
- VHDL/FPGA/Verilog (140)
- 数值算法/人工智能 (125)
- 系统设计方案 (122)
- 嵌入式/单片机编程 (117)
- Java书籍 (113)
- 软件工程 (111)
- 电源技术 (109)
- 行业发展研究 (104)
- 微处理器开发 (100)
- 书籍源码 (96)
- 文件格式 (91)
- 其他嵌入式/单片机内容 (88)
- 加密解密 (87)
- 可编程逻辑 (83)
- 压缩解压 (82)
- 模拟电子 (81)
- 数据结构 (80)
- 网络 (78)
- 汇编语言 (78)
- Delphi控件源码 (70)
- DSP编程 (64)
- 驱动编程 (64)
- 其他行业 (61)
- 游戏 (60)
- 教程资料 (58)
- 编译器/解释器 (56)
- Internet/网络编程 (51)
- 技术管理 (43)
- GPS编程 (37)
- SQL Server (37)
- USB编程 (36)
- VIP专区 (36)
- J2ME (34)
- 论文 (33)
- 无线通信 (31)
- 技术书籍 (30)
- Windows CE (29)
- 操作系统开发 (28)
- 3G开发 (28)
- 其他数据库 (28)
- 嵌入式Linux (26)
- Applet (25)
- 串口编程 (23)
- 编辑器/阅读器 (23)
- 源码 (23)
- Jsp/Servlet (22)
- Windows Mobile (20)
- 中间件编程 (20)
- 嵌入式综合 (19)
- 多国语言处理 (19)
- JavaScript (19)
- 学术论文 (19)
- uCOS (18)
- *行业应用 (18)
- Symbian (17)
- 通信网络 (16)
- 测试测量 (16)
- 邮电通讯系统 (16)
- 数据库系统 (15)
- 金融证券系统 (15)
- VxWorks (14)
- 手机短信编程 (14)
- RFID编程 (13)
- 教育系统应用 (12)
- PCB相关 (11)
- 行业应用文档 (10)
- 资料/手册 (10)
- FlashMX/Flex源码 (10)
- 磁盘编程 (10)
- Delphi/CppBuilder (10)
- 多媒体处理 (10)
- 实用工具 (9)
- 语音压缩 (9)
- BREW编程 (9)
- CA认证 (9)
- 传感与控制 (8)
- ARM (8)
- MySQL数据库 (8)
- 并行计算 (8)
- 企业管理 (8)
- allegro (7)
- 开关电源 (7)
- 家庭/个人应用 (7)
数值算法/人工智能 A program to find frequent molecular substructures and discriminative fragments in a database of mol
A program to find frequent molecular substructures and discriminative fragments in a database of molecule descriptions. The algorithm is based on the Eclat algorithm for frequent item set mining.
数值算法/人工智能 A program to demonstrate the optimization process of particle swarm optimization. A two-dimensional
A program to demonstrate the optimization process of particle swarm optimization. A two-dimensional objective function is visualized by level of grey: the lighter the color, the higher the function value. The particles are shown as red circles, their trajectory as red lines.
数值算法/人工智能 A program to demonstrate the optimization process of ant colony optimization for the traveling salem
A program to demonstrate the optimization process of ant colony optimization for the traveling saleman problem (TSP). The cities are shown as red circles, the pheromone on the connections between them (fully connected graph) by gray lines. The darker the grey, the more pheromone is currently on the ...
数值算法/人工智能 Programs to induce a naive possibilistic classifier (a possibilistic analog of the naive Bayes class
Programs to induce a naive possibilistic classifier (a possibilistic analog of the naive Bayes classifier) and to classify new data with an induced naive possibilistic classifier.
VHDL/FPGA/Verilog Synthesizable model of Atmel ATmega103 microcontroller. (VHDL IP)
Synthesizable model of Atmel ATmega103 microcontroller. (VHDL IP)
数据结构 Computes estimates for the number of forests of a graph, input as a 0-1 incidence matrix. Notes: Com
Computes estimates for the number of forests of a graph, input as a 0-1 incidence matrix. Notes: Compile in C++, "g++ -o span_forest span_forest.c". The program does not demand that the matrix is symmetric with 0 diagonal, but uses only the upper triangular part.
压缩解压 Computes the permanent of a nonnegative integer matrix. Notes: Compile in C++, "g++ -o permanent per
Computes the permanent of a nonnegative integer matrix. Notes: Compile in C++, "g++ -o permanent permanent.c".
其他 Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same d
Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same directory as Rothberg s code (see above). You can download the .tar directory with the code weighted-match.tar here. Then "make" the codes (this codes are in C, not C++). The program is then run by the ...
matlab例程 Example of a digital data transmission implementing GMSK modulation This Simulink model simulates a
Example of a digital data transmission implementing GMSK modulation
This Simulink model simulates as an example the transmission and reception of random digital data modulated with GMSK. The purpose of this model is to illustrate how part of the GSM transmission and reception works. It also measures ...
matlab例程 RAKE receiver for direct-sequence spread spectrum systems Simulink model of a simple direct-sequenc
RAKE receiver for direct-sequence spread spectrum systems
Simulink model of a simple direct-sequence spread spectrum system with RAKE reception