资源列表
lispChinesetower
- 编写LISP函数解决Hanoi Tower(汉塔)问题。问题如下:梵塔内有A,B,C三个柱子,开始时A柱上有n个盘子,盘子大小不等,大的在下,小的在上。要把这n个盘子从A柱移到B柱,每次只允许移动一个盘子,且在移动过程中在3个柱子上都始终保持大盘在下,小盘在上。在移动过程中可以利用C柱,要求程序输出移动的步骤。-Write LISP function to solve the problem of Hanoi is Tower (Chinese tower). The questions are
jisuanqi
- 计算器,不可或缺,有了这个,试试吧,虽然简单,但也花时间啊-Calculator, an integral part, with this, try it, though simple, but also to spend time
ZHISHU
- 输入一个数M,判断它是否为质数。所用的方法是从一到根号M,一次除,判断余数是否为零。-Input a number M, judge whether it for prime Numbers. The way from one to the square M, a except, judge whether remnant to zero.
qqq
- C++一元多项式计算问题-课程设计说明书-Polynomial computational problems in C++- curriculum design specification
Jacobi
- 可视化MATLAB的雅可比法矩阵特征值算法-The Jacobian France matrix eigenvalue algorithm
pca_eigen
- For performing Principal component analysis in C-For performing Principal component analysis in C++
REMA
- 采用递推增广矩阵法的系统辨识仿真算法。我的Matlab是7.6.0版本-Recursive augmented matrix method of system identification simulation algorithm. My Matlab is 7.6.0 version
chaos333
- 混沌理论预测方法,可以进行多步骤预测,方便使用,很用的工具。-chaos a very good sofeward if you have you will find very goog
main
- 编写一个测试类或方法对复数类进行测试,显示1+2i与3+4i相加结果和3与2+3i相加的结果-Write a test class or complex class test, display 1+2i and 3+4i sum of the results and the sum of 3 2+3i results
shuzu
- inputbox 函数运用,一个简单的计算周平均温度的程序-inputbox functions use a simple program to calculate the weekly average temperature
c-biao-dashi-jisuanqi
- 用递归方法实现的c语言表达式计算器。可以识别括号运算,实现混合运算。-C language using the recursive method to achieve expression calculator. Can identify the parentheses operator, the hybrid operation.
GCD-and-LCM
- a simple program getting two numbers and calculating the GCD and LCM for them
