登录

最新会员 最新下载

成为了本站VIP会员

今天14:12

成为了本站VIP会员

10月30日 16:42

成为了本站VIP会员

10月27日 10:54

成为了本站VIP会员

10月23日 19:14

成为了本站VIP会员

10月21日 21:03

成为了本站VIP会员

10月20日 16:48
已选条件
  1. 编程语言:Visual C++
  2. 代码类别:网络
  3. 发布时间:一周内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 混沌人工鱼群算法在重力坝材料参数反演中的应用

  混沌人工鱼群算法在重力坝材料参数反演中的应用(Chaos AFSA gravity dam material parameters Inversion)

9
下载
58
浏览
2013-06-26发布

2. HackerClanguagerProgramChapter12

  C语言黑客编程[12]---系统服务方式实现后门启动,C语言黑客编程[12]---系统服务方式实现后门启动(C language programming Hacker [12]--- backdoor way to achieve start system services, C language programming hacker [12]--- backdoor way to achieve start system services)

12
下载
45
浏览
2013-06-23发布

3. HackerClanguagerProgramChapter7

  C语言黑客编程[7]---单管道反向连接型后门的编写,C语言黑客编程[7]---单管道反向连接型后门的编写(C language programming hacker [7]--- single pipe reverse connection type back door preparation, C language programming hackers [7]--- single pipeline preparation of reverse connection type back door)

10
下载
56
浏览
2013-06-23发布

4. HackerClanguagerProgramChapter3

  C语言黑客编程[3]---编写带界面的关机程序,C语言黑客编程[3]---编写带界面的关机程序(C language programming hacker [3]--- prepared with the interface shutdown procedures, C language programming hacker [3]--- prepared with the interface shutdown procedures)

10
下载
43
浏览
2013-06-23发布

5. MyGADlgToTSP_V1.4Release

  直接计算TSP问题的小程序~非常好用,可以直接画出路径图来。(Direct calculation of the TSP ~ very handy little program, you can directly draw a path diagram.)

2
下载
42
浏览
2013-06-22发布

6. Basic-Ant

  最基本的蚁群算法!转自Excelhome,附大量TSPLIB数据 (The most basic ant colony algorithm! Transfer Excelhome, attached to a large TSPLIB data)

6
下载
82
浏览
2013-06-22发布

7. neural-network-example

  用前向神经元网络逼近连续函数,f(x1,x2,x3,x4)=sinx1+sinx2+sinx3+sinx4 定义域为[0,2*pi].刘宝碇老师例子仅供参考(Let us design a feedforward NN to approximate the continuous function, f(x1, x2, x3, x4) = sin x1+ sin x2+ sin x3+ sin x4 defined on [0, 2*pi]4.)

5
下载
29
浏览
2013-06-20发布

8. 1231

  实现FTP多线程下载上传,同时可以方便实现与本机FTP服务器的连接(Achieve multi-threaded FTP download upload, and can easily be achieved with the local FTP server)

3
下载
143
浏览
2013-06-13发布

9. Single-threaded-file-transfer

  实现单线程文件传输,不支持断点传出,功能相对简单,但是性能很好。(Achieve single-threaded file transfer, does not support breakpoints spread, function is relatively simple, but the performance is very good.)

1
下载
149
浏览
2013-06-11发布

10. CNNMnist-cPP

  CNN卷积神经网络C++实现。完全可编译运行。对研究CNN卷积神经网络 很有帮助。(C++ version convolutional neural network。 according to the source code adapted from Mike. CNN convolutional neural networks for research of the people.)

907
下载
61
浏览
2013-06-09发布

11. EfonVNC

  基于VC++开发的VNC服务端,非常有用方便,可用于远程调试使用(Developed based VC++ VNC server, very useful convenience for remote debugging)

2
下载
161
浏览
2013-06-05发布

12. BP-neural-network-

  BP神经网络用于负荷预测,电价估计等,欢迎大家补充更正(BP neural network for load forecasting, price estimates, etc., welcome to add corrections)

22
下载
68
浏览
2013-05-31发布

13. 01liaotianshi

  第1章实例01-简单网络聊天室.zip(Chapter 1 Examples 01- Simple network chat rooms. Zip)

1
下载
132
浏览
2013-05-31发布

14. Chat

  实现点对点发送文本聊天,P2P基于套接字发送和接收文本(Realize the point-to-point send text chat, P2P based on SOCKET to send and receive text)

4
下载
148
浏览
2013-05-31发布

15. cli

  windows 套接口 编程 udp(windows udp socket programming)

1
下载
151
浏览
2013-05-28发布

16. computer_networks

  浙江大学 《网络技术》课程资料 对应教材《计算机网络》第4版(Zhejiang University " Network Technology" course materials)

1
下载
167
浏览
2013-05-25发布

17. TCPIPAnalyse1

  对TCPIP网络包解析,Win下网络编程参考源码(TCPIP network packets for analysis, Win Network Programming Reference Source)

3
下载
144
浏览
2013-05-24发布

18. sssssss

  程序记录并显示了数据报从源端机器传送到目标机器的过程中所经过的路由器的IP地址,并且记录了数据报到达每个路由器所需要的时间。认真观察到达每个路由器的时间有什么区别,从而熟练掌握traceroute的工作原理和ICMP报文协议。 (The program records and displays the IP addresses of routers through which the datagram sent from the source client machine to the target machine , and the recording of the data packets arrive at the time required by each router . )

7
下载
143
浏览
2013-05-21发布

19. ycsf

  使用遗传算法解决旅行商问题。一个旅行商要去N个城市旅行,这N个城市中,任意两个城市之间都有一条路径,路径的长度按照两个城市之间的直线距离计算。找出一条路径,使得旅行商从A城市出发经过所有的城市再回到A城市,所经过的路径最短,每个城市不能重复旅行。(Using genetic algorithm to solve the traveling salesman problem.)

2
下载
72
浏览
2013-05-16发布

20. DH

说明:  机器人学课程中运动学部分关于D-H参数的动画演示,附含源代码!(Robotics courses kinematics animation on the DH parameters attached with source code!)

0
下载
50
浏览
2013-05-16发布