-
广告任务网代码
这个代码是前段时间找朋友要的,全站信息,包括测试信息均涵盖。只是大家可以广泛应用。
这个代码是前段时间找朋友要的,全站信息,包括测试信息均涵盖。只是大家可以广泛应用。
- 2022-02-05 06:50:00下载
- 积分:1
-
dock bar 很好的程序,风格独特,希望大家支持
dock bar 很好的程序,风格独特,希望大家支持-dock bar a very good program, unique style, hope you will support
- 2022-03-04 08:32:32下载
- 积分: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
-
网站的链接,它是由C++ Builder制作的
网页连接效果,由c++builder制作的-website link, it is up to c++ produced by the builder
- 2022-03-02 15:09:12下载
- 积分: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
-
一个时钟显示的程序,有时针、分针、秒针的走时显示
一个时钟显示的程序,有时针、分针、秒针的走时显示-a clock showed procedures and hand of a clock, watches, at the hands of the show away
- 2022-08-13 23:21:40下载
- 积分:1
-
加强的C语言语法检查器
加强的C语言语法检查器-strengthen the C language syntax checker
- 2022-01-25 16:36:09下载
- 积分:1
-
vfp试验素材,包含一般试验中涉及的源代码段,适用于初学者学习使用...
vfp试验素材,包含一般试验中涉及的源代码段,适用于初学者学习使用-vfp test material, including the general test in paragraph relating to the source code for beginners learning to use. .
- 2022-08-21 13:47:04下载
- 积分:1
-
C语言写的排序头文件,当时是做实验报告用的。
使用方法 打开看看
include调用一下就好了 非常简单...
C语言写的排序头文件,当时是做实验报告用的。
使用方法 打开看看
include调用一下就好了 非常简单
- 2022-03-20 06:22:41下载
- 积分:1
-
winpcap 3.0源代码
网络抓包底层源码,适合网络协议栈及抓包工具开发者。
winpcap的目的在于为win32应用程序提供访问网络底层的能力。
Winpcap特别适用于下面这几个经典领域:
1、网络及协议分析
2、网络监控
3、通信日志记录
4、traffic generators
5、用户级别的桥路和路由
6、网络入侵检测系统(NIDS)
7、网络扫描
8、安全工具
- 2022-01-28 20:30:03下载
- 积分:1