-
一个大师仿PowerBuilder开发优化界面程序…
powerbuilder开发的一个仿优化大师的界面的一个程序源代码。不知道有人喜欢吗?-PowerBuilder development of a master of imitation optimize the interface a program"s source code. Do not know that people like?
- 2022-07-18 19:52:57下载
- 积分:1
-
16位循环冗余校验的4位查表法,用法在文件内有祥细说明
16位循环冗余校验的4位查表法,用法在文件内有祥细说明
- 2022-07-23 04:36:20下载
- 积分:1
-
test code for ARM controller lpc2148
test code for ARM controller lpc2148
- 2022-01-27 09:42:20下载
- 积分:1
-
TdxDockSite 问题的解决,不用control atom既可
TdxDockSite 问题的解决,不用control atom既可-TdxDockSite,don t use control atom
- 2022-04-27 17:29:17下载
- 积分: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
-
Maximum likelihood estimation of Gaussian mixture model by expectation maximizat...
最大的高斯混合模型似然估计的期望最大化算法-Maximum likelihood estimation of Gaussian mixture model by expectation maximization algorithm
- 2022-01-26 02:09:49下载
- 积分: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
-
主要是解释的来源
主要是解释源代码驱动的开发,类似于德国头发游行式的场景分析
- 2022-02-22 04:43:57下载
- 积分:1
-
有用的win健组合
有用的win健组合-Kin-win combination of useful
- 2022-02-21 01:13:15下载
- 积分:1
-
可以让你的键盘会唱歌的小东西,欢迎下载,代码完全公开
可以让你的键盘会唱歌的小东西,欢迎下载,代码完全公开-The keyboard allows you to sing a small thing, welcome to download
- 2022-05-31 21:11:46下载
- 积分:1