-
这是一些很常用的c51程序,使用起来很方便,推荐给大家
这是一些很常用的c51程序,使用起来很方便,推荐给大家-which is a very common procedure decoder, very easy to use and recommend it to everyone
- 2022-05-22 20:20:25下载
- 积分:1
-
cr-wom.rar
- 2022-08-03 13:11:12下载
- 积分:1
-
find
查找-find
- 2022-01-25 21:17:12下载
- 积分:1
-
这是一个爱的礼物,那些谁收到礼物,打开的应用程序,将是一个。
这是一份爱的礼物,收到礼物的人,打开应用程序,便能在屏幕上看到i love you的字样。-This is a gift of love, those who receive the gift, open applications, will be able to see on the screen the words i love you.
- 2022-03-07 08:46:37下载
- 积分:1
-
LCD1602驱动程序,还可以显示时间。
LCD1602驱动程序,还可以显示时间。-LCD1602 driver can also display the time.
- 2022-07-04 01:24:40下载
- 积分:1
-
Calculation of heavy oil thermal recovery after considering the exchange rate an...
稠油热采直井吞吐净现值计算,考虑汇率以及所得税,原理是动态经济评价法,需要输入每年的产油量和注气量。-Calculation of heavy oil thermal recovery after considering the exchange rate and the income tax net present value of the vertical well stimulation, the principle is a dynamic economic evaluation method, need to enter the annual oil production and gas injection.
- 2022-06-18 06:51:44下载
- 积分:1
-
2015年国赛风力摆
资源描述本代码是2015年全国电子设计大赛自动控制类风力摆,历经四天三夜完成这个风力摆作品,使用stm32芯片,用C语言编写代码,该作品获得二等奖,代码简单易懂,希望大家可以参考参考。
- 2022-01-25 17:23:19下载
- 积分: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++的计算器程序。可以实现基本的操作,有开方,平方,清屏后退等功能,很适合初学者用来学习MFC的基本控件的操作
- 2023-01-16 17:50:03下载
- 积分:1
-
这是一个C语言的格式化工具,可以调整程序,保存程序…
这是一个C语言格式化工具,可以节省编程人员调整程序格式的时间,只要导入点击格式化就OK了。-This is a C language formatting tools, you can adjust the procedure to save programmers time format, as long as the import format click on OK.
- 2022-02-25 01:25:46下载
- 积分:1