搜索资源列表
Java_xunigonglu
- 采用VRML虚拟现实技术构建的公路运输勤务虚拟场景,本身不具有通信功能。该文扩展了VRML的scr ipt节点的功能,能够支持网络通信,使得公路运输勤务虚拟场景能够通过网络接收数据并能实时进行场景的重建。应用实例说明了该方案的可行性。-VRML virtual reality technology used to build the road transport logistical virtual scene itself does not have communication capabil
cwoa2.3_src
- 云网oa 最新版本 采用JSP开发的办公自动化产品、基于B/S结构,运行环境:JDK v1.5、Tomcat v5.5、MySQL v4.1,三者均为以上版本 其他相关内容: 可视化流程设计: 流程支持串签、会签和分支流程,可以设置流程节点的修改、删除权限,并可指定流程中各个用户在表单中可以填写的域 -Cloud Network oa the latest version of JSP development using office automation products, ba
one_1.4.0
- The ONE The Opportunistic Network Environment simulator. Information The ONE is a simulation environment that is capable of * generating node movement using different movement models * routing messages between nodes with various
BABAWebSrc
- 巴巴网的动力节点传智巴巴运动网源代码传智播客-Power transmission network node Baba Chi-Baba Chi Chuan Source Sports Network podcast
coverage
- 网络结点覆盖最优问题的OPL-cplex程序, Java的程序和相应的报告,-Network node covered the issue of OPL-cplex optimal program, Java programs and the corresponding report
sfnet-src-v002
- 生成无标度网络,可以计算网络的节点平均度、集聚系数等。-Generate scale-free network, the network node can calculate the average degree, clustering coefficient and so on.
Wireless-Node-1
- her we uploaded code for java scr ipt and it will use for communicating with other system using wireless network
Wireless-Node-2
- her we uploaded code for java scr ipt and it will use for communicating with other system using wireless network
Wireless-Node-3
- her we uploaded code for java scr ipt and it will use for communicating with other system using wireless network
Wireless-Node-4
- her we uploaded code for java scr ipt and it will use for communicating with other system using wireless network
test
- Dijkstra算法实现为网络中的节点选择从目的节点到源节点的最短路径-Dijkstra algorithm to choose the shortest path from the destination node to the source node for the node in the network
node-v0.8.22.tar
- Node.js是一套用来编写高性能网络服务器的Javascr ipt工具包,一系列的变化由此开始。比较独特的是,Node.js会假设你是在POSIX环境下运行它Linux 或 Mac OS X。如果你是在Windows下,那就需要安装MinGW以获得一个仿POSIX的环境。在Node中,Http是首要的。Node为创建http服务器作了优化,所以你在网上看到的大部分示例和库都是集中在web上(http框架、模板库等)。 -Node.js is a Javascr ipt toolkit for
snmp_demo
- BlogJava上不少朋友是做网管系统的。一个典型的网络管理系统,需要具备FCAPS几个标准模块,而网络的自动发现和拓扑展示是核心之一。很多人不喜欢Java的Swing,而本文就用一个很小很小的例子,来模拟一个小小的网络管理程序,希望能给大家一点启发。虽然很小,它却可以完成一个简单的局域网自动发现搜索、多线程、ICMP和SNMP的ping、节点的生成、拓扑的展示、自动布局等功能。继续改巴改巴也许还有点使用价值也未可知。 如果不喜欢研究代码,就当它是一个趣味程序吧!你可以在公司的网络里面
DistributionPowerFlow
- 上传的是eclipse工程文件夹。计算辐射型配电网的分层算法,通过从文本文档读取数据。以IEEE33节点系统为例,数据保存在1.txt中,使用方法里面有txt文档说明-Upload eclipse project folder. Hierarchical algorithm calculation of the radiation distribution network, read data from text documents. IEEE33 node system, for exampl
Degree
- 计算网络图中节点的度,即计算与某一节点相连的节点的个数-Computing nodes in the network map degree, which is a measure associated with a number of nodes connected to the node
nodejs-0.10.22-1385949691709.tar
- Node.js是一套用来编写高性能网络服务器的Javascr ipt工具包,一系列的变化由此开始。比较独特的是,Node.js会假设你是在POSIX环境下运行它Linux 或 Mac OS X。如果你是在Windows下,那就需要安装MinGW以获得一个仿POSIX的环境。在Node中,Http是首要的。Node为创建http服务器作了优化,所以你在网上看到的大部分示例和库都是集中在web上(http框架、模板库等)。-Node.js is a high-performance network
code
- influential node social network-influential node social network
Get_loop
- 用于求网络中从某一节点开始形成环路到该节点结束的节点编号。对于求路径的问题会有一定的帮助-Used to find a node the network began to form a loop to the end node node numbers. To seek the path of problem would certainly help
BP
- bp神经网络算法。本算法隐含层有一层,节点数可以自行输入,本人测试时一本设置在2-4之间。输入层有两个节点,输出层有一个节点。-BP neural network algorithm.The hidden layer of the algorithm has a layer, the number of nodes can be input, I test a set between 2-4. The input layer has two nodes, and the output layer
深入浅出Node.js
- 本书从不同的视角介绍了 Node 内在的特点和结构。由首章Node 介绍为索引,涉及Node 的各个方面,主要内容包含模块机制的揭示、异步I/O 实现原理的展现、异步编程的探讨、内存控制的介绍、二进制数据Buffer 的细节、Node 中的网络编程基础、Node 中的Web 开发、进程间的消息传递、Node 测试以及通过Node 构建产品需要的注意事项。最后的附录介绍了Node 的安装、调试、编码规范和NPM 仓库等事宜。 本书适合想深入了解 Node 的人员阅读。(This book int