搜索结果
找到约 60 项符合
nodes 的查询结果
按分类筛选
- 全部分类
- 其他 (8)
- 网络 (6)
- 书籍 (6)
- 单片机开发 (5)
- Linux/Unix编程 (5)
- 单片机编程 (2)
- 无线通信 (2)
- VC书籍 (2)
- 书籍源码 (2)
- 数据结构 (2)
- 人工智能/神经网络 (2)
- 通讯/手机编程 (2)
- 技术资料 (2)
- 开发工具 (1)
- 仿真技术 (1)
- 驱动编程 (1)
- Internet/网络编程 (1)
- 其他嵌入式/单片机内容 (1)
- 技术管理 (1)
- 数值算法/人工智能 (1)
- 其他行业 (1)
- 其他书籍 (1)
- Applet (1)
- Delphi/CppBuilder (1)
- matlab例程 (1)
- JavaScript (1)
- 编译器/解释器 (1)
人工智能/神经网络 本人编写的incremental 随机神经元网络算法
本人编写的incremental 随机神经元网络算法,该算法最大的特点是可以保证approximation特性,而且速度快效果不错,可以作为学术上的比较和分析。目前只适合benchmark的regression问题。
具体效果可参考
G.-B. Huang, L. Chen and C.-K. Siew, “Universal Approximation Using Incremental Constructive Feedforward Networ ...
人工智能/神经网络 计算最优化网络节点传输路径的neural network 模型
计算最优化网络节点传输路径的neural network 模型,测试通过4个nodes
数据结构 Trees are natural structures for representing certain kinds of hierarchical data. A (rooted) tree co
Trees are natural structures for representing certain kinds of hierarchical data. A (rooted) tree consists of a set of nodes (or vertices) and a set of arcs (or edges).
其他书籍 The combinatorial core of the OVSF code assignment problem that arises in UMTS is to assign some no
The combinatorial core of the OVSF code assignment problem
that arises in UMTS is to assign some nodes of a complete binary
tree of height h (the code tree) to n simultaneous connections, such that
no two assigned nodes (codes) are on the same root-to-leaf path. Each
connection requires a code on a ...
Applet Very good Java Applet used to animate Inserting, Deleting and Searching (Preorder & Postorder algori
Very good Java Applet used to animate Inserting, Deleting and Searching (Preorder & Postorder algorithm) nodes in Binary Trees. This is a part of mine students project.
You can use and redistribute the source code absolutelly free!
其他 This is a mutlicore and cluster(of single-core,multi-core systems) matrix inversion code. Which
This is a mutlicore and cluster(of single-core,multi-core systems) matrix inversion code.
Which uses the MPI(Message Passing Interface) for communication across the compute nodes of cluster and using thread-API based OpenMP(Open Multi Processing) between cores of intra-compute or head node.
单片机开发 Wireless range extenders or wireless repeaters can extend the range of an existing wireless network.
Wireless range extenders or wireless repeaters can extend the range of an existing wireless network. Range extenders can be strategically placed to elongate a signal area or allow for the signal area to reach around barriers such as those created in L-shaped corridors. Wireless devices connected thr ...
JavaScript Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test c
Implementation of Edmonds Karp algorithm that calculates maxFlow of graph.
Input:
For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, ending vertex and arc weight, separated by a space). The n ...
通讯/手机编程 Pattern-MAC (PMAC) protocol, instead of having fixed sleepwakeups, the sleep-wakeup schedules of th
Pattern-MAC (PMAC) protocol, instead of having fixed sleepwakeups,
the sleep-wakeup schedules of the sensor nodes are
adaptively determined. The schedules are decided based on a
node’s own traffic and that of its neighbors.
编译器/解释器 nesc language introduction. nesC is an extension to C [2] designed to embody the structuring concept
nesc language introduction. nesC is an extension to C [2] designed to embody the structuring concepts and execution model of
TinyOS [1]. TinyOS is an event-driven operating system designed for sensor network nodes that
have very limited resources (e.g., 8K bytes of program memory, 512 bytes of RAM ...