资源列表

« 1 2 ... .57 .58 .59 .60 .61 1362.63 .64 .65 .66 .67 ... 1575 »

[文件格式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 print
<张欣欣> 在 2025-01-16 上传 | 大小:3kb | 下载:0

[文件格式BNFOGNBNNBOO

说明:题目:宏#define命令练习(1) 
<张欣欣> 在 2025-01-16 上传 | 大小:3kb | 下载:0

[文件格式NKJBBFGJKBNGFB

说明:题目:学习使用static的另一用法。 
<张欣欣> 在 2025-01-16 上传 | 大小:3kb | 下载:0

[文件格式BNUTBDJNBOOFR

说明:【程序29】 题目:给一个不多于5位的正整数,要求:一、求它是几位数,二、逆序打印出各位数字。 1. 程序分析:学会分解出每一位数,如下解释:(这里是一种简单的算法,师专数002班赵鑫提供) 2.程序源代码: 复制代码 代码如下: #include stdio.h #include conio.h main( ) { long a,b,c,d,e,x scanf( ld ,&x)
<张欣欣> 在 2025-01-16 上传 | 大小:3kb | 下载:0

[文件格式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=
<张欣欣> 在 2025-01-16 上传 | 大小:3kb | 下载:0

[文件格式BPSK

说明:BPSK CODE have fun everyone
<Angus> 在 2025-01-16 上传 | 大小:767kb | 下载:0

[文件格式Web

说明: JSP程序设计技术教程 ,JSP页面在执行时是编译式,编译成Servlet文件。-JSP programming technology tutorials?, JSP pages are compiled at the time of execution-style, compiled into Servlet files.
<一级菜鸟> 在 2025-01-16 上传 | 大小:77kb | 下载:0

[文件格式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 sectio
<arjunprasad> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[文件格式!Files_to_FlashTool

说明:for flashing mtk based android devices
<MAQ> 在 2025-01-16 上传 | 大小:10.64mb | 下载:0

[文件格式90004

说明:一个测试振动的数据,用于机械主轴的,拿来分析用-A vibration test data for machine spindle, used for analysis
<马帅> 在 2025-01-16 上传 | 大小:118kb | 下载:0

[文件格式c03

说明:Algorithms are at the core of computing. To be able to write an algorithm once and for all to work with any type of sequence makes your programs both simpler and safer. The ability to customize algorithms at runtime has
<none> 在 2025-01-16 上传 | 大小:25kb | 下载:0

[文件格式c04

说明:The iostreams classes are usually the first part of the C++ library that new C++ programmers learn to use. This chapter discusses how iostreams are an improvement over C s stdio facilities and explores the behavior of fi
<none> 在 2025-01-16 上传 | 大小:25kb | 下载:0
« 1 2 ... .57 .58 .59 .60 .61 1362.63 .64 .65 .66 .67 ... 1575 »

源码中国 www.ymcn.org