资源列表
猫和老鼠
- 猫捉老鼠问题的实现,简单的编程,适合初学者。-cat and mouse with the realization of a simple programming for beginners.
Range
- 采用定义计算行列式,利用递归实现原理,可以理解递归算法。
MatrixInverse
- 矩阵求逆 :一个简单的小例子常用于普通计算。-matrix inverse :a simple instance for common compute
split_step_fourier_method
- 非线性薛定谔方程的求解是个难题,利用分步傅里叶方法求解非线性薛定谔方程。 -Nonlinear Schrodinger equation is a problem, use split-step Fourier method for solving nonlinear Schrö dinger equation.
huffman
- 关于数据结构这门学科的源代码程序,序列七之二。-About data structure of the subject, the source program
24
- 就是要读取比赛结果,然后进行排序,输出一个包括积分,净胜球,进球数等的积分榜。 解题过程:分成两步来做,先用比较合适的方式输入字符串,然后可以用qsort函数进行降序排列,同时把每个队伍当做一个结构体,这里就要主要用qsort函数对结构体进行排序的方法。-So, your task is quite simple: write a program that receives the tournament name, team names and games played and out
IN2POST
- Converting inorder to postorder in C-Converting inorder to postorder in C++
prog1_bin_lin
- its a simple binary and linear search algorithm
LinkString
- 数据结构 串的源码 由机内标准串构造 元素后移 插入元素-The source of the data structure of string shift from within the standard string structural elements, insert elements
数据结构
- 通过给定二叉树的先序和中序确定唯一一个二叉树,并以各种方式输出
acm_p173
- Belong to the resource allocation problem of subproblems, the use of c + + implementation, and analysis of algorithm study or participate in the ACM contest has certain help.-Belong to the resource allocation problem of subproblems, the use of c++ im
cipandeczfj
- 当磁盘被初始化后,存储空间的分块大小就确定了,但由于不同的用户或同一用户的不同文件的逻辑记录大小是各不相同的。在逻辑记录较小的情况下,若让一个逻辑记录独占一个物理块,那么存储空间的利用率是不高的。操作系统提供逻辑记录的成组和分解操作不仅有利于提高存储空间的利用率,而且可减少输入输出操作次数,提高计算机系统的工作效率。本实习帮助我们掌握成组和分解操作的技术以及了解成组和分解操作的实现过程。-When the disk is initialized, the block size of the st
