-
根据前序序列和中序序列生成二叉树并进行遍历。
根据前序序列和中序序列生成二叉树并进行遍历。-sequence and the sequence sequence sequence generation and binary tree traversal.
- 2022-01-26 00:59:22下载
- 积分:1
-
efficient Huffman encoding and decoding, oh, good efficiency
高效的huffman编解码,效率不错的哦-efficient Huffman encoding and decoding, oh, good efficiency
- 2022-05-08 08:20:10下载
- 积分:1
-
In this paper, the Monte Carlo method to equation y = sin (x)+ X with the equati...
本文采用蒙特卡洛方法,将方程y=sin(x)+x与方程y=cos(x)+x之间的曲线包络面积求解出来。-In this paper, the Monte Carlo method to equation y = sin (x)+ X with the equation y = cos (x)+ X between the envelope curve out an area to solve.
- 2022-01-25 23:23:06下载
- 积分:1
-
实现无损压缩lzw算法
lzw算法实现文件的无损压缩 包含解压缩 程序可以运行LZW压缩算法的基本原理:提取原始文本文件数据中的不同字符,基于这些字符创建一个编译表,然后用编译表中的字符的索引来替代原始文本文件数据中的相应字符,减少原始数据大小。看起来和调色板图象的实现原理差不多,但是应该注意到的是,我们这里的编译表不是事先创建好的,而是根据原始文件数据动态创建的,解码时还要从已编码的数据中还原出原来的编译表.
- 2022-07-09 22:05:05下载
- 积分:1
-
军团问题, 某国家在一条战线上(一条直线)上部署了n 支军队。如果两支或两支以上军队相邻,它们将形成一个军团。如果一支军队不和任何一支军队相邻,那么它也是一个独...
军团问题, 某国家在一条战线上(一条直线)上部署了n 支军队。如果两支或两支以上军队相邻,它们将形成一个军团。如果一支军队不和任何一支军队相邻,那么它也是一个独立的团。给定一组军队在战线上左右两端的位置及编号,求出所有的军团
-Corps issues, a country in a front (a straight line) on n-support forces deployed. If two or more than two neighboring armies, they will form a regiment. If an army is not adjacent to any one army, then it is also an independent regiment. Given a group of troops on the front left and right ends of the location and number, find all of the Army
- 2022-02-28 17:22:05下载
- 积分:1
-
SMALL C 语言数学库
SMALL C 语言数学库 -SMALL C language math
- 2022-02-18 14:56:05下载
- 积分:1
-
dfx和bfs算法
此此例子是搜索,是对图的搜索的学习。This example is search, the search for figure of learning
- 2022-03-23 02:38:59下载
- 积分:1
-
信息论只能对法官进行解码,更实用。学习的学生…
信息论中唯一可译码的判断,比较实用。学习信息论的同学可以参考。-Information theory can only decode the judge, more practical. Learning students can refer to information theory.
- 2022-05-25 23:02:51下载
- 积分:1
-
表达式计算器
/* 表达式计算 */
/* 调用方式:CalcExp("1+max(0.5,sin(1))+sum(1,2^3,mod(5,3))", res, infoStr) */
/* 带符号参数调用方法,先调用符号定义AddSignParam,再调用 CalcExp: */
/* AddSignParam(["a","s"], [1, 0.5]); 或者 AddSignParam("a=1,s=0.5") */
/* CalcExp("1+a+sin(s)", res, infoStr) */
- 2022-03-25 07:34:54下载
- 积分:1
-
功能强大的计算器,采用仿C语言表达式语法 并且给出表达式的逆波兰表达式,支持二十余种函数运算,程序经测试成功...
功能强大的计算器,采用仿C语言表达式语法 并且给出表达式的逆波兰表达式,支持二十余种函数运算,程序经测试成功-powerful calculator, using fake C language syntax expression and expression is the inverse Poland expression, I support 20 species of Operational functions, procedures have been tested successfully
- 2023-07-20 20:55:04下载
- 积分:1