资源列表
lab9_01
- 用指针方法处理 1.输入3个整数,按由小到大的顺序输出 2.输入3个字符串,按由小到大的顺序输出-Point using example.
dvbits
- 计算机程序设计的思路及方法,并提出了该算法的参考程序-the computer programming for gaining the section area of the highway subgrade, and discussed the programming steps and methods
ds18
- DS1820的温度检测与显示在单片机的应用-DS1820 temperature detection and display applications in SCM
Big-integer--multiplies
- 用C语言解决了大数相乘的问题,CPU时间为16ms,内存战用420kb-Calculate A × B But A and B may be big integer. The biggest integer is less than 10^500.
inv1
- matlab中矩阵的求逆,主要是6自由度机械手的变换矩阵。-the matlab matrix inversion, the transformation matrix of six degrees of freedom manipulator.
kmeans
- Kmeans algorithm using matlab
DRAWPOLYGON
- A C program to draw a polygon using mouse invking interrupts
fiderbffuck
- 对文件进行压缩和解压缩,压缩比例最高达8:1,具有自动测试功能,在透明模式和压缩模式间自动查找-The data compression and decompression, compression ratio up to 8:1, with automatic test functions in a transparent mode and compression mode automatic conversion between
signal
- 信号相加,卷积的应用,从别的地方学习的,貌似有点问题,大家可以参考一下-From other place
music
- 这是一个利用电脑蜂鸣器的音乐程序,如果有兴趣可以下来试试,要用台式机的-This is a use of the computer buzzer music program, if interested can try down, use the desktop
zhengshufenlei
- 按照下面方法对整数x进行分类:如果x是一个个位数,则x属于x类;否则将x的各位上的数码累加,得到一个新的x,依次迭代,可以得到x的所属类。比如说24,2+4=6,则24的类别数是6;39,3+9=12,1+2=3,则39的类别数是3。输入 每行输入一个非负整数n,n的位数<500,n为0时结束。输出 每行输出对应整数的分类数。-In accordance with the following methods for integer x classification: if x is a n
llist
- link list circle program