-
脸脸脸
哪个面
- 2022-05-16 21:03:18下载
- 积分:1
-
in C called LabVIEW, you can use the LabVIEW Control
在C++中调用labview,可以使用labview的控件-in C called LabVIEW, you can use the LabVIEW Control
- 2022-03-18 01:15:47下载
- 积分:1
-
PE格式是现在windows平台的主要文件格式,这是一个剖析PE格式文件的一个不错的工具。
PE格式是现在windows平台的主要文件格式,这是一个剖析PE格式文件的一个不错的工具。-PE format is now the main windows platform file format, which is a PE format file analysis a good tool.
- 2022-04-20 00:47:24下载
- 积分:1
-
Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus...
Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus Stop timer when game is minimized and start it when normalized If Me.WindowState = vbMinimized Then If Timer1.Enabled Then bTimerWasOn = True Else bTimerWasOn = False Timer1.Enabled = False Else If bTimerWasOn Then Timer1.Enabled = True End If End Sub-Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus Stop timer when game is minimized and start it when normalized If Me.WindowState = vbMinimized Then If Timer1.Enabled Then bTimerWasOn = True Else bTimerWasOn = False Timer1.Enabled = False Else If bTimerWasOn Then Timer1.Enabled = True End If End Sub
- 2022-06-29 02:05:14下载
- 积分:1
-
Jilin University Experimental procedures Computer Graphics bezier curve drawing...
吉林大学计算机图形学的试验程序 bezier曲线的绘制方法-Jilin University Experimental procedures Computer Graphics bezier curve drawing method
- 2022-03-03 17:51:23下载
- 积分:1
-
图书信息管理系统
图书信息管理系统包含class BOOK //一、图书类{private:int num; //编号string name; //书名int B_class; //等级string publishing; //出版社int isbn; //ISBNint stock; //剩余量int sale; //销量public:BOOK(){} //构造函数void add1(); //添加图书信息void add2();void setnum(int a) //在添加第二本书的信息时设置编码{num=a;}int getnum() //得到编号{return num;} string getname() // 得到名称{return name;}void show(); //显示图书信息 int getB_class(){return B_class;}int getsale(){return sale;}
- 2023-06-21 15:35:03下载
- 积分:1
-
一个通讯录源代码,里面有很好的数据库连接方法
一个通讯录源代码,里面有很好的数据库连接方法-a directory source code, there are a good method of database connection
- 2023-06-28 12:40:03下载
- 积分:1
-
为熟悉ads1.2而提供的一个arm实验源码 开发板核心芯片是S3C2410
为熟悉ads1.2而提供的一个arm实验源码 开发板核心芯片是S3C2410-Ads1.2 is familiar with the arm to provide an experimental source development board core chip S3C2410
- 2022-01-22 10:43:46下载
- 积分:1
-
DLL in the preparation process. Static and dynamic library of distinction, and t...
动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-DLL in the preparation process. Static and dynamic library of distinction, and the procedure call link static and dynamic library distinction. How to use the tool View DLL exporting the function Depends the use of tools C compiler technology adapted to name DLL function of the output, extern "C" for the usage, use module definition files to resolve the C adaptation of the name. Typedef definitions used at the function pointer type, how to obtain 13-17 Dynamic Link function of the target.
- 2022-03-02 05:51:58下载
- 积分:1
-
实验目的
通过对第四章的学习,已对windows的图形设备接口的基本概念以及设备环境的获取有了一定的了解 教材中的例题也向我们展示了windows窗口的基本...
实验目的
通过对第四章的学习,已对windows的图形设备接口的基本概念以及设备环境的获取有了一定的了解 教材中的例题也向我们展示了windows窗口的基本设计以及利用常用绘图函数绘图的一些效果。为此,在配套习题解析与编程实例一书中例【4-6】的启发下,我们组编写了一小车沿路行驶然后撞上一块预定挡板程序,以加深对windows的图形设备接口及windows绘图的理解并进一步应用
-experimental purposes of Chapter IV of the study, has windows on the graphics device interface and the basic concepts of environmental equipment there to acquire certain understanding of the materials are examples to show us a window of windows basic design and the use of commonly used graphics function mapping some results. To this end, the matching exercises analytical and programming examples of a book cases 4-6-- inspired, we prepared a one car traveling on the road before hitting a baffle procedures intended to enhance the windows graphics device interface and graphics windows to further the understanding and application
- 2022-11-12 07:10:03下载
- 积分:1