-
简单tcp,udp通信
这个项目可以实现简易的客户端和服务器端的通信,客户端和服务器端是任意指定的,通过这个程序,读者可以了解基于tcp的通信原理和基于UDp的通信原理以及两者之间的区别。
- 2023-08-23 18:05:05下载
- 积分:1
-
即时聊天(服务器和客户端)
简单的tcp/ip 通讯协议,详尽的客户端和服务端 接受和发送信息。可以在线IM交流、建立会议室(可以设置密码),会员(密码、头像等信息)和部门实现在线管理。 Server/Client分别为服务端和客户端,设置服务端可以实现在线管理,默认端口号10000。 数据库采用的是Access
- 2022-03-18 03:00:07下载
- 积分:1
-
内容详细,在win2k,xp下调试通过,适合有一定基础的朋友学习,欢迎联系!...
内容详细,在win2k,xp下调试通过,适合有一定基础的朋友学习,欢迎联系!-Detailed in win2k, xp debugging through, have a certain foundation for studying friend, welcome to contact!
- 2022-07-01 16:09:58下载
- 积分:1
-
java实现的词法分析器,手工生成,输入源程序后,可分离出数字,标志符,分割符,运算符,保留字。...
java实现的词法分析器,手工生成,输入源程序后,可分离出数字,标志符,分割符,运算符,保留字。-achieve the lexical analyzer, artisanal production, import source, can be broken down into digital, URI, Segmentation website Operators, reservations word.
- 2022-03-11 14:11:08下载
- 积分:1
-
java编写的聊天程序c/s
是我们课程设计的时候编写的。
java编写的聊天程序c/s
是我们课程设计的时候编写的。-java chat preparation procedures c /"s courses are designed to prepare the course.
- 2022-11-20 15:30:03下载
- 积分:1
-
ftdi_sio源代码
ftdi_sio source code
- 2022-06-19 22:17:30下载
- 积分:1
-
ARQ协议实验的实现,模拟发送方和接收方,将文件1中的数据发送到文件3,其中文件2保存中间内容...
ARQ协议实验的实现,模拟发送方和接收方,将文件1中的数据发送到文件3,其中文件2保存中间内容-ARQ protocol implementation experiment to simulate the sender and receiver, a data file sent to the paper 3, in which the middle of the contents of the file to save two
- 2022-03-16 06:15:34下载
- 积分:1
-
prepared by the small games, the 331 is a source code can be extracted after a t...
delphi编写的小游戏,是一个五子棋的源代码,解压之后就可以试试了。-prepared by the small games, the 331 is a source code can be extracted after a try.
- 2022-04-14 11:36:33下载
- 积分:1
-
Project is based on the bookstoressh package eclipse3.2 deployed, the user only...
项目bookstoressh是基于 eclipse3.2包进行布署的,使用者只用下载后,解压出来,然后,通过eclipse的import导入工程,就可以重新布署应用该程序了,注意把DB目录下的文件复制到你的MYSQL的DATA目录
然后如果要改数据库连接,就在com.asent.bean包下修改hibernate.cfg.xml文件就行了,-Project is based on the bookstoressh package eclipse3.2 deployed, the user only after downloading, unzip them, and then, through the eclipse of the import into the project, you can re-deployment of application of the procedure, paying attention to the DB directory copy files to your MYSQL the DATA directory and then if we have to change database connection on the package com.asent.bean modify hibernate.cfg.xml file on the list,
- 2023-07-14 18:40:09下载
- 积分:1
-
under the Windows network server program development, no doubt, Winsock complete...
在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《WIN32多线程程序设计》、《WINDOWS网络编程技术》。在去年,我在C语言下用完成端口模型写了一个WEBSERVER,前些天,我决定用C++重写这个WEBSERVER,给这个WEBSERVER增加了一些功能,并改进完成端口操作方法,比如采用AcceptEx来代替accept和使用LOOKASIDE LIST来管理内存,使得WEBSERVER的性能有了比较大的提高。 -under the Windows network server program development, no doubt, Winsock completed port model is the most efficient. Winsock port model with complete preview of overlap and complete port IO to achieve complete port after the model to understand is a relatively simple, but want to know the complete Winsock port model, the need for the Windows threads, thread synchronization, Winsock API and Windows IO mechanism of a certain understanding. If we do not understand, recommended several books : "Inside Windows 2000," Windows core programming "," WIN32 multithreaded program
- 2023-07-22 22:20:02下载
- 积分:1