资源列表
AutoUpdateApp
- 这是一个演示程序更新原理的源代码,简单而易懂!-This is a demonstration of the principle of the procedure to update the source code, simple and easy to understand!
texinfo-4.8.tar.tar
- Ubuntu 7.04 Desktop Edition安装开发环境需要的组件-Ubuntu 7.04 Desktop Edition development environment requires the installation of the components
Student
- 学生成绩的添加,删除,修改,学生信息管理系统-Student achievement to add, delete, modify, Student Information Management System
cl
- 我们做的一个项目,包括网站前台和后台。用jsp-We do a project, including the front and back-office website. Using jsp
ftdg20071029
- jsp做的网站,包括前台后台。欢迎大家使用-jsp The site, including the front desk background
FSK
- 基于matlab的加性高斯白噪声信道的FSK调制-Matlab based on the additive white Gaussian noise channel FSK modulation
bankoperation
- 用c++完成的模拟银行的代码,运行无错误,基本功能都有实现-Complete the bank operation in C++
BankerArithmetic2
- 这是基于MFC的多资源银行家算法的源码。其中巧妙的使用了可编辑的ListControl,可以动态的修改各进程的资源分配。-This is based on the MFC resources bankers multi-source algorithm. Which can be used clever editing ListControl, can modify the process of dynamic allocation of resources.
1
- R={ r1,r2,… ,rn }是要进行排列的n 个元素。其中元素r1,r2,… ,rn可能相同。试设计一个算法,列出R的所有不同排列。 编程任务:给定n 以及待排列的n 个元素。计算出这n 个元素的所有不同排列。-Sample Input 4 aacc Sample Output aacc acac acca caac caca ccaa 6
2
- A、B、C 是3个塔座。开始时,在塔座A 上有一叠共n 个圆盘,这些圆盘自下而上, 由大到小地叠在一起。 各圆盘从小到大编号为1,2,……,n,奇数号圆盘着蓝色,偶数号圆盘着红色,如图所示。现要求将塔 座A 上的这一叠圆盘移到塔座B 上,并仍按同样顺序叠置。在移动圆盘时应遵守以下移动规则: 规则(1):每次只能移动1个圆盘; 规则(2):任何时刻都不允许将较大的圆盘压在较小的圆盘之上; 规则(3):任何时刻都不允许将同色圆盘叠在一起; 规则(4):在满足移动规则(
3
- 科研调查时得到了n个自然数,每个数均不超过1500000000。已知不相同的数不超过10000个,现在 需要在其中查找某个自然数,如找到则输出并统计这个自然数出现的次数,如没找到则输出NO。-Sample Input 8 100 2 4 2 4 5 100 2 100 8 3 2 4 2 4 5 100 2 100 Sample Output 100 2 NO
4
- 将正整数n表示成一系列正整数之和:n=n1+n2+…+nk,其中n1≥n2≥…≥nk≥1,k≥1。 正整数n的这种表示称为正整数n的划分。求正整数n的不同划分个数。 例如正整数6有如下11种不同的划分: 6; 5+1; 4+2,4+1+1; 3+3,3+2+1,3+1+1+1; 2+2+2,2+2+1+1,2+1+1+1+1; 1+1+1+1+1+1。-Positive integer n will be expressed as the sum
