资源列表

« 1 2 ... .39 .40 .41 .42 .43 1344.45 .46 .47 .48 .49 ... 1575 »

[文件格式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-17 上传 | 大小:3kb | 下载:0

[文件格式BPSK

说明:BPSK CODE have fun everyone
<Angus> 在 2025-01-17 上传 | 大小: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-17 上传 | 大小: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-17 上传 | 大小:1kb | 下载:0

[文件格式!Files_to_FlashTool

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

[文件格式90004

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

[文件格式c06

说明:The object of the game is to get to your proper plane on time so you can fly away to your vacation. Of course there a few obstacles and problems along the way and they will be brought up at the appropriate time. It will
<none> 在 2025-01-17 上传 | 大小:35kb | 下载:0

[文件格式c09

说明:The basic concept of multiple inheritance (MI) sounds simple enough: you create a new type by inheriting more than one base class. The syntax is exactly what you d expect, and as long as the inheritance diagrams are simp
<none> 在 2025-01-17 上传 | 大小:18kb | 下载:0

[文件格式flyaway

说明:This a special console based utility which will calculate the Message Digest, Base 64 Encoding and Decoding, Checks the Message Digest and give output through file or through screen you can use this class to make the dll
<none> 在 2025-01-17 上传 | 大小:6kb | 下载:0

[文件格式digest

说明:Standard C++ not only incorporates all the Standard C libraries (with small additions and changes to support type safety), it also adds libraries of its own. The string class member functions provide a fairly comprehensi
<none> 在 2025-01-17 上传 | 大小:33kb | 下载:0
« 1 2 ... .39 .40 .41 .42 .43 1344.45 .46 .47 .48 .49 ... 1575 »

源码中国 www.ymcn.org