木馬源程序 /*實現了以下功能: 1.IP變換后自動發送Email通知 2.nt/window2000下綁定cmd,98下綁定command 3.sniffer整個無交換網絡的telnet pop3密碼功能 */ // troja3.cpp : Defines the entry point for the application. //written by Justin 小魚巫師 2002年5月
上傳時間: 2014-11-01
上傳用戶:xymbian
Blaster is a simple application that illustrates Windows NT 5.0’s support of the IrDA protocol. IrDA provides reliable point to point connectivity between 2 computers equipped with infrared
標簽: IrDA application illustrates protocol
上傳時間: 2015-03-29
上傳用戶:Thuan
This simple simulation of a pulse traveling down a parallel-plate guide makes a handy test code for initial experiments with boundary conditions. ToyFDTD3 adds some simple features to ToyFDTD1: A PMC boundary condition, a sinusoidal pulse source, and output tracking a single point in the mesh. Released 15 June 1999.
標簽: parallel-plate simulation traveling simple
上傳時間: 2015-04-06
上傳用戶:stella2015
TC 2.0 挖地雷 關于TC2.0版的挖地雷 1、整個游戲基于事件驅動的工作方式,這一點和windows應用程序是相通的。在程序的主 干中,不停的捕捉鼠標事件,再通過一個函數: Bool analysis(CPoint point, ClickInfor infor) 來分析鼠標事件作用在哪個對象上(游戲中的元素,比如按鈕、菜單、地雷單元格都是 作為一個對象來看待),然后把鼠標事件分配到相應的對象上。不同的對象,對鼠標事件 有自己的事件處理函數,比如菜單的事件處理函數有兩個:單擊菜單項和鼠標焦點落在 菜單項上。菜單對象能夠依據analysis傳給它的擊鍵信息,來判斷到底調用哪個事件處 理函數。(在windows編程中,其實也是給對象或控件寫事件處理函數)。 當然了,我這個程序中事件處理機制是非常基礎和簡單的,因為用的是TC2.0的編譯器, 所以很多東西要自己寫,會麻煩一些。 ………………詳細情況見包內文檔!
上傳時間: 2013-12-24
上傳用戶:佳期如夢
current version V0.2 功能:在LCD液晶屏上顯示相關信息,可以從16個按鍵上接受信息。 代碼改為在Bank0-RAM執行,免去做實驗時的來回修改Boot1與Boot0的跳線, 修改之處:修改mem_b.scf(原為mem_bb.scf)中的81xx xxxx為 80xx xxxx, 修改連接ADS項目的連接選項中的Entry Point為 0x80000000 ZLGARM SmartARM2200 實驗程序LCM_Disp修改版本 加入了4×4鍵盤驅動(ZLG7290)
上傳時間: 2014-01-02
上傳用戶:cc1015285075
I. Introduction This code exploits a previously undisclosed vulnerability in the bit string decoding code in the Microsoft ASN.1 library. This vulnerability is not related to the bit string vulnerability described in eEye advisory AD20040210-2. Both vulnerabilities were fixed in the MS04-007 patch. II. Screenshots $ ./kill-bill.pl . kill-bill : Microsoft ASN.1 remote exploit for CAN-2003-0818 (MS04-007) by Solar Eclipse <solareclipse@phreedom.org> Usage: kill-bill -p <port> -s <service> host Services: iis IIS HTTP server (port 80) iis-ssl IIS HTTP server with SSL (port 443) exchange Microsoft Exchange SMTP server (port 25) smb-nbt SMB over NetBIOS (port 139) smb SMB (port 445) If a service is running on its default port you don t have to specify both the service and the port. Examples: kill-bill -s iis 192.168.0.1 kill-bill -p 80 192.168.0.1 kill-bill -p 1234 -s smb 192.168.0.1
標簽: I. vulnerability Introduction undisclosed
上傳時間: 2015-05-15
上傳用戶:xhz1993
Unzip this file into a writeable directory. You should end up with a "Geocode" project, as well as Bitmaps and TestData directories. This sample geocodes single-match zip codes, entered by the user, or a batch-match of a table of zips (and other info) against a point shapefile. The point data shapefile consists of 41859 point features from 1996 GDT data, in decimal degrees. The table of zips that can be used in the batch match consists of 38 records, entitled "few_zips.dbf". More specifcs are found at the top of each form and are provided throughout the code.
標簽: directory writeable Geocode project
上傳時間: 2013-12-19
上傳用戶:wangchong
The Audio File Library provides a uniform programming interface to standard digital audio file formats. This library allows the processing of audio data to and from audio files of many common formats (currently AIFF, AIFF-C, WAVE, NeXT/Sun .snd/.au, IRCAM, AVR, Amiga IFF/8SVX, and NIST SPHERE). The library also supports compression (currently G.711 mu-law and A-law and IMA and MS ADPCM) as well as PCM formats of all flavors (signed and unsigned integer, single- and double-precision floating point).
標簽: programming interface provides standard
上傳時間: 2014-12-06
上傳用戶:a6697238
-- WISHBONE revB2 compiant I2C master core -- -- author: Richard Herveille -- rev. 0.1 based on simple_i2c -- rev. 0.2 april 27th 2001, fixed incomplete sensitivity list on assign_dato process (thanks to Matt Oseman) -- rev. 0.3 may 4th 2001, fixed typo rev.0.2 txt -> txr -- rev. 0.4 may 8th, added some remarks, fixed some sensitivity list issues
標簽: Herveille WISHBONE compiant Richard
上傳時間: 2014-01-18
上傳用戶:tzl1975
DVBstream is based on the ts-rtp package available at http://www.linuxtv.org. It broadcasts a (subset of a) DVB transport stream over a LAN using the rtp protocol. There were a couple of small bugs in the original ts-rtp application, which I have fixed here.
標簽: broadcasts DVBstream available linuxtv
上傳時間: 2013-11-30
上傳用戶:sy_jiadeyi