-
VC 6.0下可通过
C++版的学籍管理系统
VC 6.0下可通过
C++版的学籍管理系统-VC 6.0 through C version of the Maintenance Management System
- 2022-01-26 00:58:33下载
- 积分:1
-
Visual C++多线程应用。2个线程:发送器和接收器。多
multithreading Visual C++ application. 2 threads: sender and receiver. The multi-threaded app sends from one process to another over the network.
- 2022-03-22 19:09:06下载
- 积分:1
-
double linked list.vcproj
double linked list.vcproj
- 2022-02-09 11:16:20下载
- 积分:1
-
实现了比如一个字符数组14232156的整形数组。经过此算法后转换成12345612的排列顺序。此代码对棋牌类游戏中的出对子有帮组...
实现了比如一个字符数组14232156的整形数组。经过此算法后转换成12345612的排列顺序。此代码对棋牌类游戏中的出对子有帮组-Realize the array of characters such as a plastic array 14232156. After this algorithm into a sequence of 12345612. This code of Card games in the pair has helped the group
- 2022-02-20 21:03:22下载
- 积分:1
-
文字图像细化算法源代码。细化后所得的文字图像骨架是严格的1象素宽度,细化效果极佳!
文字图像细化算法源代码。细化后所得的文字图像骨架是严格的1象素宽度,细化效果极佳!-text image thinning algorithm source code. After refining the text images of the skeleton is strictly a pixel width, thinning effect excellent!
- 2022-10-30 12:35:03下载
- 积分:1
-
回声消除驾驶员在wince 6平台
富迪Wince 6.0环境下的回声消除驱动-Echocancellation driver at wince 6.0 platform
- 2022-12-28 14:35:03下载
- 积分:1
-
可以嵌套子目录的字符串替换,文件名替换,代码统计功能
可以嵌套子目录的字符串替换,文件名替换,代码统计功能
-Nested subdirectories can replace the string, the file name to replace the symbol statistics
- 2023-07-08 01:50:03下载
- 积分:1
-
一款很实用的JAVA编程工具。。。。。。。。。。。。。我用了很久 效果很好...
一款很实用的JAVA编程工具。。。。。。。。。。。。。我用了很久 效果很好-A useful Java programing tool. I have used it for a long time for its good effect.
- 2022-07-11 22:26:21下载
- 积分:1
-
这是一款网吧检控系统,用VB软件编写,用于监控对方计算机,是一个非常好用的软件。...
这是一款网吧检控系统,用VB软件编写,用于监控对方计算机,是一个非常好用的软件。-This is a prosecution of Internet systems, software development, using VB to monitor each other" s computers, is a very useful software.
- 2022-01-25 22:04:47下载
- 积分: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