搜索资源列表

  1. 用c编写的N*N的螺旋矩阵源代码

    2下载:
  2. /*
    实现效果:
    1 2 6 7 15
    3 5 8 14 16
    4 9 13 17 22
    10 12 18 21 23
    11 19 20 24 25
    */
    #include <stdio.h>
    #define N 5 //阶数,即N*N的螺旋矩阵

    void main()

  3. 所属分类:其他小程序

    • 发布日期:2008-05-05
    • 文件大小:4395
    • 提供者:good@588
  1. rtos_serial

    0下载:
  2. 本库利用51的timer2,9600bps适用于有片内外部存储器的51芯片占用32byte缓存,重写putchar,getchar函数,循环队列,后台操作。-for the use of timer2 51, 9600 applied to the external memory unit within the occupied 32byte 51 chip cache, rewritten putchar, getchar funct
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3573
    • 提供者:浪人
  1. rtos串口函数库

    0下载:
  2. RtosSerial.lib rtosSerial.h 使用说明,本库利用51的timer2,9600bps适用于有片内外部存储器的51芯片占用32byte缓存,重写putchar,getchar函数,循环队列,后台操作。 可与rtx51很好集成。任何人可以自由分发,和应用。有疑问可以联系serialrtos@163.net -RtosSerial.lib rtosSerial.h use, the use of the lib
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3573
    • 提供者:培林
  1. mips-uart-16550

    0下载:
  2. MIPS架构下串口API函数集合,包括getchar\\putchar\\scanf\\printf-MIPS architecture Serial API function set, including getchar \\ putchar \\ Scanf \\ printf
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3976
    • 提供者:栋梁
  1. dgxjyffxq

    0下载:
  2. 递归下降语法分析器,如果有错误,请把getch()改成getchar() 把putch()改成putchar()VC6.0下编译执行OK-recursive syntax analyzer decline, if there was any mistake. Please getch () changed getchar () putch () changed putchar () V under +6.0 compiler imple
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1091
    • 提供者:JOHN
  1. chs

    0下载:
  2. C语言编写的中文处理模板。用getzh()函数代替getchar()函数来从标准输入中读取汉字。附带范例程序。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1032
    • 提供者:KiD
  1. getchar

    0下载:
  2. 带有退格键的键盘输入程序 (for MSP430),修正厂家代码中对退格键不支持的错误
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1283
    • 提供者:米凯
  1. avr_usart

    0下载:
  2. AVR306串口程序例子----查询模式 Application Note AVR306 * Polled mode driver for UART, this is the similar to the * library default putchar() and getchar() in ICCAVR
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1076
    • 提供者:翁寅生
  1. caculator

    0下载:
  2. // caculator.cpp : Defines the entry point for the console application. // #include #include #include #include #include char e; int main(int argc, char *argv[]) { do { float a,c,d; char b; printf("input first number
  3. 所属分类:源码下载

    • 发布日期:2011-11-05
    • 文件大小:875
    • 提供者:fmrnn@sina.com
  1. rtos_serial

    0下载:
  2. 本库利用51的timer2,9600bps适用于有片内外部存储器的51芯片占用32byte缓存,重写putchar,getchar函数,循环队列,后台操作。-for the use of timer2 51, 9600 applied to the external memory unit within the occupied 32byte 51 chip cache, rewritten putchar, getchar funct
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-09-19
    • 文件大小:3072
    • 提供者:浪人
  1. rtos串口函数库

    0下载:
  2. RtosSerial.lib rtosSerial.h 使用说明,本库利用51的timer2,9600bps适用于有片内外部存储器的51芯片占用32byte缓存,重写putchar,getchar函数,循环队列,后台操作。 可与rtx51很好集成。任何人可以自由分发,和应用。有疑问可以联系serialrtos@163.net -RtosSerial.lib rtosSerial.h use, the use of the lib
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-09-19
    • 文件大小:3072
    • 提供者:www
  1. mips-uart-16550

    0下载:
  2. MIPS架构下串口API函数集合,包括getchar\putchar\scanf\printf-MIPS architecture Serial API function set, including getchar \ putchar \ Scanf \ printf
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-09-19
    • 文件大小:4096
    • 提供者:栋梁
  1. dgxjyffxq

    0下载:
  2. 递归下降语法分析器,如果有错误,请把getch()改成getchar() 把putch()改成putchar()VC6.0下编译执行OK-recursive syntax analyzer decline, if there was any mistake. Please getch () changed getchar () putch () changed putchar () V under+6.0 compiler implem
  3. 所属分类:Windows编程

    • 发布日期:2024-09-19
    • 文件大小:1024
    • 提供者:JOHN
  1. chs

    0下载:
  2. C语言编写的中文处理模板。用getzh()函数代替getchar()函数来从标准输入中读取汉字。附带范例程序。-C language, the Chinese deal with templates. With getzh () function in place of getchar () function to read from standard input Chinese characters. Incidental examp
  3. 所属分类:其他小程序

    • 发布日期:2024-09-19
    • 文件大小:1024
    • 提供者:KiD
  1. getchar

    0下载:
  2. 带有退格键的键盘输入程序 (for MSP430),修正厂家代码中对退格键不支持的错误-Backspace with the keyboard input program (for MSP430), to amend the code of manufacturers backspace does not support error
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-09-19
    • 文件大小:1024
    • 提供者:米凯
  1. avr_usart

    0下载:
  2. AVR306串口程序例子----查询模式 Application Note AVR306 * Polled mode driver for UART, this is the similar to the * library default putchar() and getchar() in ICCAVR-AVR306 serial procedures query pattern examples Application
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-09-19
    • 文件大小:1024
    • 提供者:翁寅生
  1. 4

    0下载:
  2. ①把settle定义成char型变量 ②settle=(settle>= A && settle <= B ) 写错了,改成(settle>= A && settle <= Z ) ③scanf函数后面加一句getchar()用来吸收回车键 -① put settle variables defined as char type ② settle = (settle> = ' A'
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-09-19
    • 文件大小:2048
    • 提供者:蜗蜗牛
  1. ou

    0下载:
  2. 欧几里德算法:辗转求余  原理: gcd(a,b)=gcd(b,a mod b)  当b为0时,两数的最大公约数即为a  getchar()会接受前一个scanf的回车符-Euclidean algorithm: Principles of travel for more than: gcd (a, b) = gcd (b, a mod b) when b is 0, the two common denominator is the
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-09-19
    • 文件大小:2048
    • 提供者:俞佳
  1. getchar

    0下载:
  2. getchar 的简单程序 希望对初学者有用-the getchar simple program useful for beginners
  3. 所属分类:其他小程序

    • 发布日期:2024-09-19
    • 文件大小:6144
    • 提供者:qi
  1. getchar

    0下载:
  2. getchar函数取消获得回车符 回车符-getchar ahanshu
  3. 所属分类:其他小程序

    • 发布日期:2024-09-19
    • 文件大小:138240
    • 提供者:刘波
« 12 3 »

源码中国 www.ymcn.org