-
delphi键盘操作
delphi键盘操作-keyboard operation, etc.
- 2022-01-30 18:35:17下载
- 积分:1
-
VC中调用汇编语言的示例!
VC中调用汇编语言的示例!-VC called assembly language examples!
- 2022-01-22 16:14:07下载
- 积分:1
-
library(ocx) for video module to make video conference
library(ocx) for video module to make video conference
- 2023-07-04 21:10:07下载
- 积分:1
-
autocad second development, on the basis of visual basic and vba
autocad二次开发,基于visual basic 和vba的-autocad second development, on the basis of visual basic and vba
- 2022-12-01 10:05:03下载
- 积分:1
-
三星S3C2443数据手册
与 BSP ,与 SCH, 构成了S3C2443的完整资料。...
三星S3C2443数据手册
与 BSP ,与 SCH, 构成了S3C2443的完整资料。-Samsung S3C2443 Data Sheet with the BSP, and SCH, constitute the complete information S3C2443.
- 2022-01-22 11:10:45下载
- 积分:1
-
在VC,MFC中显示图像,如GIF,JPEG等格式
在VC,MFC中显示图像,如GIF,JPEG等格式-in VC, MFC showed images such as GIF, JPEG format, etc.
- 2022-02-14 16:47:38下载
- 积分:1
-
一个关于字符串匹配的算法,已经经过编译,希望对你有帮助...
一个关于字符串匹配的算法,已经经过编译,希望对你有帮助-on a string matching algorithm, has been built, want to help you
- 2023-02-22 16:05:03下载
- 积分:1
-
一个简易日历程序,已知公元元年一月一日即耶稣诞生日是星期一,那么因为365%7=1,366%7=2。所以每过一年平年星期数加一,每过一年闰年星期数加二,依次类推...
一个简易日历程序,已知公元元年一月一日即耶稣诞生日是星期一,那么因为365%7=1,366%7=2。所以每过一年平年星期数加一,每过一年闰年星期数加二,依次类推就可以求出任意一年一月一日是星期几。-a simple calendar program, known Year on January 1 that the first year of the birth of Jesus Day is Monday, because 365% = 1,366 7% 7 = 2. So every non-leap year over year increase in a few weeks, a leap year every year the number increases two weeks, followed by analogy can be found arbitrary January 1, 2001 is several weeks.
- 2022-02-04 23:46:52下载
- 积分:1
-
网上订餐
网上订餐 菜的分类 豫菜湘菜等等 订单管理 购物车 菜品管理等一系列数据操作,用到的框架是ssh数据库为mysql
- 2022-03-25 05:29:28下载
- 积分:1
-
a general purpose class for multithreaded applications. Derive your class from i...
a general purpose class for multithreaded applications. Derive your class from it, call the constructor with the proper number of threads and populate the lpfns member before starting threads.
The main advantage is that you do not need to bother with the details of making the static method separate from your class and then passing the this pointer to it. CMultithreaded allows you to have all of your class methods in-class, even if they are to be run on separate threads. It is also a good example of RAII.
- 2023-02-05 08:40:03下载
- 积分:1