-
这是一份完整的记事本测试文档,内含详细测试步骤已经规范的格式,可作学习参考之用...
这是一份完整的记事本测试文档,内含详细测试步骤已经规范的格式,可作学习参考之用-This is a complete test Notepad document, containing detailed steps have been standardized test format, can be used for study and reference
- 2022-03-03 13:25:38下载
- 积分:1
-
最新的算法的说明
最新的算法的说明- Newest algorithm explanation
- 2022-02-07 07:17:05下载
- 积分:1
-
VB编写的客户端通过PC-ACCESS与S7-200PLC通信
详细介绍了PC-ACCESS的安装步骤和VB客户端的编写实例,而且还有注释,清晰易懂,并且编写了独特的西门子200PLC的通信实例,详细步骤让人眼前一亮,值得前来看一看。也期待能和各位高手交流!!!
- 2023-06-17 14:25:03下载
- 积分:1
-
VC2008写的一个桌面时钟程序,欢迎学习交流.
VC2008写的一个桌面时钟程序,欢迎学习交流.-VC2008 write a desktop clock program, welcomed the study and exchange.
- 2022-06-19 12:08:54下载
- 积分:1
-
Beyond the C++ Standard Library An Introduction to Boost
Beyond the C++ Standard Library An Introduction to Boost
- 2023-06-24 18:50:04下载
- 积分:1
-
每一个opengl都被连接到一个着色描述表上。着色描述表将所有的opengl调用命令连
// 接到device context(设备描述表)上,将openg...
每一个opengl都被连接到一个着色描述表上。着色描述表将所有的opengl调用命令连
// 接到device context(设备描述表)上,将opengl的着色描述表定义为hrc ,要让程序能
// 够绘制窗口的话,还需要创建一个设备描述表,windows的设备描述表被定义为 hdc,
// dc将窗口连接到gdi(graphics device interface图形设备接口)。而rc-Each one opengl are connected to a shader description table. Rendering Context all the opengl call the command with// receiving device context (device descriptor table), on the opengl rendering Context is defined as the hrc, let the program can be// enough to draw a window, also need to create a device description tables, windows of the device description table is defined as hdc,// dc will be the window to connect to the gdi (graphics device interface graphics device interface). The rc
- 2022-01-25 19:43:12下载
- 积分:1
-
MFC message map example of the MFC message map is very important ~~~~~~~~~~~~
MFC 消息映射的例子,消息映射对MFC非常重要-MFC message map example of the MFC message map is very important ~~~~~~~~~~~~
- 2022-05-18 04:03:02下载
- 积分:1
-
二维 cad GroundCAD
GroundCAD 0.2 版本:
支持的操作系统:
windows、 linux、 mac,Android,实际上,我们准备 0.2 版本的 windows。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-23 13:37:51下载
- 积分:1
-
MFC practical simulated annealing program algorithm automatically
实用的MFC 程序,呵呵
实现退火模拟算法-MFC practical simulated annealing program algorithm automatically
- 2023-09-03 22:20:03下载
- 积分: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