-
一个非常好的串口程序
一个非常好的串口程序-a very good Serial procedures
- 2022-05-14 03:58:54下载
- 积分:1
-
人脸库,里面包含很多人脸图片以及素描图片
人脸库,里面包含很多人脸图片以及素描图片-Face database, which contains a lot of people face picture and sketch picture
- 2022-06-28 13:45:29下载
- 积分:1
-
一个基于递归下降的四则运算计算器
一个基于递归下降的四则运算计算器-based on a recursive decline in four Operational Calculator
- 2022-08-08 10:04:57下载
- 积分:1
-
基于8051的LED亮度控制程序,可广泛用于需要对LED灯进行亮度控制的场合...
基于8051的LED亮度控制程序,可广泛用于需要对LED灯进行亮度控制的场合-LED brightness control procedures may need to be widely used LED lights for the occasion brightness control
- 2022-03-15 13:07:02下载
- 积分:1
-
A screen video software, the software can be used to process computer video
一个屏幕录像软件,用该软件可以对电脑操作过程录像-A screen video software, the software can be used to process computer video
- 2022-02-03 14:20:44下载
- 积分:1
-
MFC入门小程序源代码
MFC入门小程序源代码-MFC source code
- 2023-02-25 20:05:03下载
- 积分:1
-
指环王动画实例,超逼真的画面,声音,动作,很不错
指环王动画实例,超逼真的画面,声音,动作,很不错-The Lord of the Rings animated examples, ultra-realistic images, sound, movement, very good
- 2022-08-16 10:23:37下载
- 积分:1
-
这是关于影片管理的,有图形界面。
这是关于影片管理的,有图形界面。-This is the management of film, graphics interface.
- 2022-01-27 21:40:23下载
- 积分:1
-
EcHmi(容易控制的人
EcHmi(Easy Control Human-Machine Interaction )是一个通用的工控软件人机介面组态软件。作者十多年从事工控行业软件的开发,深知工控组态软件的可靠性、易用性、灵活性的重要性。随着应用需求和技术的发展,一个典型的工控软件包括RTDB、HDB、HMI、REPORT、WEB五大部分,我们不可能将每一部分都做到国外产品如iFix的水平,为何不选取其中一部分作为重点把它做好呢?EcHmi从HMI入手,从2001年的1.0版开始,到目前的8.1版,历经5年时间,通过不断的应用、改进,相信能给您带来惊喜。-EcHmi (Easy Control Human-Machine Intera ction) is a generic industrial control software configuration man-machine interface software. Author of more than 10 years engaged in the industrial development of the software industry, well aware Configuration software reliability, ease of use, the importance of flexibility. With the application demands and technological development, a typical industrial control software including RTDB, mule, HMI, REPORT, WEB five majority, it is impossible for us to do each and every part of foreign products, such as the iFix level, Why not selected as a key part of it better? EcHmi HMI from the start, from the 2001 version 1.0, the current version 8.1. After five years, through continuous use,
- 2022-02-15 14:55:33下载
- 积分: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