-
用E语言编写的一个简单游戏,第一次做做的不是很好,请多多指教...
用E语言编写的一个简单游戏,第一次做做的不是很好,请多多指教-With E written in a simple game, for the first time doing the not very good, please the exhibitions
- 2022-02-01 18:35:11下载
- 积分:1
-
t检验的fortran程序 看是否对大家有帮助
t检验的fortran程序 看是否对大家有帮助-t test to see if the fortran program helpful to all of us
- 2022-07-23 00:19:58下载
- 积分:1
-
tc 开发环境 dos版 很好用的
tc 开发环境 dos版 很好用的 -tc a good development environment used dos version
- 2022-10-23 10:30:04下载
- 积分:1
-
mt中文资料mt8888 中文资料
mt中文资料mt8888 中文资料-mt Chinese information mt8888 Chinese information
- 2023-05-30 15:55:03下载
- 积分:1
-
16*16VHDL 程序,可作参考,大家互相学习
16*16VHDL 程序,可作参考,大家互相学习-16* 16VHDL procedures, can be used for reference, we learn from each other
- 2022-04-01 23:09:25下载
- 积分:1
-
语音测试
voice test
voice test -voice test voice test
- 2022-12-06 06:20:03下载
- 积分:1
-
有限元计算基本程序,为毕业论文时编写的局部渗流计算程序。...
有限元计算基本程序,为毕业论文时编写的局部渗流计算程序。-Finite element method the basic procedures for the thesis prepared by local seepage calculation procedures.
- 2022-06-19 04:26:08下载
- 积分:1
-
去除块效应的图像后处理算法文章,用adobe reader打开,详述编码块效应的去除...
去除块效应的图像后处理算法文章,用adobe reader打开,详述编码块效应的去除-Removal of blocking the image post-processing algorithm article, using adobe reader to open, detailed coding block effect removal
- 2022-02-21 10:55:14下载
- 积分: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
-
msp430g2553产生正弦波的源码
这是一个关于msp430g2553的程序,他的定时器有些复杂,初学者可以参考此贴,里面有例程和讲解。用msp430g2553的timer产生正弦波,希望能帮到大家,谢谢!
- 2022-10-04 04:10:04下载
- 积分:1