-
sort_0.7
说明: Sorting m3u files, for iptv
- 2019-05-13 16:25:45下载
- 积分:1
-
Mini-DSO-master
说明: 51的单片机示波器程序,包括原理图,制作方法。(Microcontroller oscilloscope program, including schematic diagram, production method.)
- 2020-09-12 23:26:13下载
- 积分: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
-
计算器应用程序
应用背景一个计算器应用程序。可以计算加减乘除,具有简单的界面,帮助初学C++的同学熟练掌握Visual C++ MFC的框架构建等。关键技术Visual C++ MFC的框架构建,对话框的创建与设计,文本框获取输入信息,常用控件的操作,添加变量,编写函数等。
- 2022-03-31 18:14:55下载
- 积分:1
-
STM32F101xx 和STM32F103xx固件库样例(汉化版)
说明: STM32驱动SD卡,wifi ,lcd液晶显示,很多库函数,方便使用(STM32 driver SD card, wifi, LCD display, many library functions, easy to use)
- 2019-04-23 18:22:21下载
- 积分:1
-
The adoption of the program code can be quickly carried out the hungry English e...
通过该程序代码可以快速的进行英语方面的饿搜索
-The adoption of the program code can be quickly carried out the hungry English english
- 2022-01-25 21:05:29下载
- 积分:1
-
WINCCdesignoftheboiler
WINCC锅炉水位的设计,内容完整,可直接时刻直接学习使用(WINCC design of the boiler water level)
- 2009-09-08 08:58:56下载
- 积分:1
-
Symbian OS S60平台2D游戏引擎案例
Symbian OS S60平台2D游戏引擎案例
- 2022-09-04 03:45:02下载
- 积分:1
-
1
51单片机简单的蜂鸣器代码,新手入坑,还有字数限制(51 MCU simple buzzer code. Novice into the pit. There are word limits.)
- 2020-06-21 04:00:02下载
- 积分:1
-
图像可以放大和平移
中的图像可以放大和平移,还可以全屏显示。(The image can be enlarged and shifted, and can also be displayed in full screen.)
- 2019-01-07 10:13:10下载
- 积分:1