-
socket programing
这是用C#进行的socket编程。程序中存在一个服务器和一个客户机。
- 2022-08-19 17:36:27下载
- 积分:1
-
Experimental ARMSYS 15: Ethernet interface application Description: Initializati...
ARMSYS实验十五:以太网接口应用
描述:初始化以太网卡-Experimental ARMSYS 15: Ethernet interface application Description: Initialization of Ethernet card
- 2022-07-16 09:19:10下载
- 积分:1
-
Multi
多线程下载的,性能很好,visual c++编写的,可以参考-Multi-threaded download, good performance, visual c++ Prepared, you can reference
- 2022-01-26 00:58:04下载
- 积分:1
-
一个用VC写的电话会议的系统.能够在少于四人的情况下实现高质量的语音效果,用语言实现了语音的混频...
一个用VC写的电话会议的系统.能够在少于四人的情况下实现高质量的语音效果,用语言实现了语音的混频-It is a video conference software writted by VC++. It show the perfect performance even when 4 people talk at the same time. voice mixing technolog be used.
- 2022-04-27 13:33:59下载
- 积分:1
-
BPbeyes
基于BP算法的贝叶斯网络参数学习,
实现了图形话的节点表示和样本生成,
图形话的结果分析(BP algorithm based on Bayesian network parameter learning, the achievement of the graphics, then the node express and sample generation, if the results of graphical analysis)
- 2008-08-06 22:42:53下载
- 积分:1
-
network404
遗传算法神经网络,遗传算法神经网络遗传算法神经网络(genetic algorithm neural networks, genetic algorithms neural networks, genetic algorithm, neural network)
- 2006-11-25 16:31:09下载
- 积分:1
-
YCArray
说明: /**
* 动态数组的模板类
* 1.支持字符索引
* 2.方便的添加删除修改任意一项
* 最后更新 2004-8-9 yzh
**1.优化了字符索引的运作方式,使用数组存储
**2.重写了底层数据的存储,将连续性的存储方式改为了非连续,
*** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速
* 用法如:
* YCArray<int,int> test
* test.Add("Number2",4)
* test.Add("Number1",2)
* printf("%d %d",test["Number1"],test["Number2"])
* 显示:
* 2 4
*******
*******
History:
2004-11-19
修改了析构函数,解决了索引没有释放的bug
**/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
- 2005-09-06 13:03:51下载
- 积分:1
-
a
说明: 遗传算法解非线性方程组,搞了好久了,希望能帮到大家(Genetic algorithm for solving nonlinear equations, out for a long time, and hope can help you)
- 2010-04-11 16:37:59下载
- 积分:1
-
svm_wine
说明: 采用svm算法对酒进行分类,效果还行,准确率97%左右,python语言(Using SVM algorithm to classify wine, the effect is good, the accuracy is about 97%. Python language)
- 2019-07-09 21:08:57下载
- 积分:1
-
simple-IRC-server
简单的IRC server,实现了client和server之间的通信机制。(simple IRCserver,implementing the communication between client and server)
- 2020-09-11 13:58:02下载
- 积分:1