-
vc编写的五子棋程序,可以进行网络对战,属于网络编程。
vc编写的五子棋程序,可以进行网络对战,属于网络编程。-vc Gobang written procedures can be online play, part of network programming.
- 2022-03-25 09:43:56下载
- 积分:1
-
EasyClass是针对某大学Web选课子系统一个自动的课程检索程序。EasyClass允许用户对希望关注的课程自动检测空位,并且可以帮助学生自动选课。Easy...
EasyClass是针对某大学Web选课子系统一个自动的课程检索程序。EasyClass允许用户对希望关注的课程自动检测空位,并且可以帮助学生自动选课。EasyClass根据课程号,模拟手动方式查询课程选课情况,从选课系统中提取出被关注课程的选课人数,通过对比后分析出该课程是否尚存空位,若可选,则对用户作出通报,或者直接把课程选上,从而实现完全自动化选课。主要是通过使用Borland C++Builder 6 内带的控件TNMHTTP和TCppWebBrowser,配合WinAPI函数和一些常用的控件开发出来的。TNMHTTP控件可以对外发出http协议请求,并且把返回结果内容的纯文本代码;而TCppWebBrowser就是浏览器控件,可以实现类似IE的效果。压缩包内含开发文档。-EasyClass against a university Web subsystem an automatic Elective courses retrieval procedures. EasyClass allows users to hope that the courses concerned automatic detection space, and can help students automatically Course. EasyClass based curriculum, simulation manually inquiries Elective courses, classes from the system extracted courses were concerned about the number of classes, through comparative study of the analysis of whether or not the programs surviving vacancy, if optional, the user make informed, or courses directly elected, so as to achieve a fully automated Elective. Mainly through the use of Borland C Builder within six with the
- 2023-02-22 01:50:04下载
- 积分:1
-
socket控件,由vb编写实现server与client的通信
socket控件,由vb编写实现server与client的通信-visual basic socket component, you can use this component to build a server/client communication application easily.
- 2022-08-25 15:25:47下载
- 积分:1
-
1, I have written to follow the message gateway SGIP1.1 simulation program. For...
1、自己编写的遵循SGIP1.1的短信网关模拟程序。仅供测试、学习。
2、该程序只实现了SGIP1.1协议的一部分。-1, I have written to follow the message gateway SGIP1.1 simulation program. For testing, learning. 2, the program only to realize the SGIP1.1 part of the agreement.
- 2023-08-28 22:00:02下载
- 积分:1
-
a small network chat server and client, can be used for e
一个小型的网络聊天服务器和客户端,可用于网络学习-a small network chat server and client, can be used for e-learning
- 2022-10-06 12:50:02下载
- 积分:1
-
网络编程案例,OUTLOOK,是初学者绝好的的案例,开发工具是vs,无控件...
网络编程案例,OUTLOOK,是初学者绝好的的案例,开发工具是vs,无控件-Case of network programming, OUTLOOK, is excellent for beginners cases, development tool is vs, no control
- 2022-07-27 13:13:29下载
- 积分:1
-
android client control pc to play ppt
there are two parts in this zip file
one is the android client to run on a android device
another is the java server to run on a compute which already install the office and open the powerpoint
so,the first thing is run the java server on the target compute and before this you have already opened a ppt
then, modify the socket ip to your compute ip and run the client on the android device
finally you can use the android client to control ppt on the compute
- 2022-02-04 13:59:46下载
- 积分:1
-
NetTalk是一个适用于局域网和因特网的可视电话软件
一.开发环境
Windows2000 Server & Visual C++6.0 & SDK...
NetTalk是一个适用于局域网和因特网的可视电话软件
一.开发环境
Windows2000 Server & Visual C++6.0 & SDK
+自开发的CWndX类库(相当于简化的MFC涉及窗口的部分)
二.支持环境
Windows98/ME/2000/XP
三.所涉及协议和标准
网络传输采用UDP协议,音频压缩采用G.729标准,视频压缩采用H.263标准
四.性能参数
以音频帧为基准,每帧音频数据有240个采样点,时间为240*1000/8000=30ms,8000为音频的采样率。
数据接收端队列缓冲延迟:30*3=90ms
数据发送端录音延迟:30ms
数据压缩解压耗时:
- 2022-12-22 18:15:03下载
- 积分:1
-
PHP写的单纯的点对点短信发送接收程序,基于SMPP1.0...
PHP写的单纯的点对点短信发送接收程序,基于SMPP1.0-PHP written in simple point-to-point message sent to receive the procedure, based on the SMPP1.0
- 2022-02-26 06:41:50下载
- 积分:1
-
多路I/O复用select
多个客户端连接服务器,采用socket编程,其中用select选项设置套接字可以达到多路I/O复用的目的,代码亲自验证编译并运行
- 2022-05-15 01:38:34下载
- 积分:1