-
Windows 钩子(Hook)编程技术
Windows 钩子(Hook)编程技术-Windows hook (Hook) Programming
- 2022-02-16 07:24:52下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
包括数据库的设计,系统管理,工程管理,客户管理,采购销售,库存,人事管理系统。含报表打印等功能...
包括数据库的设计,系统管理,工程管理,客户管理,采购销售,库存,人事管理系统。含报表打印等功能-Including database design, system management, project management, customer management, procurement, sales, inventory, personnel management systems. With report printing and other functions
- 2022-05-19 02:10:51下载
- 积分:1
-
七星彩预测、缩水系统,D7开发,有Excellent表导出导入功能,有八卦选号。...
七星彩预测、缩水系统,D7开发,有Excellent表导出导入功能,有八卦选号。-Qixing color forecasts, shrink systems, D7 development of Excellent Table Export Import function,选号gossip.
- 2022-03-20 05:42:12下载
- 积分:1
-
Windows CE imageviewer_customized
自定义的windows ce imageviewer
- 2022-02-15 18:30:49下载
- 积分:1
-
C++ to achieve regular shutdown, restart, write
C++实现定时关机,重启,注销。同时支持倒计时实现关,启,注-C++ to achieve regular shutdown, restart, write-off. At the same time, support for the countdown to achieve clearance, Kai, note
- 2022-03-13 13:21:13下载
- 积分:1
-
Ayer-anba学校管理系统
这是基于小学和初中阶段的信息系统。该程序是非常简单,它可以注册课程,添加学生、 找到的学生、 更新的学生,或删除学生。同时它具有登录和不同身份验证为普通用户、 书记官长和学校管理员。因为学校管理者要负责即使在创建新用户。这就是它。也是市民可以有能力,看看怎么回事,与这所学校的主页面。最重要,它也有学生年级搜索按钮。例如,如果学生想要看到他/她的分数报告它是容易走右侧的菜单,请单击"CheckResult",然后只对他/她的 ID,它将便于学生得到他/她的成绩。
命令名称就像: studGrade、 studReg、 studDel 和一些像这样。这只是意味着学生成绩、 学生删除、 学生注册或注册学生。
它是完美的工作,但可能需要检查和编辑
- 2022-05-21 20:19:21下载
- 积分:1
-
This a very simple calculator to work out simple calculations.
This a very simple calculator to work out simple calculations.-This is a very simple calculator to work out simple calculations.
- 2022-05-17 06:42:22下载
- 积分:1
-
VB《葵花宝典》
VB《葵花宝典》--指针技术》配套代码-VB "Talents Scheme"-- target technologies "complementary code
- 2022-04-30 20:53:22下载
- 积分:1
-
A good C++ program to management a banch office of a Post office. Very Cool
用vc++编写的邮局支局信息管理源程序,感觉不错!值得下载-A good C++ program to management a banch office of a Post office. Very Cool
- 2022-06-27 03:25:38下载
- 积分:1