搜索结果
找到约 20 项符合
prints 的查询结果
按分类筛选
Java编程 两个java程序。PrintS.java 用冒泡排序的方法打印两个s三角镇的applet程序。
两个java程序。PrintS.java
用冒泡排序的方法打印两个s三角镇的applet程序。
*行业应用 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.
单片机开发 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.
技术资料 C8051F310 ADC程序
This example code takes and averages 2048 analog measurements from input P2.5 using ADC0, then prints the results to a terminal window via the UART.
单片机开发 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 ...
单片机编程 用户程序示例教程
用户程序示例教程
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 ...
微处理器开发 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 ...
数学计算 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 ...
技术资料 基于单片机的直流电机调速控制
设计基于单片机的直流电机转速调速系统。以单片机为核心,加上测速、键盘输入及电机驱动等模块构成整个电机控制系统。对单片机内部资源和外围模块编程实现电机转速的采集和显示、键盘输入目标转速、内部运行增量式PID控制算法得到增量,根据增量对输出脉宽PWM占空比进行调制,使电机达到设定转速并匀速运转。PID控制是闭环控制 ...