MiniGUI1.6.9的窗口编程实例,学习MiniGUI的好资料
上传时间: 2015-11-27
上传用户:qilin
MiniGUI1.6.9的窗口编程实例,学习MiniGUI的好资料
上传时间: 2015-11-27
上传用户:woshini123456
GTRACK Track mouse position and show coordinates in figure title. Once GTRACK is active the mouse position is constantly tracked and printed on the current figure title. A left-click will print the coordinates in the command line and store them. Clicking the mouse right button deactivates GTRACK.
标签: GTRACK mouse coordinates position
上传时间: 2013-12-17
上传用户:Zxcvbnm
minigui1.2版本的调用库,在费曼的网站上已经不提供1.2版本的下载了,但是做为minigui的低版本,1.2仍然是了解MINIGUI的最好途径
上传时间: 2013-12-13
上传用户:lixinxiang
water temperature control system uses the Single Chip Microcomputer to carry on temperature real-time gathering and controling. DS18B20, digitized temperature sensor, provides the temperature signal by "a main line". In -10~+85℃ the scope, DS18B20’s inherent measuring accuracy is 0.5 ℃. The water temperature real-time control system uses the electricity nichrome wire carring on temperature increiseament and operates the electric fan to realize the temperature decrease control. The system has the higher measuring accuracy and the control precision, it also can complete the elevation of temperature and the temperature decrease control.
标签: temperature Microcomputer real-tim control
上传时间: 2015-12-10
上传用户:nairui21
TFIND searches for one or more strings (boolean AND) in a text file. TFIND reports all lines where the string(s) were found (or NOT found by option). The search can be limited to a field in a fixed field (i.e. column oriented) list. An extended search mode is available, where only letters and digits are relevant. Other options: case sensitive search, alternative errorlevel with number of hits, header line with file name, LFN, custom prefix
标签: TFIND searches boolean reports
上传时间: 2016-01-24
上传用户:lindor
2410下面摄像头抓图程序,可以扩展为在minigui直接显示。zc301芯片
上传时间: 2016-01-28
上传用户:cooran
Linux 2.6内核下,3.5 TFT液晶屏显示驱动,FrameBuffer模式,支持Framebuffer Console,支持MicroWidows,MiniGui
上传时间: 2016-02-21
上传用户:qq521
S6B0724液晶显示驱动程序 void LCD_BUSY(void) void write_LCD_data(uchar lcd_data) void write_LCD_command(uchar command) void clear_lcd(void) void LCDClearLine(uchar line) void prints(uchar line,uchar * temp) void printf(ulong int x) void change_code(uint * x) void Sendlcd(uchar x,uchar y,uchar dat) void Sendhz(uchar x,uchar y,uchar dat) void display_HZ(void) void display_date(void) void LCD_initial(void) void prints_id(uchar line,uint id) //void print_lcd(uchar *sss)
标签: void write_LCD_command write_LCD_data LCD_BUSY
上传时间: 2016-03-17
上传用户:独孤求源
The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a simple synchronization primitive (semaphore). As you might have already noticed, GeekOS uses a simple priority based preemptive Round Robin algorithm. In this project, you will change this to a multilevel feedback scheduling. In addition, you will provide user programs with semaphores, a means to check the system s current time and a mechanism for passing command-line arguments
标签: scheduling algorithm implement to
上传时间: 2013-11-27
上传用户:Late_Li