搜索资源列表
用c编写的N*N的螺旋矩阵源代码
/*
实现效果:
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()
rtos_serial
- 本库利用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
rtos串口函数库
- 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
mips-uart-16550
- MIPS架构下串口API函数集合,包括getchar\\putchar\\scanf\\printf-MIPS architecture Serial API function set, including getchar \\ putchar \\ Scanf \\ printf
dgxjyffxq
- 递归下降语法分析器,如果有错误,请把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
chs
- C语言编写的中文处理模板。用getzh()函数代替getchar()函数来从标准输入中读取汉字。附带范例程序。
getchar
- 带有退格键的键盘输入程序 (for MSP430),修正厂家代码中对退格键不支持的错误
avr_usart
- AVR306串口程序例子----查询模式 Application Note AVR306 * Polled mode driver for UART, this is the similar to the * library default putchar() and getchar() in ICCAVR
caculator
- // 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
rtos_serial
- 本库利用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
rtos串口函数库
- 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
mips-uart-16550
- MIPS架构下串口API函数集合,包括getchar\putchar\scanf\printf-MIPS architecture Serial API function set, including getchar \ putchar \ Scanf \ printf
dgxjyffxq
- 递归下降语法分析器,如果有错误,请把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
chs
- 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
getchar
- 带有退格键的键盘输入程序 (for MSP430),修正厂家代码中对退格键不支持的错误-Backspace with the keyboard input program (for MSP430), to amend the code of manufacturers backspace does not support error
avr_usart
- 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
4
- ①把settle定义成char型变量 ②settle=(settle>= A && settle <= B ) 写错了,改成(settle>= A && settle <= Z ) ③scanf函数后面加一句getchar()用来吸收回车键 -① put settle variables defined as char type ② settle = (settle> = ' A'
ou
- 欧几里德算法:辗转求余 原理: 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
getchar
- getchar 的简单程序 希望对初学者有用-the getchar simple program useful for beginners
getchar
- getchar函数取消获得回车符 回车符-getchar ahanshu
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 沪ICP备09016508号
1999-2046 源码中国 All Rights Reserved.