-
testcmd
通过微过滤器的方式实现的网络控制功能,简单实现了一下禁止当前机器断网的功能。(Through micro-filters to achieve the network control functions, simple look prohibit the machine off the network.)
- 2012-04-18 16:17:13下载
- 积分:1
-
Learning-OpenCV
学习OpenCV重要参考资料,OpencvReference(Learning OpenCV, reference)
- 2015-04-17 14:14:56下载
- 积分:1
-
dep-and-col
VS2013+OPENCV2.4.9+kinect2.0实现深度彩色图像(VS2013+OPENCV2.4.9+kinect2.0 realize the depth of the color image)
- 2015-12-04 20:47:50下载
- 积分:1
-
ds18b20
使用89S52单片机对DS18B20进行驱动,在数码管上显示当前温度。(DS18B20 using 89S52 microcontroller to drive on, in the digital pipe display the current temperature.)
- 2010-08-03 15:22:19下载
- 积分:1
-
tshark
tshark调用,包括tshark相关的dll,lib文件等内容,通过填写命令行,实现对数据包的操作(tshark calls , including content tshark related dll, lib files, etc. , by filling out the command line , to achieve packet operation)
- 2014-08-07 11:48:55下载
- 积分:1
-
RTC5 Files
说明: 用于激光扫描的RTC5振镜控制的DLL、LIB和头文件(DLL, LIB and header files for the control of RTC5 galvanometer for laser scanning)
- 2019-03-24 20:30:34下载
- 积分:1
-
01240570
关于hilbert 空间填充曲线算法的应用(Hilbert space filling curve algorithm)
- 2012-05-30 10:57:46下载
- 积分:1
-
MFC框架多文档的Tab视图
转载的用Visual Studio C++6.0开发的多文档视图,视图以tab的形式创建,实现了基于多文档的tab视图结构示例
- 2023-03-28 23:55:03下载
- 积分:1
-
8queen
在一个8×8国际象棋盘上,有8个皇后,每个皇后占一格;要求皇后间不会出现相互"攻击"的现象,即不能有两个皇后处在同一行、同一列或同一对角线上。问共有多少种不同的方法。
本算法采用一维数组来进行处理。数组的下标i表示棋盘上的第i列,a[i]的值表示皇后在第i列所放的位置。如:a[1]=5,表示在棋盘的第一例的第五行放一个皇后。(8 × 8 in a chess set, there s eight, each accounting for a Queen s grid request will not be any mutual between Queen s attack phenomenon, that can not have two Queen s in the same line, the same row or the same diagonal. Asked the total number of different ways. This algorithm uses one-dimensional array to be processed. Array subscript i said i chessboard first out, a [i] value that s in the first place i listed by location. Such as: a [1] = 5, said the first cases in the chessboard of the fifth line of a Queen s release.)
- 2007-12-15 22:24:44下载
- 积分:1
-
LLDP开源协议
简单说来,LLDP是一种邻近发现协议。它为以太网网络设备,如交换机、路由器和无线局域网接入点定义了一种标准的方法,使其可以向网络中其他节点公告自身的存在,并保存各个邻近设备的发现信息。例如设备配置和设备识别等详细信息都可以用该协议进行公告。
具体来说,LLDP定义了一个通用公告信息集、一个传输公告的协议和一种用来存储所收到的公告信息的方法。要公告自身信息的设备可以将多条公告信息放在一个局域网数据包内传输,传输的形式为类型长度值(TLV)域。
- 2022-02-25 05:34:05下载
- 积分:1