Hello MIDlet coded in J2me. Prints Hello to an computer emulating mobile.
标签: Hello emulating computer MIDlet
上传时间: 2014-09-06
上传用户:agent
用户程序示例教程 The Blinky project is a simple program for the LPC2138using Keil MCB2130 Microcontroller Board. It blinks the LEDs at speed according to the Potentiometer setting and Prints the current seting to the Serial Port 1.In addition it generates a sine wave with an adjustable frequency on the speaker of the board.
上传时间: 2014-12-27
上传用户:hongmo
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
上传用户:独孤求源
1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6 5 4 7 8 9 9 8 7 Write a main program to call reverse(A) for the matrix A = magic(5). Print to the screen both A and reverse(A). 2) Write a program which accepts an input k from the keyboard, and which Prints out the smallest fibonacci number that is at least as large as k. The program should also print out its position in the fibonacci sequence. Here is a sample of input and output: Enter k>0: 100 144 is the smallest fibonacci number greater than or equal to 100. It is the 12th fibonacci number.
标签: dimensions arbitrary function reverse
上传时间: 2016-04-16
上传用户:waitingfy
This example code takes and averages 2048 analog measurements from input P1.4 using ADC0, then Prints the results to a terminal window via the UART.
标签: measurements averages example analog
上传时间: 2016-06-13
上传用户:xuan‘nian
This code is described in "Computational Geometry in C" (Second Edition), Chapter 8. It is not written to be comprehensible without the explanation in that book. Prints out one arm configuration to reach given target. Assumes number of links >= 3. Input: nlinks Number of links L1 L2 ... Ln Link lengths x0 y0 target0 x1 x2 target1
标签: Computational described Geometry Chapter
上传时间: 2014-01-25
上传用户:yan2267246
This example uses a timer to generate interrupt at a specific period. The timer event handler increments the event count and Prints in stdout.
标签: timer interrupt generate specific
上传时间: 2014-06-25
上传用户:h886166
Actel Fusion System Management Development Kit UART Example. Contains Libero design using CoreABC. Program Prints text to UART.
标签: Development Management Contains CoreABC
上传时间: 2017-08-20
上传用户:netwolf