资源列表
ab
- 计算两个64位二进制表示的正整数A和B有多少位是不同的。-ab
STACK
- 数据结构中栈的应用,初始化一个栈,还有出栈、入栈等功能-The application stack data structure, initialization of a stack, as well as a stack, stack and other functions
mergesort
- 一个非递归归并排序的实现-
Shortestpath_Floyd
- 最短路径:用弗洛伊得算法编写的寻找两点之间或多点之间的最短路径!可以运行!-Shortest Path: The algorithm was written in Freud between two points or more to find the shortest path between points! Run!
bbb
- 算法都是一致,但顺序不一样,这直接点明了链表操作的核心——顺序,链表的算法主要难在顺序上。 逆序操作中,要将一个指针指向前一个节点,中间必然断开,这就需要两个指针指向断开处的一前一后。 上面两个程序都是这样,不同在于指针移动的位置。-i no englisk
euler
- source code for implementation of Euler s method of numerical analysis methods in mathematics.
am-shu
- 称之为Armstrong数,试写出一程式找出所有的三位数Armstrong数。 -Armstrong called the number and try to write a program to identify all of the three-digit Armstrong number.
lab4.1
- 数据结构中矩阵相加的具体实现,使用了变量的重定义-The sum of the matrix data structure implementations, using variable redefinition
The-Quick-Sort
- 内容为用希尔排序法实现元素的非递减排序,它的基本思想是:先将整个待排序列分割成为若干子序列分别进行直接插入排序,待整个序列中的记录“基本”有序时,再对全体记录进行一次直接插入排序。-Hill sort elements of non-descending order, and its basic idea is: the first sorted column of the entire split into a number of promoter sequences, respectivel
qam1
- quadrature amplitude modulation
tower-issue
- 数据结构 动态规划算法 数塔问题的C语言代码-C language code number of dynamic programming algorithm data structure tower issue
paixu
- 第一行包括两个数字 N(村子数量 2 < N < 1,000)M(可以修的道路数量 1 < M < 20,000) 在下面的 M 行中,每行有 3 个数字 ABC,表示 AB 两个村庄之间的道路长度是 C。 条件:这条路尽可能的长并且把所有村庄连在一起,这条路不存在环-The first line contains two numbers N (village number 2 < N < 1,000) M (the number of ro