這個是用VC++實現的winsnmp的網絡管理兼監控的程序,經調試可正常運行通過,希望對大家有所幫助 -this the VC winsnmp network management and monitoring procedures, The tests can be run through the Normal, we hope to help
上傳時間: 2013-12-19
上傳用戶:gundan
LINUX C++開發的寫日志函數源嘛,在新的項目中可以直接方便的使用只需要調用WriteLog就函數就行了。日志分成三級:debug,Normal,alert
上傳時間: 2016-08-24
上傳用戶:kiklkook
使用IIC器件,作為程序存儲空間,對其進行讀出或執行其程序。存入如“QUANZHOU Normal UNIVERSITY”等自定內容,再用按鍵調出、顯示
上傳時間: 2016-10-08
上傳用戶:小眼睛LSL
在MFC中,要使用圖形按鈕,一般會選擇CBitmapButton類,使用CBitmapButton類可以設置按鈕的Normal、Selected、Focused和Disabled四種狀態的bmp圖像,這四副狀態圖像要求同尺寸大小,其中Normal狀態圖片是必需提供的。常見調用代碼示例: CBitmapButton m_bmpBtn m_bmpBtn.SubclassDlgItem(IDC_BUTTON1,this) //關聯控件 //CBitmapButton對象m_bmpBtn的LoadBitmaps函數加載程序內bmp資源。 m_bmpBtn.LoadBitmaps(IDB_BITMAP1,IDB_BITMAP2,IDB_BITMAP3,IDB_BITMAP4) m_bmpBtn.SizeToContent()
上傳時間: 2014-01-01
上傳用戶:894898248
(1 . Higher Educati on Admissi on Committee Office of L ianyungang,L ianyungang 222006, China 2 . Modern Educati on Technique Center, Huaihai I nstitute of Technol ogy, L ianyungang 222005, China) Abstract: The outbreak ofARP cheating virus interferes with the nor mal functi oning of LAN. On the basis of thoroughly und standing of the p rinci p les, this paper analyzes the p rinci p les, pattern and classificati ons ofARP in details . And it also discu the tactics t o take strict p recauti ons ofARP fr om t wo sides— — —the administrati on ofLAN and Client Host . The pur pose of the cussi on is t o guarantee the Normal running of LAN users . Key words: virus p rinci p les LAN client host
標簽: ianyungang Committee Educati Admissi
上傳時間: 2013-12-23
上傳用戶:zhangyigenius
This Program Cotains Eeprom Read-write functions, 4 Bit LCD interface routines, Keyboard Interface with Normal Key Input to the 89C52 atmel Microcontroller.
標簽: Read-write Interface functions interface
上傳時間: 2014-01-03
上傳用戶:jqy_china
DragonRaja Client source version 1.4+ this source allow players join in (Hades Warfield or Monsters warfield). When you compile in debug mode, it is GMtool. else compile in release mode, it is Normal player.
標簽: source DragonRaja Warfield Monsters
上傳時間: 2014-01-25
上傳用戶:lxm
The frequency domain plays an important role in image processing to smooth, enhance, and detect edges of images. Although image data typically does not include imaginary values, the fast Fourier transform (FFT) has been used for obtaining spectra. In this paper, the fast Hartley transform (FHT) is used to transform two-dimensional image data. Because the Hartley transform is real valued, it does not require complex operations. Both spectra and autocorrelations of two-dimensional ultrasound images of Normal and abNormal livers were computed.
標簽: processing frequency important enhance
上傳時間: 2014-01-08
上傳用戶:1051290259
//顏色初始化 if(!has_colors() || start_color() == ERR){ endwin() printf("Terminal does not support color.\n") exit(1) } init_pair(1, COLOR_GREEN, COLOR_BLACK) init_pair(2, COLOR_RED, COLOR_BLACK) init_pair(3, COLOR_CYAN, COLOR_BLACK) init_pair(4, COLOR_WHITE, COLOR_BLACK) init_pair(5, COLOR_MAGENTA, COLOR_BLACK) init_pair(6, COLOR_BLUE, COLOR_BLACK) init_pair(7, COLOR_YELLOW, COLOR_BLACK) //寫字符串 for(i = 1 i <= 7 i++) { attron(COLOR_PAIR(i)) printw("color pair d in Normal mode\n", i) } for(i = 1 i <= 7 i++) { attron(COLOR_PAIR(i) | A_BLINK | A_UNDERLINE) printw("color pair d in Normal mode\n", i) }
標簽: start_color has_colors Terminal endwin
上傳時間: 2014-01-14
上傳用戶:vodssv
Description Combination of book reader and Web browsers. This program can be used for Web browsing, reading news sites, downloading and reading books and atricles from the Web. It is not implement all HTML browser functionality - it doesn t show images and is not able to proceed forms. The main idea was to make it possible to view Normal sites (not WAP sites) on very small screen of mobile phone. This application share a lot of code with MobiReader and first of all is inteded to be used to browse text data.
標簽: Description Combination Web browsers
上傳時間: 2013-12-16
上傳用戶:qweqweqwe