-
using the data structure to map AOE method of calculation of critical path, this...
采用数据结构中的AOE方法对图的关键路径进行计算,此算法摘录了课本中的算法-using the data structure to map AOE method of calculation of critical path, this algorithm extracts from the books of Algorithm
- 2022-03-29 16:01:16下载
- 积分:1
-
用信号量实现读者和写者的程序
读者-写者问题的读写操作限制(包括读者优先和写者优先):
写-写互斥,即不能有两个写者同时进行写操作。
读-写互斥,即不能同时有一个线程在读,而另一个线程在写。
读-读允许,即可以有一个或多个读者在读。
读者优先的附加限制:如果一个读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作。
写者优先的附加限制:如果一个读者申请进行读操作时已有另一写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态才能开始读操作。
- 2022-04-22 12:41:24下载
- 积分:1
-
数据结构c语言程序,对于学习数据结构和算法很有帮助的源码程序....
数据结构c语言程序,对于学习数据结构和算法很有帮助的源码程序.-data structure c language program for learning algorithm and data structure helpful source programs.
- 2022-07-12 10:06:19下载
- 积分:1
-
EVC ADO 访问数据库操作的小例子,简单易用
EVC ADO 访问数据库操作的小例子,简单易用-EVC ADO access to databases operated by small examples, easy-to-use
- 2022-02-12 20:54:25下载
- 积分:1
-
这个是dll中如何取得参数的方法,有完整的程序,这个是6.0开发的...
这个是dll中如何取得参数的方法,有完整的程序,这个是6.0开发的-this is how the parameters achieved, a complete set of procedures is the development of the 6.0
- 2022-03-25 08:21:14下载
- 积分:1
-
the LEX and YACC is a combination of integers to achieve a simple example, I emb...
这个是YACC和LEX结合使用来实现整数加法的简单事例,我体现的是基本的步骤,不在于其功能的完美和强大,给我一样的菜鸟以启示,以便您不必在开始的路上徘徊太久,希望您喜欢-the LEX and YACC is a combination of integers to achieve a simple example, I embody the basic steps, not its function in a perfect and strong, give me the same exposure to enlightenment, so that you need not start wandering on the road for too long, I hope you like
- 2022-06-01 19:55:38下载
- 积分:1
-
电话本,有添加,删除,导入,导出等功能,可以很方便的存储大量电话号码,通讯录。...
电话本,有添加,删除,导入,导出等功能,可以很方便的存储大量电话号码,通讯录。-Phone book, have to add, delete, import, export and other functions, can easily store a large number of telephone numbers, address book.
- 2022-02-15 12:22:04下载
- 积分:1
-
列举出运行的进程,并能终止一些进程,系统进程终止不了,有待改进...
列举出运行的进程,并能终止一些进程,系统进程终止不了,有待改进-To list running processes, and can terminate some processes, system processes can not be terminated, room for improvement in
- 2022-06-11 19:50:46下载
- 积分:1
-
common control products that Microsoft is a very important part, particularly fo...
通用控件是微软产品里很重要的一部分,尤其对许多 Windows 第三方产品开发者来说,但有时候开发者想在这么多通用控件里找个合适的,并有详细资料的却并不容易,本书就经常提出的问题进行了一些讨论,希望对 Windows 程序开发有所帮助。-common control products that Microsoft is a very important part, particularly for many Windows third-party product developers, but sometimes developers to the many common controls Lane to find suitable, and detailed information is not easy, this book often on the subject of some discussion, and I hope to Windows developers some help.
- 2023-09-10 04:35:04下载
- 积分:1
-
tessnetOCR,C#实现用于验证码解析
OCR,C#实现用于验证码解析。GOOGLE维护的OCR项目Tessetact OCR软件是惠普公司在1985--1995年间开发的,它曾在拉斯维加斯大学组织的OCR软件竞赛中获前三名最佳软件排名。
- 2022-05-18 02:47:06下载
- 积分:1