一般的學生成績管理,要在win-tc中文dos下運行
標簽:
上傳時間: 2017-01-15
上傳用戶:zhuimenghuadie
智能手機導航系統,Win mobile
上傳時間: 2014-08-05
上傳用戶:懶龍1988
PL0 C語言版本 //A.2 C 版 本 /*編譯和運行環境: *1Visual C++6.0,VisualC++.NET and Visual C++.NET 2003 *WinNT, Win 200, WinXP and Win2003 *2 gcc version 3.3.2 20031022(Red Hat Linux 3.3.2-1) *Redhat Fedora core 1 *Intel 32 platform *使用方法: *運行后輸入PL/0 源程序文件名 *回答是否輸出虛擬機代碼 *回答是否輸出名字表 *fa.tmp 輸出虛擬機代碼 *fa1.tmp 輸出源文件及其各行對應的首地址 *fa2.tmp 輸出結果 *fas.tmp 輸出名字表 */
上傳時間: 2013-12-22
上傳用戶:遠遠ssad
shp轉換,方便用戶批量轉換數據用,可以到win平臺 linux平臺
上傳時間: 2017-02-13
上傳用戶:秦莞爾w
最大特點 1.跨平臺,基本WEB服務,無論防火強怎么封端口,只要打開80,就可以遠程管理服務器. 2.客戶端無論安裝任何插件. 3.只有一個JSP文件,文件名可以隨意改,隱蔽性好. 功能: 1.文件管理: 包括對文件的操作和打包下載. 2.終端命令: 其實就是Win下的"命令提示符",可以通過命令進行重啟服務器等操作 3.遠程桌面: 和Windows系統的"mstsc"基本上一樣,可以遠程管理桌面. 4.任務管理: 可以查看正在運行的程序的狀態,并終止已停止響應的程序 5.服務管理: 啟動、停止或重新啟動服務. 6.系統信息: 可以查看CPU、內存、OS版本....
上傳時間: 2014-01-25
上傳用戶:yoleeson
The Window Design Method The basic idea behind the design of linear-phase FIR filters using the window method is to choose a proper ideal frequency-selective filter [which always has a noncausal, infinite duration impulse response] and then truncate its impulse response hd[n] to obtain a linear-phase and causal FIR filter h[n]. To truncate the impulse response of the ideal filter a time window w[n] is used. Available windows in Matlab are rectangular [or boxcar in Matlab], bartlett, hamming, hanning
標簽: linear-phase The the filters
上傳時間: 2017-03-20
上傳用戶:PresidentHuang
用MFC實現串口編程, 本文詳細介紹了串行通信的基本原理,以及在Windows NT、Win98環境下用MFC 實現串口(COM)通信的方法:使用ActiveX控件或Win API.并給出用Visual C++6.0 編寫的相應MFC32位應用程序。關鍵詞:串行通信、VC++6.0、ActiveX控件、Win API、MFC32位應用程序、事件驅動、非阻塞通信、多線程.
上傳時間: 2017-04-08
上傳用戶:妄想演繹師
This gorgeous, full-color book will guide you through the complete design process, from getting inspiration and sketching ideas out, through to choosing a color scheme, designing the layout, and selecting effective imagery. Throughout, the focus is on simple and practical techniques that anyone can use 鈥?you don鈥檛 need to have gone to art school or have artistic flair to create stunning designs using the methods outlined in this book. You鈥檒l follow along as author and design guru Jason Beaird creates a complete web site layout using the techniques that you鈥檝e learned. The book鈥檚 full-color layout and large format (8鈥?x 10鈥? make The Principles Of Beautiful Wed Design a pleasure to read.
標簽: full-color gorgeous complete getting
上傳時間: 2017-05-08
上傳用戶:2404
* This source demonstrates sending HTTP POST request to webserver from C++ * This uses sockets hence can be compiled on Linux, UNIX, Win
標簽: This demonstrates webserver sending
上傳時間: 2013-12-26
上傳用戶:haohaoxuexi
//初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } //設置模式 cbreak() noecho() keypad(stdscr, TRUE) //建立窗口 win = newwin(h, w, 3, 20) box(win, 0, 0) keypad(win, TRUE) wmove(win, cury, curx) mvaddstr(16, 1, "Press arrow keys to move the cursor within the window.\n") mvaddstr(17, 1, "Press q to quit.\n") refresh() wrefresh(win)
標簽: EXIT_FAILURE initcurs initscr perror
上傳時間: 2013-12-20
上傳用戶:FreeSky