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

    0下载:
  2. 分析一个英文文本文件中所有单词出现的频率,用linux下的标准c语言实现,是我的internet高级编程的第一次作业。编译后在可执行文件后跟上一个英文文本文件名字就可以了,程序会在屏幕打印出该文件中每个单词出现的次数。可以作为linux下的c语言学习例程使用。-an analysis of the English text document, all words, the frequency, linux using the standard c language, the internet i
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1439
    • 提供者:糖糖
  1. COLOR

    1下载:
  2. 取得屏幕上的一个颜色.用到了 [DllImport(\"gdi32.dll\")] private static extern bool BitBlt( IntPtr hdcDest, // 目標設備的句柄 int nXDest, // 目標對像的左上角的X坐標 int nYDest, // 目標對像的左上角的X坐標 int nWidth, // 目標對像的矩形的寬度 int nHeight, // 目標對像的矩形的長度 IntPtr hdcS
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1231
    • 提供者:kl007
  1. 打印pingmu

    0下载:
  2. 这是一个屏幕打印程序,用VB编写,你也能的,试一下吧-This is a screen printing process using Visual Basic, you can, Try it
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:159690
    • 提供者:钱康
  1. fork_test

    0下载:
  2. linux pthread 测试程序。两个打印信息循环在屏幕显示。-linux pthread test programm.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:523
    • 提供者:bai
  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. Caesar_encode

    0下载:
  2. 实现移位密码(扩展凯撒密码),用键盘接收明文和密钥,屏幕打印密文。-Achieve translocation password (Extension Caesar password), use the keyboard to receive explicit and key, screen printing ciphertext.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:1034
    • 提供者:蔡吉欣
  1. Vigenere_encode

    0下载:
  2. 实现维吉尼亚密码,用键盘接收明文和密钥,屏幕打印密文。-The achievement of Virginia password, use the keyboard to receive explicit and key, screen printing ciphertext.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:953
    • 提供者:蔡吉欣
  1. Untitled1

    0下载:
  2. 实现移位密码(扩展凯撒密码),用键盘接收明文和密钥,屏幕打印密文。 -Achieve translocation password (Extension Caesar password), use the keyboard to receive explicit and key, screen printing ciphertext.
  3. 所属分类:CA program

    • 发布日期:2017-03-30
    • 文件大小:793
    • 提供者:杨建春
  1. NativeDemo

    0下载:
  2. 一个本地应用程序,开机时在屏幕打印信息。须将此程序放入系统文件夹中,并修改注册表。详情请百度下。-A local application, boot-up information on screen printing. Add to this procedure have to the system folder and modify the registry. For further information, please the next Baidu.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:15658
    • 提供者:Xing
  1. Linux

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

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

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

    • 发布日期:2017-04-04
    • 文件大小:5587
    • 提供者:璐盟其
  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. Pro_bigprim

    0下载:
  2. 产生固定位长的大素数,可以通过控制台程序产生一个大素数放入一个文件中,同时在屏幕上打印;如果所产生的数较小,可以直接用变量接收的直接打印到屏幕结束。-Have a fixed bit length of the large prime numbers, you can create a console application into a large prime number file, and print on the screen If the resulting number is sm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:632142
    • 提供者:小杨
  1. qstardict-0.13.1

    0下载:
  2. QStarDict 是一款基于 Qt4 的 StarDict 的克隆,它完全兼容 StarDict 的字典,适合于使用 KDE4 朋友使用,节省了使用StarDict加载gtk+运行环境的系统资源,并且界面也更加协调。 目前 QStarDict 0.12.9 版本已经实现以下功能: 完全兼容已有的 Stardict 辞典,暂不支持树型辞典。 支持屏幕取词,通过 D-bus 支持在 Qt4 应用程序中的屏幕取词。 支持通过 festival TTS 发音,暂不支持
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-26
    • 文件大小:9630421
    • 提供者:艾利军
  1. Vigenere

    0下载:
  2. 实现维吉尼亚密码,用键盘接收明文和密钥,屏幕打印密文和解密后的明文。 可以实现:大小写敏感,明文小写则密文大写,明文大写则密文小写输出,注意输入的健壮性控制,明文字符超出字符集后保留原文-Virginia to achieve the password, use the keyboard to receive the plaintext and the key, the screen printing ciphertext and the decrypted plaintext. Can
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:1194
    • 提供者:曾建
  1. condition

    0下载:
  2. Linux条件变量演示,创建两个线程模拟生产者消费者模型,在屏幕上打印a-z字母,注释详细-Linux condition variable presentations, create two threads simulation model of producers and consumers, az letters printed on the screen, detailed notes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1172
    • 提供者:wujianming
  1. cipher

    0下载:
  2. 实现简单的加密解密,用键盘接收明文和密钥,屏幕打印密文和解密后的明文。-Simple encryption and decryption, receiving the plaintext and the key with keyboard, screen printing ciphertext and plaintext decrypted.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:935
    • 提供者:lius
  1. repalcement

    0下载:
  2. 实现用键盘进行简单的密码置换功能,屏幕打印密文和解密后的明文-Implemented by a simple password replacement keyboard function, screen printing ciphertext and plaintext decrypted
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-11
    • 文件大小:1014
    • 提供者:lius
  1. LCD

    0下载:
  2. 获取并打印屏幕基本信息,并显示一张bmp图片(Get and print the basic information of the screen and display a BMP picture)
  3. 所属分类:Linux/Unix编程

搜珍网 www.dssz.com