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

搜索资源列表

  1. cs

    0下载:
  2. 我自己写的一个代替printf的汇编思想函数,支持 c和 d。-I wrote a compilation of ideas instead of printf functions support c and d.
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:536
    • 提供者:潘登
  1. NStepSCAN

    0下载:
  2. NStepSCAN N步磁盘扫描调度算法C++程序-#include "stdafx.h" #include "stdlib.h" int L,P int a[20] int flag //访问位 typedef struct TASK { int requrie int io } TASK TASK T[50][50] TASK N[50] int diskway //当前磁道 void iod
  3. 所属分类:Disk Tools

    • 发布日期:2016-01-26
    • 文件大小:1024
    • 提供者:吴英杰
  1. Assemble

    0下载:
  2. 这是关于基于arm上的AT&T汇编程序, 需要交充叉工具链arm-linux-gcc 去编译,如果编译通不过,请更换版本。-this is a arm embedded paltform assemble for A&T . the programme is example for hello world by call system funtion printf printfs "hello world ". if you have any question please call m
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:725
    • 提供者:best
  1. buffer

    0下载:
  2. 用汇编语言实现插入查找,联合c中的printf()调用等方面都有涉及,希望对汇编的初学者有帮助!-Using assembly language to achieve insert search, combined with C in printf ( ) call etc are involved, I hope to help beginners compilation!
  3. 所属分类:assembly language

    • 发布日期:2017-12-05
    • 文件大小:1305
    • 提供者:胡明
  1. ADC

    0下载:
  2. stm32驱动4X4键盘扫描,用于键盘扫描-/******************************************************************************* * File Name : KeyScan * Descr iption : Serial print out the corresponding key value *************************************************
  3. 所属分类:source in ebook

    • 发布日期:2017-11-10
    • 文件大小:1446
    • 提供者:henry
  1. triangular

    0下载:
  2. making triangular number with c++ using integer #include<stdio.h> int triangular(int a) main() { int x printf("menghitung triangular bilangan\n") printf("masukkan bilangan x= ") scanf(" d",&x) triangular(x)
  3. 所属分类:Compiler program

    • 发布日期:2017-11-17
    • 文件大小:960038
    • 提供者:thongthong
  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
    • 文件大小:3120
    • 提供者:陈文
  1. time

    0下载:
  2. 定义clock类,显示系统时间和当前时间,用系统时间初始化成员-printf time
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1108
    • 提供者:梁惠妃
  1. Media

    0下载:
  2. bonus=bonus1+(i-100000)*0.075 else if(i<=400000) bonus=bonus2+(i-200000)*0.05 else if(i<=600000) bonus=bonus4+(i-400000)*0.03 else if(i<=1000000) bonus=bonus6+(i-600000)*0.015 else bonus=bonus10+(i-1000000)*0.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-24
    • 文件大小:19341
    • 提供者:duan
  1. C-Standard-Library

    0下载:
  2. C标准库源码,对于了解malloc、printf等库函数有很大帮助。-C standard library source code, for understanding malloc, printf and other library functions are very helpful.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-09
    • 文件大小:1851650
    • 提供者:Charles
  1. C

    0下载:
  2. C语言标准库,其中包含了各种C语言标准库函数的实现和书写,包括文件操作,数据类型和网络编程-the C language stand include printf fopen fwirte and so no
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:315043
    • 提供者:迷茫
  1. yaolog

    0下载:
  2. 就C++而言,不少程序员只是简单地用printf来输出日志,或者临时写个日志类,log4cpp等比较“重型”的日志库的使用率反而并不怎么高(至少从我经历的项目而言)。也许是不想为不需要的功能付出额外的学习成本,但无论如何,对于通用类别的工具采取临时手写的方式来应付,从长远考虑,在功能性和健壮性方面是得不偿失的。写这个日志类(yaolog)的最初的想法只是为了实现“输出到文件的带有时间信息的printf”,后来历经不同项目需求的“拷问”,借鉴和引用了很多开源代码(在此对那些作者表示感谢),就成了现
  3. 所属分类:source in ebook

    • 发布日期:2017-04-26
    • 文件大小:26547
    • 提供者:wuji
  1. RTT_Implementation_140806

    0下载:
  2. jlink通过RTT接口来输出调试信息,带有printf实例,可以直接使用-jlink by RTT interface to output debug information
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-02
    • 文件大小:15599
    • 提供者:buyadong
  1. linked_list

    0下载:
  2. 链表的基本输入输出操作。谭浩强《C程序设计(第四版)》-linded list s basic scanf and printf.
  3. 所属分类:source in ebook

    • 发布日期:2017-05-03
    • 文件大小:941487
    • 提供者:关沧海
  1. LabWindowsCV-serial-and-word-printf

    0下载:
  2. 通过moudbus协议,实现串口数据采集与发送,以及,可通过界面设置参数与将数据打印到excel表。-Through moudbus agreement, serial port data acquisition and sending, and can set parameters through the interface and the data printed to the excel table.
  3. 所属分类:LabView

    • 发布日期:2017-05-24
    • 文件大小:7249744
    • 提供者:
  1. STM32F407---printf-----keil5

    3下载:
  2. 该源码公示了怎样使用STM32F407的串口进行收发数据,在keil5编译环境中进行编译。需要将STM32F407的串口1与USB串口相连,即可以实现电脑桌面串口调试助手的调试。-The source of the public how to use STM32F407 serial port to send and receive data, compiled in keil5 compilation environment. We need STM32F407 serial port 1 i
  3. 所属分类:Compiler program

    • 发布日期:2017-05-16
    • 文件大小:3947046
    • 提供者:沉雁
  1. MCS51_uCOC_II

    0下载:
  2. ucos在mcs51上的移植,包括中断和printf打印功能-ucos mcs51
  3. 所属分类:OS Develop

    • 发布日期:2017-05-05
    • 文件大小:159544
    • 提供者:Sally
  1. xunhuan

    0下载:
  2. 包含三个程序,两个是关于冒牌排序和多重循环的算法研究,另一个是实现在terminal中显示字符的程序,即实现c语言中的库函数printf-It contains three programs, two of which are on counterfeit sorting algorithm and multi-loop, and the other is to achieve terminal to display characters in the program, namely, the
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1589
    • 提供者:王月
  1. DMBJQ

    0下载:
  2. 代码编辑器 本程序实质是通过小技巧实现了易语言中 文本替换()命令类似的替换效果。解决了众多常见BUG。如翻译过程中 int 与 printf 的“数据重叠” 翻译问题等-Code Editor The essence of this procedure is achieved through a small skill in the language easy to replace the text () command similar to the replacement effect. R
  3. 所属分类:ELanguage

    • 发布日期:2017-05-05
    • 文件大小:141179
    • 提供者:cbz
  1. printf(interrupt)

    0下载:
  2. STM32串口通信程序,在中断处理,适用于STM32f103zet6单片机(STM32 serial communication program, interrupt handling)
  3. 所属分类:中间件编程

    • 发布日期:2018-05-02
    • 文件大小:4179968
    • 提供者:M朱
« 1 23 »
搜珍网 www.dssz.com