-
ACE分离器例子
很好的ACE reactor服务器源码,又很充分的例子来说明reactor的使用,这是一个服务器源码,对收到的数据返回到客户端
- 2022-08-22 10:07:59下载
- 积分:1
-
用C语言编写的中国剩余定理的算法输入方程,数…
使用c语言实现的中国剩余定理算法
首先输入方程数目,在分组 每次两个数值输入!-use the C Language Chinese Remainder Theorem algorithm input equation, the number of a numerical input for each two!
- 2023-02-14 06:30:04下载
- 积分:1
-
浅析VC与Matlab联合编程(二)
浅析VC与Matlab联合编程(二) -simple analysis union program in vc and matlab(2)
- 2022-11-12 14:20:03下载
- 积分:1
-
呵呵,这是我收集的资料,希望对大家有帮助,
呵呵,这是我收集的资料,希望对大家有帮助,-Ha ha, this is my collection of information, I hope all of you help,
- 2023-02-15 10:55:03下载
- 积分:1
-
一个著名的ftp搜索器可以很快地搜到著名的网站和大量的资源...
一个著名的ftp搜索器可以很快地搜到著名的网站和大量的资源-a famous ftp search engine will be able to search the famous website and a lot of resources
- 2022-05-06 11:18:07下载
- 积分:1
-
ymud源码,想开发MUD客户端的可以参考
ymud源码,想开发MUD客户端的可以参考-ymud source, I would like to develop MUD client can refer to
- 2022-06-15 02:00:09下载
- 积分:1
-
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变...
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变量。由于进程是并发执行的,所以,如果对进程访问公共变量不加限制,那么就会产生“与时间有关”的错误,即进程执行后,所得到的结果与访问公共变量的时间有关。为了防止这类错误,系统必须要用同步机构来控制进程对公共变量的访问。一般说,同步机构是由若干条语句――同步原语――所组成。本试验要求学生模拟PV操作同步机构的实现,模拟进程的并发执行,了解进程并发执行时同步机构的作用。
-process is a procedure in the data set to run the process, the process is conducted with the system that is the rotation process more than the occupier runs. We have a number of process can visit and revision of those variables as public variables. As the process is complicated by the implementation, so if the right to visit public process variables without restrictions, it will have a "Time" is wrong, the implementation process, the results obtained with the public to visit the variables of time. To prevent such mistakes, the system must be used to control synchronization process bodies for public variables visit. In general, synchronous bodies of a number of statements-- synchronization primitives-- composed. Th
- 2023-01-24 21:05:04下载
- 积分:1
-
JAVA编写的小程序 供初学者做参考之用 功能相对比较简单 但是非常适合学校...
JAVA编写的小程序 供初学者做参考之用 功能相对比较简单 但是非常适合学校 -JAVA prepared by the small programs for beginners used to refer to function relatively simple but very suitable for schools
- 2022-05-21 19:19:14下载
- 积分:1
-
以前自己做的小程序,用于避免计算器冗长的输入时出错; 实现方法: 传统的中缀转后缀的方法...
以前自己做的小程序,用于避免计算器冗长的输入时出错; 实现方法: 传统的中缀转后缀的方法-before doing small procedures for avoiding lengthy calculator input errors; Method : traditional Chinese grade to the suffix
- 2022-02-02 07:13:57下载
- 积分:1
-
ASCII代码的关键
程序返回按下的键的ASCII值。对于每个按下的键的结果示于表格字幕。
- 2022-05-07 09:45:13下载
- 积分:1