搜索资源列表
CProgram
- 实现了很多的数据结构算法,适合与想学习数据结构编程的读者。-achieve a lot of data structure algorithms, fit and want to learn data structure programming readers.
lesat-square
- 实现对离散数据的最小二乘法拟合,得到多项式表达式-Least squares fit of the discrete data obtained polynomial expression
sanci
- 使用三次样条插值法,对离散数据进行拟合,并得出各点间表达式-Use the cubic spline interpolation, to fit the discrete data and concluded between the expression
1002Husband-and-wife-
- 在中国,形容夫妻恩爱的词汇中,大家用的比较多的就是“夫妻相”。所谓“夫妻相”,就是两个人看上去比较般配,长相、身材等某些方面有一定的相似度。本题则另辟蹊径,从人的姓名维度,以字母重复个数来寻找最具“夫妻相”的人。题目中预先给定一组女士的姓名拼音。输入男士的姓名拼音(拼音中间可以有空格,字母全部小写),依预先给定姓名拼音的先后遍历所有姓名,输出字母重复数最多的女士姓名。 规则1:如果字母重复数最多的女士有多位相同,则以最先匹配的女士做为最具“夫妻相”的人选。 规则2:人名中的相同字母,按重
Memory-Management
- 操作系统中,采用首次适应算法+最佳适应算法实现内存管理,用C进行模拟-Operating system, using the first-fit algorithm the+ best fit algorithm memory management, simulation in C
storemanage
- 一个采用可变式分区分配的存储管理方案,可以模拟实现分区的分配和回收过程。分区管理法采用的是首次适应算法-Variable partition is assigned a use storage management solutions, it can be simulated distribution and recovery process partition. Partition management method uses a first-fit algorithm
TcpChat_console
- windows下socket编程,利用TCP协议通信,运行在控制台环境下,适合应付网络课程通信编程的作业。-the windows socket programming, using TCP protocol, running on the console environment, fit for the online course communication programming jobs.
divmnu.c
- Computes the n-m+1-halfword quotient and m-halfword remainder of n halfwords divided by m halfwords, unsigned. Max line length is 57, to fit in hacker.book.
transpose8.c
- Programs for computing the transpose of an 8x8 bit matrix. ax line length is 57 (sometimes), to fit in
least-squares
- 最小二乘法代码,根据计算方法中的算法进行编写,能够实现任意的最小二乘拟合,适合根据课程学习-Least squares method code, according to the calculation method of the preparation of the algorithm, it is possible to achieve any least-squares fit, according to course for
