CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - 键盘

搜索资源列表

  1. KeyboardSound

    0下载:
  2. 用键盘来模拟声音播放软件,按不同的键发出不同的声音。。键盘小钢琴,,vc6.0下编译通过-keyboard to simulate the sound player software, in different keys of different voices. . A small piano keyboard, and vc6.0 under compile. .
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:881794
    • 提供者:刘用
  1. WindowsIdleTime

    0下载:
  2. Windows中获取键盘和鼠标处于空闲状态的时间
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:52632
    • 提供者:梁增健
  1. Multi-Task

    0下载:
  2. 学习多任务环境的编程,理解多任务程序中任务间通信和同步的方法; 掌握Windows环境中多线程程序设计与实现方法。模拟多任务的交互过程,每个任务用线程实现,基本要求如下: 任务1:接收从键盘键入的字符,发送给另一任务2; 任务2:接收任务1发来的字符,用事件的方式通知任务3接收; 任务3:接收任务2发来的字符,并显示; 可增加其他功能,如:以秒显示时间等; 系统能退出。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:580290
    • 提供者:王昊
  1. mos

    0下载:
  2. MOS是一个批处理系统,它经由键盘接纳由软件模拟的计算机的指令及可使用MOS某些功能的系统调用书写的用户作业,在打印机上输出作业运行结果。该系统提供多个作业并行处理的功能,作业的输入/输出采用SPOLING技术,所要管理的外设是键盘、磁盘、打印机。 故MOS的设计者和实现者要处理/输出、中断、进程调度、作业调度、内外存管理和设备管理
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:122047
    • 提供者:吴京土
  1. 20073192143784

    0下载:
  2. 游戏运行于Win32平台(Win95 / 98, Win NT 4或者更高); 支持各种通信协议(LAN, Internet, Dial-up, Direct cable); 游戏允许四个人参与; 游戏使用图像和动画来显示背景和移动目标; 一个游戏片断是驻留在服务器上; 每个参赛者要么是一个服务器,要么是一个客户; 客户与服务器交互,并参与到游戏之中。 主要编程特征: 基于MFC; 充分应用C++特征; 使用DirectPlay; 使用DirectS
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1569324
    • 提供者:dsf
  1. Monitor

    0下载:
  2. 实现远程控制的一个小系统,直接输入IP连接。有监控远程桌面图象功能,监控键盘输入、鼠标操作的功能。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:201684
    • 提供者:pan
  1. HOOKCSharpTest

    0下载:
  2. 是一个钩子利用的实例,使用函数 setwindowshookexw 获取全局键盘信息-Is an example of the use of hook, use the function global keyboard access to information setwindowshookexw
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-27
    • 文件大小:33095
    • 提供者:马斌
  1. Keyboard

    0下载:
  2. 一个很好的软键盘程序。利用getforgroundwindow得到当前窗口,找到焦点。这程序唯一的缺点是:acvtive窗口焦点,不能应用。但是单线程技术比较简单。-A good soft keyboard program. Use getforgroundwindow get the current window, find the focus. This procedure only drawback is: acvtive window focus, can not be applied.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:105607
    • 提供者:梁四
  1. Process_communication

    0下载:
  2. 进程通信。支持Windows的共享存储区、消息、有名管道、Socket通信。发送进程应可以从窗口或键盘上接收字符串。接收进程应可将字符串显示在窗口上。-Process communication. Support for Windows shared storage area, news, famous pipeline, Socket Communications. Sent process should be receiving from the window or the keyboard
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:101330
    • 提供者:徐向阳
  1. Experiment_Signal

    0下载:
  2. 创建两个子进程,在进程执行中让父进程捕获键盘上传来的中断信号。 当多捕捉到中断信号后,父进程向两个子进程发出信号,子进程捕捉到该信号后分别输出: (1)“child process1 is killed by parent!” (2)“child process2 is killed by parent!” -Create two sub-processes, in the process of implementation so that the parent proce
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:877
    • 提供者:旷利群
  1. running3

    0下载:
  2. 模拟PV操作同步机构,从键盘上输入一组字符,由生产者每次读入一个字符供消费者输出。运行模拟程序,打印依次读入的字符和经消费者输出的字符。-PV operation synchronization, analog, keyboard input from a group of characters, from the producer read a character for each consumer output. Run the simulation program, print the c
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2442847
    • 提供者:王艺琪
  1. hook

    0下载:
  2. 一个可以在后台默默获取键盘输入的程序,可以记录帐号、密码等信息。-a hook project writed use vc++
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:30417
    • 提供者:wangjingyu
  1. GameDll

    0下载:
  2. C++勾子注入进程与DLL监听被注入进程键盘消息给呼出DLL的窗口程序。也就是个常用的方式,这是源码-C++勾子注入进程与DLL监听被注入进程键盘消息给呼出DLL的窗口程序。也就是个常用的方式,这是源码auxiliary production methods, it is the source
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:27090
    • 提供者:王力宏
  1. vb-postmessage

    0下载:
  2. 打开windwos自带的记事本程序,点击按钮,后台向记事本发送键盘信息-Windwos open Notepad program, click the button to send back the information to the notebook keyboard
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:1916
    • 提供者:wen
  1. HackHOOK

    0下载:
  2. 钩子函数(HOOK)例程,可用于后台监控键盘输入-Hook function (HOOK) routines that can be used to monitor keyboard input back
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-25
    • 文件大小:139253
    • 提供者:
  1. CRPFK

    0下载:
  2. 借助钩子函数实现对某应用程序的键盘密码监控,很好-With the hook function for a certain application password keyboard monitoring, is very good
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-13
    • 文件大小:84560
    • 提供者:Rrmecidd
  1. 2

    0下载:
  2. 创建 2 个线程,实现:按下键盘上“1”键时由线程 1 打印“Hello”,按下键盘上“2”键 时由线程 2 打印“World”,按“0”键时程序-Create two threads to achieve: press on the keyboard " 1" key Printing by the thread 1 " Hello" , press on the keyboard " 2" key to print by a threa
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-15
    • 文件大小:2048
    • 提供者:代言
  1. ksy

    0下载:
  2. 一个泡泡堂游戏的刷分外挂,是模拟键盘和鼠标来实现的,可以的-A soaplands game I plugins, is to simulate the keyboard and mouse, can
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-16
    • 文件大小:155648
    • 提供者:Jeimme
  1. ousezb

    0下载:
  2. 屏幕软键盘源代码,使用VC编写,大家可以,,学习使用-Onscreen keyboard source code, using VC to write, you can, and learn to use
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-15
    • 文件大小:16384
    • 提供者:Imisito
  1. keybwnrd_and_the

    0下载:
  2. 实时测试按键的键盘码和鼠标的位置,很不错的资料-Real-time test button code and the location of the mouse, keyboard is very good information
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-16
    • 文件大小:226304
    • 提供者:Huteky
« 12 »
搜珍网 www.dssz.com