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

搜索资源列表

  1. xlockmore-5.26.1.tar

    0下载:
  2. linux屏保代码,可以在root用户下现实屏幕保护程序。-linux screensaver code, you can root user under the actual screen saver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-22
    • 文件大小:7082276
    • 提供者:Sulei
  1. debug

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

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

    0下载:
  2. 是linux(2.6内核)下的屏幕墙软件,直接MAKE就可以,开发平台是华为海思的3510,这个对有些人很有用的吧-Is linux (2.6 kernel), the screen wall software can direct MAKE, development platform for Huawei Hass' s 3510, this very useful for some people it
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-13
    • 文件大小:3252308
    • 提供者:idgyf
  1. hooktext0228

    1下载:
  2. Linux 下屏幕取词核心模块,采用hookapi方式。-Capturing the core module under Linux, using hookapi way.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-03-25
    • 文件大小:1318483
    • 提供者:sam
  1. ninjing

    0下载:
  2. 1)开机之后输入提示 "Please enter your name....." 2)用户用键盘输入自己的名字 比如:键入"fanchenyou" 如图所示 3) 屏幕上打出 "Thank you very much! fanchenyou" -1) After booting input prompt " Please enter you
  3. 所属分类:Linux/Unix编程

    • 发布日期:2016-01-22
    • 文件大小:167526
    • 提供者:陈淼
  1. netfpga

    0下载:
  2. netfpga的寄存器检测程序,把netfpga的每个寄存器的内容分别读取出来,并显示在屏幕上,然后退出 -netfpga register testing procedures, the netfpga each of the register contents were read out and displayed on the screen, then exit
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:9645
    • 提供者:ella
  1. Linux_boot_process_analysis

    0下载:
  2. 剖析Linux系统启动过程:本文以RedHat9.0 和i386 平台为例,剖析了从用户打开电源直到屏幕出现命令行提示符的整个Linux 启动过程。并且介绍了启动中涉及到的各种件。-Analysis of Linux boot process: In this paper, RedHat9.0 and the i386 platform as an example, analysis of the power from the user to open the command prompt ap
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:157042
    • 提供者:mycom
  1. ColorTake

    0下载:
  2. 屏幕颜色获取器,得到你想要的颜色RGB-colorTaker
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:28980
    • 提供者:fqh
  1. change

    0下载:
  2. 使用系统调用pipe()建立一条管道,系统调用fork()分别创建两个子进程,它们分别向管道写一句话,如: Child process1 is sending a message! Child process2 is sending a message! 父进程分别从管道读出来自两个子进程的信息,显示在屏幕上。两个子进程并发执行。 实现管道的互斥使用。当一个子进程正在对管道进行写操作时,另一个欲写入管道的子进程必须等待。 使用系统调用lockf(fd[1],1,0)实
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-28
    • 文件大小:116993
    • 提供者:小弟
  1. ProcessManagementchannel

    0下载:
  2. 使用系统调用pipe()建立一条管道,系统调用fork()分别创建两个子进程,它们分别向管道写一句话,如: Child process1 is sending a message! Child process2 is sending a message! 父进程分别从管道读出来自两个子进程的信息,显示在屏幕上。两个子进程并发执行。 实现管道的互斥使用。当一个子进程正在对管道进行写操作时,另一个欲写入管道的子进程必须等待。 使用系统调用lockf(fd[1],1,0)实现对管道
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:180992
    • 提供者:小弟
  1. RsClient

    0下载:
  2. 系统属于小型的局域网监控系统,可以对某一台计算机进行屏幕监控,本系统主要实现以下功能:  系统采用人机交互的方式,界面美观友好。  屏幕信息需要时时显示,网络延时不能大于1秒。  服务器端可以随时运行,只要客户端运行,就能够显示屏幕信息。  系统运行时占用内存不能大于10MB,以免影响系统性能。  客户端运行时需要隐藏显示窗口,起其感觉不到在运行。-following features:  system is
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:192465
    • 提供者:理想
  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. screen

    0下载:
  2. 通过屏幕截图实验,了解图形桌面的应用, 定时器的使用方法, 与Qpixmap 类的使用方法。针对前面学习的标准对话框的使用复习。-By screenshot experiments to understand graphical desktop applications to use the timer, and Qpixmap class is used. Standards of learning in front of the dialog box for the use of revie
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:3187
    • 提供者:林喆
  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. OREILIY-LearningVI

    0下载:
  2. vi是最有用的系统上的标准文本编辑器。 (六是可视化编辑器短,发音是“V形眼。”)不同的Emacs,它是在几乎每一个UNIX系统在几乎相同的形式提供,从而提供了一种文本编辑一种通用语言。[1]同样可能是ED和前妻,但屏幕编辑说,一般更容易使用。带有屏幕编辑器,可以滚动页面,移动光标,删除线,插入字符,等等,在看到你的结果当你做了修改。屏幕编辑器很受欢迎,因为它们允许你做出改变,你通过文件阅读,就像你将编辑印刷本,只是速度更快。 -vi is the most useful standard
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1700975
    • 提供者:mall
  1. FORK

    0下载:
  2. 进程的创建。编制一段程序,使用系统调用fork()创建两个子进程,在此程序运 行时,系统中就有一个父进程和两个子进程在活动。让每一个进程在屏幕上显示一 个字符:父进程显示字符a,两个子进程分别显示字符b和子符c。-The process of creation. The preparation of a program that uses system calls fork () to create two sub-processes, in the operation of this
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:759
    • 提供者:树蜂
  1. Ball

    0下载:
  2. SDL 在linux环境下编写的一个基于SDL的屏幕待机图片,小球可以自由下落-SDL in linux environment in the preparation of a standby screen image based on SDL, the ball can free-fall. .
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:8434
    • 提供者:
  1. ScreenShot

    0下载:
  2. 一个屏幕截图小程序,可以设置屏幕截图延迟时间,可以保存截图。-One small screenshot program. You can setup the delay time of the screenshot.the screenshot can also be saved.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3733
    • 提供者:高飞
  1. QtSnapShot

    0下载:
  2. 用Qt实现的截屏软件,可以设置每次截屏的间隔时间,然后每隔这个时间截取一次屏幕,并且将文件保存在当前目录下,而且可以指定屏幕的区域进行截图。-Implemented using Qt software screenshots, you can set the interval for each screenshot, and then every once in this time of the interception of the screen, and save the file in t
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:38819
    • 提供者:Michael Zhou
  1. frambuffer

    0下载:
  2. linux frambuffer 刷屏的示例代码,创建一个屏幕,加载图片,显示图片-linux frambuffer
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:3062
    • 提供者:linsheng
« 1 2 34 5 »
搜珍网 www.dssz.com