-
流体计算中压力与速度耦合求解的算法。
是目前比较常用的方法之一。...
流体计算中压力与速度耦合求解的算法。
是目前比较常用的方法之一。-Calculation of fluid pressure and velocity coupling solution algorithms. Is more commonly used methods.
- 2022-06-21 10:58:57下载
- 积分:1
-
GPSS language model of queuing system simulation program. And documents with a w...
GPSS语言编写的排队系统的模型模拟程序。和文档在一起的还有一个word的说明和一个c语言编写的排队系统的模拟程序,可以对照比较模拟的结果。-GPSS language model of queuing system simulation program. And documents with a word description and a c languages queuing system simulation program, you can compare the results of simulation.
- 2023-05-17 15:10:03下载
- 积分:1
-
51单片机仿三菱通信协议与工业人机界面通信
51单片机仿三菱通信协议与工业人机界面通信.通信参数:端口RS232,波特率9600,偶校验,停止位1位
- 2022-02-25 00:36:13下载
- 积分:1
-
排队系统
//#include"stdafx.h"
#include < stdio.h >
#include < tchar.h >
#include < iostream >
使用命名空间 std ;
int main)
{
////////////////////////////////////////////////////////
/ / 初始化变量 / /
int n = 0,n1 = 0 ;/ / 没有。就业机会
int maxLength = 0 ;/ / 最大长度队列。
浮
- 2023-01-13 23:05:03下载
- 积分:1
-
最小二乘法
这是一个比较实用的最小二乘法,涵盖了最小二乘法的基本内容,通过学习本代码,可以掌握最小二乘法的精华,为以后的数据平差打下一个基础。
- 2022-03-10 13:43:37下载
- 积分:1
-
按照既定的步长,输入后筛选已有数据 程序1
按照既定的步长,输入后筛选已有数据 程序1-accordance with the established step, the imported data screening procedures have a
- 2022-02-12 08:34:52下载
- 积分:1
-
with C++ Builder bankers algorithm can process arbitrary importation of all type...
用C++Builder实现的银行家算法可以任意 输入进程个数各类资源的个数输出安全序列-with C++ Builder bankers algorithm can process arbitrary importation of all types of resources the number of security Sequence Number output
- 2022-07-08 07:47:37下载
- 积分:1
-
完整的余弦积分源程序,非常实用的vc源代码
完整的余弦积分源程序,非常实用的vc源代码-integrity of the cosine integral source, a very practical vc source code
- 2022-01-22 15:01:34下载
- 积分:1
-
模拟植物生长算法的分形树源程序
模拟植物生长算法的分形树源程序,根据迭代次数的不同获得一株完整的植物生长图,对其具体的参数进行修改可以做一些人工智能方面的优化
- 2022-07-18 00:27:02下载
- 积分:1
-
ACM正整数分解;消防车问题,求素数
ACM,
1、POJ-1221题-编程大赛中常用的一个算法,这种题也常见,关于正整数分解的!如3=1+1+1,3=1+2,3=3;
2、消防车问题
3、求素数问题
- 2022-07-18 05:10:26下载
- 积分:1