资源列表
Circular-queue-Number-screening-
- 通过数组和链表方法实现循环队列中人员筛选的问题。该文档给出了问题及多种解决方案,还列出了容易出现的错误。是初学者避免错误的好帮手。-Through arrays and linked lists methods to achieve the circular queue personnel screening questions. This document gives a variety of problems and solutions, also lists error prone. Is
p126_2
- 邮箱问题:150个邮箱,从邮箱2开始,打开所有偶数编号邮箱的门,接着从编号3开始,每隔3个邮箱,若门关着则打开,开着则关闭,随后每隔4个重复此过程,再每隔5个重复此过程,如此下去。判断最后哪些邮箱关着-E-mail questions: 150 mailboxes from the mailbox 2 starts, open the door all the even-numbered mailbox, and then start from number three, every three
deque
- 利用数组实现双端栈;利用双端队列depue实现双端队列-Use deque depue achieve double-ended queue
list
- 随机创建两个单链表,实现单链表的排序,再对两个随机单链表合并-Randomly created two single linked list, to achieve a single linked list sorting, and then the two randomized single merged list
Complex-Template
- Complex number template that can use float, double, double-double, quad-double, or arbitary-precision. higher math libraries included. Very complete library.
cyuyan
- C语言课程设计,是学生作业管理系统,里面含有完全代码以及任务说明书,是C语言课程设计的不二首选。-C language curriculum design, student work management system, which contains a complete code and mission statement, is a C language curriculum design a prime choice.
boostpro_enum
- Static Enum like map class with str() and GetValue(index) members added to Boost-Pro Enum.
data_structure_source
- 清华大学出版 严蔚敏版的数据结构书中所有程序源代码,C语言版-Tsinghua University Press YanWeiMin version of the data structure in the book all the source code, C language version
any_transformation
- C\C++实现任意进制的转换 可以处理小数 详细的文字解说 源程序 源代码 和大家一起分享 谢谢指教-C \ C++ achieve arbitrary hexadecimal conversions can handle decimal detailed text explanations source source code and share with everyone Thank you advice
test
- 稀疏矩阵的压缩与还原。 一个矩阵含有非零元素比较少,而零元素相对较多,这样的矩阵称为稀疏矩阵,对稀疏矩阵的存储我们不用完全用二维数组来存储,可以用一个三元组,即任意一个稀疏矩阵可以用一个只有三列的二维数组来存放,要求把给定的稀疏矩阵用为三元组表示;同时把三元组转换为稀疏矩阵形式。 -Sparse matrix compression and reduction.A matrix with nonzero element is less, and zero element is relat
Newton-iterative
- 计算方法中一种牛顿迭代法的算法,C程序代码-Calculation method one kind Newton iteration algorithm, C code
Least-squares
- 计算方法中的一种最小二乘算法,C程序代码-A calculation method least squares algorithm, C code