-
网络流量显示
这是一个简单的小程序,vc6.0平台下能运行,可以获取当前网络流量信息,网速,并用图表形式显示
- 2022-05-26 07:33:39下载
- 积分:1
-
achieve ping command, this version powerful, achieving most of the ping command...
实现ping命令,这个版本功能强大,实现了ping命令的大部分功能。-achieve ping command, this version powerful, achieving most of the ping command functions.
- 2023-04-17 02:50:03下载
- 积分:1
-
查询实体的信息和AutoCAD开发数据库的动态…
在AutoCAD开发过程中,动态查询实体与数据库的情况的工具-Query the information of the entity and the database dynamic in AutoCAD developing.
- 2022-03-05 21:38:07下载
- 积分:1
-
<模拟电子时钟的程序>
算法:将当前时间显示到屏幕,当时间发生变化时,清屏,显示新的时间(当有键盘操作时退出程序)。
(显示时间格式...
算法:将当前时间显示到屏幕,当时间发生变化时,清屏,显示新的时间(当有键盘操作时退出程序)。
(显示时间格式:小时:分钟:秒)
-" Analog electronic clock program" algorithm: the current time displayed on the screen, when the time change, clear screen, display the new time (when there is the keyboard operation, exit procedures). (Show Time format: hours: minutes: seconds)
- 2022-03-24 07:12:34下载
- 积分:1
-
带有计算图形面积功能的计算器,图形界面,用VC++编写
带有计算图形面积功能的计算器,图形界面,用VC++编写
-Graphic area with a calculation function calculator, graphical interface, using VC++ Prepared
- 2023-03-14 05:50:03下载
- 积分:1
-
通过本程序代码可以调节电脑屏幕的年度。希望对大家有用!...
通过本程序代码可以调节电脑屏幕的年度。希望对大家有用!-Through this program code can adjust the computer screen of the year. Hope useful for all of us!
- 2022-03-23 07:49:56下载
- 积分:1
-
c3 锋利的电梯代码
http://kimsehoon.com/?document_srl=6216&mid=computer_room&sort_index=readed_count&order_type=desc
- 2022-10-09 16:05:03下载
- 积分:1
-
Socket编程客户端代码
Socket编程客户端代码-Socket Programming client code
- 2023-06-17 02:35:03下载
- 积分:1
-
内存修改
#ifndef _SEARCH_THREAD_H_
#define _SEARCH_THREAD_H_
#define PROCESS_SIZE 1000 // 进程条的最大值
#define THREAD_NUM 1 // 搜索内存线程个数
#define WM_FIND_MEMORY (WM_USER + 1) // 找到搜索数值
#define WM_FIND_PROGRESS (WM_USER + 2) // 搜索进度
#define WM_SEARCH_FINISH (WM_USER + 3) // 搜索线程完成
#define SEARCH_STRING_MAX_LENGTH 255 // 搜索字符串的最大长度
class CModifyMemoryDlg;
// 搜索线程函数
DWORD WINAPI SearchMemory(LPVOID lpParameter);
// 精确搜索
void EquSearch(CModifyMemoryDlg *pDlg, BYTE *lpBuf, MEMORY_BASIC_INFORMATION &mbi);
// 大于搜索
void GreaterSearch(CModifyMemoryDlg *pDlg, BYTE *lpBuf, MEMORY_BASIC_INFORMATION &mbi);
// 小于搜索
void
- 2022-06-18 16:10:54下载
- 积分:1
-
基于jsp的健身系统开发
为了人们的健康着想,我通过调查分析之后,开发这个基于jsp的网上健身本系统,我认为这是必要的,为了人们的健康着想,也会必须的
- 2023-02-25 08:30:06下载
- 积分:1