资源列表

« 1 2 ... .41 .42 .43 .44 .45 215246.47 .48 .49 .50 .51 ... 216430 »

[编辑器/阅读器scaner

说明:一个用C++实现的编译阅读器,只有简略的结构-An implementation using C++ compiler reader, only briefly the structure of
<吴涛> 在 2025-02-25 上传 | 大小:1kb | 下载:0

[单片机(51,AVR,MSP430等)74595

说明:用74HC595驱动数码管来显示一些数字,等可以做时钟-74HC595 drive with digital control to display some numbers, so the clock can be done
<王康康> 在 2025-02-25 上传 | 大小:1kb | 下载:0

[Windows编程VecDBL

说明:program tests the class Vector Double
<TheWorst> 在 2025-02-25 上传 | 大小:1kb | 下载:0

[微处理器(ARM/PowerPC等)gpibt

说明:芝测设备WL22上编写的测试微波芯片的GPIB通讯程序。改程序连接测试机和UF200探针台用。-Chi test equipment WL22 write the test microwave chips GPIB communication program. Reform program to connect and UF200 prober test machine used.
<jason> 在 2025-02-25 上传 | 大小:1kb | 下载:1

[VHDL编程beep

说明:通过用开发板上的蜂鸣器来实现发出警车鸣笛声-With the development board through the buzzer to send police car siren sound to achieve
<崔冬博> 在 2025-02-25 上传 | 大小:1kb | 下载:0

[图形/文字识别zhouchengx

说明:车牌检测的源M代码,附有每部的详细说明。-M license plate detection of the source code, accompanied by a detailed descr iption of each.
<liuxiaolin> 在 2025-02-25 上传 | 大小:1kb | 下载:0

[操作系统开发devise2

说明:在DOS环境下 实现装载系统,重启系统,时间显示灯功能-In the DOS environment to achieve loading system, reboot system, the time indicator function
<郭浩> 在 2025-02-25 上传 | 大小:1kb | 下载:0

[绘图程序1006

说明:输入4行全部由大写字母组成的文本,输出一个垂直直方图,给出每个字符出现的次数。-Enter all 4 lines of text from the capital letters, the output of a vertical histogram, given the number of occurrences of each character.
<dvd> 在 2025-02-25 上传 | 大小:1kb | 下载:0

[加密解密1008

说明:Julius Caesar曾经使用过一种很简单的密码。对于明文中的每个字符,将它用它字母表中后5位对应的字符来代替,这样就得到了密文。比如字符A用F来代替。如下是密文和明文中字符的对应关系。 密文 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 明文 V W X Y Z A B C D E F G H I J K L M N O P Q R S T U
<dvd> 在 2025-02-25 上传 | 大小:1kb | 下载:0

[其他小程序2007

说明:7、循环数 Descr iption n 位的一个整数是循环数(cyclic)的条件是:当用一个 1 到 n 之间的整数去乘它时, 会得到一个将原来的数首尾相接循环移动若干数字再在某处断开而得到的数字。也就是说,如果把原来的数字和新的数字都首尾相接,他们得到的环是相同的。只是两个数的起始数字不一定相同。例如,数字 142857 是循环数,因为: 142857 *1 = 142857 142857 *2 = 28571
<dvd> 在 2025-02-25 上传 | 大小:1kb | 下载:0

[其他小程序3003

说明:3、大整数加法 Descr iption 求两个不超过200位的非负整数的和。 Input 有两行,每行是一个不超过200位的非负整数,没有多余的前导0。 Output 一行,即相加后的结果。结果里不能有多余的前导0,即如果结果是342,那么就不能输出为0342。 Sample Input 22222222222222222222 33333333333333333333 Sample Out
<dvd> 在 2025-02-25 上传 | 大小:1kb | 下载:0

[其他小程序3004

说明:4、大整数乘法 Descr iption 求两个不超过200位的非负整数的积。 Input 有两行,每行是一个不超过200位的非负整数,没有多余的前导0。 Output 一行,即相乘后的结果。结果里不能有多余的前导0,即如果结果是342,那么就不能输出为0342。 Sample Input 12345678900 98765432100 Sample Output 1219326311126
<dvd> 在 2025-02-25 上传 | 大小:1kb | 下载:0
« 1 2 ... .41 .42 .43 .44 .45 215246.47 .48 .49 .50 .51 ... 216430 »

源码中国 www.ymcn.org