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

搜索资源列表

  1. data_scanf

    0下载:
  2. how to use scanf and printf
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:16032
    • 提供者:hoony
  1. LCD1602

    0下载:
  2. 基于Keil开发环境的LCD1602驱动程序,利用标准库函数<stdio.h>修改了putchar()的内部程序,显示时可以直接使用printf函数,也可以使用 d等进行格式输出。-Keil development environment based LCD1602 driver, using standard library functions <stdio.h> Internal procedures modified putchar (), the display
  3. 所属分类:SCM

    • 发布日期:2017-11-22
    • 文件大小:28889
    • 提供者:
  1. yejing

    0下载:
  2. 非常典型的51单片机驱动LCD1602的程序,使用了printf等显示函数-51 microcontroller is very typical driver LCD1602 procedures, the use of the printf display function
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:13579
    • 提供者:erwregde
  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. lesson7

    0下载:
  2. get(),printf();声明在本函数中将要用的已在其他文件中定义的函数。调用在其他文件中定义的enter_string函数-get (), printf () statement in the function you will want to use the functions defined in other files. To call other documents defined enter_string function
  3. 所属分类:CSharp

    • 发布日期:2017-12-08
    • 文件大小:8727
    • 提供者:Ciece
  1. jquery.printf

    0下载:
  2. sprintf函数族产生输出根据给定的格式,就像相应的libc函数。 -The sprintf family of functions produces output according to a given format, just like the corresponding libc functions.
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:3315
    • 提供者:sadfako
  1. IocpClient

    0下载:
  2. IOCP 客户端 if(ERR_SUCCESS != client.Connect("localhost", 3292)) { printf("连接失败 \n") } while(1) { scanf(" s", szBuffer) client.Send(szBuffer,strlen(szBuffer)+1) //client.Receive(szBuffer, 512) //printf("
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-16
    • 文件大小:9474
    • 提供者:赵子龙
  1. STM32_printf

    0下载:
  2. 在该文档中说明了,在MDK软件下如何实现printf函数。针对的是STM32单片机。-Described in this document, and how to implement the printf function in MDK software. STM32 microcontroller.
  3. 所属分类:SCM

    • 发布日期:2017-11-22
    • 文件大小:47140
    • 提供者:蒋传玉
  1. printfand-scanf

    0下载:
  2. 这部分代码是使用函数的重定向使printf函数输出到usart1-This part of the code is the printf function using the function redirect output to usart1
  3. 所属分类:Other Embeded program

    • 发布日期:2017-12-06
    • 文件大小:1460706
    • 提供者:何宇坤
  1. 15_printf

    0下载:
  2. stm32 printf 固件库 大连理工大学 信通学院-stm32 printf
  3. 所属分类:SCM

    • 发布日期:2017-11-27
    • 文件大小:355278
    • 提供者:
  1. STM32_PRINTF_EXAMPLE.rar

    0下载:
  2. STM32实现printf重新例化源代码,已经在开发板上进行了验证,The STM32 to achieve printf re-instantiated source code has been verified on the development board
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-11
    • 文件大小:665772
    • 提供者:blueesnail
  1. Win32Console

    0下载:
  2. Win32工程使用Console代码,只需在Win32工程中包含此头文件,就可以用cout、printf进行控制带输出。方便带界面的windows程序打印调试信息。-Win32 project using the Console code, simply include this header file in the Win32 project, you can use the cout, printf control with output. Convenient with interface
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-12
    • 文件大小:1570
    • 提供者:noname
  1. namefight

    0下载:
  2. 以前自己编的一个小游戏,输入姓名然后可以对战,可以自娱自乐一下-#include <stdlib.h> #include <time.h> #include <windows.h> #define S Sleep(1000) #define P printf char name1[20],name2[20] int k1,k2,i,t1,t2,sxq int x1=100,x2=100,pow1,pow2,spe1,spe2
  3. 所属分类:Other Games

    • 发布日期:2017-11-16
    • 文件大小:1576
    • 提供者:安若
  1. sysconvert

    0下载:
  2. 进制间的转换,顶顶顶,大学期间的作品,经供参考-#include<stdio.h> #include<math.h> int main(){ int b,c,i,j int d[10000] char a[37]={ 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , A , B , C , D , E , F , G , H , I , J , K , L , M , N , O , P , Q
  3. 所属分类:Other systems

    • 发布日期:2017-12-06
    • 文件大小:224778
    • 提供者:应超
  1. printf

    0下载:
  2. 传统的51单片机驱动打印机的程序,通过串口即可实现灵活的控制-51 traditional printer driver program, to achieve flexible control through the serial port.
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:15545
    • 提供者:oio12
  1. printf

    0下载:
  2. 本函数实现了打印的功能,主要针对于哪些没有字库的屏提供了很好的显示界面操作-This function implements the print function, mainly focuses on what doesn t the character screen provides a good display interface
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-25
    • 文件大小:4072
    • 提供者:牛凯
  1. bazipaipan

    1下载:
  2. 八字排盘软件 娱乐使用//"//"后的是注释语句,程序不会执行,是写给自己看的 //变量定义区,变量必须定义在这里 int n1 string s1 //变量定义区 解释程序() //程序开头必须有 { n1=1 while(n1<=110) { 输出数字(运气得分(n1)) //每条语句后都有 连接输出(" ") //每条语句后都有 n1=n1+1 //每条语句后都有 }
  3. 所属分类:Software Testing

    • 发布日期:2017-11-17
    • 文件大小:1194182
    • 提供者:ligaofeng
  1. stm32f4xx_uart

    0下载:
  2. stm32f4xx 串口1打印源代码,使用115200波特率。-stm32f4xx usart1 Init and printf function with 115200 bit
  3. 所属分类:SCM

    • 发布日期:2017-11-12
    • 文件大小:737
    • 提供者:一洋
  1. stm32_usart

    0下载:
  2. stm32_usart的源码程序,初始化以及printf和scanf的应用-stm32_usart the source program, initialization, and application of the printf and scanf
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-12
    • 文件大小:2195
    • 提供者:荆瑞俊
  1. 1_day.tar

    0下载:
  2. printf函数的应用,和用法的注意事项,参数的传递规则。-The printf function s application, and usage of the matters needing attention, parameter transfer rules.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-30
    • 文件大小:2061
    • 提供者:杨流
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 34 »
搜珍网 www.dssz.com