-
学生成绩查询系统
这是我编写的学生成绩查询系统,里面包含成绩查询,排序等功能,希望对学习计算机语言的同学有所帮助,可以任意使用。
- 2022-03-30 23:01:06下载
- 积分:1
-
迭代加深八数码
#include
#include
using namespace std;//变量声明
class EiNum;
#define MAX 20//MAX为最大的迭代深度
int depth;//当前树的最大深度
EiNum * root[MAX + 1];//重复当前的路径
//交换两个数
void Swap(int &a,int &b) {
int temp;
temp = a;
a = b;
b
- 2022-08-10 21:09:51下载
- 积分:1
-
piscaled pic
皮斯卡带领 utilizando c 段 microprocessadores pic。
皮斯卡带领 utilizando c 段 microprocessadores pic。
皮斯卡带领 utilizando c 段 microprocessadores pic。
皮斯卡带领 utilizando c 段 microprocessadores pic。
- 2022-02-06 09:27:21下载
- 积分:1
-
我的课程设计:实现任意长整数的求和。自己写的哦
我的课程设计:实现任意长整数的求和。自己写的哦 -my program: get the sum of arbitrary array
- 2022-02-01 06:33:11下载
- 积分:1
-
这是一个猫吃老鼠问题的改进算法。
这是一个猫吃老鼠问题的改进算法。-This is a problem of cats eat rats improved algorithm.
- 2022-02-09 18:09:13下载
- 积分:1
-
这事辛普森积分算法实例
这事辛普森积分算法实例-Simpson Integration Algorithm for example
- 2022-08-21 13:38:28下载
- 积分:1
-
利用AFEPack包求解变二次系数的椭圆型方程.在求解这个问题的过程中,先要把程序的结构进行整理,将变二次项系数的因素加进去 ,并使得其更加有利于复杂一些的问题...
利用AFEPack包求解变二次系数的椭圆型方程.在求解这个问题的过程中,先要把程序的结构进行整理,将变二次项系数的因素加进去 ,并使得其更加有利于复杂一些的问题的求解 。为此,我们使用一个类来管理这个求解的问 题,先写一个对这个类进行声明的头文件 EllipticEquation.h-Use AFEPack package for solving variable coefficient elliptic quadratic equation. In solving this problem, the first to organize the structure of the procedure will change coefficient of quadratic terms added to the list of factors, and make it more conducive to the complexity of some of the problem solving. To this end, we use a class to manage to solve this problem, first write a statement of this type for the header files EllipticEquation.h
- 2022-10-04 20:40:03下载
- 积分:1
-
LEACH 协议
这是 LEACH程序仅供您参考
谢谢
- 2023-04-17 18:15:02下载
- 积分:1
-
Mathematical Modeling of Probability and Statistics courseware. Described the ge...
数学建模中的概率统计课件。讲述了概率统计的一般方法。-Mathematical Modeling of Probability and Statistics courseware. Described the general method of probability and statistics.
- 2023-03-02 15:45:04下载
- 积分:1
-
eigen开源的矩阵运算c++工具包
eigen工具包,是包括矩阵常用运算的开源C++工具包,不用安装可直接添加使用,非常方便
- 2022-04-26 12:19:36下载
- 积分:1