-
数据传输的源代码
数据传输程序代码-data transmission code
- 2023-05-02 16:35:07下载
- 积分:1
-
这是一个免费的用于局域网的小工具,网络邻居可以快捷地浏览工作组内的计算机。...
这是一个免费的用于局域网的小工具,网络邻居可以快捷地浏览工作组内的计算机。-This is a free mini tool using in LAN to browse computer in workgroup quickly through network neighbor.
- 2022-03-26 00:08:03下载
- 积分:1
-
模拟平程序,实现
模拟ping程序,实现-L,-N,-W,-T等参数,在Windows Visual C++下调试通过。
- 2022-09-06 19:30:03下载
- 积分:1
-
socket套接字的客户端程序,向服务器端发送并接受信息。若发送或接收信息失败则显示相应的错误信息。...
socket套接字的客户端程序,向服务器端发送并接受信息。若发送或接收信息失败则显示相应的错误信息。
- 2022-07-02 14:30:39下载
- 积分:1
-
一个基于sip的通信源代码,很详细的文档说明,值得参考和学习...
一个基于sip的通信源代码,很详细的文档说明,值得参考和学习-A sip of communication based on source code, the document explains in great detail, it is also useful and learning
- 2022-02-14 08:46:49下载
- 积分:1
-
Development environment vs2005, only the realization of the user registration (u...
开发环境vs2005,仅实现了用户注册(uc_user_register)、登录(uc_user_login)和密码修改(uc_user_edit) ,权当抛砖引玉之用
修正了urlencode导致中文用户名乱码问题-Development environment vs2005, only the realization of the user registration (uc_user_register), log (uc_user_login) and password modification (uc_user_edit), when the right to initiate amendments to the urlencode use led to the issue of Chinese user name garbled
- 2023-05-15 17:25:02下载
- 积分:1
-
基于C/S环境下的自动升级技术文档,教你如何实现程序设计
基于C/S环境下的自动升级技术文档,教你如何实现程序设计-Based on C/S environment automatically upgrade technical documentation, teach you how to program design
- 2022-03-05 05:35:24下载
- 积分:1
-
介绍了Winsock的工作原理及工作流程,结合有线电视网络运营公司的实际情况,设计了一种基于Winsoek的代收费业务网络系统,并给出了关键源代码及在某网络运营...
介绍了Winsock的工作原理及工作流程,结合有线电视网络运营公司的实际情况,设计了一种基于Winsoek的代收费业务网络系统,并给出了关键源代码及在某网络运营公司的实际运行情况.-Introduced the working principle of Winsock and workflow, combined with the cable television network operator the actual situation, design a Winsoek in lieu of charges based on the business network system, and gives a key source code and a network of operating companies in the actual running situation.
- 2022-01-24 12:25:52下载
- 积分:1
-
可以完成简单的blog功能,方便使用,可以进一步扩展.使用asp,用access数据库....
可以完成简单的blog功能,方便使用,可以进一步扩展.使用asp,用access数据库.-can complete a simple blog user-friendly features, can be further expanded. Asp use with database access.
- 2022-06-14 21:46:07下载
- 积分:1
-
插入排序
/ * 插入排序升序排列 * /
#include < stdio.h >
#include < stdlib.h >
#include < time.h >
int main)
{
int n、 数组 [1000],c,d,t ;
printf ("Enter elementsn 数") ;
scanf ("%d",& n);
printf ("Enter %d integersn",n) ;
为 (c = 0 ; c < n
- 2022-05-31 05:23:44下载
- 积分:1