-
这次的也是一些算法,但是生成了具体的程序,方便使用。
这次的也是一些算法,但是生成了具体的程序,方便使用。-this is some algorithm, but the ratio of the specific procedures and user-friendliness.
- 2022-12-26 10:05:03下载
- 积分:1
-
本代码是《计算机常用数值计算算法与程序 C++版》一书的配套数值拟合与逼近代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++...
本代码是《计算机常用数值计算算法与程序 C++版》一书的配套数值拟合与逼近代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting numerical approximation fitted with the code, these procedures have been in C C 6.0 Virsual environment through. The attention of the VC 6.0 installed path, in particular include directory (folder) path, otherwise there will be compiled header files could not find the mistakes and the compiler not normal.
- 2022-06-27 07:38:27下载
- 积分:1
-
数据结构关于二叉树
二叉排序树排序关于二叉树的排序问题数据结构课程设计
- 2023-01-12 04:35:04下载
- 积分:1
-
冒泡法 起泡法 用使数组排列
C语言冒泡法(起泡法)排序
思路:将相邻的两个数进行比较,将小的调到前头。
如果有n个数,那么要进行n-1次的比较。在第一次比较中要进行n-1次的两两比较,在第j次比较中要进行n-j次的两两比较。
过程:先通过动态赋值的方法,把用户输入的10个数字保存到数组中。
用两个for循环语句,外层循环是限制次数,内层循环限制某次要进行两两比较的次数。
如果a[n]>a[n+1],那么将两个数进行交换。
- 2023-04-24 18:25:03下载
- 积分:1
-
二叉树遍历(递归版).
二叉树遍历(递归版).-binary tree traversal (recursive version).
- 2022-05-15 07:19:52下载
- 积分:1
-
背包问题最优算法
背包问题最优算法- Knapsack question most superior algorithm
- 2022-04-17 19:40:24下载
- 积分:1
-
关于drbarr用C编的代码
关于drbarr用C编的代码-on drbarr Part C code
- 2022-02-07 09:33:44下载
- 积分:1
-
数学表达式计算器,VC 平台操作。能够计算数学公式和表达式,功能比较强大。...
数学表达式计算器,VC 平台操作。能够计算数学公式和表达式,功能比较强大。-mathematical expression calculator, VC platform operators. To calculate mathematical formula and expression, function more powerful.
- 2022-01-27 23:11:51下载
- 积分:1
-
VC实现俄罗斯方块
基于VC++6.6用MFC开发的俄罗斯方块源程序,功能很多~
- 2022-02-01 11:25:38下载
- 积分:1
-
这是一个用java编程语言编写的高斯随机数发生器,方便易用。...
这是一个用java编程语言编写的高斯随机数发生器,方便易用。-This is a java programming language using the Gaussian random number generator, easy-to-use.
- 2023-09-04 12:00:04下载
- 积分:1