-
A relatively simple calculator, the basic completion of the real functions of ad...
一个比较简单的计算器,基本完成了实数的加减乘除的功能,还有取负号,开方,倒数,清除等功能.-A relatively simple calculator, the basic completion of the real functions of addition and subtraction, multiplication and division, as well as from a negative number, prescription, countdown, removing and other functions.
- 2023-05-08 21:50:03下载
- 积分:1
-
CRC的算法分析和程序实现
CRC的算法分析和程序实现-CRC algorithm analysis and Program Implementation
- 2022-03-19 00:05:36下载
- 积分:1
-
I have written eight issues of a variety of Queen' s random algorithm: includ...
自己编写的八皇后问题的各种随机算法:包括了随机算法,回溯法,随机+回溯求解八皇后-I have written eight issues of a variety of Queen" s random algorithm: including a random algorithm, backtracking random+ back to solve the eight Queen" s
- 2023-08-24 07:15:03下载
- 积分:1
-
用蒙特卡洛方法,求解出y=cos(x)/x在给定区间上的定积分值。
用蒙特卡洛方法,求解出y=cos(x)/x在给定区间上的定积分值。-By Monte Carlo method, the y = cos (x)/x in a given interval on the value of the definite integral.
- 2023-08-19 04:35:03下载
- 积分:1
-
vb an array assignment function
vb数组一次赋值函数-vb an array assignment function
- 2022-07-02 01:04:34下载
- 积分:1
-
哈夫曼编码
资源描述
用C语言实现哈夫曼编码
用C语言实现哈夫曼编码
用C语言实现哈夫曼编码
用C语言实现哈夫曼编码
用C语言实现哈夫曼编码
- 2022-02-04 15:40:09下载
- 积分:1
-
c4.5决策树算法
C4.5决策树算法,经典,易于理解,中间存在一点点的小问题,希望大家多多指点,帮忙解决
- 2022-11-12 03:55:03下载
- 积分:1
-
堆排序算法
heapsort用于按升序和降序排列元素。我们有两种类型的堆:最小堆还有马克斯·希普。Heapsort是一种基于比较的排序算法。它是选择排序族的一部分。堆排序使用几乎完全的二进制搜索树。树堆排序算法的时间复杂度为o(nlogn)
- 2022-04-08 08:19:18下载
- 积分:1
-
leetcode的部分解法
应用背景leetcode是一个刷题的网站,里面的题目常被用于IT公司的求职面试。里面包含计算机的一些常见算法,和一些类似于计算机竞赛的题目。关键技术一些基本的算法,用于IT公司面试。部分题目的解法,包括常见的二叉树,二叉树查找,排序,数学,等等。难易程度不等。
- 2022-07-12 11:29:06下载
- 积分:1
-
Huffman算法
资源描述Huffman算法是相当简单的(至少在理论上),这个想法是基于这样的事实,在大多数的文件,一些字节(字符如果和你会),可能会出现更多的时间,他们其他人。
- 2022-04-27 05:43:08下载
- 积分:1