-
C++与数据结构简明教程例题源代码
C++与数据结构简明教程例题源代码1-4章
- 2023-07-24 09:55:03下载
- 积分:1
-
进制转换
2# to 16# 8# 2# 10# to 16#
2# to 16# 8# 2# 10# to 16#
2# to 16# 8#...
进制转换
2# to 16# 8# 2# 10# to 16#
2# to 16# 8# 2# 10# to 16#
2# to 16# 8# 2# 10# to 16#-2# to 16# 8# 2# 10# to 16#
2# to 16# 8# 2# 10# to 16#
2# to 16# 8# 2# 10# to 16#
2# to 16# 8# 2# 10# to 16#
2# to 16# 8# 2# 10# to 16#
- 2023-01-21 18:45:03下载
- 积分:1
-
Banker 的算法仿真研究
这是使用 c++/c.The Banker 的 Banker 算法: 仿真算法算法是由 Edsger Dijkstra,通过模拟的预先确定最大可能数量的所有的资源,分配安全测试,然后使"s 状态"检查挂起的所有其他活动可能死锁条件的试验开发资源分配和死锁避免算法然后才决定是否应该允许分配继续。
- 2022-07-01 19:31:31下载
- 积分:1
-
This is a gray code forecast, Gray forecast general parameters applied to the ne...
这是灰色预测代码,一般灰色预测的参数需要应用到矩阵的运算,本代码通过对其变形,使其运算简单化.-This is a gray code forecast, Gray forecast general parameters applied to the needs of the matrix computation, the code through its deformation, it Operational simplistic.
- 2022-03-09 13:55:45下载
- 积分:1
-
C经典代码大全
一些C编程语言经典编程题目,希望对大家有用。#include
int main(void)
{
unsigned int i = 0x12345678;
char*pc =(char*)&i;
printf("0x%x
", *pc);
double *pd = (double*)&i;
printf("%f
", *pd);
printf("sizeof pc = %d sizeof pd = %d
", sizeof(pc), sizeof(pd));
return 0;
}
- 2022-04-01 10:36:20下载
- 积分:1
-
Dijkstra算法
资源描述
给定一张带权有向图和图中任意两个顶点,用Dijkstra算法求出这两个顶点之间的一条最短路径。
- 2022-03-06 09:58:55下载
- 积分:1
-
Several commonly used optimization algorithm of C procedures and MATLAB code, DF...
几个常用的优化算法的C程序和MATLAB代码,D F P变尺度法子程序,Powell法子程序,黄金分割法子程序,进退法子程序,外点惩罚函数法子程序等。-Several commonly used optimization algorithm of C procedures and MATLAB code, DFP variable metric method procedures, Powell method procedures, golden section method procedures, advance and retreat method procedures, outside the points penalty function method procedures.
- 2022-03-25 01:09:34下载
- 积分:1
-
设计一个校园导游咨询程序,为来访的客人提供学校最短路径信息查询服务...
设计一个校园导游咨询程序,为来访的客人提供学校最短路径信息查询服务-To design a campus tour guide the consultation process for the provision of school visitors, the shortest path information inquiry service
- 2022-07-02 09:36:51下载
- 积分:1
-
详细的矩阵类的运用,加法,经调试过,可用
详细的矩阵类的运用,加法,经调试过,可用-Detailed the use of matrices, addition, after debugging, and can be used
- 2023-08-12 19:35:03下载
- 积分:1
-
正向云模型-MATLAB程序
正向云模型-MATLAB程序,由三个数字特征,生成正向云模型,带有WORD文档说明和PPT资料,程序能够运行出正确的结果,希望对各位有帮助。
- 2022-03-14 02:30:22下载
- 积分:1