资源列表
osdef
- C代码编程中常用的数学计算的宏定义,请多多提些意见。
fgcone
- matlab 程序 圆锥拟合 使用最小二乘法
digital
- 高阶微分方程分解成为两个方程后,使用改进欧拉法&龙格-库塔 解 高阶微分方程。
optimal3
- 关于最佳算法的实现
small_secend
- 这是最小二乘法,比较实用,目前俺手中最小二乘法库中的一个,可以用于代码,如果你需要,可以下载,直接搬过去用。-This is the least square method, more practical, I present the hands of the least square method, a library, can be used to code, if you want, you can download directly moved by the past.
rect_test
- It is just exerciseing of signal processing. ( Rect function, Convolution, etc. ) ( making tri-functioin(: rect * rect) and performing FFT ),-It is just exerciseing of signal processing. ( Rect function, Convolution, etc. ) ( making tri-funct
Decfunction
- 算法分析实验 算法分析减治法 8枚硬币问题-Experimental analysis of algorithms analysis of algorithms by-conquer eight coin problem
Joseph
- 约瑟夫环问题,简明算法.注释部分可单独构成助于理解的文档.-Josephus, concise algorithm. Comment section can be used alone constitute a help to understand the document.
File-merger
- 先生成两个二进制整数文件f1,f2。然后将f1和f2按照下面规则合并成二进制文件。 f3:假设f3中的数据为x,则x存在于f1中但不存在于f2中,或者x存在于f2中, 但不存在于f1中。即f3中的数据是由存在于f1或f2但不同时存在于f1和f2的数组成。-Mr. into two binary integer file f1, f2. Then f1 and f2 are merged into a binary file according to the following rules. f3
code3
- Package consists of 3 files. First, to compare two linked list. Second, to find the reverse of a linked list using recursion. Third , to merge two sorted linked list
The Most Deligent Man
- 邓老师发现有很多外国同学选修他的 mooc,于是他打开刷题记录,想找出最认真的那位同学。 共有 n 条刷题提交记录,每条记录包含一个人名,所有同学的名字各不相同。 邓老师认为刷题记录中出现最多的人就是最认真的那位同学。于是他开始查找,虽然邓老师脑容量很大,但是他不想花很多在这种单调的工作上,于是他只分配了很少的脑容量来完成这项任务。 请你设计一个算法,帮助他找到最认真的人。 输入 第一行仅含一个整数,即记录的总数 n。 接下来的 n 行给出记录,每行各用一个字符串给出一个人名。
