//初始化 initscr() //獲得屏幕尺寸 getmaxyx(stdscr, h, w) //畫背景 for(i=0 i<h i++) for(j=0 j<w j++){ mvaddch(i, j, ACS_CKBOARD) } refresh() //建立窗口 pad = newpad(80, 128) for(i=0 i<80 i++){ char line[128] sprintf(line, "This line in pad is numbered d\n", i) mvwprintw(pad, i, 0, line) } //刷新屏幕 refresh() prefresh(pad, 0, 1, 5, 10, 20, 45) for(i=0 i<50 i++){ prefresh(pad, i+1, 1, 5, 10, 20, 45) usleep(30000) } //等待按鍵 getch()
標簽: getmaxyx initscr stdscr for
上傳時間: 2014-08-30
上傳用戶:龍飛艇
I always believe that one will easily lag behind unless he keeps on learning. Of course, if I am given a chance for advanced studies in this famous University , I will stare to effort to master a good command of advance my capability.
標簽: learning believe always behind
上傳時間: 2017-06-13
上傳用戶:極客
HSSDRC IP core is the configurable universal SDRAM controller with adaptive bank control and adaptive command pipeline. HSSDRC IP core and IP core testbench has been written on SystemVerilog and has been tested in Modelsim. HSSDRC IP core is licensed under MIT License
標簽: configurable controller universal adaptive
上傳時間: 2017-06-25
上傳用戶:皇族傳媒
Kullanı lan bazı matlab bilgileri Matlabda kodlar mfile lara yazı lı p kaydedilebilir. Ü st menüden, file, new, mfile. Command windowa yazdı kları nı zı kaydedemezsiniz. Yazdı ğ ı nı z kodu ç alı ş tı rabilmeniz iç in ç alı ş tı ğ ı nı z current directory nin altı na kaydetmelisiniz. Current directory i dosyanı n bulunduğ u yere de gö türebilirsiniz
標簽: 305 bilgileri kaydedile Matlabda
上傳時間: 2014-01-06
上傳用戶:miaochun888
Launch Matlab by either clicking twice on the Matlab icon on your desktop or by selecting: Start Programs Matlab Matlab. The main window is the MATLAB Command Window, where you write your instructions.
標簽: Matlab selecting clicking desktop
上傳時間: 2017-06-30
上傳用戶:aa17807091
用純C語言編寫的一個Linux下的Shell,包含tch和bash的基本功能(包含重定向和后臺運行),暫時不支持管道。已經在cygwin和Ubantu 7.10下測試通過。 主要包含: makefile 編譯生成myshell可執行文件 myshell.c 主函數(涉及程序入口) utility.c 所有功能函數(將近1000行) myshell.h(包含宏定義、結構體聲明、庫函數的頭文件,及utility.c中的所有函數的聲明) readme 用戶手冊(當用戶在myshell里輸入help <command> 時,輸出<command>的使用說明)
上傳時間: 2014-02-05
上傳用戶:xymbian
Android的Radio Interface Layer (RIL)提供了電話服務和的radio硬件之間的抽象層。Radio Interface Layer RIL(Radio Interface Layer)負責數據的可靠傳輸、AT命令的發送以及response的解析。應用處理器通過AT命令集與帶GPRS功能的無線通訊模塊通信。AT command由Hayes公司發明,是一個調制解調器制造商采用的一個調制解調器命令語言,每條命令以字母"AT"開頭。
上傳時間: 2013-12-10
上傳用戶:pinksun9
a new method for identification of fast fading mobile channels. Estimates both the channel statistics and the time varying channel impulse respone on -line.
標簽: identification Estimates statistic channels
上傳時間: 2014-12-22
上傳用戶:lz4v4
In this paper, it is designed a platform for least deviation linear interpolation with two axis linear guides, and it realizes the linear interpolator by PIC microprocessor with MPLAB C language in PIC microprocessor.
標簽: interpolation deviation designed platform
上傳時間: 2017-07-24
上傳用戶:維子哥哥
本文的主旨以討論 EMACS 的入門為主,其內容包括 EMACS 發展的概述, EMACS 整合 環境的簡介以及 EMACS 的基石 - editor 的詳談。本文在結構上分成八章,第一章討論有 關 EMACS 的源起、發展歷史以及 EMACS 的特性簡介。 第二章討論 EMACS 的 on-line help。第三章則簡單介紹 EMACS 的整合環境。接下來就是本文的重點,探討 EMACS 的 本質。
標簽: EMACS
上傳時間: 2013-12-16
上傳用戶:wff