//初始化 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