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

搜索资源列表

  1. 移植uip-1.0到Atmega32

    0下载:
  2. 移植uip-1.0到Atmega32 1)把 uip-1.0 的所有文件加入到工程,包括 uip 目录的文件(除uip-split.c)、unix 目录的文件、lib 目录的文件; 2)修改 uip/uip-neighbor.c 文件的 void uip_neighbor_add(uip_ipaddr_t ipaddr, struct uip_neighbor_addr *addr) 函数,一般注释掉 printf 语句即可,或者改为你自己的串口格式化打印实现。 3)u
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-03-24
    • 文件大小:420617
    • 提供者:yuangaoping
  1. OutputPrint.rar

    0下载:
  2. 改造了一下OutputDebugString函数,使其用起来就像printf函数一样实现格式化字符串输出,OutputDebugString function, then transform it to use to achieve the same function as printf format string output
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:836
    • 提供者:非魔非道
  1. log.rar

    0下载:
  2. 在Unix/Linux下C++编程,写日志文件是重要的调试手段。提供一个写log的类,用起来很方便。如log.logwrite("hello, s\n", somestring) 与printf函数一样的参数用法。,class of log to file, for C++ under Unix/Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:9531
    • 提供者:ttww2000
  1. single_file_source

    0下载:
  2. DispHelper允许您调用一个非常简单的printf风格的语法的COM对象。 DispHelper可用于从C + +或即使是普通的C,它与大多数Windows编译器 包括DEV - CPP的Visual C+ +和LCC- WIN32。包括在您的项目DispHelper 不能简单,因为它是在压缩单个文件的版本。-DispHelper allows you to call COM objects with an extremely simple printf style synta
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:13444
    • 提供者:谢娜
  1. MC9S12DG128

    0下载:
  2. 本文件夹是为用户提供的codeworrior编程范例,旨在通过给出的范例使用户对codeworrior的使用有所了解。 其中: "LED"是用定时器模块写的一个跑马灯。 "printpp"是帮助用户调试的一个工具,它相当于C提供的printf函数,但它的输出设备是串口。 -This folder is to provide users with codeworrior programming paradigm, designed to enable use
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:537198
    • 提供者:郭冰冰
  1. printf_transplant

    0下载:
  2. 改程序是以MSP430为例把printf函数移植到硬件平台的一个实例,-The program is as an example the printf function MSP430 transplanted to the hardware platform, an example
  3. 所属分类:SCM

    • 发布日期:2017-03-21
    • 文件大小:40740
    • 提供者:hxm
  1. capture.rar

    0下载:
  2. //结构 struct fb_fix_screeninfo finfo struct fb_var_screeninfo vinfo //打开设备 fd = open["/dev/fb0", O_RDWR] if [!fd] { printf["Cannot open framebuffer device.\n"] exit[1] } //取得固定信息 if [ioctl[fd, FBIOGET_FSCREENIN
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:4765
    • 提供者:xiaoran1
  1. SkyFont1.0

    0下载:
  2. SkyFont1.0 2D游戏引擎HGE的显示中文字体解决方案。使用freetype生成字模,并自带小型字模缓存系统; 目前只实现了一些基本的功能。 如渲染一个字符串,printf,和setcolor -SkyFont1.0 2D game engine HGE display Chinese font solutions. Use freetype to generate the matrix, and comes with a small font caching system
  3. 所属分类:Game Engine

    • 发布日期:2017-05-15
    • 文件大小:4015372
    • 提供者:袁全伟
  1. FontTest

    0下载:
  2. 在iPhone上测试iOS字体;主要是通过UIFont类来获得当前iPhone系统的字体。 NSArray *familyNames = [UIFont familyNames] for( NSString *familyName in familyNames ){ //printf( "Family: s \n", [familyName UTF8String] ) NSArray *fontNames = [UIFont fontNamesForFamilyNam
  3. 所属分类:iPhone

    • 发布日期:2017-03-24
    • 文件大小:11247
    • 提供者:巫山冰
  1. ctemplate-0.96

    0下载:
  2. c++模板系统,用过printf()的人都知道是在格式话,输出。 谷歌的这个模板可以更自由的输入任何变量。 里面有大量的例子。这是目前最新板0.96 -Google C++ template system! As a quick start, here s a small but complete program that uses this template library. For more details see, the links below.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:921697
    • 提供者:毛勇
  1. LCD_Blinky

    0下载:
  2. LPC1768 单片机 arm m3程序 里面包括ad采集和lcd显示 在路虎开发板上运行 里面包括字库查询 adc中值滤波 自写printf 函数。本人多年开发经验下来的程序代码。很有参考价值-LPC1768 microcontroller arm m3 program which includes acquisition and lcd display ad in the Land Rover which includes character development board runnin
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:1188566
    • 提供者:林圣欢
  1. UART0

    2下载:
  2. lpc2103通过uart0发送helloworld到PC,keil下编译通过的工程,含有proteus仿真-lpc2103 by uart0 helloworld sent to the PC, keil compiled by the project, with proteus simulation
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-24
    • 文件大小:92804
    • 提供者:周星星
  1. stm32p2Bgpsp2B1602

    0下载:
  2. STM32通过串口接收GPS信号,并且在显示屏上输出GPS信息-use UART to receive GPS information with STM32 board,printf GPS information on tft screen.
  3. 所属分类:GPS develop

    • 发布日期:2017-04-04
    • 文件大小:77043
    • 提供者:qinxiao
  1. amo_tool_V1_2_6

    1下载:
  2. 名称:amo的编程小工具集合版本:V1.2.6 我平时编程和设计时常用的小工具集合。功能: 1-8位校验和 2-16位校验和 3-计算CRC8 4-计算CRC16 5-计算CRC32 6-计算MD5 7-计算SHA1 8-十六进制字符串转换为Ascii字符串 9-Ascii字符串转换为十六进制字符串 10-十六进制字符串转换为浮点数 11-浮点数转换为十六进制字符串 12-统计文章的字符个数,精确到每一个字符 13-把文件转换为C语言数组(这样可以把文件嵌入到我们的程序中) 14-电阻值选型(开
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-12-06
    • 文件大小:41253
    • 提供者:amo
  1. code

    0下载:
  2. 在串口调试软件中,实现用printf输出需要输出的字符,数字,以及汉字!并用中断方式!-Serial debugging software, with printf output to output characters, numbers, and Chinese characters! And used to interrupt the way!
  3. 所属分类:SCM

    • 发布日期:2017-11-29
    • 文件大小:30706
    • 提供者:周潘
  1. dlos

    0下载:
  2. enctime = msecond() - enctime printf("Frame %d: %6.2fms\n", i, enctime) ioctl(fd, CMD_MOTION_GET_PROFILE, &profile) printf("convert: %d\n", profile.convert/600000) printf("gaussian: %d\n", profile.gaussian/600000) printf(
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:1132
    • 提供者:glm28
  1. tony

    0下载:
  2. #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70) printf("7
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:31954
    • 提供者:林小世
  1. tony

    0下载:
  2. 溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:31930
    • 提供者:林小世
  1. tony

    0下载:
  2. 溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:6845
    • 提供者:林小世
  1. tony

    0下载:
  2. 成績顯示三個部份abc #include<stdio.h> #include<stdlib.h> int main(void) { float gread printf("請輸入分數\n") scanf("%f",&gread) if(gread>=80&&gread<=100) printf("成績為A\n") else if(gread>=60&&gread<=79) {
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:6938
    • 提供者:林小世
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 32 »
搜珍网 www.dssz.com