搜索资源列表

  1. remoteControl

    1下载:
  2. 远程桌面源码 主要思路就是先将远程桌面捕获,再发回本地,在对话框中显示出来,将本地鼠标和盘键输入,变成命令,发到远程主机执行,以模拟出鼠标和键盘的操作,再将远程桌面捕获,再发回本地,在对话框中显示出来. 包括服务端程序SreenServer,客户端程序SreenClient, 1.先运行服务端点开始,(最好在一个虚拟机上运行) 2.再运行客户端,点连接, 点得到屏幕,点控制,就可以对远程桌面进行操作了. 3.
  3. 所属分类:远程控制编程

    • 发布日期:2024-05-12
    • 文件大小:173056
    • 提供者:asdasd
  1. KeyFilter

    0下载:
  2. 键盘过滤驱动源代码,VC++编写的一个完整代码程序,-Keyboard filter driver source code, VC++ Prepared a complete code procedures,
  3. 所属分类:系统编程

    • 发布日期:2024-05-12
    • 文件大小:8192
    • 提供者:lizhiliang
  1. chapter03

    0下载:
  2. 键盘过滤驱动源代码,VC++编写的一个完整代码程序,-Keyboard filter driver source code, VC++ Prepared a complete code procedures,
  3. 所属分类:驱动编程

    • 发布日期:2024-05-12
    • 文件大小:62464
    • 提供者:lizhiliang
  1. ruanjianpan

    0下载:
  2. 这是个软键盘的编程!是为系统开启小键盘所使用的VC++程序!-This is a soft keyboard programming! Is to open a small keyboard for the system used by VC++ Procedures!
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:884736
    • 提供者:zhanhui
  1. kbhookCode

    0下载:
  2. 实现驱动程序级别的*功能的源代码!!使用vc++6.0实现!!程序可以记录键盘信息-To achieve level keyboard driver source code for the record!! Use vc++ 6.0 to achieve!! Program can record the keyboard information
  3. 所属分类:驱动编程

    • 发布日期:2024-05-12
    • 文件大小:31744
    • 提供者:
  1. screenkeyboard

    0下载:
  2. 一款使用VC++开发的开源屏幕键盘源代码-Use a VC++ Developed open-source screen keyboard source code
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:297984
    • 提供者:王彬
  1. ShowPicture

    0下载:
  2. VC源代码,可以通过键盘控制图片在小窗口中移动显示,一个商业代码的提取部分。-VC source code, can be controlled through the keyboard picture window in a small mobile display, a commercial code extraction part.
  3. 所属分类:界面编程

    • 发布日期:2024-05-12
    • 文件大小:3484672
    • 提供者:郭银
  1. four_system

    0下载:
  2. VC++2005编程实例\源代码\第4章 系统管理编程实例,如何获取计算机串口、鼠标、内存、驱动器、键盘特殊键,用户角色、系统服务、系统性能、启动或停止系统驱动、获取系统指定进程或线程信息,或使用WMI查询系统设备等功能源码27个-VC++ 2005 programming source code examples of Chapter 4 System Management Programming examples of how to
  3. 所属分类:系统编程

    • 发布日期:2024-05-12
    • 文件大小:2971648
    • 提供者:Liu Dongtao
  1. KeyMouseHook

    0下载:
  2. 鼠标、键盘钩子,可以禁用鼠标、键盘。此钩子为全局钩子。-Mouse, keyboard hook, you can disable the mouse, keyboard. The hook for the overall hook.
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-12
    • 文件大小:33792
    • 提供者:Ares
  1. RotateAndTranslateASierpinski(3Dimension)

    0下载:
  2. 该程序是一个三维的Sierpinski镂垫程序,是在VC++MFC环境下利用OpenGL编写的,并且可以通过鼠标和键盘旋转和移动该三维镂垫,采用递归方法,使用四个初始顶点定义一个四面体,可以随即选取四点作为四面体的四个顶点,条件是4点中任意3点不共线。而在该程序中必须进行隐藏面消除,同时该程序对初学分形理论者可以给予很好的启示。-The program is a three-dimensional Sierpinski gasket p
  3. 所属分类:OpenGL

    • 发布日期:2024-05-12
    • 文件大小:3556352
    • 提供者:蒋娟芬
  1. InnerCubeCanVisualOnly

    0下载:
  2. 这是一个VC++MFC环境下的程序,用OpenGL图形接口进行绘制,可以利用鼠标和键盘进行交互式地移动绘制的图形,而且在旋转的过程中始终看到的是cube的内部。非常适合opengl的初学者参考学习。-This is a VC++ MFC environment procedures, using OpenGL graphics interface for drawing, you can use mouse and keyboard t
  3. 所属分类:OpenGL

    • 发布日期:2024-05-12
    • 文件大小:3578880
    • 提供者:蒋娟芬
  1. plane

    0下载:
  2. VC++游戏雷霆战机源代码 这款游戏类似雷电,带声音,用键盘控制飞行和射击。源码完整,有兴趣的朋友学习一下-VC++ plane games codes
  3. 所属分类:游戏

    • 发布日期:2024-05-12
    • 文件大小:91136
    • 提供者:james
  1. KeyboardHook

    0下载:
  2. 键盘钩子程序,按键发声,比较有趣的例子.对钩子的认识有启蒙作用.-Keyboard hook program. it s funny that sound while pressing each key on keyboard.easy understanding for Hooking in programming.
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-12
    • 文件大小:604160
    • 提供者:peng
  1. soft_keyboard

    0下载:
  2. VC++程序的基本教程代码,一个基于界面的消息的软键盘的程序-VC++ program' s basic tutorial code, a message-based interface of the soft keyboard procedures
  3. 所属分类:界面编程

    • 发布日期:2024-05-12
    • 文件大小:1855488
    • 提供者:qurenjun
  1. ScreenKeyBoard

    0下载:
  2. vc++键盘,源代码,不妨看一眼!我没有详细看过,望见谅!-vc++ keyboard, source code, may wish to look at!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:5240832
    • 提供者:lilianyu
  1. test007_9

    0下载:
  2. VC 实现消息截取,回车 键盘消息截取 鼠标消息截取-VC to achieve the interception of messages, enter the keyboard mouse message news interception interception
  3. 所属分类:通讯编程

    • 发布日期:2024-05-12
    • 文件大小:1579008
    • 提供者:sdf
  1. calculator

    0下载:
  2. vc++计算器代码 功能简单 可键盘和鼠标操作-vc++ calculator code features a simple keyboard and mouse operation can be
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:4109312
    • 提供者:xsf
  1. MaskKey

    0下载:
  2. VC下开发的带回调函数的键盘钩子的源码,包含库源码和应用程序源码,学习键盘钩子很好的实例-Developed under VC transferred back to the keyboard hook function of the source code, including library source code and applications, learning the keyboard hook good example
  3. 所属分类:系统编程

    • 发布日期:2024-05-12
    • 文件大小:84992
    • 提供者:hanjun
  1. MyKeyHookToFile

    0下载:
  2. VC编写的系统键盘钩子动态库和应用程序,用来记录键盘的消息,并按日期保存在不同的文件中-VC prepared the keyboard hook DLL system and applications, the keyboard used to record the message, and the date stored in different document
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-12
    • 文件大小:69632
    • 提供者:wang
  1. hookkey

    0下载:
  2. VC HOOK键盘源码, 很适合初学者学习用。 -hook
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-12
    • 文件大小:461824
    • 提供者:chencong
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 37 »

源码中国 www.ymcn.org