CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - scanf

搜索资源列表

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

    0下载:
  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() {     int i, j, num=1, a[N][N];     for(i=0; i<=N/2; i++) &nb
  3. 所属分类:其他小程序

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

    0下载:
  2. The project KEIL_IODemo shows how to use memory allocation routines (malloc) and char I/O (printf, scanf) via a serial interface with the Keil ARM toolchain. The I/O functions are adapted for the Analog Devices ADuC7000 series using the SERIAL.C
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:19.42kb
    • 提供者:郭文彬
  1. scanf

    0下载:
  2. 你知道在linux下你用了scanf后,系统都做了些什么么?此文档为你娓娓道来
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:21.67kb
    • 提供者:朱国正
  1. scanf

    0下载:
  2. 德州仪器MSP430超低功耗单片机,scanf程序-scanf
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:58.61kb
    • 提供者:slm
  1. Scanf

    0下载:
  2. 有关与scanf()函数的特别注意事项,如何深刻的理解-Related scanf () function, special attention
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:3.25kb
    • 提供者:沈芾
  1. Scanf

    0下载:
  2. 这是一个关于scanf函数陷井的说明,帮助c语言编程者解决这方面的疑难问题。-This is a descr iption of the trap on the scanf function to help the c programming language to solve those difficult problems in this regard.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:6.56kb
    • 提供者:lan
  1. usartPrintf

    1下载:
  2. STM32单片机串口打印,可直接调用Printf,scanf函数-STM32 microcontroller serial printing, you can directly call Printf, scanf function
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:1.71kb
    • 提供者:张风
  1. Ex001-com-printf-and-scanf

    0下载:
  2. com printf and scanf ARM -com printf and scanf ARM
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:287.67kb
    • 提供者:zanjiangfeng
  1. scanf

    0下载:
  2. scanf函数用法的总结,都是基本功能,初学者有用-scanf function usage summary, all the basic functions, useful for beginners
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:176.94kb
    • 提供者:ZHOULI
  1. printf-and-scanf

    0下载:
  2. C或C++中 printf和scanf函数的用法和特点。很实用,也很简单!-C or C++ in the printf and scanf function usage and characteristics. Very practical, very simple!
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:1.12kb
    • 提供者:刘旭
  1. Ex001-UART-printf-AND-scanf

    0下载:
  2. 采用串口打印信息 调用scanf程序转-Using serial transfer printing information call scanf program
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:462.36kb
    • 提供者:liuhaopeng
  1. scanf-temp

    0下载:
  2. 键盘缓冲区残余信息问题 scanf(" c",&c) 这句不能正常接收字符,什么原因呢?我们用 printf("c= d\n",c) 将C用int表示出来,启用printf("c= d\n",c) 这一句,看看scanf()函数赋给C到底是 什么,结果是c=10 ,ASCII值为10是什么?换行即\n.对了,我们每击打一下"Enter"键,向键盘缓冲区发去一个“回车”(\r),一个“换行"(\n),在这里 \r被scanf()函数处理掉了(姑且这么认为吧^_^),而\n被scanf()
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:3.05kb
    • 提供者:陈文
  1. scanf

    0下载:
  2. 程序代码,详细描述了如何使用SCANF 及其的所有用法。-Program code, a detailed descr iption of how to use all of SCANF its usage.
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:12.8kb
    • 提供者:汪博洋
  1. Scanf

    0下载:
  2. 有关与scanf()函数的特别注意事项,如何深刻的理解-Related scanf () function, special attention
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-14
    • 文件大小:3.3kb
    • 提供者:ofillions
  1. Scanf-described

    0下载:
  2. 关于scanf的各种使用方式,scanf的详细解释-Detailed explanation of the different ways to use scanf, scanf' s
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:52.17kb
    • 提供者:王洪庆
  1. scanf

    0下载:
  2. scanf的python实现,实现类似c++里的sscanf的东东,有些瑕疵,多多catch-scanf realization of python
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:7.69kb
    • 提供者:syl
  1. scanf-printf

    0下载:
  2. 用scanf函数输入数据,使a=3, b=7, x=8.5, y=71.82 并用printf函数输出。-Scanf function with input data, so that a = 3, b = 7, x = 8.5, y = 71.82 and output using printf function.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6.75kb
    • 提供者:ABC
  1. key-state-scanf

    0下载:
  2. 按键状态扫描,能节省io口,能学会定时器时标的用法,能学会模块化编程-key state scanf
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:43.1kb
    • 提供者:chinaben
  1. C语言中scanf的使用

    0下载:
  2. 首先需要#include <stdio.h>int scanf( const char *format, ... );scanf()函数是格式化输入函数,它从标准输入设备(键盘) 读取输入的信息。第一个参数format为一个常量字符串,这个字符串中如果包含‘%’符号则使用后续参数进行匹配如:scanf("%d%d", &a, &b);(First, we need #include <stdio.h>int scanf (const c
  3. 所属分类:书籍源码

    • 发布日期:2018-04-29
    • 文件大小:5kb
    • 提供者:Bruce Leung
  1. scanf资源乱码

    1下载:
  2. scanf汉字乱码:当用scanf读入汉字时,无法通过%c的方式printf出正确格式的汉字
  3. 所属分类:打印编程

    • 发布日期:2018-04-09
    • 文件大小:868byte
    • 提供者:fengxiunan
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com