登录
首页 » Windows开发 » 这里有丰富的C代码,大家不妨下载认真看看,里面有很多代码.大家下载后就运行看下.分析下...

这里有丰富的C代码,大家不妨下载认真看看,里面有很多代码.大家下载后就运行看下.分析下...

于 2022-08-19 发布 文件大小:16.04 kB
0 170
下载积分: 2 下载次数: 1

代码说明:

这里有丰富的C代码,大家不妨下载认真看看,里面有很多代码.大家下载后就运行看下.分析下-here is rich in C code, you can download a serious look at. There are so many code. after you download operation facie. analysis

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

发表评论

0 个回复

  • about this DES(数据加密标准)的C + +代码
    This about DES ( Data Encryption Standard ) C++ CODE
    2022-02-22 12:32:42下载
    积分:1
  • Hotel Management System is a small hotel business management system
    宾馆管理系统 是一个小型的宾馆业务管理系统-Hotel Management System is a small hotel business management system
    2022-04-27 16:17:54下载
    积分:1
  • 仍然是VC++编得小程序,游戏中希望人物能够动起来,所以第二部分就是使人物变换不同的形象,看起来就会动了...
    仍然是VC++编得小程序,游戏中希望人物能够动起来,所以第二部分就是使人物变换不同的形象,看起来就会动了-Is still VC++ Made a small program, the game figures to move up hope, so the second part is to make different characters transform the image will appear to move
    2022-07-05 10:30:36下载
    积分:1
  • cc++
    游戏功能大游戏ha服务器源代码!已修正其中的复制等BUG,有兴趣的赶紧下载收藏-ML -cc++
    2023-07-18 21:10:04下载
    积分:1
  • 此应用程序是一个无线传感器网络的模拟。这样的网络…
    This application is a simulation of a wireless sensor network. Such a network is used to detect and report certain events across an expanse of a remote area - e.g., a battlefield sensor network that detects and reports troop movements. The idea behind this network is that it can be deployed simply by scattering sensor units across the area, e.g. by dropping them out of an airplane the sensors should automatically activate, self-configure as a wireless network with a mesh topology, and determine how to send communications packets toward a data collector (e.g., a satellite uplink.) Thus, one important feature of such a network is that collected data packets are always traveling toward the data collector, and the network can therefore be modeled as a directed graph (and every two connected nodes can be identified as "upstream" and "downstream.") -This application is a simulation of a wireless sensor network. Such a network is used to detect and report certain events across an expanse of a
    2022-02-13 05:01:20下载
    积分:1
  • 抽道程序,用于地球物理专业
    这是一个抽道程序,用于时间抽道,把时间抽稀,在画图上可以较快的画出图像,并且合理的抽道可以保证图像并不失真。非常简单实用的一个程序,本人原创代码,希望大家喜欢。
    2022-04-07 15:48:06下载
    积分:1
  • 用于windows系统的文件Map查找程序
    这是一个windows编程常用函数查询工具,里面包含各种程序用到的函数的解释,举例等等,对初学者有很大帮助
    2022-05-21 08:46:31下载
    积分:1
  • 蓝牙OAD源码
    基于TI的2540的OAD升级程序,经测试可用,可以使用IOS手机端的MUTITOOL实现空中升级。升级速度超快,大概需要1.5分钟。
    2023-06-04 23:20:04下载
    积分:1
  • 用C/C++设计一个简单的模拟送货系统。 功能要求及说明: 1. 添加送货单(送货单号,送货地址,送货数量,收货人姓名,送货时间,送货状态(待送,取消,...
    用C/C++设计一个简单的模拟送货系统。 功能要求及说明: 1. 添加送货单(送货单号,送货地址,送货数量,收货人姓名,送货时间,送货状态(待送,取消,已送)等) 2. 取消送货单 3. 处理送货单(已送货成功) 4. 显示即将过期又没处理的送货单 5. 以磁盘文件保存这些信息 -With C/C++ The design of a simple simulation of the delivery system. Functional requirements and description: 1. Add a delivery note (delivery note number, delivery address, delivery number, consignee name, delivery time, delivery status (to be sent, canceled, has been sent), etc.) 2. Cancel delivery note 3. deal with delivery note (already delivered successful) 4. show about to expire has no deal with the delivery note 5. Save the file to disk information
    2022-02-10 14:24:15下载
    积分:1
  • 简单的Java聊天室系统
    C/S实训开发模拟 运用Java程序编程聊天室,实现简单的聊天功能。它是以图形界面,线程,数据流等技术的综合应用。其界面主要采用了java.awt包,java.swing包以及java.util包等。程序实现了聊天室的基本功能,其中有: 1. 启动服务器; 2. 进入客户端界面; 3. 登录聊天室; 4. 发送信息(发送按钮); 5. 关闭服务器(关闭按钮)。 要实现用户与服务器相连接,就要用到Java网络编程的知识。当客户需要通信时,它们可以通过使用socket类建立套接字对象并连接在一起,当客户端对象建立后,客户端socket对象可以使用方法getInputStream()获得一个输入流,这个出入流的源和服务器的一个输出流的目的地刚好相同,所以,客户端用输入流可以读取服务器写入到输出流中的数据,客户端Socket对象使用方法getOutputStream()获得一个输出流,这个输出流的目的地和服务器端的一个输入流的源刚好相同,因此服务器用输入流可以读取客户写入到输出流中的数据。为了能使客户成功地连接到服务器,服务器必须建立一个ServerSocket对象,该对象通过将客户端的套接字对象和服务器端的一个套接字对象连接起来,从而达到连接的目的。当服务器的ServerSocket
    2022-03-23 13:31:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载