-
2007年全国数学建题
2007年全国数学建题-Mathematical built nationwide in 2007 title
- 2023-04-09 12:20:03下载
- 积分:1
-
C语言编写的,利用最近距离插值发进行网格值插值运算,等价于从新定义数组大小。...
C语言编写的,利用最近距离插值发进行网格值插值运算,等价于从新定义数组大小。-prepared by the C language, the use of distance interpolation for the value interpolation grid operator, equivalent to the new definition of array size.
- 2022-08-17 11:49:03下载
- 积分:1
-
一个计算线性方程组的源程序,可以有多种算法选择
一个计算线性方程组的源程序,可以有多种算法选择-a calculation of linear equations of the source can be many choices Algorithm
- 2023-03-23 02:40:04下载
- 积分:1
-
GSM half rate of the source code (VSELP) GSM half rate of the source code (VSELP...
GSM半数率源代码(VSELP)
GSM半数率源代码(VSELP)
-GSM half rate of the source code (VSELP) GSM half rate of the source code (VSELP)
- 2022-02-25 01:01:10下载
- 积分:1
-
由网络搜集供大家学习使用如果侵占请自行删除
由网络搜集供大家学习使用如果侵占请自行删除-collected by the network for everyone to learn how to use their own if invaded please delete
- 2023-05-31 02:50:04下载
- 积分:1
-
矩陣相乘
矩陣相乘
#include
#include
int m,n,o,p,i,j,k,l;
int main()
{
printf("輸入矩陣A之列數m、行數n及矩陣B之列數o、行數p");
printf("
m=");scanf("%d",&m);
printf("n=");scanf("%d",&n);
printf("
o=");scanf("%d",&o);
printf("p=");scanf("%d",&p);
float a[m][n],b[o][p],c[m][p];
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-05 11:05:03下载
- 积分:1
-
运输问题在LINGO下的程序!
运输问题在LINGO下的程序!-LINGO transport problems in the process!
- 2022-04-30 10:33:30下载
- 积分:1
-
Single Phase Power Regulator circuit, a better understanding of beginners the ba...
单相调功电路,对初学者更好的理解其基本原理有帮助-Single Phase Power Regulator circuit, a better understanding of beginners the basic principles of their help
- 2023-06-24 20:55:02下载
- 积分:1
-
自己的小程序,入门学习的,可能对大家有用~!
自己的小程序,入门学习的,可能对大家有用~!-Own procedures, entry of the study may be useful to everyone ~!
- 2022-04-01 04:39:05下载
- 积分:1
-
PCI局部总线,对于做PCI卡的人来说,非常有帮助
PCI局部总线,对于做PCI卡的人来说,非常有帮助-PCI Local Bus, the PCI card to do people, very helpful
- 2022-07-20 08:12:27下载
- 积分:1