资源列表
1
- 问题描述: 一本书的页码从自然数1 开始顺序编码直到自然数n。书的页码按照通常的习惯编排,每个页码都不含多余的前导数字0。例如,第6 页用数字6 表示,而不是06 或006 等。数字计数问题要求对给定书的总页码n,计算出书的全部页码中分别用到多少次数字0,1,2,…,9。 编程任务: 给定表示书的总页码的10 进制整数n (-Descr iption of the problem: the page of a book from the natural number 1 unt
xiaoyuan
- 高斯列主元消去法,可以用于就算规模较大的矩阵-Gaussian line principal component elimination method can be used to even larger matrix
yuanma
- c#编写一个简单的控制台程序 -you
jitu
- 这是一个鸡兔同笼计算的小程序,这个程序主要是在学生初学c语言时使用。-This is a small program with cages of chickens and rabbits calculated.
dit
- 数字信号处理基于时域的快速傅立叶变换,运行准确,方法简单-Digital signal processing based on fast Fourier transform of the time domain
sin
- 正弦信号的采样与重建以及重建信号与原信号的误差分析-Sinusoidal signal sampling and reconstruction
Frost_t
- Basic frost filter is described. I hope it would help you to understand noise removing.
randomnumber
- 在一个有m*n个方格的棋盘中,每个方格中有一个随机正整数。现要从方格中取数,使任意两个数所在的方格没有公共边,且取出的数的总和最大。利用线性规划,设计一个满足要求的取数算法 输入:由文件名为input.txt的文本文件提供,第一行有两个正整数m和n,分别表示棋盘的行数和列数,从第二行开始,每行有n个正整数,表示棋盘方格中的数 输出:输出到文件output.txt,第一行为取数的最大总和-generate random number
PcP-travel-time
- 地震pcp波走时曲线模拟,由matlab语言编写,是学习地震方面的好资料。-Pcp seismic wave travel time curve simulation, written by matlab language, learning good information earthquakes.
the-vending-machine-program
- 主要是用于本科生课程设计的一个部分,具体为自动贩卖机程序-It is mainly used for a part of the undergraduate curriculum designed specifically for the vending machine program
CLIP
- 这个小程序实现了对栅格数据的批量裁剪,只需要输入矢量裁剪文件和要被裁剪的文件路径,即可实现快速批量裁剪,方便快捷实用,需要在ArcGIS下的IDLE工具下打开。-This small program to achieve the batch cutting of raster data, only need to input vector Clipping File and the file path to the cutting can be realized fast batch cutti
3.1
- 输入三个数,输出这三个数中最大的一个数,用c++实现。-Three inputs, the output of the three number one of the largest number, using c++ implementation.