搜索资源列表
double-simpon
- 变长辛普森法求双重积分,适用于工程电磁场数值计算-Simpson method for the variable-length double points for engineering electromagnetic field numerical calculation
Pai
- 计算圆周率,精确到小数点后1600位,用400长度的整型数组变量存储-Calculate the ratio of the circumference of a circle to its diameter, accurate to one decimal 1600 with 400 length integer array variable storage
SOURCE1
- 变步长高斯勒让德方法计算定积分模块 1. 变步长方法函数 ! 2. 复合高斯勒让德积分函数 ! 2. 单区间5点高斯勒让德积分函数 ! 3. 要计算的函数-Gauss Legendre variable step length method calculating definite integral module 1. The variable step size method function !2. Composite gauss Legendre integral
Internal-comparison-algorithm
- 系统用srand()函数产生一个以当前时间开始的随机种子。其产生的种子用选择排序、冒泡排序、快速排序将顺序表中的数字排好,设置变量记录每种排序关键字的移动次数和关键字的比较次数。选择排序:利用L.length-1个循环,将随机种子按从小到大的顺序排好。-System with srand () function generates a random seed to start the current time. Which produces seeds with selection sort,
hw3_E24016629
- 霍夫曼編碼(Huffman Coding)是一種編碼方式,是一種用於無損數據壓縮的熵編碼(權編碼)算法。 在計算機數據處理中,霍夫曼編碼使用變長編碼表對源符號(如文件中的一個字母)進行編碼,其中變長編碼表是通過一種評估來源符號出現機率的方法得到的,出現機率高的字母使用較短的編碼,反之出現機率低的則使用較長的編碼,這便使編碼之後的字符串的平均長度、期望值降低,從而達到無損壓縮數據的目的。-Huffman coding (Huffman Coding) is an encoding, data co
ym_cpp-heimantree
- 哈夫曼编码是可变字长编码(VLC)的一种,一个C++ 夫曼树例子源程序 .-Huffman coding is a variable word length coding (VLC) A, a C++ source code examples Huffman tree.
