-
设计模式抽象工厂的C#实现,开发平台为VS2005已转VS2008
设计模式抽象工厂的C#实现,开发平台为VS2005已转VS2008-Abstract factory design pattern in C# implementation, development platform, have switched to VS2008 as VS2005
- 2022-02-22 07:49:48下载
- 积分:1
-
一个可以快速搜索RAR.ZIP等文件内容的工具,当初写着玩的
一个可以快速搜索RAR.ZIP等文件内容的工具,当初写着玩的-RAR.ZIP a quick search tool, such as the content of the document, when read, play
- 2022-03-15 16:15:50下载
- 积分:1
-
Introduce a good book.The bible of WindowsProgram Design!Can give you some help...
好书推荐一本。Windows编程宝典!一定有帮助的。-Introduce a good book.The bible of WindowsProgram Design!Can give you some help.
- 2022-03-06 10:11:13下载
- 积分:1
-
源码收集器 收集好多的源码
源码收集器 收集好多的源码-source collected in many of the FO
- 2022-01-30 23:33:38下载
- 积分:1
-
Samsung ARM9 chip s3c2410 Jack 4.2BSP the source code, according to the developm...
三星ARM9芯片s3c2410的wince 4.2BSP源代码,可以根据自己的开发板做少量修改即可使用-Samsung ARM9 chip s3c2410 Jack 4.2BSP the source code, according to the development board to do some modifications in order to use
- 2022-05-09 02:09:10下载
- 积分:1
-
AviToBmp项目
这段代码可以将avi格式的视频转换成bmp序列,在c++中写。你可以打开它在vs2008中或更高版本。这是没有gui,控制台的代码,因此您必须初始化代码。感谢您下载,共享代码。
- 2023-02-02 07:40:04下载
- 积分:1
-
matlab6.0的图形图像处理函数及实例,函数很多,例子详细易懂,可直接拷贝运行,大家可以...
matlab6.0的图形图像处理函数及实例,函数很多,例子详细易懂,可直接拷贝运行,大家可以-A lot of graph samples of Matlab6.0.
- 2022-01-21 05:53:56下载
- 积分:1
-
只要计算机已连上因特网,本软件就可以查询全国2400多个县、市、地区的今天及未来两天的天气情况,包括最高气温、最低气温。本软件还是一个绿色软件,不写入注册表,不...
只要计算机已连上因特网,本软件就可以查询全国2400多个县、市、地区的今天及未来两天的天气情况,包括最高气温、最低气温。本软件还是一个绿色软件,不写入注册表,不产生临时文件。还可显示农历。-as long as the computer has been connected to the Internet, the software can find more than 2,400 national, county, city, region today and over the next two days to the weather conditions, including the maximum temperature, minimum temperature. The software is a green software, do not write it into the registry and do not create temporary files. Lunar also showed.
- 2022-02-25 06:44:34下载
- 积分:1
-
PureMVC演示演示演示puremvc puremvc
PureMVC Demo PureMVC Demo-PureMVC Demo PureMVC Demo PureMVC Demo
- 2022-12-01 03:10:03下载
- 积分:1
-
用信号量实现读者和写者的程序
读者-写者问题的读写操作限制(包括读者优先和写者优先):
写-写互斥,即不能有两个写者同时进行写操作。
读-写互斥,即不能同时有一个线程在读,而另一个线程在写。
读-读允许,即可以有一个或多个读者在读。
读者优先的附加限制:如果一个读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作。
写者优先的附加限制:如果一个读者申请进行读操作时已有另一写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态才能开始读操作。
- 2022-04-22 12:41:24下载
- 积分:1