-
用递归函数求阶乘,用VC++编的,已通过调试
用递归函数求阶乘,用VC++编的,已通过调试-Seeking to use a recursive function, factorial, using VC++ compiled, and has passed the commissioning
- 2023-04-15 04:30:04下载
- 积分:1
-
一个VB开发的画图程序,模仿woindows画笔
一个VB开发的画图程序,模仿woindows画笔-a VB drawing programs, copying woindows brush
- 2023-02-09 06:40:03下载
- 积分:1
-
访问存储卡大小
获取显卡的显存大小-access to the memory card size
- 2022-10-19 12:35:04下载
- 积分:1
-
实现BM算法查找文本中字符串功能,给出匹配次数和所用时间。...
实现BM算法查找文本中字符串功能,给出匹配次数和所用时间。-BM algorithm to find the realization of the text string function, given the number and the matching time.
- 2022-01-25 14:38:29下载
- 积分:1
-
The main application source code printf function and procedures address the acce...
本源码主要应用PRINTF函数和程序地址的访问,属于C方面的高级编程-The main application source code printf function and procedures address the access, C side are high-level programming
- 2022-01-25 20:53:55下载
- 积分:1
-
Ajax+ASP.NET小巧高效的无刷新聊天室程序,没有使用数据库,而是使用新概念的Dictionary、LinkedList集合实现数据临时存储,运行后先随便...
Ajax+ASP.NET小巧高效的无刷新聊天室程序,没有使用数据库,而是使用新概念的Dictionary、LinkedList集合实现数据临时存储,运行后先随便输入一个昵称登陆,然后就进入了聊天室,请注意,发送消息时候没有提交按钮,直接按键盘回车键就可实现消息发送,测试时候打开两个浏览器,使用不同的昵称进入聊天室,效果更好。
-Ajax+ ASP.NET compact and efficient non-refresh chat room program, do not use databases, but the use of new concepts Dictionary, LinkedList collection of data temporary storage, run casually enter a nickname, after the first landing, and then entered the chat room, please Note that when there is no submit button to send the message, directly from the keyboard enter key to send the message can be achieved, the test time to open two browser, using a different nickname to enter chat rooms, better.
- 2023-03-31 16:55:03下载
- 积分:1
-
简单的计算器,实现简单的常用功能,可自行添加功能
简单的计算器,实现简单的常用功能,可自行添加功能-Simple calculator, simple commonly used functions, add their own features
- 2022-03-09 18:12:50下载
- 积分:1
-
在做程序时,经常需要把文本按固定的标志进行拆分,CString 类提供了一些基本的字符串操作,本文就是利用CString类的基本函数来实现文本串的自由拆分 ,...
在做程序时,经常需要把文本按固定的标志进行拆分,CString 类提供了一些基本的字符串操作,本文就是利用CString类的基本函数来实现文本串的自由拆分 ,-doing procedures, the need for regular text by the fixed signs split redeem category provides some basic string manipulation, use redeem this is the basic function to achieve the free text string separation
- 2022-01-23 10:10:08下载
- 积分:1
-
这是一个迷宫游戏1.
这是一个迷宫游戏1.-This a maze game 1.
- 2022-08-06 22:53:34下载
- 积分:1
-
IP数据包解析
(1)捕获网络中的IP数据包,解析数据包的内容,显示结果,并将结果写入日志文件。
(2)显示的内容包括:捕获的IP包的版本、头长度、服务类型、数据包总长度、数据包标识、分段标志、分段偏移值、生存时间、上层协议类型、头校验和、源IP地址和目的IP地址等内容。
(3)设置停止标志,当程序接收到停止命令时即停止。
- 2022-02-12 00:07:19下载
- 积分:1