-
最近在自己写的一些原代码可以给大家一起享用。
最近在自己写的一些原代码可以给大家一起享用。-recently wrote some of the original code can give us together.
- 2023-08-03 00:35:03下载
- 积分:1
-
找茬游戏原码,很不错的!
找茬游戏原码,很不错的!-softened the original game code, very good!
- 2022-01-24 16:35:04下载
- 积分:1
-
指针式时钟
首先要绘制时钟的的表盘与表盘刻度,表盘用Ellipse函数绘制,表盘的六十个刻度以及时钟的十二个小时刻度用MoveTo和LineTo来绘制。时钟的重绘用Invalidate(false)如果参数是true,擦除背景之后,再重绘,会出现刷屏。定时用SetTimer每一秒调用一次ontime中的Invalidate(false)
- 2022-02-05 07:57:05下载
- 积分:1
-
将labview中的数据格式转换为mat格式,然后可在matlab中直接调用,压缩包中有一个例程,以帮助你快速掌握,此包经本人实际项目测试通过。使用时注意转换的...
将labview中的数据格式转换为mat格式,然后可在matlab中直接调用,压缩包中有一个例程,以帮助你快速掌握,此包经本人实际项目测试通过。使用时注意转换的数据格式。-Labview in the data format will be converted to mat format, and then directly calls in matlab compressed package there is a routine to help you quickly grasp the actual item in this package after I test. Note that when used to convert data format.
- 2022-09-15 04:05:03下载
- 积分:1
-
详细描述VB访问EXCEL文件的方法,可直接编译!
详细描述VB访问EXCEL文件的方法,可直接编译!-A detailed description of VB Access EXCEL documents can be directly compiled!
- 2022-03-18 19:24:53下载
- 积分:1
-
Win32 splitter window project
win32的拆分windows程序
Win32 splitter window project
win32的拆分windows程序-Win32 splitter window projectwin32 the split windows program
- 2022-05-23 02:47:39下载
- 积分:1
-
raw to bmp!!!!
very good
raw to bmp!!!!
very good
- 2022-07-02 10:58:52下载
- 积分: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
-
线程的冬冬,用来调试线程的哦,大家试试看,
线程的冬冬,用来调试线程的哦,大家试试看,-threads of the boys, used to debug multithreaded Oh, we give it a try, huh-huh
- 2023-01-02 15:00:04下载
- 积分:1
-
MATLAB边缘检测
毕设课题研究半导体表面缺陷的定位,以下是,sobel prewitt Roberts log canny算子进行边缘检测的源代码,以及双峰法 最大类间方差法 迭代法进行阈值分割的源程序,希望对大家有帮助。
- 2022-02-03 17:40:39下载
- 积分:1