-
给予汇编语言的程序设计代码
用于微型计算机原理的学习与实验...
给予汇编语言的程序设计代码
用于微型计算机原理的学习与实验-given assembly language programming code for micro-computer learning theory and experiment
- 2022-08-09 00:00:12下载
- 积分:1
-
obscured in the process WIN2000
在win2000下隐藏进程-obscured in the process WIN2000
- 2023-01-20 16:50:04下载
- 积分:1
-
转换成十进制数的二进制数转换成十进制到二进制代…
convert binary numbers into decimal numbers and anthor convert decimal into binary
- 2022-08-08 15:13:26下载
- 积分:1
-
vb6 程序运行时像设计时一样可以自由移动和调整大小
自创的源码,跟设计时一样的拖动和调整的效果!
- 2022-11-06 14:40:03下载
- 积分:1
-
HTML图像的三维效果
HTML图像的三维效果-HTML images of 3D effect
- 2022-10-22 15:15:03下载
- 积分:1
-
一个ACE写的服务器端,可以连接多个用户,并处理其请求
一个ACE写的服务器端,可以连接多个用户,并处理其请求-ACE to write a server-side, you can connect multiple users and to address their requests
- 2022-03-09 19:15:01下载
- 积分: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
-
use of this procedure : 1. You can monitor the computer running program, on your...
利用这个程序: 1.可以监视在你的电脑运行的程序, 把在你的电脑运行过的程序的时间和名字记录下来 2.可以阻止你规定的禁用程序的执行, 比如不让玩游戏。 3.这个程序需要加入注册表, 在系统启动时就运行, 达到监视的目的。注册表大概都不陌生,就是这里: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRun-use of this procedure : 1. You can monitor the computer running program, on your computer one of the procedures of the time and record the names of two. You can stop the implementation of the banned procedures, such as not playing games. 3. This procedure needs to join the registry, the system started running on to achieve the purpose of surveillance. The registry probably not unfamiliar, is here : HKEY_LOCAL_MACHINE SOFTWARE Microsoft Windows CurrentVersion Run
- 2022-02-13 15:25:41下载
- 积分:1
-
编译原理的slr(1)分析程序,用C语言实现,希望对同学有点帮助...
编译原理的slr(1)分析程序,用C语言实现,希望对同学有点帮助-Compilation Principle of slr (1) analytical procedures, using C language implementation, in the hope a little bit to help students
- 2022-02-25 10:47:06下载
- 积分:1
-
a good small program
一个很好的小程序-a good small program
- 2022-08-16 22:39:42下载
- 积分:1