-
一个简单的银行系统C语言代码,包含排序,线性搜索等算法功能
一个简单的银行系统C语言代码,包含排序,线性搜索等算法功能-Banking system, a simple C language code, including sorting, search algorithms such as linear functions
- 2023-01-23 19:10:04下载
- 积分:1
-
Computing one
计算一维光子晶体,利用是与有限差分法。
内容比较典型。-Computing one-dimensional photonic crystals using finite difference method with. The study were typical.
- 2022-09-21 19:25:03下载
- 积分:1
-
This program is to handle all possible arithmetic operations (+,
This program is to handle all possible arithmetic operations (+, -, *, /, %) and logic operations (, >=, =,
- 2023-08-24 04:25:02下载
- 积分:1
-
用有限元法求解三角形形区域上的Possion方程
用有限元法求解三角形形区域上的Possion方程-using the finite element method triangle-shaped region of Possion equation
- 2022-02-25 07:52:26下载
- 积分:1
-
C程序小车加油
一个汽车加满油后可行驶n公里,由起点a到起点b为m公里。汽车出发时加满了油,途中设有k个加油站,d1是第一个加油站距起点的距离,di是第i个加油站距其前一个加油站的距离。设计一个算法,求出加油方案,使得加油次数最少即可到达终点。解决策略 汽车是由起点向终点行驶,现在面对的问题是应该在那个加油站加油,可使旅途过程中加油次数最少。为了解决该问题,我们可以规定在油箱中的油不足以使汽车行驶到下一个加油站的前提下,才加一次加油,如此
- 2022-02-06 23:59:50下载
- 积分:1
-
链表的基本操作
#include
#include
#define LEN sizeof(struct student)
/*----------------数据定义----------------------*/
//定义一个学生信息的结构体,包括学号,姓名和结构体类型的指针
struct student
{
long num; //学号
char name[128]; //姓名
struct student *next; //结构体指针
};
typedef struct student * stuNode;
int n=0; //全局变量,记录链表的长度
/*---------------函数声明---------------------*/
stuNode Create(); //创建一个新的链表 &nbs
- 2022-03-11 02:44:17下载
- 积分:1
-
自己用C++做的简单的迷宫,特点是可以自定义迷宫的属性
自己用C++做的简单的迷宫,特点是可以自定义迷宫的属性-own use C to do simple maze, which is characterized can define the attributes of the maze
- 2022-08-23 19:05:07下载
- 积分:1
-
bushound 3.1.rar bushound 3.1.rar bushound 3.1.rar bushound 3.1.rar
BusHound 3.1.rar BusHound 3.1.rar BusHound 3.1.rar BusHound 3.1.rar -BusHound 3.1.rarBusHound 3.1.rarBusHound 3.1.rarBusHound 3.1.rarBusHound 3.1.rarBusHound 3.1.rar
- 2022-03-14 16:07:27下载
- 积分:1
-
FCT-VOf 2D code which helps you to simulate convection, rotation & shear flow test case
该程序用FORTRAN语言编写,用通量修正输运算法模拟二维自由表面流动。该程序可以模拟开孔方形和圆形对流试验箱以及开槽圆形试验箱的剪切试验箱和旋转试验箱。
- 2022-05-22 03:30:05下载
- 积分:1
-
计算水平线与垂直线交点个数问题。扫描方法计算。
计算水平线与垂直线交点个数问题。扫描方法计算。-Calculation of horizontal and vertical line of intersection the number of questions. Scanning method.
- 2022-10-24 03:35:03下载
- 积分:1