CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - 桌面代码

搜索资源列表

  1. zilverline-src-1.5.0

    1下载:
  2. 桌面搜索引擎代码,供大家自由下载此源码,具体的可以参照网站上的-desktop search engine code for all to download this free source, the specific reference could look at the website
  3. 所属分类:搜索引擎

    • 发布日期:2008-10-13
    • 文件大小:4698629
    • 提供者:chenbp
  1. SetKeyEnabled

    0下载:
  2. 屏蔽系统功能键及隐藏桌面功能,代码已调试通过,开发环境为bcb6
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:386043
    • 提供者:翟双凤
  1. vncwinsrc

    0下载:
  2. 一个VNC的开放代码(version 4.1.1),我在做桌面捕捉的时候参考过,里面的方法很值得我们去借鉴,希望能对大家有帮助-an open source VNC (version 4.1.1), I was doing the capture of desktop reference, the inside is very worthy of us to learn from, we want to help
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:816738
    • 提供者:陈登封
  1. RemoteControl

    1下载:
  2. C#实现的远程控制代码,除远程桌面以外,也支持远程命令的执行.-C# Remote Control Code Sample.
  3. 所属分类:Remote Control

    • 发布日期:2017-03-24
    • 文件大小:858336
    • 提供者:陈东
  1. FileTransmit.Src.Setup-1.0.0-080828

    0下载:
  2. 【软件名称】 支持多线程断点续传的文件传输(FTP)程序(含服务端和客户端、支持蓝牙(Bluetooth)传输) 【版 本】 1.0.0 【操作系统】 Windows 桌面系列、Windows Mobile 【作 者】 谢红伟 · chrys · chrys@163.com · http://www.viction.net 【软件说明】 可用来在计算机与计算机之间传输文件,还可用来在智能手机之间通过蓝牙、无线网络、数据线传输文件,支持
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:530482
    • 提供者:谢红伟
  1. SpeedPostEmail

    3下载:
  2. 【软件名称】 无须SMTP服务器中转直接将E-Mail电子邮件发送到对方邮箱 【版 本】 1.0.0 【操作系统】 Windows 桌面系列 【作 者】 谢红伟 · chrys · chrys@163.com · http://www.viction.net 【软件说明】 大家一定熟悉Foxmail中的“特快专递”,它能直接将邮件发送到对方的邮件服务器中,而不需要经过SMTP服务器中转,本代码将向你剖析“特快专递”发送电
  3. 所属分类:WinSock-NDIS

    • 发布日期:2014-09-15
    • 文件大小:182698
    • 提供者:谢红伟
  1. remotecontrol

    0下载:
  2. 远程监控代码主要应用于远程控制别人PC机桌面,能得到实时图片。-Remote Control Remote Control codes are mainly used in desktop PC-others so that they can get real-time picture.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-06
    • 文件大小:1301517
    • 提供者:sghycess
  1. CaaSocket

    0下载:
  2. 远程桌面控制代码,主要使用于远程桌面控制,使用的是STOCKER技术-Remote Desktop control code, mainly for use in Remote Desktop control, using a technology STOCKER
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:157337
    • 提供者:张晓东
  1. javaremoteconnection

    0下载:
  2. java远程桌面连接,包含文档 和 代码-remote connect by java
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:291538
    • 提供者:wuguizhu
  1. SeeDesk

    0下载:
  2. VC++定时显示远程计算机桌面,只是显示画面,并不能进行控制,可用于员工电脑监控,程序分客户端和服务端,如果要监视某台计算机的桌面,则必须在该 计算机安装本服务端,如果要想成为一款真正的监控程序,那还差很远,不过核心代码已经实现了远程桌面传输,以此为基础,拓展出功能更强大的监控程序成为可能 -VC++ time display the remote computer desktop, only the display, and can not control, can be used for
  3. 所属分类:Remote Control

    • 发布日期:2017-03-27
    • 文件大小:51294
    • 提供者:赵卫杰
  1. C_programming_code_to_create_desktop_shortcut

    0下载:
  2. C编程实现桌面快捷方式的创建代码C programming code to create desktop shortcut-C programming code to create desktop shortcut
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-04
    • 文件大小:30858
    • 提供者:tongdali
  1. ulios2

    0下载:
  2. ulios1是我的毕业设计课题,它是一个简单的单内核多任务分时图形化操作系统。由于设计的疏漏和时间的限制,已经无法继续一些更高级的开发了。 ulios2在ulios1的基础上进行了结构、算法的重大改进,代码彻底重写。实现内核级线程的支持,实现共享库的支持,扩展进程地址空间到4G,提供高速IPC,提供高扩展性的内核API,成为一个用于x86桌面操作系统的微内核。 在这个微内核的基础上实现文件系统、可执行文件和库加载器、用户态驱动服务、TCP/IP驱动、GUI、CUI、shell以及工具软件甚至浏览
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:342908
    • 提供者:孙亮
  1. VC_Programming_remote_computer_desktop_time_displa

    0下载:
  2. VC编程开发定时显示远程计算机桌面经典代码,值得参考的资料-VC Programming the remote computer desktop time display classic code
  3. 所属分类:Remote Control

    • 发布日期:2017-04-03
    • 文件大小:46413
    • 提供者:tangqi
  1. descode

    0下载:
  2. 控制远程计算桌面的程序,是研究网络传输,和屏幕截图的好代码-Remote computing desktop control program is to study the network transmission, a good code and screenshots
  3. 所属分类:Remote Control

    • 发布日期:2017-03-28
    • 文件大小:175806
    • 提供者:virsual
  1. dxk

    0下载:
  2. 一个比较老的代码 功能主要是控制远程桌面 你的桌面我做主 仅供学习交流-An older main function is to control the code of your desktop, Remote Desktop I call the shots only for learning exchanges
  3. 所属分类:Remote Control

    • 发布日期:2017-04-02
    • 文件大小:332230
    • 提供者:孙振国
  1. remotecontrol

    0下载:
  2. 桌面远控代码,由客户端和服务端组成,由VC++编写-Desktop remote control code, from the client and server components
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-13
    • 文件大小:3483846
    • 提供者:123
  1. SeeDesk

    0下载:
  2. VC++定时显示远程计算机桌面,只是显示画面,并不能进行控制,可用于员工电脑监控,程序分客户端和服务端,如果要监视某台计算机的桌面,则必须在该 计算机安装本服务端,如果要想成为一款真正的监控程序,那还差很远,不过核心代码已经实现了远程桌面传输,以此为基础,拓展出功能更强大的监控程序成为可能-VC++ timer displays the remote computer desktop, just the display, and can not control, can be used for
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:46783
    • 提供者:郭靖
  1. vncdll

    2下载:
  2. vnc4.0 远程桌面监控软件的集成,把复杂的代码转换成dll,方便把vnc功能集合到项目区,长时间测试稳定-vnc4.0 remote desktop control software integration, the complexity of the code into dll, easy to vnc functions into the project area, long time stability test
  3. 所属分类:远程控制编程

    • 发布日期:2014-03-29
    • 文件大小:107668
    • 提供者:
  1. VC++ 远程桌面控制(客户端+服务端)

    0下载:
  2. 本程序用C++实现服务器远程控制客户端,服务器和客户端代码都有(This program uses the C++ language to achieve the server remote control client)
  3. 所属分类:远程控制编程

  1. VCRemoteControl_Client_And_Server

    0下载:
  2. 一个远程桌面控制的程序代码,使用C++实现,利用GDI抓屏和socket传输(A remote desktop control program code, using C ++ to achieve, use GDI to capture screen and socket to transport)
  3. 所属分类:网络编程

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