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

搜索资源列表

  1. jiandanbianjiqi

    0下载:
  2. 这是一个简单的编辑器雏形,这里用到了屏幕开发库 curses 和键盘函数 keypad,程序可移动光标,输入,删除,增加代码就可成为功能强大的编辑器了, 编译程序:gcc -I/usr/include/ncurses edit.c -o edit -lncurses -This is a simple editor prototype, here the screen used for the development of curses and keyboard function keypa
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:1108
    • 提供者:wwwwppp
  1. 125458

    0下载:
  2. 程序建立一个可存放128项的电话号码表,每项包括人名(20个字符)及电话号码(15个字符)两部分; 程序可接收输入人名及相应的电话号码,并把它们加入电话号码表中; 程序可接收需要查找电话号码的人名,并从电话号码表中查出其电话号码,再在屏幕上打印出来。 -procedures for the establishment of a deposit of 128 telephone numbers table, each include the names of persons (20 c
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2626
    • 提供者:肖肖
  1. helptip

    0下载:
  2. 一个有意思的实用小程序:在屏幕上显示一个小精灵,通过设置可以控制小精灵的行为,使其能够行走,变形,休息,还可以设置闹钟定时提醒等。很有趣!-an interesting practical small : on the screen shows an elf, By setting can control the elves, to enable it to operate, deformation, rest, but also can set alarm clocks regular rem
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:415485
    • 提供者:婷婷
  1. keyboardScreen

    0下载:
  2. 一个屏幕键盘的程序。在网络上一个代码的基础上修改,解决了原来的屏幕闪烁的问题,并且优化按键的绘制!-a screen keyboard procedures. On the Internet a code on the basis of changes to solve the original problem of screen flicker, and optimize key mapping!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:20037
    • 提供者:foxing
  1. snow2

    0下载:
  2. 这是一个用VB编写的能够在屏幕上显示雪花的一个小程序-This is a VB prepared to show on the screen of a small snowflakes procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:18094
    • 提供者:许地
  1. softhy553a

    0下载:
  2. 该软件主要用于远程监控,主要功能包括: 1.截取被控端屏幕。2.远程关机、重启。3.锁定被控端机子。4.绿色小巧,无须安装,并且免费使用,无须注册。-the software for remote monitoring, key functions include : 1. Interception Beikongduan screen. 2. Remote shutdown and restart. 3. Lock Beikongduan machine. 4. Green small, do
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2674484
    • 提供者:wwming
  1. Assem

    0下载:
  2. 几个汇编小程序。能实现电话号码本的管理,屏幕显示程序,显示ASCII码。-compilation of several small programs. The telephone number to achieve the management of the screen display program, showing ASCII.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:5809
    • 提供者:
  1. interupt

    0下载:
  2. 该程序首先访问中断向量表,然后能自动建立一文件,将中断向量表的内容保存到文件中(文件名为INTHAND.TXT),并将中断向量表的各入口以十六进制的形式显示在屏幕上(如:01#___每行显示4个)。-the program first visit to the scale interruption, and then automatically build a document, Scale will be suspended to preserve the contents of the do
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2071
    • 提供者:聂仁博
  1. 看门狗

    1下载:
  2. 可用于对指定的程序运行状态进行监控,如果退出运行或者已经没有响应(既死掉),则杀掉无响应的进程,并重新自动运行前保留现场屏幕到文件。-can be used for the specified procedures in the state are monitored, or if the decommissioning has not responded (both dead), then kill the process without a response, and automatic r
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:380118
    • 提供者:快乐
  1. YuanChengPingMuZhuaQu

    0下载:
  2. 远程屏幕抓取程序,可以通过网络抓取别人计算机当前屏幕-remote screen capture process, can crawl through other computer networks current screen
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:25811
    • 提供者:李腾
  1. Chang_display

    0下载:
  2. 改变屏幕分辨率,程序控制动态改变屏幕的分辨率。-change the screen resolution, dynamic programmed to change the screen resolution.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:18881
    • 提供者:许志广
  1. javagame1245

    0下载:
  2.  ? 部分内容   首先我们在init()方法中加载所有游戏必要的资源,包括声音,鼠标事件的监听、背景等相关设置。利用addBomb()方法增加bomb的数量、初始位置及初始化颜色。再利用start()启动线程。线程调用run()方法,处理炸弹下降运动down()。Repaint()会在每一个单位时间调用paint()方法不断的刷新屏幕,paint()调用Bomb.addBomb()绘制炸弹。当游戏者按下鼠标,mousePress()事件激活,判断是否点中了炸弹。如果点中addScor
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:357630
    • 提供者:11
  1. H3Editor_modify

    1下载:
  2. 前些时间没什么事,玩英雄无敌III 的 WoG ,水平太差.被电脑折磨得死去活来.无奈之下写了这个修改器.可以修改游戏中的任何东西. 在这个程序中主要使用了以下技术: 1 进程列举 2 进程内存搜索 3 进程内存读/写 现在把它放到这里,希望能起到抛砖引玉的作用:) 欢迎拍砖 忘记说程序用法了: 用法: 先运行 WOG (包括 H3 中英文版都行), 然后切换到资源管理器中运行修改器.点?\"读取英雄信息\"按钮来把所有英雄的名字读入
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:70042
    • 提供者:vro0
  1. zoomin1

    0下载:
  2. vc实现的屏幕放大镜源代码,供学习vc的参考学习-vc achieve screen magnifiers source for learning vc reference learning
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:118665
    • 提供者:zenglei
  1. vcnetprogram

    0下载:
  2. 一个vc++.net程序。包含两个功能。在菜单中选择position information程序会捕获鼠标位置并将其显示在屏幕上。选择grid display后,按下鼠标左键会在用户区画兰色矩形,按下鼠标右键会在用户区画红色矩形。以及其他另外4个小程序。-a vc. Net procedures. Contain two functional. The menu choice position information process will capture the mouse position
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:309117
    • 提供者:yupeng
  1. VideoReg

    0下载:
  2. 豪杰屏幕录像机的注册机,不太记得是哪一个版本的了-hero Fillmore screen recorders, which can not remember a version of the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:25913
    • 提供者:杨凡
  1. Hewanglan_HeisePingbao

    0下载:
  2. 做软件大作业时的程序源代码,一个黑色窗体屏幕保护程序,可以屏蔽系统屏幕保护程序!-so large software operations at the source code, a black window screen saver, can shield the screen saver!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:18722
    • 提供者:鹤望兰·流
  1. pmqcmy

    0下载:
  2. 屏幕取词的delphi代码,包括所有的代码和dll源码-the delphi code, including all source code and dll
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:82547
    • 提供者:karxiosk
  1. fv

    0下载:
  2. 用光标实现飞鸟的形状 使其在屏幕中间看起来有非动效果 非常好玩哈-birds use the cursor to achieve it in the shape of the screen, they are among the non-dynamic effect was very fun Kazakhstan
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:951
    • 提供者:
  1. fullScreen_program

    0下载:
  2. 为MFC应用程序添加全屏幕显示功能 部分代码: 成员变量: BOOL m_bFullScreen //全屏幕显示标志 CRect m_FullScreenWindowRect //全屏幕显示窗口Rect WINDOWPLACEMENT m_wpPrev //用于保存正常视图时的窗口位置信息 CToolBar * m_wndFullScreenBar //全屏幕显示时的浮动工具条 成员函数: void OnMenuFullscreen() //全屏幕显示
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4499
    • 提供者:a
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com