资源列表
GetCPU_ID
- A PowerBuilder scr ipt to get the Processor ID
dic-sort
- 用非递归方法实现字典排序算法。可以作为例题使用-Non-recursive dictionary sorting algorithm. You can use as an example
To-calculate--area_Source
- 计算正n边形的面积,只要输入正n边形的边数n和边长a,就可得正n边形的面积。-To calculate the area of n angle.
digui-Fibonacci
- 6、 计算Fibonacci级数 fib(1) = fib(2) = 1 fib(n) = fib(n-1) + fib(n-2) 分别编写递归和非递归的C++程序完成以下功能: (1) 提示用户输入整数n; (2) fib(n),并输出结果。 -Ppls fib (n-2) 6, calculated Fibonacci series fib (1) = fib (2) = 1 fib (n) = fib (n-1) to write recursive and non
Vehicle
- Graphic 用C++绘制点,线,椭圆等简单图形,以便在显示器客户区绘图,... 用C++绘制点,线,椭圆等简单图形,以便在显示器客户区绘图,对C++初学者很有用-Graphic with C++ draw points, lines, ellipses and simple graphics, drawing in order to monitor the client area ... with C++ to draw points, lines, ellipses and si
Convert36
- 36进制与10进制之间的转换,很有用的类,可以用于商业及任何用途,本人qq:275554175-36 hex to decimal conversion between very useful class that can be used for business and for any purpose, I QQ: 275 554 175
Roberts
- 图像处理中经常会用到的Roberts算子边缘检测 -Image processing is often used in the Roberts operator edge detection
exp16
- 通过键盘输入一串小写字母(a~z)组成的字符串。请编写一个字符串压缩程序, 将字符串中连续出席的重复字母进行压缩,并输出压缩后的字符串。 压缩规则: 1. 仅压缩连续重复出现的字符。比如字符串"abcbc"由于无连续重复字符,压缩后的字符串还是"abcbc". 2. 压缩字段的格式为"字符重复的次数+字符"。例如:字符串"xxxyyyyyyz"压缩后就成为"3x6yz"-Through the keyboard input string lowercase letters (a
chazhi
- 通过差值计算,将数据均匀化,更急阿有利于数据分析-to calculate the diffrence of the wind speed
secure-password
- turbo c 学习课程题目,实现“安全的密码”。-Achieve " secure password."
cluster
- 用matlab自带的聚类函数进行聚类,输入为特征矩阵,输出的是聚类图-Clustering clustering comes with matlab function, input feature matrix, the output is dendrogram
zhjLU
- 运用matlab工具将矩阵A进行LU分解,从而进行方程组求解-Use matlab tool matrix A LU decomposition, thereby performing equations