-
计算机系统结构实现记分牌算法模拟器
计算机系统结构中实现记分牌算法的一个模拟器-computer system architecture to achieve Scoreboard an algorithm simulator
- 2022-02-05 14:49:14下载
- 积分:1
-
16位ad7705模数转换
好用串口方式
能值接把数读出来
16位ad7705模数转换
好用串口方式
能值接把数读出来-16-bit AD7705 analog-to-digital converter serial-to-use way to access the value of the number of read out
- 2022-02-19 23:42:48下载
- 积分:1
-
神龙卡播放MP4源代码,采用DSHOW开发技术
神龙卡播放MP4源代码,采用DSHOW开发技术-SHENLONG card MP4 player source code, using dshow Development Technology
- 2022-10-19 17:25: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
-
1234566KALMAN
在Matlab环境下的kalman滤波程序,有助于理解kalman的原理及其应有-1234566KALMAN
- 2023-06-18 17:00:03下载
- 积分:1
-
这个还是sap学习资料,提高sap使用水平
这个还是sap学习资料,提高sap使用水平-The sap or learning materials, improve the use of the level of sap
- 2023-08-10 02:45:05下载
- 积分:1
-
介绍和使用龙贝格法进行数值分析的程序代码,Matlab
介绍和使用龙贝格法进行数值分析的程序代码,Matlab-introduction and use Romberg method of numerical analysis code, Matlab
- 2022-08-16 16:51:11下载
- 积分:1
-
数根
数也有根吗?有!数根就是把一个数的各个数位上的值相加,直到得到一个一位数为止。请你编写一个程序来计算任意数N(0≤N≤1000000000000)的...
数根
数也有根吗?有!数根就是把一个数的各个数位上的值相加,直到得到一个一位数为止。请你编写一个程序来计算任意数N(0≤N≤1000000000000)的根。
输入:
输入有多个案例。每一个案例为一行,每行只有一个整数N。当输入的N是-1时,输入结束。
输出:
每一个案例输出一行。每行只有一个数字,就是N对应的数根。
Sample input
39
-1
Sample output
3-Number of root number also has roots do? There is! The number of roots is to a number of different values on the digital sum until they have been a number of up to one. Please write a program to calculate an arbitrary number N (0 ≤ N ≤ 1000000000000) roots. Input: Enter a number of cases. Each case for the line, each line is only an integer N. When the input of N is-1, the input end. Output: the output line of each case. There is only one number per line, that is, N corresponds to the number of roots. Sample input 39-1 Sample output 3
- 2023-09-05 21:25:03下载
- 积分:1
-
这是一个GPS相关的程序,用于GPS的数据分析
这是一个GPS相关的程序,用于GPS的数据分析-This is a GPS-related procedures, for GPS data analysis
- 2022-04-08 14:56:34下载
- 积分:1
-
学matlab还有比这个更好的吗?我千兴万苦才找到的,这是一个学习matlab的视频,功能强大...
学matlab还有比这个更好的吗?我千兴万苦才找到的,这是一个学习matlab的视频,功能强大-school Matlab also better than this? I 1000-from 10,000 to find, this is a learning Matlab video, powerful
- 2022-05-21 02:23:27下载
- 积分:1