搜索结果
找到约 18 项符合
Prints 的查询结果
按分类筛选
JavaScript Hello MIDlet coded in J2me. prints Hello to an computer emulating mobile.
Hello MIDlet coded in J2me. prints Hello to an computer emulating mobile.
单片机编程 用户程序示例教程
用户程序示例教程
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 ...
单片机开发 S6B0724液晶显示驱动程序 void LCD_BUSY(void) void write_LCD_data(uchar lcd_data) void write_LCD_command(
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 ...
数学计算 1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a
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 ...
单片机开发 This example code takes and averages 2048 analog measurements from input P1.4 using ADC0, then pri
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.
微处理器开发 This code is described in "Computational Geometry in C" (Second Edition), Chapter 8. It is not writ
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 l ...
*行业应用 This example uses a timer to generate interrupt at a specific period. The timer event handler incre
This example uses a timer to generate interrupt at a specific period.
The timer event handler increments the event count and prints in stdout.
串口编程 Actel Fusion System Management Development Kit UART Example. Contains Libero design using CoreABC. P
Actel Fusion System Management Development Kit UART Example. Contains Libero design using CoreABC. Program prints text to UART.