-
Example to calculate, with basic operations, polinomial til 10 degrees, just the...
Example to calculate, with basic operations, polinomial til 10 degrees, just the first step for
solution of polinomial problems, can be implemented according to your wish-Example to calculate, with basic operations, polinomial til 10 degrees, just the first step for
solution of polinomial problems, can be implemented according to your wish
- 2023-07-30 06:10:03下载
- 积分:1
-
上证指数开盘指数变化趋势和变化空间预测研究
资源描述本程序利用SVM对进行模糊信息化后的上证每日的开盘指数进行了变化趋势和变化空间的预测。
- 2022-03-06 09:38:48下载
- 积分:1
-
八皇后的scheme,java,c的三种解法
八皇后的scheme,java,c的三种解法-8 Queen" s scheme, java, c of the three solution
- 2022-08-12 11:30:40下载
- 积分:1
-
一个非常好的时钟程序,真实的
一个非常好的时钟程序,实时显示当前时间,可以指定在屏幕的任意位置,在屏幕边缘时自动放缩。-a very good clock procedures, real-time display the current time, the screen can be specified in an arbitrary position, at the edge of the screen automatically shrinking.
- 2022-10-09 17:20:03下载
- 积分:1
-
A c++program to demonstrate Radix sorting
这是一个c++程序,演示基数按升序排序。程序通过请求数字或元素的总数来接受用户的输入。然后使用基数排序方法按升序对输入的数字进行排序。通过将代码粘贴到编译器中,运行和编译非常容易。
- 2022-05-30 08:58:36下载
- 积分:1
-
三次样条插值方程
三次样条插值计算方程组-cubic spline interpolation equations
- 2023-06-03 23:00:02下载
- 积分:1
-
对于24点的C++ Builder构建了游戏的一个算法
用C++Bulider编写的24点数字游戏的算法-An algorithm for the game of 24 points built by C++ Builder
- 2022-02-25 04:05:17下载
- 积分:1
-
输入三角形的三点坐标,计算三角形面积,周长
输入三角形的三点坐标,计算三角形面积,周长-Enter the three coordinates of the triangle to calculate the triangle area, perimeter
- 2022-08-25 19:47:59下载
- 积分:1
-
CJudgeMatrixCJudgeMatrix
判断矩阵,用于判矩阵计算,特征向量法,和法等。
判断矩阵,用于判矩阵计算,特征向量法,和法等。
- 2022-03-12 23:40:39下载
- 积分:1
-
数独程序源码
新加坡总理李显龙两周前在一个创业者论坛上透露,他最后编写的一个程序是解决数独问题的程序(Sudoku solver),还是多年前用 C++ 实现的。此程序就是李显龙所编。 李显龙说:这个程序非常基础,在 DOS 窗口下运行。按行输入数据(比如:1-3-8—6),程序会打印出解决方案(如果有多种方案,则输出所有的)、程序所用的步数,还有一些搜索数据。该程序做了回溯搜索,选择下一个扇出(fanout)最小的单元格。
- 2022-10-23 20:50:03下载
- 积分:1