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

搜索资源列表

  1. CYHS

    0下载:
  2. 这是一个在 unix 系统下使用的常用输入界面处理、字段处理、屏幕数据打印等函数。-This is a unix systems in common use input interface, field processing, data on the screen printing function.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4968
    • 提供者:李金明
  1. v5395_iword

    1下载:
  2. Iword2004 文档控件源码 1,控件支持全部Office菜单,支持Office的打印预览,控件强大的B/S通讯技术。 2,能够将服务器数据库中的数据或者用户自定义的数据插入当前文档的指定位置。 3,可以将文档中的指定数据随时保存到服务器数据库或者指定的目录中。 4,控件能够在浏览器窗口中直接编辑Word文档并保存到Web服务器上,实现文档和数据库的统一管理。 5,控件同时支持痕迹保留,手写签名,电子印章等办公自动化系统必备的功能。 6,控件采用标准HTTP协议,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:257114
    • 提供者:宋雅彧
  1. mulushudebianli

    0下载:
  2. 根据用户输入的命令行选项的不同,来实现三种功能:argc为2时,命令格式为 myfind <pathname> 它要统计出,在常规文件中,文件长度不大于4096字节的常规文件,在所有允许访问的普通文件中所占的百分比。不允许打印出任何路径名。 argc为4且argv[2] == “-comp”时,命令格式为 myfind <pathname> -comp <filename> 输出在<pathname>目录子树之下,所有与<
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:8047
    • 提供者:红叶
  1. tcpscan

    0下载:
  2. 多线程端口扫描程序 实现一个多线程端口扫描程序,满足要求: 1)能同时扫描5个IP地址 2)针对每个IP地址,开设100个线程对其进行扫描 3)如果端口打开,使用函数getservbyport获取服务名,在屏幕上打印:IP port servername,如果是未知的服务,则在屏幕上显示:IP port unkown. -Multi-threaded port scanner to achieve a multi-threaded port scanner to meet
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:907
    • 提供者:bobby
  1. debuf.tar

    0下载:
  2. 输出文件,log,可以自动打印,所在的文件,行号,函数名称-Output file, log, can automatically print, where the documents, line number, function name
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2641
    • 提供者:xu ding
  1. printf

    0下载:
  2. 本人参照linux 0.1内核源代码写的printf函数的实现,支持 c, s, o, d, x, f的打印输出-I am the light of linux 0.1 kernel source code to write to achieve the printf function in support of c, s, o, d, x, f print output
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:2321
    • 提供者:phili
  1. Linux

    0下载:
  2. Linux 系统内核初始化过程。 一、对硬件数据结构的初始化过程 1、系统首先调用 printk() 函数在屏幕上打印 Linux 内核版本号和编译内核所使用的 gcc 编译器版本号、启用时间等,如果这个过程失败,将显示一个参考信息给用户-Linux 系统内核初始化过程。 一、对硬件数据结构的初始化过程 1、系统首先调用 printk() 函数在屏幕上打印 Linux 内核版本号和编译内核所使用的 gcc 编译器版本号、启用时间等,如果这个过程失败,将显示
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:124094
    • 提供者:zhan
  1. write

    0下载:
  2. 该程序是在linux下执行,首先创建一个文件,然后对此文件进行读写操作。接着,写入“Hello,I m writing to this file!”,此时文件指针位于文件尾部。接着再使用lseek函数将文件指针移到文件开始处,并读出10个字节并将其打印出来。-The program is run under linux, first of all to create a document, and then read and write operations on this file. Then
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:513
    • 提供者:牛志强
  1. txt

    0下载:
  2. linux下使用backtrace和backtrace_symbols函数 打印调用堆栈-linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:996
    • 提供者:陈伦广
  1. portscan

    0下载:
  2. 端口扫描程序,输入一个特点IP和起始端口号,终止端口号,进行扫描,如果端口打开,使用函数getservbyport获取服务名,在屏幕上打印:IP port servername,如果是未知的服务,则在屏幕上显示:IP port unkown.-Port scanner, enter a starting port number and IP feature, the ending port number, scanning, if the port is open, use the functi
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:671
    • 提供者:zhoubx
  1. MyOutputDebugString

    0下载:
  2. 原创的调试时用OutputDebugString打印,用debugview接收输出 在查阅了开源的操作系统mutex用法后 实现了OutputDebugString函数,并模仿tracewin界面风格实现了接收工具,类似于debugview 上传的OutputDebugString的源码和接收器源码 全部为本人原创 vc2005调试通过 -When the original use OutputDebugString debug print output with debug
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:8633
    • 提供者:王三
  1. xml

    0下载:
  2. 解析XML文件的结点内容,并保存到结构体中。然后在主函数中打印结果(没有实现,望高手指点)。-parse content of XML doc,and save to struct,but i can t get the content from struct,may someone teach me,thanks a lot!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1048
    • 提供者:jonetsun
  1. thread

    0下载:
  2. 概述一下原理和每个类的作用 (1): CTask 一个任务基类,作为线程的参数用 (2): CWorkThread:工作线程类,轮询检测参数是否可用,如果可用的话, 就去调用参数CTask的执 行函数Execute,如果参数不可用就等待 (3): CWorkQueue:是一个任务队列,里面装载CTask子类的对象,是一个对象的容器 (4): CWorkThreadPool:工作线程池,其中包含了工作线程组,调度线程,调度线程不停的检测 任务队列中是否有可用
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-03-18
    • 文件大小:39186
    • 提供者:金建业
  1. jinchengkongzhi

    0下载:
  2. 进程控制实验 每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。 本实验要求用C语言编程实现创建n个进程的创建函数creat;根据进程的优先数把就绪进程插入就绪队列的排序函数sort;打印就绪进程PCB信息的函数check;以及进程的撤销函数destroy。 -
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:89017
    • 提供者:刘恋
  1. findFile_2

    0下载:
  2. 编写文件名分析函数 main 函数提供输入操作,并调用文件名分析函数分析 将分析过程发生的错误捕捉并打印出来-Prepare documents analyze function main function is to provide input operation, and call the file name analysis functions Will analyze the process of error capture and print out
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:2050
    • 提供者:井天
  1. test27

    0下载:
  2. 程序,要求程序运行后进入一个无限循环,打印用户按下的键的值,当用户按下中断键(Ctrl+Z)时,进入程序的自定义信号处理函数,当用户再次按下中断键(Ctrl+Z)后,结束程序运行;-Procedures, requirements to run the program into an infinite loop, printing the user presses a key value, when the user presses the interrupt key (CTRL+ Z), cu
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1115
    • 提供者:丁占成
  1. getopenfilename-and-printdlg

    0下载:
  2. 用windows api 函数写出来的打开,保存和打印通用对话框程序-Write out the windows api functions to open, save and print common dialog box procedure
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-01
    • 文件大小:1461
    • 提供者:nurahamt
  1. MFCReport

    0下载:
  2. 这是在网上下载的,感觉挺好用故此分享。不过这个不是开源的,所以只能用他开发的接口函数,但是实现基本的打印及报表没有问题-Online download, feel very good use therefore share. But this is not open source, so he developed interface functions only, but to achieve a basic print and statements
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-05
    • 文件大小:1473648
    • 提供者:adf
  1. 1

    0下载:
  2. 1、 某软件公司大约有30名员工,每名员工有姓名、工号、职务等属性,每年都有员工离职和入职。 把所有员工按照顺序存储结构建立一个线性表,建立离职和入职函数,当有员工离职或入职时,修改线性表,并且打印最新的员工名单。 -english
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-26
    • 文件大小:1277
    • 提供者:廖小萌
  1. uart.tar

    0下载:
  2. 基于三星s3c6410开发板嵌入式linux开发常用打印函数封装-Samsung s3c6410 development board based on embedded linux development of common print function package
  3. 所属分类:Driver develop

    • 发布日期:2017-04-02
    • 文件大小:2011
    • 提供者:郭本星
« 12 »
搜珍网 www.dssz.com