-
强制杀进程,改脚本内的notepad可以更换要杀的进程
强制杀进程,改脚本内的notepad可以更换要杀的进程-Forced to kill the process of change within the notepad script to kill the process can be replaced
- 2022-03-16 05:44:05下载
- 积分:1
-
VC6.0编写的COM插件源码
一份VC6.0编写的COM插件源码。注册方法在windows 左下角中菜单中 点击运行 在运行中输入 regsvr32.exe c:dn.dll(这个dll目录请根据文件存放目录而定)注:windows键 + R键 也可以按出运行 或者在cmd 窗口中也可以注册 卸载方法在windows 左下角中菜单中 点击运行 在运行中输入 regsvr32.exe c:dn.dll /u (这个dll目录请根据文件存放目录而定)注:windows键 + R键 也可以按出运行 或者在cmd 窗口中也可以注册 ,
- 2022-08-24 14:24:53下载
- 积分:1
-
NET platform, which represented a major change in the way people think about pro...
NET platform, which represented a major change in the way people think about programming. .NET facilitates object-oriented Internet development
- 2022-02-02 20:00:19下载
- 积分:1
-
fstream使用实例,包含各种可能的使用方法,值得参考
fstream使用实例,包含各种可能的使用方法,值得参考-example of fstream use
- 2022-02-28 10:06:10下载
- 积分:1
-
孙鑫第十二课教程文件存取源码
孙鑫第十二课教程文件存取源码,经过测试,可以读取二进制文件,当做自己的复制函数使用
- 2022-05-19 09:47:29下载
- 积分:1
-
定期储蓄管理软件,可存款,取款,挂失,取消挂失,信息输出等功能...
定期储蓄管理软件,可存款,取款,挂失,取消挂失,信息输出等功能-Regular savings management software, may be deposits, withdrawals, report the loss, cancellation of report of loss, the information output functions
- 2022-06-18 08:44:27下载
- 积分: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编写简易ATM
用Java编写一个简易的atm,实现了数据的写入读取,提供基本界面。用户登陆,查询,操作等基本功能。没有链接数据库,可以自己实现,算是一个 atm的简易前端。
- 2022-05-19 09:37:12下载
- 积分:1
-
这是一个C++语言的电脑,源代码有点复杂,我找到了一个…
这是一个用C语言编写的计算器,源代码有点复杂,是我从网上找到的一个东东。-This is a C language of computers, the source code a bit complicated, I found an online Wanton.
- 2022-03-23 08:42:50下载
- 积分:1
-
直线和圆检测图片和背景色变化与 OpenCV 中
这个项目的工作与 OpenCV 库的 visual studio。这个项目从图片和也变化发现圆和直线同一图像的背景色。
- 2022-10-17 23:35:04下载
- 积分:1