-
链表遍历
应用背景二子树检查如果树木是相同的,如果这样做,将打印好的消息 ; ; ; ;关键技术该程序是用C编写,并从Visual Studio IDE
- 2022-05-15 09:04:22下载
- 积分:1
-
网站自爬网程序
本项目用来索引网站页面作为静态内容并创建网站地图的列表。如何使用: 只是将该文件添加在您的服务器和调用在浏览器中,它将创建一个页面中包含所有的数据,直到五级深的整个网站中的静态代码
- 2022-03-16 03:43:52下载
- 积分:1
-
bit operation for 64.
bit operation for 64.
- 2022-12-15 05:30:03下载
- 积分:1
-
一个求解Josephus问题的函数
#include
#include
#define NULL 0
#include
typedef struct Lnode
{
int data;
struct Lnode *next;
}Josephus;
void CreateList(Josephus*&L,int n)//建立循环链表
{
int i;
Josephus *p,*s;
s=(Josephus*)malloc(sizeof(Josephus));
s->data=1;
L=p=s;
for(i=2;idata=i;
p->next=s;
p=s;
}
p->next=L;
}
void DeleteList(Josephus*&L,Josephus*p,Josephus*q)
{
q->next=p->next;
free(p);
}
void Josephus1(Josephus*&L,int s,int m)
- 2022-01-27 23:12:59下载
- 积分:1
-
标准正态分布,小球坠落演示
标准正态分布,小球坠落演示-Standard normal distribution, the ball falling demo
- 2023-05-27 03:45:03下载
- 积分:1
-
一维稳态导热第二类边界条件的TDMA解法
一根长6cm的金属棒(下面的数据大致为金属铝的数据)水平放置,从左侧端面施加q=10w/(cm)2的热流,右侧端面的对流换热系数h=1000w/(m*m*k),Tf=20摄氏度,导热系数可以选取lamada=200w/(m*k)。求稳态时各点温度。
采用TDMA算法求解线性方程组。
- 2022-09-29 11:25:03下载
- 积分:1
-
指纹识别
指纹识别-Fingerprint Recognition
- 2022-08-18 13:41:39下载
- 积分:1
-
车辆路径问题
车辆路径问题的源代码 它是基于TSP经典问题
- 2022-04-17 02:57:39下载
- 积分:1
-
区间消去法,主要用于解决优化问题中的区间确定问题
区间消去法,主要用于解决优化问题中的区间确定问题-Interval elimination method, mainly for optimization problems to resolve the issues identified in the interval
- 2022-07-03 11:07:21下载
- 积分:1
-
a full 3D simulation of electromagnetic waves with efficient absorbing boundary...
a full 3D simulation of electromagnetic waves with efficient absorbing boundary a full 3D simulation of electromagnetic waves with efficient absorbing boundary conditions SYNOPSIS- a full 3D simulation of electromagnetic waves with efficient absorbing boundary a full 3D simulation of electromagnetic waves with efficient absorbing boundary conditions SYNOPSIS
- 2022-05-25 07:53:42下载
- 积分:1