-
16351-akula05-45scle
说明: sub unit for civ4 not a code or program
- 2020-06-25 20:00:02下载
- 积分:1
-
ClumpModelforVoid
离散元粒子组装,按照颗粒级配生成颗粒模型(ClumpModelforVoid Discrete element particle assembly, particle model generation according to particle gradation)
- 2020-11-15 15:59:41下载
- 积分:1
-
xydODCif
自动刷多网站PV的一款小工具,希望大家喜欢(Automatic brush of a small multi-site PV tool, hope you like)
- 2011-10-01 16:48:21下载
- 积分:1
-
一个可以抓图的程序
一个可以抓图的程序-screen in a procedure can
- 2023-06-04 06:00:03下载
- 积分:1
-
java技术手册
Java technical manual is very suitable for Java learning.
- 2018-09-15 10:40:34下载
- 积分:1
-
MATLAB实现偏微分方程的差分计算 源程序代码
本程序,使用MATLAB编程,对于求解偏微分方程的同学有所帮助。(This program, using MATLAB programming, is helpful for students to solve partial differential equations.)
- 2019-01-01 20:41:22下载
- 积分:1
-
Radar_Simulation-master
说明: shixianleidafangzhecsssd(shixianleidafangzhedsss)
- 2020-06-23 16:20:02下载
- 积分:1
-
李昊代码
stm 32 的平衡小车初步代码,包含MPU6050(STM 32 balance car preliminary code)
- 2020-06-20 20:20:02下载
- 积分:1
-
G00D3
服务台的售票处,假设各顾客的到达时间间隔和服务时间均服从负指数分布,到达率λ=10人/分钟,服务率μ=6人/分钟,等待队长N=20人,仿真时间Total_time=10分钟。使用本程序仿真出的各顾客到达时刻与离开时刻曲线,等待时间与停留时间曲线.(Help desk ticket, assuming that each customer' s arrival time and service time obeys the negative exponential distribution, the arrival rate λ = 10 persons/minute, service rate μ = 6 persons/minute, waiting for Captain N = 20 people, simulation time Total_time = 10 minutes. Simulation using this program out of time with each customer to leave the moment of arrival curve, waiting time and stay time curve.)
- 2009-12-20 16:28:56下载
- 积分:1
-
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删...
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删除等基本操作。
-# include
# include
# define ND sizeof(struct List)
struct List
{int data
struct List*next
}
void main()
{ int n,i=1,e,a
struct List*head
struct List*p,*q
q=head=p=(struct List*)malloc(ND)
- 2022-04-15 10:12:17下载
- 积分:1