-
linux下的俄罗斯方块,程序短小精悍,代码仅有不到100k,适合于初学C++语言想看看大程序结构的同行们。...
linux下的俄罗斯方块,程序短小精悍,代码仅有不到100k,适合于初学C++语言想看看大程序结构的同行们。-Russia under linux box, procedures small and code with less than 100k, suitable for a novice C language to look at the program structure counterparts.
- 2022-12-28 22:30:04下载
- 积分:1
-
有关字符处理及获取机器日期的一些源程序
有关字符处理及获取机器日期的一些源程序- Related character processing and gain machine date some source
programs
- 2022-02-11 23:00:02下载
- 积分:1
-
求最大流的Dinic算法和SAP实施,每一个小时。
求最大流的Dinic和SAP算法的实现,各自有递归与非递归版本。在稀疏图上效果比较好。-Dinic for the maximum flow algorithm and the SAP implementation, each of which has recursive and non-recursive version. Effect on the sparse map is better.
- 2022-02-26 22:52:59下载
- 积分: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
-
LabWindowsCVI入门教程,让你快速学会LabWindowsCVI的一些基本使用方法,麻烦管理员帮我开通下载功能,我急需要本网站上的labwindows...
LabWindowsCVI入门教程,让你快速学会LabWindowsCVI的一些基本使用方法,麻烦管理员帮我开通下载功能,我急需要本网站上的labwindows/CVI方面的数据库教程,谢谢!-LabWindowsCVI Getting Started Guide, lets you quickly learn to use some of the basic LabWindowsCVI method, the administrator of trouble to help me to open the download feature, I hasten to this site labwindows/CVI database tutorial, thank you!
- 2022-02-14 12:38:56下载
- 积分:1
-
a code for decoding and encoding using CRC for error detection
a code for decoding and encoding using CRC for error detection
- 2022-02-16 07:02:14下载
- 积分:1
-
利用matlab进行kalman滤波的仿真
利用matlab进行kalman滤波的仿真-Carried out using kalman filtering matlab simulation
- 2022-06-14 20:20:37下载
- 积分:1
-
设置窗体置顶源码
设置窗体置顶源码-Set Top source form
- 2022-07-08 04:43:30下载
- 积分:1
-
G729 codec C source program, realize ACELP speech codec, in the hope that useful...
G729信源编译码C程序,实现ACELP语音编译码,希望对同仁有用-G729 codec C source program, realize ACELP speech codec, in the hope that useful Tongren
- 2022-01-31 08:34:33下载
- 积分:1
-
可靠性基础知识,不言而喻是十分重要的。它决定着一个产品的质量。因此是每一个搞质量控制人士的必备知识。...
可靠性基础知识,不言而喻是十分重要的。它决定着一个产品的质量。因此是每一个搞质量控制人士的必备知识。- The reliable elementary knowledge, is self-evident is extremely
important. It is deciding a product quality. Therefore is each does
the quality control public figure s necessary knowledge.
- 2022-09-13 17:40:03下载
- 积分:1