-
使用grub4dos 来自动还原ghost文件,ghost文件放在I盘的相应目录下,盘符可以自行修改,执行的时候类似这样,restore.bat xppro 意...
使用grub4dos 来自动还原ghost文件,ghost文件放在I盘的相应目录下,盘符可以自行修改,执行的时候类似这样,restore.bat xppro 意思是说还原到xp professional -Use grub4dos to automatically restore the ghost files, ghost files on I set the corresponding directory, the letter can be modified to implement the time like this, restore.bat xppro means that to revert to xp professional
- 2023-01-14 13:30:04下载
- 积分:1
-
C++、MFC源代码observer
C++、MFC源代码observer-C, MFC source code observer
- 2023-07-11 01:35:04下载
- 积分:1
-
顺序后退法地震属性优选
地震属性分析中,地震属性数目多达100多种;而过多的地震属性往往影响模型的稳定性,一般来所6个属性一下较为合适,并且地震属性往往没有明确的地质意义,因此计算它们的统计关系意义分成重要。
- 2022-11-06 08:10:03下载
- 积分:1
-
二
二维码是一种快速识别编码,本程序是一款二维码解码程序,Visual C++6.0平台。-Two-dimensional code is a fast identification code, the procedure is a two-dimensional code decoding process, Visual C++ 6.0 platform.
- 2022-06-12 14:35:04下载
- 积分:1
-
a chess game to try to use the C data structures Guide Chain and object
一个自编的象棋游戏,尝试使用C++数据结构教程中链表和面向对象设计模式的探索-a chess game to try to use the C data structures Guide Chain and object-oriented design patterns exploration
- 2022-11-18 01:20:03下载
- 积分:1
-
别人易语言看股票源码,编译之后可以运行的系统,可作股票行情软件开发的参考...
别人易语言看股票源码,编译之后可以运行的系统,可作股票行情软件开发的参考-Easy to see someone else shares source language, the compiler can be run after the system, can be used for stocks and reference software development
- 2022-09-20 19:40:03下载
- 积分:1
-
这是一个加壳程序的C/C++源码,对TLS处理较好,外壳引导部分不是用asm实现的,直接用C。...
这是一个加壳程序的C/C++源码,对TLS处理较好,外壳引导部分不是用asm实现的,直接用C。-This is a shell in C/C source code, the right TLS processing better, shell is not used to guide some asm achieve, and the direct use of C.
- 2022-07-08 19:38:25下载
- 积分:1
-
remoting 入门,很经典的几个例子,是源代码的,不错哦
remoting 入门,很经典的几个例子,是源代码的,不错哦-remoting entry, it is a few examples of classic and is the source code, yes oh
- 2023-07-10 23:35:03下载
- 积分: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
-
使用Windows API编程方式,来实现处理Windows消息队列的功能。
使用Windows API编程方式,来实现处理Windows消息队列的功能。-The use of Windows API programming approach to deal with Windows message queue realize functions.
- 2022-07-24 23:52:16下载
- 积分:1