-
Kriging
克里金插值法实现二维和三位等高线的绘制功能。(Kriging interpolation method to achieve two-dimensional and three contour drawing functions.)
- 2007-12-20 15:42:27下载
- 积分:1
-
PCA-based-on-OpenCV-and-cPP-
一篇用于理解PCA主成分分析的文章,该文章用基于Opencv和C++的源码对PCA进行说明。(One used to understand the PCA principal component analysis of the article, the article described the PCA-based the Opencv and C++ source.)
- 2012-04-25 11:00:01下载
- 积分:1
-
C++枚举过程
过程枚举样本,用视觉工作室写。此示例枚举所有的过程和将详细对PEB环境块。样品用控制台应用程序,包括所有源文件需要建立训练样本在Visual Studio。
- 2022-02-15 01:31:24下载
- 积分:1
-
decode_ldpc
ldpc译码算法 实现ldpc的译码 20个字(ldpc the)
- 2013-11-18 21:07:58下载
- 积分:1
-
ZipUnzip
Zip Library
Easy Zip and UnZip
- 2010-04-03 02:29:17下载
- 积分:1
-
4vqwe
this is the code on c++ 2005
The program code, which maintains a database. Created two documents, of which is read / write. Function menu, all functions: adding records, search, replace, delete, check availability. Full inheritance. Additional function is Creation a Report to the calculation
- 2012-10-16 02:16:35下载
- 积分:1
-
textureex3
三维场景的生成算法。利用opengl里的函数将一些图片拼贴成立体山水画,其中的水还可以流动(3D scene generation algorithm. Use opengl in the function of some of the picture collage set up the Landscape Painting, in which water can flow)
- 2010-06-26 11:22:26下载
- 积分:1
-
24K-pony-remote-control-source
24k小马远控,绝对无后门,抓鸡必备利器!没做免杀,养鸡专业户,功能也很多(24K pony remote control, absolutely no back door, grasps the chicken sharp weapon! Do not kill, chicken farmer, the function is also a lot of)
- 2015-01-24 23:21:55下载
- 积分:1
-
BFS
宽度优先搜索,1215. 脱离地牢,改编一下。年轻的王子Paris与美丽的公主Helen被困在地牢里,他们想知道能否找到对方。(Breadth-first search, 1215 from the dungeon, adapted it. The young prince and the beautiful princess Helen Paris trapped in a dungeon, they want to know we can find each other.)
- 2013-06-07 14:59:53下载
- 积分:1
-
huffman
哈夫曼编码进行信息通讯可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码;在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统,试为这样的信息收发站写一个哈夫曼编译码系统。
一个完整的系统应具有以下功能:
(1) (1) I: 初始化。从终端读入字符集大小 n ,及 n 个字符和 n 个权值,建立哈夫曼树,并将其存于文件hfmtree中。
(2) C: 编码。利用已建好的哈夫曼树(如不在内存,则从文件hfmtree中读入),对文件tobetrans中的正文进行编码,然后将结果存入文件codefile中。
(3) D: 译码。利用已建好的哈夫曼树将文件codefile中的代码进行译码,结果存入文件textfile中。
(4) P: 打印代码文件。将文件codefi1e以紧凑格式显示在终端上,每行50个代码。同时将此字符形式的编码文件写入文件codeprint中。
(5) T:打印哈夫曼树。将已在内存中的哈夫曼树以直观的方式(树或凹凸表形式)显示在屏幕上,同时将此字符形式的哈夫曼树写入文件treeprint中。
(利用哈夫曼编码进行信息通讯可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码;在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统,试为这样的信息收发站写一个哈夫曼编译码系统。
一个完整的系统应具有以下功能:
(1) (1) I: 初始化。从终端读入字符集大小 n ,及 n 个字符和 n 个权值,建立哈夫曼树,并将其存于文件hfmtree中。
(2) C: 编码。利用已建好的哈夫曼树(如不在内存,则从文件hfmtree中读入),对文件tobetrans中的正文进行编码,然后将结果存入文件codefile中。
(3) D: 译码。利用已建好的哈夫曼树将文件codefile中的代码进行译码,结果存入文件textfile中。
(4) P: 打印代码文件。将文件codefi1e以紧凑格式显示在终端上,每行50个代码。同时将此字符形式的编码文件写入文件codeprint中。
(5) T:打印哈夫曼树。将已在内存中的哈夫曼树以直观的方式(树或凹凸表形式)显示在屏幕上,同时将此字符形式的哈夫曼树写入文件treeprint中。
)
- 2010-03-09 12:14:21下载
- 积分:1