-
The program presnts an macro which
The program presnts an macro which
- 2023-08-22 17:00:04下载
- 积分:1
-
通过多个操作和机制来做一个小游戏,希望大家喜欢…
通过一些运算和机制做出来的一个小游戏希望大家喜欢!-Through a number of operations and mechanisms to do a small game I hope you like!
- 2022-09-04 06:50:03下载
- 积分:1
-
这是一个用microsoft VC++编写的关于多项式相加的小程序。
这是一个用microsoft VC++编写的关于多项式相加的小程序。-This is a VC with microsoft prepared on the small sum of polynomial procedures.
- 2022-06-17 06:21:03下载
- 积分:1
-
algorithm commonly used C language source code
C语言常用算法源码-algorithm commonly used C language source code
- 2022-05-15 10:51:06下载
- 积分: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
-
Application runs some others applications in defined intervals.
Application runs some others applications in defined intervals.
- 2022-01-22 16:49:28下载
- 积分:1
-
用信号量实现读者和写者的程序
读者-写者问题的读写操作限制(包括读者优先和写者优先):
写-写互斥,即不能有两个写者同时进行写操作。
读-写互斥,即不能同时有一个线程在读,而另一个线程在写。
读-读允许,即可以有一个或多个读者在读。
读者优先的附加限制:如果一个读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作。
写者优先的附加限制:如果一个读者申请进行读操作时已有另一写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态才能开始读操作。
- 2022-04-22 12:41:24下载
- 积分:1
-
本程序是关于快速排序的算法与归并排序,并比较两者所需的时间...
本程序是关于快速排序的算法与归并排序,并比较两者所需的时间-the procedures for the rapid sequencing of the ranking algorithm and its stock, and compare the time required for both
- 2022-06-13 03:57:40下载
- 积分:1
-
无线通信
这是一个实现使用RAID的技术两块板之间的通信的程序
- 2022-06-27 23:29:25下载
- 积分:1
-
服务器端的TCP功能
实现服务器端的TCP功能。可正常收发。采用Visual C++6.0编写,可正常运行。如果你是最新的版本,或是高于该版本的VS,都可以独立编译,正常跑通。
- 2022-04-23 10:27:06下载
- 积分:1