搜索资源列表
Snort
- 分析了数据包调用检测函数匹配规则节点的平均次数计算函数,并用该函数对Snort系统规则树进行了优化,减少了数据包过滤匹配次数,极大提高了入侵检测效率-Analysis of packet matching rules called detection function of the average number of nodes the calculation function, and the system function of the Snort rules tree is optimiz
erchashu-
- C语言实现二叉树的创建 及先序、后序、层序遍历,输出树的深度,每一层节点个数,叶子总数-Creation and the first sequence of binary tree in C language, the order of the sequence traversal, output the depth of the tree, each layer the number of nodes, leaves the total number of
androiddemo
- 一个项目用Swing写了一个节点带有Checkbox的树状控件,并有3种工作方式。拿出来和大家共享。SWT的Tree控件本身就可以在节点上加上Checkbox。这也是我喜欢SWT的一个原因。 顺带的,也尝试了一下把一个AWT/Swing控件加到SWT的Composite上,效果非常好.-A project using Swing write a tree node with Checkbox controls, and three kinds of work. Out and shar
erchashu158
- 根据二叉树的结构特点创建一棵二叉树(无节点的地方用#代替)-The creation of a binary tree
binary-tree
- 二叉树是每个节点最多有两个子树的树结构。通常子树被称作“左子树”(left subtree)和“右子树”(right subtree)。二叉树常被用于实现二叉查找树和二叉堆。-Enhanced JFS2 uses a binary tree representation while performing inode searches, which is a much better method than the linear method used by JFS.
hehe
- 这是二叉树的一些基本操作,有二叉树的建立、节点的删除和查找,排序等常用的功能。-These are some of the basic operations of a binary tree, there are common features delete and search, sort and other binary establishment nodes.
treelist
- 利用treelist和gridview控件制作一个简单的windows资源管理器。主要功能实现简单的文件资源管理器 1.左侧使用Dev树控件,根目录列出计算机所有盘符 2.左侧树节点展开路径时,加载路径下所有文件夹到树控件 3.右侧使用表格控件,显示字段:名称、修改时间、类型、大小,点击左侧文件夹时,在右侧列出该文件夹内的所有文件和文件夹 4.双击右侧列表内的文件夹时,列表显示该文件夹内的所有内容-make a resource manag