资源列表
Form1
- C# myfirst writh in c#-C# myfirst writh in c#
ucos51
- 嵌入式ucos,可移植到51系列单片机上面,能做许多程序-MY ucos
CCC
- 题目:#if #ifdef和#ifndef的综合应用。 1. 程序分析: 2.程序源代码: 复制代码 代码如下: #include stdio.h #include conio.h #define MAX #define MAXIMUM(x,y) (x>y)?x:y #define MINIMUM(x,y) (x>y)?y:x void main() { int a=10,b=20 #ifdef MAX printf( \
HUDDSNUN
- 题目:#if #ifdef和#ifndef的综合应用。 程序源代码: #include stdio.h #include conio.h #define MAX #define MAXIMUM(x,y) (x>y)?x:y #define MINIMUM(x,y) (x>y)?y:x void main() { int a=10,b=20 #ifdef MAX printf( \40: The larger one is d\n
BNFOGNBNNBOO
- 题目:宏#define命令练习(1)
NKJBBFGJKBNGFB
- 题目:学习使用static的另一用法。
BNUTBDJNBOOFR
- 【程序29】 题目:给一个不多于5位的正整数,要求:一、求它是几位数,二、逆序打印出各位数字。 1. 程序分析:学会分解出每一位数,如下解释:(这里是一种简单的算法,师专数002班赵鑫提供) 2.程序源代码: 复制代码 代码如下: #include stdio.h #include conio.h main( ) { long a,b,c,d,e,x scanf( ld ,&x) a=x/10000 分解出万位 b=x 10000
CBVBBBVJRNRGRJ
- 题目:一个5位数,判断它是不是回文数。即12321是回文数,个位与万位相同,十位与千位相同。 1.程序分析 2.程序源 代码如下: #include stdio.h #include conio.h main( ) { long ge,shi,qian,wan,x scanf( ld ,&x) wan=x/10000 qian=x 10000/1000 shi=x 100/10 ge=x 10 if(ge
BPSK
- BPSK CODE have fun everyone
Web
- JSP程序设计技术教程,JSP页面在执行时是编译式,编译成Servlet文件。-JSP programming technology tutorials?, JSP pages are compiled at the time of execution-style, compiled into Servlet files.
16-qam
- The following Matlab project contains the source code and Matlab examples used for 16-qam modulation . constellation ofdm symbol The source code and files included in this project are listed in the project files section, please make sure whether th
!Files_to_FlashTool
- for flashing mtk based android devices