搜索结果
找到约 276 项符合
BINARY 的查询结果
按分类筛选
- 全部分类
- 技术资料 (50)
- 数据结构 (18)
- 其他 (17)
- matlab例程 (17)
- Linux/Unix编程 (13)
- Java编程 (10)
- 压缩解压 (9)
- VHDL/FPGA/Verilog (9)
- 其他书籍 (8)
- 数学计算 (8)
- 人工智能/神经网络 (8)
- 通讯/手机编程 (6)
- 单片机开发 (6)
- 数值算法/人工智能 (5)
- Delphi控件源码 (5)
- Applet (4)
- 多国语言处理 (4)
- 汇编语言 (4)
- 通讯编程文档 (4)
- 其他嵌入式/单片机内容 (4)
- 源码 (3)
- 电子书籍 (3)
- 编译器/解释器 (3)
- 嵌入式Linux (3)
- 微处理器开发 (3)
- 软件设计/软件工程 (3)
- VC书籍 (3)
- 学术论文 (2)
- 加密解密 (2)
- 书籍源码 (2)
- 驱动编程 (2)
- 教育系统应用 (2)
- 文件格式 (2)
- 嵌入式/单片机编程 (2)
- 文章/文档 (2)
- Windows CE (2)
- Symbian (2)
- 行业发展研究 (2)
- VIP专区 (2)
- DSP编程 (1)
- 多媒体处理 (1)
- 数据库系统 (1)
- 其他文档 (1)
- 技术书籍 (1)
- 技术教程 (1)
- 资料/手册 (1)
- 嵌入式综合 (1)
- IEEE论文 (1)
- 模拟电子 (1)
- Modem编程 (1)
- *行业应用 (1)
- CA认证 (1)
- uCOS (1)
- 手机WAP编程 (1)
- Java书籍 (1)
- 生物技术 (1)
- 系统设计方案 (1)
- 并行计算 (1)
- Jsp/Servlet (1)
- RFID编程 (1)
- 3G开发 (1)
其他 Implements mixture of binary (logistic) PCAs where pixels are modeled using Bernoulli distributions
Implements mixture of binary (logistic) PCAs where pixels are modeled using Bernoulli distributions instead of Gaussian. The images do not need to be aligned.
技术资料 Binary-Coding-Based Ant Colony Optimization and Its Convergence.pdf
资料->【C】嵌入系统->【C3】自动化控制->【1】控制算法->【蚁群算法】->Binary-Coding-Based Ant Colony Optimization and Its Convergence.pdf
人工智能/神经网络 This code in this directory implements the binary hopfield network. Source code may be found in HOP
This code in this directory implements the binary hopfield network.
Source code may be found in HOPNET.CPP. A sample training file is
H7x8N4.trn. Sample test pattern files are: H7x8D4.TST, H5x8D7.TST,
H5x8D7.TST and H5x8D9.TST, Output of the program goes to both the
screen and a file, ARCHIVE.LST. ...
VC书籍 Binary Space Partioning Trees and Polygon Removal in Real Time 3D Rendering
Binary Space Partioning Trees and Polygon
Removal in Real Time 3D Rendering
Java编程 binary tree.java 二叉树的 java 实现
binary tree.java
二叉树的 java 实现,简单易懂
人工智能/神经网络 This code in this directory implements the binary hopfield network.Source code may be found in HOPNE
This code in this directory implements the binary hopfield network.Source code may be found in HOPNET.CPP. A sample training file is H7x8N4.trn. Sample test pattern files are: H7x8D4.TST, H5x8D7.TST,H5x8D7.TST and H5x8D9.TST, Output of the program goes to both the
screen and a file, ARCHIVE.LST.
其他 This is a binary search tree with void* pointer in data segment in order you to search store and del
This is a binary search tree with void* pointer in data segment in order you to search store and delete O(n) worst case, O(log(n)) agerage case data.
其他书籍 this book mainly includes these contents :linked list, stacks and queuse, recursions, binary tree, m
this book mainly includes these contents :linked list, stacks and queuse, recursions, binary tree, multi tree, graphs, sorting, hashing, data compression.
matlab例程 Compute Classical CFAR binary detection threshold for radar detection under additive Gaussian white
Compute Classical CFAR binary detection threshold for radar detection under additive Gaussian white noise criterion and specified false alarm probability.
数学计算 Binary Search Tree Implementation with extra features like Maximum Depth of a tree, Minimum element
Binary Search Tree Implementation with extra features like Maximum Depth of a tree, Minimum element in the BST and Mirroring of BST.