搜索资源列表
moni
- 串口读写操作的 cvi例程 比较详细 是一个工程化的程序-Cvi serial read and write operations is a more detailed routine engineering procedures
serial
- Good for Serial Programing
ODBCmultitgread
- 是1论文关于多线程与ODBC在串口编程中的应用,对于多线程编程并读取数据库有一定帮助理解。-This is paper aimed at multi-thread and ODBC programing,is helpful to your own application.
legendcode
- 传奇服务器端分析和代码实现,其中涉及到很多windows服务器API和模型,是学习服务器一个好例子-those code is about server,i think is valuable for veryone who want to learn to net programing
socket.tar
- socket编程,实现客户端和服务器端的通信-socket programing,we can communicate with the client and the server.
comm-programing
- 窗口通信高级编程,在VC环境下,实现串口通信的实现-Window communication Advanced Programming in the VC environment, fulfilling the Serial Communication
Terminal
- API方式串口应用的例子,包含了串口的读写和配置函数及应用方式。-an example about comm programing.
Sumary_CPP_Socket_Programming
- socket编程小总结,包括简单客户端、服务器、点对点通讯、端对端传输文件等。只有代码,简单说明-a summary of programing using socket, including server ,client, comunication and transfer files and so on
CSharpnetwork-programing
- 这是一本关于c#网络编程的书籍,该书对网络编程的基础知识进行了讲解,同时给出了范例。-This is a book to explain the basics of network programming books on c# network programming, and gives an example.
Socket-network-programing
- 工程演示了socket的基本函数使用,其实不管有多复杂的网络程序,都使用的这些基本函数。功能是只有处理完一个客户端请求才会去处理下一个客户端的请求,这样的服务器处理能力是很弱的,现实中的服务器都需要有并发处理能力!为了需要并发处理,服务器需要fork()一个新的进程或者线程去处理请求等-Engineering demonstrates the basic functions of the socket, in fact, no matter how complex the network pro