资源列表
Factorial_Cal
- 用链表实现的大数阶乘。可以计算大数的阶乘。-It a programe that uses linked list to calculate the factorial of a large number,which can be very long,or cannot be calculated by int or double.
Freay
- 输出法雷序列。将结果写入文件中保存。采用的新算法,效率高。-The programme can output the Farley sequence。
CrossList
- 自己写的十字链表C++语言模板容器类,使用异常处理机制。-My own handwrite C++ template container class: CrossList, exceptions is used to handle problems.
matrix-c
- 自己写的稀疏矩阵,使用十字链表实现,C语言编写。-Write a sparse matrix, the underlying data structure is Cross-List, using C program language.
Deletesomeelements
- 用单链表实现中间某一段元素的删除,例如:1.2.3.4.5.6.7.8删除比3大比6小的数。-delete some elemts……
ch1-16
- 常用算法程序集(C语言描述)源代码,各种工程常用算法。-Commonly used algorithm assembly (C language descr iption) source code, commonly used algorithm for various engineering 朗读 显示对应的拉丁字符的拼音 字典- 查看字典详细内容
qiuzhi
- 表达式求值,根据输入的算术表达式自动求值并显示-Expression evaluation, the input of the arithmetic expressions automatically evaluated and displayed
binsrch
- 设a[0:n-1]是一个已排好序的数组。请改写二分搜索算法,使得当搜索元素x不在数组中时,返回小于x的最大元素的位置I和大于x的最大元素位置j。当搜索元素在数组中时,I和j相同,均为x在数组中的位置-binsrch
shujujiegou
- 数据结构的各种排序方法,例如:冒泡排序,希尔排序等-All sorted data structure, for example: bubble sort, Shell sort, etc.
Copimtion
- C代码优化方案 目录 __ 2 C代码优化方案__ 4 1、选择合适的算法和数据结构__ 4 2、使用尽量小的数据类型__ 5 3、减少运算的强度__ 5 (1)、查表(游戏程序员必修课)_ 5 (2)、求余运算__ 6 (3)、平方运算__ 6 (4)、用移位实现乘除法运算__ 6 (5)、避免不必要的整数除法__ 8 (6)、使用增量和减量操作符__ 8 (7)、使用复合赋值表达式__ 8
rbonce
- this a very fine program which works on all platforms
Untitled5
- 树的操作 能够实现一些基本的二叉树的交换和深度判断-Tree operations to achieve some basic binary assessment of the depth of exchange and
