Welcome![Sign In][Sign Up]
Location:
Search - remote

Search list

[Embeded-SCM Developtelephone

Description: 电话远程控制的想法已有一段是时间,现在就可以让你自已做一个电话摇控,这是程序和电路烀-Telephone remote control for some of the ideas is the time, now can let you own a phone to do remote control, this is the procedure and circuit烀
Platform: | Size: 41984 | Author: haoquan | Hits:

[Windows DevelopARemoteDesktopProtocolclient

Description: 一个在linux系统下远程登陆xp/2k/2003/等系统的软件。-A linux system in a remote landing xp/2k/2003/software systems.
Platform: | Size: 192512 | Author: neo | Hits:

[SCM1527

Description: 用pic单片机解码的1527遥控遥控接收程序-Single-chip decoder with pic of the 1527 Remote Control Remote Control Receiver procedures
Platform: | Size: 2048 | Author: txf | Hits:

[Technology ManagementIRremote

Description: 一本不错的介绍IR,红外遥控的书,包括原理,芯片,C嵌入编程等-A good introduction IR, infrared remote control, including the principle of the chip, C embedded programming, etc.
Platform: | Size: 1042432 | Author: cey | Hits:

[assembly languageslaa134

Description: This application report describes the use of Timer_A3 to decode RC5 and SIRC TV IR remote control signals. The decoder described in this report is interrupt-driven and operates a background function using specific features the Timer_A3. Only a small portion of the MSP430 CPU?s nonreal-time resources is used. Specific hardware bit-latching capabilities of the Timer_A3 module are used for real-time decoding of the IR data signal, independent and asynchronous to the CPU. CPU activity and power consumption are kept to an absolute minimum level. The Timer_A3 decoder implementation also allows other tasks to occur simultaneously if required. The solutions provided are written specifically for MSP430x11x(1) and MSP430x12x derivatives, but can be adapted to any other MSP430 incorporating Timer_A3. 電視遙控器設計基於MSP430-This application report describes the use of Timer_A3 to decode RC5 and SIRC TV IR remote control signals. The decoder described in this report is interrupt-driven and operates a background function using specific features the Timer_A3. Only a small portion of the MSP430 CPU? S nonreal-time resources is used. Specific hardware bit-latching capabilities of the Timer_A3 module are used for real-time decoding of the IR data signal, independent and asynchronous to the CPU. CPU activity and power consumption are kept to an absolute minimum level. The Timer_A3 decoder implementation also allows other tasks to occur simultaneously if required. The solutions provided are written specifically for MSP430x11x (1) and MSP430x12x derivatives, but can be adapted to any other MSP430 incorporating Timer_A3. TV remote control design is based on MSP430
Platform: | Size: 9216 | Author: 言嘉宏 | Hits:

[AI-NN-PRSOFM

Description: SOFM神经网络的 c++源程序 可用于遥感图像分类-SOFM neural network c++ Source can be used for remote sensing image classification
Platform: | Size: 28672 | Author: deepu | Hits:

[OtherWiley[1].Interscience.2-D.and.3-D.Image.Registrati

Description: 医学图像,遥感图像拼接以及在工业中的应用,是一本很不错的书,希望对做拼接的朋友有所帮助-Medical images, remote sensing image mosaic, as well as in industrial application, is a very good book, and they hope to make friends help splicing
Platform: | Size: 4958208 | Author: 星星 | Hits:

[DocumentsgetRemoteMac

Description: VC源代码,一段可以得到远程机器MAC地址的VC源代码.-VC source code, a section can be remote machine MAC address VC source code.
Platform: | Size: 37888 | Author: wonder | Hits:

[CommunicationmRemote_0.0.3.6_Source

Description: windows 远程桌面管理客户端软件 VB编写-windows Remote Desktop client software VB managed the preparation of
Platform: | Size: 1636352 | Author: 王杰涛 | Hits:

[Remote ControlGetMac

Description: VC++实现远程获得mac地址或机器名的简单实现。-VC++ Realize remote access to mac address or machine name of a simple realization.
Platform: | Size: 1244160 | Author: 胡闯 | Hits:

[OtherSpectralImagingforRemoteSensing

Description: 高光谱遥感图像处理的入门级文章,MIT林肯实验室的文章,比较经典!-Hyperspectral remote sensing image processing of the entry-level article, MIT Lincoln Laboratory of the article, compare the classic!
Platform: | Size: 3577856 | Author: xinran | Hits:

[OtherDS1302+AT89C2051

Description: led电子钟制作,采用实时时钟芯片DS1302+AT89C2051的红外遥控LED电子钟 -led electronic clock production, the use of real-time clock chip DS1302+ AT89C2051 infrared remote control LED electronic clock
Platform: | Size: 389120 | Author: jingyun | Hits:

[SCMMT8880

Description: 使用MT8880的电话远程遥控程序,可以通过电话控制家里的电器-MT8880 phone using remote control procedures, can be controlled by telephone at home appliances
Platform: | Size: 3072 | Author: lanme | Hits:

[OS programRCtl

Description: 结合T-PSKIT/T-CMD 一个系统服务级后门 可在获取远程机器管理员账号后在远程机安装 支持登陆口令、远程机器信息枚举,修改,远程桌面捕获等-Combined with a system service level T-PSKIT/T-CMD backdoor access to remote machine in the administrator account on the remote machine after the installation to support landing password, remote machine information enumerate, modify, such as Remote Desktop Capture
Platform: | Size: 605184 | Author: mars | Hits:

[Internet-NetworkCS_RemoteControl

Description: server remote control所需模块如下: 网络模块:负责监听客户端连接,接受处理发来的命令(鼠标,键盘,网络消息等),在本级处理这些消息并发送各种数据(屏幕数据,命令反馈数据)到客户端监听程序 编码模块:负责对屏幕图像数据进行压缩编码。具体的编码方法有客户端决定。压缩选项包括霍夫曼压缩,多遍霍夫曼压缩,RunLength编码,RunLength-霍夫曼组合编码及不压缩 主框架模块:负责处理server端窗口消息处理和映射 Client remote control所需模块如下: 网络模块:负责连接服务器端监听端口,向服务器发送命令(鼠标,键盘,网络消息等),接受服务器数据,在本级处理解压缩解码(屏幕数据,命令反馈数据),然后将图像数据显示在本机。 解码模块:压缩选项包括霍夫曼压缩,多遍霍夫曼压缩,RunLength编码,RunLength-霍夫曼组合编码及不压缩 主框架模块:负责处理client端窗口消息处理和映射
Platform: | Size: 166912 | Author: 王磊 | Hits:

[Multi Monitorwinamp_control

Description: Winamp remote control
Platform: | Size: 1073152 | Author: Friddy | Hits:

[File Formatjiqirensheji

Description: 红外遥控六足爬虫机器人设计,内附设计原理图和详细及说明-Infrared Remote Control Reptile hexapod robot design, containing a schematic diagram and detailed design and description
Platform: | Size: 379904 | Author: 朱良 | Hits:

[JSP/Javaremote_control

Description: java写的远程屏幕控制系统,在linux和window之间实现了远程互相控制,当时是为了在校园里实现一套实用级的远程教学系统(和我前面上传的jqq结合),现在没时间做了,请同志们实现我的梦想吧(实现一个类似QQ的跨平台远程教学系统,采用先进算法,是远程控制达到PERFECT),别忘了SHARE哦-java written in a remote screen control system, in the linux and window distance between each control was in the campus in order to realize a practical level distance learning system (and in front of me upload jqq combination), no time now to do Please comrades realize my dream bar (QQ realize a similar cross-platform remote teaching system that uses advanced algorithms, is the remote control to achieve PERFECT), do not forget Oh SHARE
Platform: | Size: 5120 | Author: 洪光明 | Hits:

[SCM51PowerControl

Description: 51单片机实现远程电源控制,串口接收电台命令,控制通断电,C语言编程-51 single-chip remote power control, serial port to receive radio commands to control the pass off, C language programming
Platform: | Size: 25600 | Author: Sean Cheung | Hits:

[Remote ControlRecub

Description: Recub这是一款Windows平台下的远程控制工具 使用activex启动技术 英文介绍 RECUB Features. 1 RC4 Encripted Reverce connect Shell for XP,2k,2003. 2 Bypass Firewalls by starting new instance of Internet explorer and injecting code 3 Activate throw Encrypted ICMP request 5 No listning ports 6 No Process visible,injects into Explorer.exe on startup and exiting 6 Activex startup 7 Empty All Event Logs After exiting the shell. 8 We can use Netcat also for remote shell. 9 EXE size only 5.39 KB Install Copy to any folder like windows of system32 and run once Uninstall Just delete the exe file and this key at HKEY_LOCAL_MACHINE\Software\\Microsoft\\Active Setup\\Installed Components\\{H9I12RB03-AB-B70-7-11d2-9CBD-0O00FS7AH6-9E2121BHJLK} HKEY_CURRENT_USER\Software\\Microsoft\\Active Setup\\Installed Components\\{H9I12RB03-AB-B70-7-11d2-9CBD-0O00FS7AH6-9E2121BHJLK}-Recub This is a Windows platform under the remote control tool to start using activex technology introduction in English RECUB Features.1 RC4 Encripted Reverce connect Shell for XP, 2k, 2003.2 Bypass Firewalls by starting new instance of Internet explorer and injecting code3 Activate throw Encrypted ICMP request5 No listning ports6 No Process visible, injects into Explorer.exe on startup and exiting6 Activex startup7 Empty All Event Logs After exiting the shell.8 We can use Netcat also for remote shell.9 EXE size only 5.39 KBInstallCopy to any folder like windows of system32 and run onceUninstallJust delete the exe file and this key atHKEY_LOCAL_MACHINESoftware \ Microsoft \ Active Setup \ Installed Components \ (H9I12RB03-AB-B70-7-11d2-9CBD-0O00FS7AH6-9E2121BHJLK) HKEY_CURRENT_USERSoftware \ Microsoft \ Active Setup \ Installed Components \ (H9I12RB03- AB-B70-7-11d2-9CBD-0O00FS7AH6-9E2121BHJLK)
Platform: | Size: 107520 | Author: 张京 | Hits:
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »

CodeBus www.codebus.net