-
驱动进程监控器
创建进程的时候 系统提示你是否进行创建,在此框架可以设置黑白名单,如果是白名单就放过,如果是黑名单就禁止,这样就可以防止乱七八糟的进程创建。64位和32位的方式不同
- 2022-01-28 03:57:19下载
- 积分:1
-
Windows下的一个worm源代码
Windows下的一个worm源代码-A worm under the Windows source code
- 2022-05-17 10:08:24下载
- 积分:1
-
输入中缀式,转换为后缀式,并输出结果。如2+2*2,得出结果为6....
输入中缀式,转换为后缀式,并输出结果。如2+2*2,得出结果为6.-Input is made up of type, into a suffix-type, and output. Such as 2+2* 2, the results for the 6.
- 2022-01-24 08:55:45下载
- 积分:1
-
采用最新的canny算子实现了边界拟合程序给定图形后可以直接使用...
采用最新的canny算子实现了边界拟合程序给定图形后可以直接使用-use of the latest canny operator realization of the border fitting procedures to be determined after the graphics used directly
- 2022-06-18 14:03:57下载
- 积分:1
-
门铃声和音量的扩展
Extended C codes for door bell with melody and volume
- 2022-03-02 03:11:34下载
- 积分:1
-
地图曲线的分形插值源码
地图曲线的分形插值源码-map of the fractal curve interpolation FOSS
- 2023-03-22 07:35:03下载
- 积分:1
-
队列的建立入队出队
详细的队列知识C代码,学习很有用。。
- 2022-04-22 05:13:05下载
- 积分:1
-
一个小程序名字叫“封装了模块列举功能的类”
一个小程序名字叫“封装了模块列举功能的类”-a small program called the "Packaging of functional modules listed the category"
- 2022-03-10 15:33:21下载
- 积分:1
-
关机,试用时先保存好文件。
关机,试用时先保存好文件。-shutdown, when the first trial to preserve the documents.
- 2022-04-20 20:41:40下载
- 积分:1
-
A*算法解决八数码
题目
The
15-puzzle has been around for over 100 years; even if you don"t know it by that
name, you"ve seen it. It is constructed with 15 sliding tiles, each with a
number from 1 to 15 on it, and all packed into a 4 by 4 frame with one tile
missing. Let"s call the missing tile "x"; the object of the puzzle is to
arrange the tiles so that they are ordered as:
1
2 3 4
5
6 7 8
9 10 11 12
13 14 15 x
where the only legal operation is to exchange "x" with one of the tiles with
which it shares an edge. As an example, the following sequence of moves solves
a slightly scrambled puzzle:
- 2022-02-06 16:32:40下载
- 积分:1