-
lesson-14
孙鑫VC++教学课程lesson14:网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。(Sun Xin VC++ tutorial lesson14: the knowledge of the network, network program, Socket is connected applications and network drivers bridges, Socket application to create, build relationships bind driver. Thereafter, the data of the application to give socket, by the Socket handed driver and sent out on the network. After binding with the Socket IP+Port related data is received by the computer from the network, by the driver to the socket, the application can extract the data received from the Socket. Network application is sending and receiving data through the socket. TCP and UDP works and the writing process, how to link library files in the program. A character interface chat program.)
- 2013-04-02 10:19:34下载
- 积分:1
-
LeNet
用于书写体数字识别的卷积神经网络,VC++源码,仅供学习参考(Convolutional Neural Networks in Handwritten Digit Recognition Visual C++ implemented.)
- 2012-06-18 09:36:35下载
- 积分:1
-
test_LSH
局部敏感哈希(LSH)算法,vs2008实现。(Similarity Search in High Dimensions via Hashing)
- 2020-06-26 23:40:02下载
- 积分:1
-
WinSocketAPI
使用Winsocket API实现的网络通信功能,分客户端和服务器端。(Winsocket API to achieve the use of the network communication function, sub-client and server.)
- 2009-05-19 12:30:43下载
- 积分:1
-
RBPNNstructureOptimization
最大绝对误差结合微遗传算法优化径向基概率神经网络.目前为止,优化RBPNN最好的算法.(The largest absolute error combining micro-genetic algorithm optimization RBPNN. So far, the best algorithm to optimize RBPNN.)
- 2008-05-01 14:28:06下载
- 积分:1
-
cnc_quilter
CnC Cutter Mach3 Macro
- 2015-05-28 18:53:12下载
- 积分:1
-
iList
c++实现的int栈,里面有多个测试的main,可一一测试各种功能(int stack c++ realize there are multiple tests the main, eleven test various functions)
- 2012-10-06 15:54:03下载
- 积分:1
-
Neural network
说明: This a document which help you learn python
- 2019-05-11 17:07:11下载
- 积分:1
-
IOCPModel
这是一本关于IOCP模型原理及其功能介绍的文章。对于做大型服务器很有帮助(This is a book about IOCP model and the function introduction article. For large server help
)
- 2012-09-22 13:15:34下载
- 积分:1
-
myFrame
封装帧和解析帧,并有CRC校验,完全是自己手写(Feng binding and parsing frame, and a CRC checksum)
- 2009-10-11 16:57:57下载
- 积分:1