登录
首页 » Windows Socket编程 » Auto Draw Auto Draw program automatically automatically draw draw draw automatic...

Auto Draw Auto Draw program automatically automatically draw draw draw automatic...

于 2022-03-23 发布 文件大小:195.47 kB
0 263
下载积分: 2 下载次数: 1

代码说明:

自动绘图自动绘图程序自动自动绘图自动绘图程序自动绘图

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • rtp协议实现代码
    rtp协议实现代码-rtp protocol code
    2023-06-04 16:15:02下载
    积分:1
  • 网络,主要是在电信发展:风险投资机制和…
    网络编程,主要是通讯开发:vc和tcp机制-network programming, mainly in telecommunications development : vc mechanism and tcp
    2023-06-28 01:55:04下载
    积分:1
  • 利用ICMP报文格式,兼容IPV4和IPV6下的Ping序,在SP6下无需调试,即可译,VS2005下也可...
    利用ICMP报文格式,兼容IPV4和IPV6下的Ping程序,在SP6下无需调试,即可编译,VS2005下也可-The use of ICMP message format, compatible with IPV4 and IPV6 under the Ping program, under the SP6 without debugging, you can compile, VS2005, may also
    2022-08-07 22:01:52下载
    积分:1
  • 文件管理:可以浏览某目录下的文件和目录,并对其进行操作(辑,删除,打包,解压等),还可以进行定义操作。支持多文件上传,新建目录和文件 邮件发送:发送email...
    文件管理:可以浏览某目录下的文件和目录,并对其进行操作(编辑,删除,打包,解压等),还可以进行定义操作。支持多文件上传,新建目录和文件 邮件发送:发送email给某人 数据管理:mysql数据备份和导入,编辑数据表(含浏览数据、修改、删除、新增记录等),数据表的优化、检查、分析、清空和删除(可批量操作),查看数据表占用空间(包括各表的记录,大小,建立时间,更新时间)等 系统参数:查看php环境参数、mysql参数,状态 系统设置:修改程序运行参数 网站统计:可以统计你的网站的访客浏览了那些页面,从哪里跳转来的,他们的ip和ip所在地是多少,一天共浏览了多少页面和有多少ip浏览了你的网站-document management : can browse a directory of files and directories, and its operations (edit, delete, packing and decompression, etc.) can also be used for operational definition. Support multiple file uploads, new directories and files mail : Send email to a person data management : mysql data backup and import, edit data tables (including data browsing, modify, delete, new records, etc.), data tables optimization, inspection, analysis, emptied and delete ( Batch can operate), view the data in table occupy space (including the table of records, size, creation time and update time) system parameters : View php environmental parameters, mysql parameters, the state system settings : to amend t
    2023-03-04 23:30:04下载
    积分:1
  • asp Datoutie interface with a computer program according to the bulk! a good net...
    asp大头贴接口,用电脑照大头帖程序!一个不错的网络在线大头贴程序。-asp Datoutie interface with a computer program according to the bulk! a good network of online Datoutie procedures.
    2022-08-16 03:28:50下载
    积分:1
  • 1。注册会员发布商品功能,可以上传商品图片。 2。注册会员修改商品功能,可以修改商品图片,旧的商品图片将被删除。 3。注册会员删除商品功能,删除商品信息的同时将...
    1。注册会员发布商品功能,可以上传商品图片。 2。注册会员修改商品功能,可以修改商品图片,旧的商品图片将被删除。 3。注册会员删除商品功能,删除商品信息的同时将删除商品图片。 4。管理员发布公告功能。 5。管理员对商品的修改、删除功能(同注册会员对商品的管理功能)。 6。管理员对注册会员的修改、删除功能,删除会员时将删除会员发布的所有商品信息及其商品图片。 7。美化了程序,并进行了分页功能。 8.更新一些基本功能和BUG-1. Member registration issued commodity function can upload pictures of goods. 2. Register to amend the Trade function could amend the Trade photographs, old pictures of goods will be deleted. 3. Member registration commodity function to delete, delete commodity information at the same time to remove items pictures. 4. Administrators issued a public notice function. 5. Managers of commodity modification, deletion function (with a registered membership of commodity management functions). 6. Administrators of registered members of the modification, deletion function to delete Member Member will be deleted when the release of information about goods and merchandise photos. 7. Landscaping procedures, and the tabs. 8. Update some of the basic functions and BUG
    2022-07-08 05:17:31下载
    积分:1
  • RFC793
    RFC793传输控制协议(TRANSMISSION CONTROL PROTOCOL)-RFC793
    2022-02-04 15:26:24下载
    积分:1
  • OMNeT++ Example, you can modify the reference in accordance with individual need...
    OMNeT++的例子,可以根据个人需要修改参考,欢迎交流-OMNeT++ Example, you can modify the reference in accordance with individual needs are welcome to exchange
    2022-02-05 04:33:33下载
    积分:1
  • 信使小精灵,是一个简易的聊天工具。主要是演示了网络的主要步骤。本序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘
    信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。-Messenger elf is a simple chat tool. Mainly to demonstrate the major steps in network programming. This procedure using the package a good library, making the application layer does not need to consider how the network news is accepted and sent, nor need to consider the data packet and packet loss sticky hands of the Spurs, you simply call the corresponding function can be a . Function library for you to do a good job in those efforts. You only need to define your own protocol header and message structure, the definition of good network news can be a callback function.
    2022-03-30 00:05:40下载
    积分:1
  • 基于WINSOCK的信息交互
    通过serverSocket.Accept()来接收客户Socket的连接请求,在这里用循环可以实现该线程实时侦听,而不是只侦听一次。当程序运行serverSocket.Accept()时,会等待,直到有客户端Socket发起连接请求时,获取该客户Socket,如上面的clientSocket。在这里我用多线程来实现与多个客户端Socket的连接和通信,一旦接收到一个连接后,就新建一个线程,执行ReceiveData功能来实现信息的发送和接收
    2022-03-19 00:10:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载