-
数据包分类 ABV 算法
这是为数据包分类与 ABV,这是决策树根据的 algorithmthis 方案将划分的规则集到许多组来提高性能的搜索时间
- 2023-05-13 08:30:02下载
- 积分:1
-
隐写术
< 跨度 style="font-size:12.0pt;line-height:115%;font-family:""> 隐写术是一门艺术的隐瞒事实通信是适,隐藏信息的其他信息。可以使用许多不同的载体,文件格式,但数字图像是最流行的因为在因特网上的 theirfrequency。一些隐藏秘密信息在图像中,多样繁多的信息隐藏技术是更为复杂的 thanothers,他们都有各自的长处和短处点。Differentapplications 可能需要绝对隐形的秘密信息,而其他需要一个大的秘密消息来被隐藏。此项目的报告倾向往往将将概括介绍了图像隐写术,其用途和技术。它 alsoattempts 确定好的隐写算法来的需求反映了哪些隐写技术是更适合 whichapplications
- 2022-02-28 17:04:33下载
- 积分:1
-
利用纯vc完成com的编程
利用纯vc完成com的编程-pure com vc complete programming
- 2022-03-14 07:16:53下载
- 积分:1
-
一个线程和互斥的程序,大家可以了解互斥的应用
一个线程和互斥的程序,大家可以了解互斥的应用-A thread and mutex procedures everyone can understand the application of mutually exclusive
- 2022-07-11 03:10:34下载
- 积分:1
-
Josephu这个游戏问题的实现。设定n个人参加游戏,从第一人开始报数,数到m时的那个人退出,直到最后剩下一个人为止。...
Josephu这个游戏问题的实现。设定n个人参加游戏,从第一人开始报数,数到m时的那个人退出,直到最后剩下一个人为止。-无
- 2023-03-03 06:35:04下载
- 积分:1
-
进程指挥官
进程指挥官--进程控制源代码.process manager!-The process of commanders- the process of controlling the source code. Process manager!
- 2022-07-24 17:11:14下载
- 积分:1
-
计算机怎样解几何题
计算机怎样解几何题 - 谈谈计算机自动推理-How to Solve geometric computer title- to talk about the computer Automated Reasoning
- 2022-10-29 02:05:04下载
- 积分:1
-
一个用delphi实现的阅读收发程序,实现了文本阅读的基本功能
一个用delphi实现的阅读收发程序,实现了文本阅读的基本功能-A reading with delphi realize transceiver procedures realize the basic functions of text-reading
- 2023-03-29 10:45:03下载
- 积分:1
-
java小程序2:1。输入五名学生成绩,这个数字将B。
Java小程序两个:
1.输入五个同学的成绩,并将这五个数保存到文件“data.txt”中。然后再编写一个程序:从“data.txt”中读取这五个成绩,计算他们的平均数,然后从小到大排序并输出这五个人的成绩。
2.将八皇后问题的所有界保存到文件“Queen.txt”中。-Java applet 2 : 1. Importation of five students achievements, This number will be five to preserve documents "data.txt". Then the preparation of a program : "data.txt" Read this five results, calculating the average, then order from small to large output and five personal achievements. 2. Eight of the Queen"s community preservation of all documents "Queen.txt".
- 2022-01-26 03:42:59下载
- 积分:1
-
array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h...
array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h: 二叉搜索树 avltree.h: AVL 树 如果要存储集合(元素不可重复)并快速查找,最佳的是 binstree.h(二叉搜索树)。 如果要存储二维或更高维的表格,最佳的是 hashtable.h(哈系表)。AVL 树的插入成本非常高(删除函数也没有实现),但 AVL 的搜索效率极高,所以适用于在程序开始前初始化程-NOTE:
array.h :secure array,linkedlist.h:common table,
dclinkedlist:dual cycle linkedlist,
hashtable.h:hash table
binstree.h:binary search tree,
avltree.h: AVL tree,
if you want to store set(elements no repeating) and to lookup it swiftly,best is binstree.h(binary search tree).if you want to store two dimensions s or more dimensions s table,best hashtable.h(hash table).the cost of AVL tree s insertion is very high(delete function is not completed),but effiency of AVL tree s search is very high,so it is the same with initialize programme before beginning programme.
- 2022-08-16 05:08:19下载
- 积分:1