-
.cpp文件。输入中序表达式,可以计算10以内的整数四则混合运算。思路是用中序转后序,再进行计算。...
.cpp文件。输入中序表达式,可以计算10以内的整数四则混合运算。思路是用中序转后序,再进行计算。-. cpp file. Input sequence expression, can be calculated within 10 4 mixed-integer calculations. Idea is to be used in sequence after sequence, and then calculated.
- 2022-01-24 13:58:25下载
- 积分:1
-
windows api 在pb中的定义说明,希望对pb编程爱好者有所帮助
windows api 在pb中的定义说明,希望对pb编程爱好者有所帮助-windows api pb in the definition shows, and I hope to pb programming enthusiasts help
- 2022-10-20 21:25:03下载
- 积分:1
-
完整T9输入法
完整T9输入法,基于C++的程序设计。T9输入法全名为智能输入法,字库 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-08-27 09:55:04下载
- 积分:1
-
一个简单播放器的教学源码,希望可以供大家学习,未美化!
一个简单播放器的教学源码,希望可以供大家学习,未美化!-a simple player teaching source hope everyone can learn, not landscaping!
- 2022-06-03 12:45:38下载
- 积分:1
-
It is a vending machine.
It is a vending machine.
- 2022-01-23 10:07:08下载
- 积分:1
-
Using STL to achieve the basic functions of the Snake, concise algorithm, have r...
用STL实现了贪吃蛇的基本功能,算法比较精练,有参考价值-Using STL to achieve the basic functions of the Snake, concise algorithm, have reference value
- 2022-01-24 09:32:39下载
- 积分:1
-
程序 Pencari Bilangan Terbesar dan terkecil
#include < stdio.h > //header 文件
#include < conio.h > //header 文件
int main () { //program utama mulai
int n,x [20],最大值、 最小 ; //pendeklarasian 的变量 banyak bilangan、 bilangan 使用、 最低
printf ("。: 程序 Pencari Bilangan Terbesar dan Terkecil:.n") ; //Judul 程序
printf (" ---nn") ;
printf (" Masukkan banyak bilangan:") ; scanf ("%d",& n) ; //Input Jumlah Bilangan
为 (x = 1 ; x < = n ; x + +) { 为 dg inisial //Proses Pengulangan memakai x = 1,kondisi x < = n,控制 x + +
printf ("n Bilangan ke-%d:",x) ; scanf ("%d",& a[x]) ; //Input Bilangan
}
最大 = [1] ; //inisialisasi pertama untuk bilangan pertama
为 (x = 1 ; x < = n; x + +) {
- 2022-05-30 14:16:21下载
- 积分:1
-
移动硬盘盒的电路,包括电路原理图和电路板。
移动硬盘盒的电路图,包括原理图和PCB。-Mobile hard disk box of circuitry, including schematic and PCB.
- 2022-01-26 05:11:19下载
- 积分:1
-
这是一个广告界面的上位机软件,串口接收数据格式是标准的大…
这是一个AD接口PC机软件,串口接收数据格式是标准的TXT数据记录格式。-This is an AD interface PC software, serial receive data format is a standard data record format TXT.
- 2022-09-08 04:05:03下载
- 积分:1
-
这也是学校的参赛项目并最后获奖的作品,其效果和小时候玩的平图板一样,非常耐玩,强烈推荐。
这也是学校的参赛项目并最后获奖的作品,其效果和小时候玩的平图板一样,非常耐玩,强烈推荐。-This is also the school
- 2022-11-04 23:45:02下载
- 积分:1