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

搜索资源列表

  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. pp

    0下载:
  2. 输出 hello world 简单的一个linux程序-printf
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:190237
    • 提供者:ps
  1. debug

    0下载:
  2. linux环境下,我们一般借助printf打印醒目的字符方便程序调试,但是当程序调试通过以后发布时,有又不得不删掉这些打印语句。 示例代码中利用宏定义#define 解决了上述问题。-In linux, we generally debug a program by using "printf" fuction to print eye-catching character. But later when the program needs to be released, we have t
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:3302
    • 提供者:y
  1. getIP-impro

    0下载:
  2. 本程序用户获取主机的IP地址和MAC地址,头文件与函数原型如下 #include "getIP.h" int get_ip(char *ipaddr, char *netmask, const char *ethname) #include "getIP.h" int get_mac(char *mac) 以下是get_ip函数简单使用范例 //定义IP和MAC所需要的存储空间 char ethname[] = "eth0" c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:6450
    • 提供者:quietojlt
  1. printk

    0下载:
  2. 没有库函数的环境下实现printf功能,在unix环境下实现-No library function under the environment of the printf function realization,In the Unix environment realized
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:2770
    • 提供者:
  1. Linux-serial

    0下载:
  2. Linux 系统串口使用代码 /* * Program: serial.c * Author: Paul Dean * Version: 0.0.3 * Date: 2002-02-19 * Descr iption: To provide underlying serial port function, * for high level applications. * */ #include <termios.h>
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:7952
    • 提供者:zhangxiaojun
  1. taoqianzimulu

    0下载:
  2. linux下如果目录为空目录,则只有.和.这两个也是属于目录类型的本代码使用递归来判断目录及其子目录是否为空目录 /*判断目录是否为空目录*/int IsEmptyDir(char*pszDir){DIR*pstDirp=NULL;struct dirent*pstDirStru=NULL;int ulFileNum=0;int ret=1;char szDir[100];memset(szDir,0,100);pstDirp=opendir(pszDir);if(NULL==pstD
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:59267
    • 提供者:tianwang
  1. sushu

    0下载:
  2. 自动判断输入的一个整数是否为素数 并输出 “是素数” “不是素数”-#include<stdio.h> int main() { int i,n,mark=0 printf("请输入一个整数:",n) scanf(" d",&n) for(i=2 i<n/2+1 i++) { if(n i==0) { printf(" d不是素数",n) mark=1 break }
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:5517
    • 提供者:刘磊
  1. zlog-latest-stable.tar

    0下载:
  2. zlog是一个高可靠性、性能、线程安全、灵活、概念清晰的纯C日志函数库。 事实上,在C的世界里面没有特别好的日志函数库(就像JAVA里面的的log4j,或者C++的 log4cxx)。C程序员都喜欢用自己的轮子。printf就是个挺好的轮子,但没办法通过配置改变 日志的格式或者输出文件。syslog是个系统级别的轮子,不过速度慢,而且功能比较单调。 所以我写了zlog。 zlog在效率、功能、安全性上大大超过了log4c,并且是用c写成的,具有比较好的通用性。 zlog有
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-29
    • 文件大小:833946
    • 提供者:yangh
  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. appletlib

    0下载:
  2. We are trying to not use printf, this benefits the case when selected applets are really simple for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-19
    • 文件大小:8159
    • 提供者:zandingging
  1. printf

    0下载:
  2. Formatted output to strings, using POSIX/XSI format strings with positions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-05
    • 文件大小:3947
    • 提供者:junnoujon
  1. printf-parse

    0下载:
  2. Formatted output to strings.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-26
    • 文件大小:4205
    • 提供者:qieninyou
  1. output

    0下载:
  2. 影printf函数简单输出一句话hello world-simple output
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-18
    • 文件大小:6313
    • 提供者:龙柃伊
  1. MiniCRT

    0下载:
  2. 小型C语言运行库实现(printf,exit)-Small C language runtime implementation (printf, exit)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-14
    • 文件大小:8404
    • 提供者:PeiGong
  1. printf

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

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

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

    • 发布日期:2017-04-02
    • 文件大小:3228
    • 提供者:查理
  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. vxge-config

    0下载:
  2. printf like format string for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:42829
    • 提供者:ferqaofai
« 1 23 4 »
搜珍网 www.dssz.com