-
- 2023-03-07 12:20:04下载
- 积分:1
-
图灵机模拟程序源代码
图灵机模拟程序源代码-Turing machine simulation program source code
- 2023-05-12 20:30:03下载
- 积分: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
-
电子设备密封防水用树脂介绍.rar
电子设备密封防水用树脂介绍.rar-electronic equipment sealed waterproof resin introduced. Rar
- 2022-06-20 11:44:25下载
- 积分:1
-
寻库小车程发动机h桥测试灯循迹等,图和源程序可供大家参考学习,不错的资料,难得的...
寻库小车程发动机h桥测试灯循迹等,图和源程序可供大家参考学习,不错的资料,难得的-Carsearchdatabaseprocedures
- 2023-07-09 09:30:03下载
- 积分:1
-
删除数组相同元素,并用冒泡法进行排序,最后显示出来。
删除数组相同元素,并用冒泡法进行排序,最后显示出来。
- 2022-12-14 06:05:04下载
- 积分:1
-
a very good writers microprocessor EEPROM C source code project documents direct...
一个非常好的微处理器烧录EEPROM的C++
原代码项目文件,直接可用,一拖一的,成果奉献给广大的底层软件开发者-a very good writers microprocessor EEPROM C source code project documents directly available, a delay of one and the results for the sake of the bottom of the majority of software developers
- 2022-07-20 21:18:39下载
- 积分:1
-
通过遗传算法求解N皇后问题,用c++编写
通过遗传算法求解N皇后问题,用c++编写-Through the Genetic Algorithm for N queens problem, using c++ write
- 2022-06-21 22:01:56下载
- 积分:1
-
dkink 的 《打砖块》这个游戏确实 太简陋了,不过 很适合 初学者。...
dkink 的 《打砖块》这个游戏确实 太简陋了,不过 很适合 初学者。-dkink the 打砖块 This game was really very simple, but very suitable for beginners.
- 2023-01-14 04:25:03下载
- 积分:1
-
实现OCX实例的调用,可以直接通过网页访问,
实现OCX实例的调用,可以直接通过网页访问,-Realize the call OCX example, you can visit directly through the website,
- 2022-12-12 18:40:03下载
- 积分:1