资源列表
12887
- 12887时钟计数器,提供标准的时钟,定时,显示时间
osdef
- C代码编程中常用的数学计算的宏定义,请多多提些意见。
fgcone
- matlab 程序 圆锥拟合 使用最小二乘法
digital
- 高阶微分方程分解成为两个方程后,使用改进欧拉法&龙格-库塔 解 高阶微分方程。
optimal3
- 关于最佳算法的实现
liczby_pierwsze1
- displays first X primary numbers
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
videolabel
- 视频标注工具,具体可参见我的博客:http://blog.csdn.net/xiaowei_cqu/article/details/8778976-Tools for labeling video (coded with opencv 2.4). See my blog: http://blog.csdn.net/xiaowei_cqu/article/details/8778976
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 行给出记录,每行各用一个字符串给出一个人名。