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

搜索资源列表

  1. withoutinclude(vc)

    0下载:
  2. 找出stdio中printf的定义。这样就不用#include <stdio.h>了-without#include <stdio.h>
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:21866
    • 提供者:yzh
  1. api

    0下载:
  2. PIC单片机下使用到的API,内有printf函数对于虚拟Buff的使用方法-PIC microcontroller used to the API, there are printf function to use for the virtual Buff
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:7548
    • 提供者:臧成威
  1. spy

    0下载:
  2. 工具:spy++,WindowSpy 涉及到的API:findwindow 补充: printf是一个向控制台输出的函数。 d代表输出的是个整数。hwnd代表需要输出的变量。 大家也可以使用findwindow(NULL,"SPY++.txt - 记事本")来替换试试。就是将类名置空,只使用标题名。 -Commonly used digital image processing techniques- stretching algorithm for cases
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-16
    • 文件大小:180049
    • 提供者:jeffchang
  1. queen8

    0下载:
  2. 汇编程序实现: 程序功能:用深度优先搜索法解决八皇后问题并打印结果. 列数行数分别用1-8标记.所以八皇后的位置申请了9个 调试感慨:汇编调试实在麻烦,不像C中在任何地方加个printf就可以知道 哪错了.跳来跳去的,不知哪里死循环了,实在不好调试. -Assembler to achieve: program features: Using depth-first search method to solve the eight queens prob
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:2041
    • 提供者:王明杰
  1. myprintf

    0下载:
  2. 自己用c语言实现的printf函数,可供大家参考。-linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:1775
    • 提供者:xiaohw
  1. student_score

    0下载:
  2. 学生成绩管理,实现按姓名、学号查询,以及增加、删除、修改学生成绩,显示不同分数段的学生成绩和按总成绩排序结果并输出成绩等功能。 printf("| 10 按学号排序结果并输出成绩-Student performance management, to achieve, by name, student number query, as well as add, delete, modify student achievement, indicating a different segment
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2694
    • 提供者:zlh
  1. myTestFunctor

    0下载:
  2. c++ 的 functor实现,支持c函数和成员函数,使用非常简单,源码带使用例子 包含头函数:#include "Functor.h" 初始化c函数指针 Functor< int, int, int, int, int, int > fun1( &FuncSum ) printf( "fun1: d\n", fun1.Exec( 1, 2, 3, 4, 5 ) ) Functor< int, int, int, int, int, int > f
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:9092
    • 提供者:zmy
  1. test

    0下载:
  2. 讀寫到文件,用 fopen 開一個文件,又用printf 打印出 command prompt 出來-opening and writing to files
  3. 所属分类:Printing program

    • 发布日期:2017-04-17
    • 文件大小:62559
    • 提供者:ash
  1. debug

    0下载:
  2. Linux 终端显示的缓冲是有限的(默认的显示几百行),所以如果我们程序printf行数较多,或者程序运行时间较长,难免有一些记录被冲掉,进而影响查看bug。特别是对随机的、少重现错错误,想通过屏幕上printf出来的数据调试,就难免困难一些,当然我们也可以使用重定向实现 程序>log.txt 但是这种方式,打印到文件上便不能显示到屏幕上了,所以有一定的局限性。 于是写了一个程序用意实现。 改程序有以下几个文件 Debug.c Debug.h
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:5587
    • 提供者:璐盟其
  1. socket

    0下载:
  2. tcp udp 网络编程源码 //创建套接字 sHost = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP) if(INVALID_SOCKET == sHost) { printf("socket failed!\n") WSACleanup() //释放套接字资源 return -1 } //设置服务器地址 servAddr.sin_family =AF_INET servA
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-25
    • 文件大小:2343
    • 提供者:闛靚
  1. Printdelay

    0下载:
  2. 程序不会马上显示你输入的字符,而是延时显示你输入的字符,延时时间可调-SlowPrint, the function this program s about, can be used as a replacement for the standard printf() function. The difference between SlowPrint and printf is SlowPrint doesn t put the information on the screen i
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:593
    • 提供者:yangzhw
  1. 4printpp_XS128

    0下载:
  2. 9s12xs128 重写printf用串口例程 在清华开发板通过-9s12xs128 rewritten to use serial port routines printf development board through the Tsinghua
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-08
    • 文件大小:329452
    • 提供者:hengheng
  1. CustomDebug

    0下载:
  2. CDebug 提供调试窗口的功能,使用时添加代码 Debug.printf(...)。-CDebug class implements for Visual C++ more or less the functionality that Visual Basic provides, i.e. the posibility to insert into your C++ source code calls like Debug.printf(...), and watch the me
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:45585
    • 提供者:胡远
  1. printer

    0下载:
  2. linux下串口打印机打印程序 在串口上使用程序进行小票打印机的打印-the serial printer to printf under linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:2597
    • 提供者:王真理
  1. littleprogramforC

    0下载:
  2. 一些以C語言撰寫的小程式,包括printf函數的實作、字串轉浮點數、浮點數轉字串以及最小擴張樹問題等等。-Some with small programs written in C language, including the printf function of the implementation, string float switch, float switch to the string and the minimum spanning tree problem and so on.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3633
    • 提供者:鄧慧鈴
  1. Ar1

    0下载:
  2. 在c语言中打开一个英文文档,用Si(i<=文章句子数)代替文章中的各句子。 - {while(ch=getchar()) { if ((ch>= a &&ch<= z )||(ch>= A &&ch<= Z )) {ch=ch+7 if(ch> Z &&ch<= Z +7||ch> z ) ch=ch-26 printf("
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1815
    • 提供者:bylon
  1. seris

    0下载:
  2. 单片机利用printf函数直接给串口发数据-scm send data using math printf directly!
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1057
    • 提供者:zhang
  1. Test

    0下载:
  2. 为44B0的测试代码,可以测试蜂鸣器,IIS 播放WAV文件,USB点灯,按键,串行FLASH,IDE硬盘 LCD等。 0 : Please input a number 1 : Memory test 2 : Timer PWM test ( Beep ) 3 : IIC EEPROM test 4 : ADC test 5 : Download File by uart(DNW) 6 : IIS Play test(Please download *.wav by
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-09
    • 文件大小:1922166
    • 提供者:张俊
  1. 2009115115

    0下载:
  2. 个人网络嗅探器的实现代码.非常不错。学习比要资料-printf("hello code")
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:62931
    • 提供者:陈金
  1. Data_struct_1

    0下载:
  2. 数据结构课后设计题第一章 ◆1.16② 试写一算法,如果三个整数X,Y和Z 的值不是依次非递增的,则通过交换,令其为 非递增。 要求实现下列函数: void Descend(int &x, int &y, int &z) void Descend(int &x, int &y, int &z) { int temp if(x<=y){temp=x x=y y=temp } if(y<=z){temp=y y=z z
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:1846
    • 提供者:苏文俊
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 32 »
搜珍网 www.dssz.com