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

搜索资源列表

  1. printf

    0下载:
  2. format and print data.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3659
    • 提供者:pondenqa
  1. Perl-Format-String-Bugs

    0下载:
  2. Analysing Perl s printf function family format string bugs and exploitation. by CANVAS.
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:34013
    • 提供者:john_8998
  1. STM32-Printf

    0下载:
  2. 在keil上怎样处理print函数,讲解非常清楚-How to deal print function, it s detail is very clearly..
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:4188
    • 提供者:肖志刚
  1. Printf

    0下载:
  2. 主要实现自己的输入如法,使用了缺省形参表。-The main achievement of their inputs, such as law, the use of default parameter list.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6218
    • 提供者:huang
  1. myprintf

    0下载:
  2. 制作一个简易的printf函数附上代码注释-Make a simple printf function attached code comments
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:3228
    • 提供者:查理
  1. 4.1

    0下载:
  2. 给出printf,scanf,putc,gets,getchar,fprintf,fscanf,getline等函数的功能-Given printf, scanf, putc, gets, getchar, fprintf, fscanf, getline function, such as the function
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:734
    • 提供者:nrs
  1. time

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

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

    0下载:
  2. printf("hello") printf("hello") printf("hello") - printf("hello") printf("hello") printf("hello") printf("hello") printf("hello")
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:3617
    • 提供者:hashcode111
  1. 用链表求循环小数

    2下载:
  2. 对于任意的真分数 N/M ( 0 < N < M ),均可以求出对应的小数。如果采用链表表示各个小数,对于循环节采用循环链表表示,则所有分数均可以表示为如下链表形式。 输入: N M 输出: 转换后的小数(不超过 50 位) 要求: 仅编写将分数转换为小数的函数 change( int n, int m, NODE * head ) 。 预设代码: /* PRESET CODE BEGIN - NEVER TOUCH CODE BELOW */ #in
  3. 所属分类:数据结构常用算法

  1. Text1

    0下载:
  2. 密码锁51单片机举证键盘1602液晶,,,,,,,,,,,6为密码锁你懂得,,,,,,,可修改密码-It is a lock which can only be opened by your own code .With 51MCU on it ,and 602 for printf something
  3. 所属分类:software engineering

    • 发布日期:2017-03-25
    • 文件大小:2779
    • 提供者:徐亮
  1. DebugView

    0下载:
  2. 微软官方的调试工具,DebugView,用于检测驱动Debug版本中的调试信息,如果用于VC,也可以查看TRACE信息,相当于查看printf内容,调试好助手-Microsoft s official debugging tools, DebugView, for detecting driving Debug version debugging information, if used for VC, you can view the TRACE information, equivalent
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-01
    • 文件大小:293495
    • 提供者:blaider
  1. printf-2

    0下载:
  2. 一个不错的源码程序 print2 -is a good print2
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:326459
    • 提供者:jenthyu
  1. retarget

    0下载:
  2. stm32 printf scanf用的retarget文件,直接包含在MDK工程中就可以使用-retarget file stm32 printf scanf used directly included in the project can be used MDK
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:924
    • 提供者:lgm
  1. adc

    0下载:
  2. Platform: NXP LPC1114/301 microcontroller This project uses the ADC to read voltages. It can print the voltages out using a small printf routine and semihosting built in to the LPCXpresso debugger window. -Platform: NXP LPC1114/301 microcontr
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-05
    • 文件大小:138613
    • 提供者:serge
  1. work1.tar

    0下载:
  2. 实现一个简易的printf函数,系统调用write的调用格式为size_t write (int fd,const void * buf,size_t count),将读取buf中字长为count的数据进入到文件描述符为fd的文件中-Achieve a simple printf function, call the system call write format size_t write (int fd, const void* buf, size_t count), will read t
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:1003
    • 提供者:黄辉
  1. 868123

    0下载:
  2. #include <stdio.h>   #include <stdlib.h>   //输入十进制数N和转化的进制数M   void trans(int n,int m)   { char str[100] int i    for(i=0 n>0 i++) {if (n m<10) {str[i]=n m+ 0 } else {str[i]=n m-10+ A } n=n/m } for(n=i
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:9289
    • 提供者:868123
  1. qiuhe

    0下载:
  2. 问题描述 求1+2+3+...+n的值。 输入格式 输入包括一个整数n。 输出格式 输出一行,包括一个整数,表示1+2+3+...+n的值。 样例输入 4 样例输出 10 样例输入 100 说明:有一些试题会给出多组样例输入输出以帮助你更好的做题。 一般在提交之前所有这些样例都需要测试通过才行,但这不代表这几组样例数据都正确了你的程序就是完全正
  3. 所属分类:Other systems

    • 发布日期:2016-01-24
    • 文件大小:8192
    • 提供者:童话Bu说话
  1. User

    0下载:
  2. STM32串口用C标准输出函数printf-STM32 serial output using standard C function printf
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:1339
    • 提供者:黄易
  1. UART4_Printf_Scanf

    0下载:
  2. STM32F4串口程序,重定向C语言标准库函数pritnf和scanf到STM32F4的串口,这样程序中就可以使用printf和scnaf来做人机交互.-STM32F4 serial program, redirect C language standard library functions pritnf and scanf to STM32F4 serial, so the program can use printf and scnaf do human-computer interact
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:1143
    • 提供者:徐亚飞
  1. 201403031458

    0下载:
  2. MS3是普遍运行在51单片机上的程序框架,这里移植到STM32上面。同时程序中添加LCD使用printf函数的功能,十分方便。-MS3 is a program running on a common framework for 51 single, where transplanted to STM32 above. LCD using the same procedures for adding the function printf function is very convenient.
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:324639
    • 提供者:sh
« 1 2 ... 18 19 20 21 22 2324 25 26 27 28 ... 34 »
搜珍网 www.dssz.com