-
A simple screen saver, based on the graphic you want to change
一个简单的屏幕保护程序,可以根据想要的图形来改变
-A simple screen saver, based on the graphic you want to change
- 2023-01-16 04:40:04下载
- 积分:1
-
一个简单捕获本地TCP数据包程序源码。 适合于初学者。
一个简单捕获本地TCP数据包程序源码。 适合于初学者。-a simple catch local TCP packet procedure source. Suitable for beginners.
- 2022-03-20 15:16:17下载
- 积分:1
-
Enumerate all the window that Stay On Top, and can set a window to Stay On Top,...
这是用Borland C++ Builder 6.0写成的一个小工具,功能是枚举当前桌面上所有可见的顶层(top-level)窗口,并可将窗口设置为StayOnTop,或将本来已经StayOnTop的窗口还原为非StayOnTop。-Enumerate all the window that Stay On Top, and can set a window to Stay On Top, or set a Stay On Top window to not Stay On Top.
- 2022-05-27 07:17:49下载
- 积分:1
-
一个简单的MFC字符串处理程序,实现查找、替换、导入、分类。
一个简易的mfc的字符串处理程序,实现查找,替换,输入,清除等功能-A simple mfc string handling procedures, to achieve to find, replace, import, clearance and other functions
- 2022-02-01 10:48:24下载
- 积分:1
-
Another Library of String Functions
Another Library of String Functions
- 2023-07-08 03:15:03下载
- 积分:1
-
VC开源小游戏
这是一款VC6开发的小游戏,对于初学者来说还是相当不错的一个学习案例。对高手来说就不要看了,直接飘过吧,这些东西都不适合老手看了。研究下其中的一些算法还是蛮有意思的。不过要是专门学习算法的话,不建议看本套源码
- 2022-03-20 18:03:42下载
- 积分:1
-
手机取证
手机取证的源码,使用C#写的是关于图案片的未取证源码,是证据收集和证据采集的很好案例,
- 2023-07-18 03:35:03下载
- 积分:1
-
Table控件的演示程序
Table控件的演示程序-Table Control Demonstration Program
- 2022-08-17 10:03:36下载
- 积分:1
-
有用c#的学习资源
有用c#的学习资源-useful learning resources
- 2022-01-30 15:13:36下载
- 积分:1
-
简单人事管理系统
#include
#include
#include
#include
using namespace std;
const int Maxr=100;
int ID=10000;
class Employee //职工类
{
int tag;//删除标记
int no;//职工编号
char name[20];//职工姓名
char zw[20]; //职工职务
- 2022-03-24 22:13:18下载
- 积分:1