-
实验目的:用Lingo软件求解线性线性规划问题。
实验内容:制定最佳连续投资方案
某部门在今后五年内考虑下列项目投资...
实验目的:用Lingo软件求解线性线性规划问题。
实验内容:制定最佳连续投资方案
某部门在今后五年内考虑下列项目投资
-Experimental Objective: Lingo software for solving linear linear programming problem.
Experiment content: develop the best program of continuous investment
A department in the next five years to consider the following investment
- 2022-07-15 11:10:05下载
- 积分:1
-
一些java的小程序.包括排序,一些bank的小计算,
一些java的小程序.包括排序,一些bank的小计算,-some small procedures. Includes sorting, some small bank,
- 2023-04-03 01:35:04下载
- 积分:1
-
模拟正态分布现象的Java小程序
模拟正态分布现象的Java小程序-simulated normal phenomenon of Java programs
- 2023-08-27 15:30:04下载
- 积分:1
-
追赶法求解三对角矩阵是数值算法中重要的一种,这个利用了求借热传导方程...
追赶法求解三对角矩阵是数值算法中重要的一种,这个利用了求借热传导方程-chased solve three-diagonal matrix numerical algorithm is an important, the use of the demand by heat conduction equation
- 2022-08-18 21:43:36下载
- 积分: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
-
用Fortran95程序源代码
Fortran95实例程序,与Fortran95程序设计配合!-source codes written by fortran95
- 2022-04-29 11:52:09下载
- 积分:1
-
C6713实验实例
用于C6713开发版的实验实例
- 2022-08-03 19:46:17下载
- 积分:1
-
AES128源代码实现
AES128源代码实现
- 2022-02-01 22:45:38下载
- 积分:1
-
要求出一个矩阵的逆矩阵有许多方法,这里介绍以 Gauss
要求出一个矩阵的逆矩阵有许多方法,这里介绍以 Gauss-Jordan Elimination 来求出逆矩阵的方法,算法函数用C++写成,可在C++编程环境下直接调用-requested a matrix inverse matrix there are many ways here to introduce the Gauss-Jordan Elimination get to the inverse matrix method, the algorithm functions with C languages, the C programming environment called directly
- 2022-03-31 21:28:42下载
- 积分:1
-
简单的结直肠癌
simple crc in assembly
- 2022-01-22 03:17:29下载
- 积分:1