搜索资源列表
actim-alpha-0[1].1.tar.gz
- Actim允许用户发送和找到文件,并通过电子邮件使用命令行程序唤醒目标机。例如,当用户的家用电脑和公司防火墙保护的工作站无法连接时十分有用。用户可能可以通过发送包含网页内容的电子邮件来制作应用程序而实现自动升级网站。Actim是一个使用Python语言编写的命令行应用程序。
Socket实现远程唤醒
- Socket 实现远程唤醒. 这是一个在VC环境下的程序.其主要目的是用Socket实现远程唤醒.-Socket remote awaken. This is a VC environment in the process. Its main purpose is to use Socket remote awaken.
网卡唤醒程序
- 网卡唤醒程序,可以使局域网内指定IP的机器开机
Web QQ系统
- 开发环境:win2000professionSP4 + vc6MFC 1、运行注册登录服务器和聊天服务器,由注册登录服务器控制聊天通信服务器的运行和停止,聊天服务器可以单独运行,但单独运行后窗口隐藏,不好关闭,最好由注册登录服务器来控制其运行和关闭。 2、运行客户端。 3、若客户端点注册向导则显示注册向导,分三步:基本信息、详细资料和网络设置,然后发送注册消息(用户名、年龄、性别、密码、真名、城市、电邮、头像ID、电话),保存网络设置到data目录下的netset.cfg文件,
WeakUp
- 网络开机,网络唤醒的原理,实现。程序源码实现部分,使用boost的asio库。-Network boot, network wake of the principles of implementation.
wakeup
- 这是一个用vb编写的网络唤醒程序,通过输入对方计算机的mac地址,可以远程唤醒计算机-This is a wake-up using vb program to prepare the network by entering each other' s computer mac address, you can wake the computer remotely
PowerOn
- 一个采用LAN唤醒技术,通过发送“魔术包”唤醒与程序相连的、处于暂挂状态的一个或多个主机的程序,有利于初学者学习网络唤醒技术-A wake-up the use of LAN technology, by sending a " magic packet" to wake up and procedures linked to pending state in one or more of the host program will help beginners learn W
Dd136
- WinPing_src构建对话框程序,创建协议类型为IPPROTO_ICMP的原始套接字,设置 其属性,创建并初始化ICMP包,向远程主机发送ICMP请求,并接受ICMP响应。 RemoteAdmin_demo远程进程和机器控制程序能够触发、监视、终止远程计算机上的 进程,还能够远程关闭或重启机器。 PowerOn获取要唤醒机器的MAC地址,然后唤醒电脑。 rawudp原始UDP封包发送程序,发送原始UDP封包时,首先要以IPPROTO_UDP 为协议
LANCardWakeUpBootProcess
- 网卡唤醒程序_局域网开机 需要网卡支持此功能-_ LAN card wake-up boot process
WAKEUP
- 远程开机小程序! 前提是远程要开机的机器的BIOS设置远程唤醒,并且设置网卡关机后继续供电。-Remote boot applet! Provided that the remote machine' s BIOS to boot to set the remote wake-up, and set the card to power after the shutdown.
romatestart
- 局域网远程唤醒某台电脑的操作程序段,需要发送一个包到某个MAC地址,然后进行唤醒操作。-LAN remote wake-up operation of a computer program segment, needs to send a packet to a MAC address, and then wake-up operation.
Wol
- 远程计算机网络唤醒实例,可用于开发远程开机程序和网络管理软件。-Wake on LAN instance, can be used to develop the remote boot process.
WakeUp
- vc远程唤醒\WakeUp的程序源码,值得一看!-vc remote wakeup \ WakeUp program source code, worth a visit!
Socket实现远程唤醒
- Socket 实现远程唤醒. 这是一个在VC环境下的程序.其主要目的是用Socket实现远程唤醒.-Socket remote awaken. This is a VC environment in the process. Its main purpose is to use Socket remote awaken.
WoL
- 如何通过网卡唤醒电脑的程序,wake up over lan-How to wake the computer through the network card program, wake up over lan
WoL
- 基于对话框的局域网远程唤醒程序,在文本框中输入需要唤醒的远程计算机MAC地址(不要加分隔号,如E164E5F3B637),再点尝试唤醒即可实现远程唤醒。-This program is based on VC++ used to wake up remote computer in LAN.
BinJue-PC-Wake(110303)
- VB开发的计算机通过网卡唤醒程序,开发的比较简单,但是功能已经有了。-VB developers wake the computer through the network card procedures, the development of relatively simple, but the functionality is already there.
Oletest
- 一个简单的远程程序唤醒,可以当成服务端程序的调用。-A simple remote program, can be invoked as a server-side program.
linux_epoll模型
- epoll是Linux内核为处理大批量文件描述符而作了改进的poll,是Linux下多路复用IO接口select/poll的增强版本,它能显著提高程序在大量并发连接中只有少量活跃的情况下的系统CPU利用率。另一点原因就是获取事件的时候,它无须遍历整个被侦听的描述符集,只要遍历那些被内核IO事件异步唤醒而加入Ready队列的描述符集合就行了。epoll除了提供select/poll那种IO事件的水平触发(Level Triggered)外,还提供了边缘触发(Edge Triggered),这就使得