资源列表
salary-Manage
- 工资管理系统,可输入,查询员工的员工号、姓名、性别、出生日期、岗位工资、补贴总额、代扣总额。可统计员工最高工资,最低工资,平均工资。 I:输入员工工资信息 O:输出员工工资信息 T:输出员工工资统计信息 S:按要求排序后输出员工工资信息 F:按员工号查找并输出其工资信息 D:按员工号查找并删除其工资信息 Q:退出系统-Salary management system, can input, query the employee number, name, se
SNAKE-cpp--SOURCE-CODE
- 贪吃蛇游戏C++示例代码,可作为学习使用-snake game source code using c++
bigOrSmallEndian
- 找出一个数组中出现次数超过数组总数一般的数- an array, find the number whoes apperance is more than the total count of the array
hw1
- 输入两个字符串,从第一个字符串中删除所有在第二个中出现过的字符-Enter two rows of strings, removing all the characters that appear in the second row the first row
fulpartition
- 用递归的方法,对一个给定的数组,输出它的全排列-For a given array, output its full sort of array
ctrip1
- 对一个给定的二叉树,求树的深度,并判断它是否是平衡二叉树-The depth of a tree is given to a given two fork tree, and it is judged whether it is balanced by the two fork tree
ga
- 关于遗传算法的代码,很好用,经过自己的验证,可以使用-On genetic algorithm code, very good, after their own validation, you can use
2_Tree
- 二叉树的遍历算法,后序遍历的非递归实现。-2-Tree algorithm
acbrt.c
- Fast approximate cube root of a float.
asqrt.c
- Fast approximate square root of a float.
boole.c
- Determines which of the 256 Boolean functions of three variables can be implemented with three binary Boolean instructions if the instruction set includes all 16 binary Boolean operations.
compress.c
- A version with no branches in the loop. Eight insns in the loop, giving 8*32 + 2 = 258 insns worst case (however, the code above might be faster if the mask is sparse).-A version with no branches in the loop. Eight insns in the loop, giving 8*
