Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - network
Search - network - List
DL : 0
关于SOM神经网络算法源代码,内含编译后的EXE程序-SOM neural network algorithm on the source code, containing the compiled EXE program
Update : 2024-05-11 Size : 90112 Publisher : cui

基于matlab的bp神经网络的分类算法-Matlab based on the bp neural network classification algorithm
Update : 2024-05-11 Size : 1024 Publisher : star

基于matlab的bp神经网络的回归算法-Based on the bp neural network matlab regression algorithm
Update : 2024-05-11 Size : 1024 Publisher : star

matlabwsn
DL : 0
无线传感器网络 路由算法 本科设计时的论文算法-Wireless sensor network routing algorithm undergraduate thesis design algorithm
Update : 2024-05-11 Size : 32768 Publisher : 刘洋

中科院计算所WSN产品Gainz白皮书,同样是无线传感器网络方面的材料!-Calculated by the Chinese Academy of Sciences WSN Products Gainz White is also a wireless sensor network materials!
Update : 2024-05-11 Size : 1036288 Publisher : 素衣

DL : 0
基于RBF神经网络辨识的单神经元PID模型参考自适应控制-Based on RBF Neural Network Identification of single neuron PID model reference adaptive control
Update : 2024-05-11 Size : 1024 Publisher : feiyang

DL : 1
Java局域网监听器 监听本地网段(同个路由器内的网段)指定IP的IP数据包. 原理是ARP欺骗的方法,欺骗了目标IP的机器的ARP缓存以及本地路由器内的ARP表,让路由器跟目标IP之间的数据都必须经过运行这个软件的机器。 因为涉及到数据链路层的数据包操作,需要JPCAP这个包来增加JAVA对数据链路层的支持,所以要运行这个软件除了虚拟机还需要安装winpcap(windows)/libpcap(linux)+JPCAP才能运行。这3个包在网上都搜索下就可以找到了。 我打包成了.JAR文件,如果安装过WINPCAP/LIBPCAP+JPCAP,双击运行即可.源代码解压即可-Java LAN listener monitor the local network segment (with a router within the network segment) Specify the IP packet IP. The principle of ARP spoofing is to deceive the target IP of the machine as well as local router ARP cache of ARP table, so that the router with the IP data between the target must be running the software of the machine. Because of the data link layer packets, you need to JPCAP the JAVA package to increase the data link layer support, so apart from the software to run virtual machines also need to install winpcap (windows)/libpcap (linux) JPCAP to run . This three packages are in the online search can be found under. I became a pack. JAR file, if installed WINPCAP/LIBPCAP+ JPCAP, double-click to run. Decompress the source code can be
Update : 2024-05-11 Size : 22528 Publisher : James

基于神经网络的数字识别系统,可以识别手写体的数字,可利用标准模板进行识别,也可以用户自己进行训练。-Figures based on neural network identification system can identify handwritten figures, can be identified using a standard template can also be the user
Update : 2024-05-11 Size : 674816 Publisher : aaa

DL : 0
JAVA得到网卡物理地址(windows和Linux) ,当时觉得挺好,后来正好项目里有需要,就用了它,但好像有点问题.因为它是采用固定字符串搜索(if (line.indexOf("Physical Address") != -1) )获得MAC 地址的,后来在应用时出了问题,因为没有"Physical Address"这一项.后来在外网在查查了一下,后来发现老外有写一个这样的类,可能那样的方式更加可靠一点.算是做个标记-JAVA get the physical address of network card (windows and Linux), then feel good, then just need to have projects, we used it, but it seems rather questionable. Because it is the fixed-string search (if (line.indexOf (Physical Address )! =-1)) to obtain MAC address, then the application of a problem, because there is no Physical Address this item. then check out network, then later discovered that a foreigner has to write such a category, you may like A LITTLE more reliable way. is to be a marker
Update : 2024-05-11 Size : 23552 Publisher : cb

DL : 0
有SOM、LVQ、ART三種不同方式的類神經網路可以參考的實例-Has SOM, LVQ, ART in three different modes of neural network can refer to examples of
Update : 2024-05-11 Size : 6144 Publisher : 陳曉

DL : 0
此程序包是用粒子群算法来训练神经网络参数,只要打开demoPSOnet.m运行了,会出现动态的二维图-This package is used PSO to train neural network parameters, as long as the open demoPSOnet.m run, there will be a dynamic two-dimensional map
Update : 2024-05-11 Size : 23552 Publisher : 梁锦兆

DL : 0
本程序实做MLP(Multi-layer perceptron)算法,使用者可以自行设定训练数据集与测试数据集,将训练数据集加载,在2、3维下可以显示其分布状态,并分别设定键节值、学习率、迭代次数来训练其类神经网络,最后可观看辨识率与RMSE(Root Mean squared error)来判别训练是否可以停止。-This procedure is to do MLP (Multi-layer perceptron) algorithm, the user can set their own training data set and test data sets, the training data set is loaded, in the 2,3-dimensional display of their distribution, and were set key section of the value of learning rate, number of iterations to train the neural network can watch the final recognition rate and the RMSE (Root Mean squared error) to determine whether the training can stop.
Update : 2024-05-11 Size : 1213440 Publisher : 楊易

Recent peer-to-peer (P2P) systems are characterized by decentralized control, large scale and extreme dynamism of their operating environment. As such, they can be seen as instances of complex adaptive systems (CAS) typically found in biological and social sciences. Anthill is a framework to support the design, implementation and evaluation of P2P applications based on ideas such as multi-agent and evolutionary programming borrowed from CAS. An Anthill system consists of a dynamic network of peer nodes societies of adaptive agents travel through this network, interacting with nodes and cooperating with other agents in order to solve complex problems. Anthill can be used to construct different classes of P2P services that exhibit resilience, adaptation and self-organization properties.
Update : 2024-05-11 Size : 5886976 Publisher : ada

将BP 神经网络用于人脸识别,建立了人脸识别模型,研究了样本采样训练、样本批量训练和样本完整 训练三种训练策略对识别率的影响。所设计的识别模型包括图像压缩、图像抽样、输入矢量标准化、BP 神经网络与 竞争选择处理过程。利-BP neural network will be used for face recognition, face recognition model set up to study samples of the training sample, the sample volume and sample integrity training training training strategy for the identification of the three rates. Designed to identify the model, including image compression, image sampling, input vector for Standardization, BP neural network and competitive selection process. Lee
Update : 2024-05-11 Size : 147456 Publisher : 任永新

c sharp net work,运用C#进行网络设计-c sharp net work, the use of C# for network design
Update : 2024-05-11 Size : 374784 Publisher : 张某

主要用来计算复杂网络的平均聚集系数,用matlab开发的!-Mainly used to calculate the average complex network aggregation coefficient, developed with matlab!
Update : 2024-05-11 Size : 1024 Publisher : 陈亮

网络抓包工具ethereal的电子书《Ethereal Packet Sniffing》,详细介绍了该软件的安装、使用及抓包分析-Network tools ethereal capture of e-books Ethereal Packet Sniffing , described in detail the software installation, use and analysis of capture
Update : 2024-05-11 Size : 17948672 Publisher : 王珏

DL : 0
李亚非老师的神经网络教程.通俗易懂。ppt格式。-Li non-teacher neural network tutorial. User-friendly. ppt format.
Update : 2024-05-11 Size : 139264 Publisher : yue wu

DL : 0
本程序实现多种聚类算法,如k均值算法,ISODATA法,神经元网络算法-This procedure to achieve a variety of clustering algorithms, such as k-means algorithm, ISODATA method, neural network algorithm
Update : 2024-05-11 Size : 8465408 Publisher : 111111

bp, backpropagation 神经网络 简单认字 错误开发实例。-bp, backpropagation neural network to develop a simple example of character recognition errors.
Update : 2024-05-11 Size : 79872 Publisher : ky lee
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.