搜索结果
找到约 950 项符合
input-output 的查询结果
matlab例程 This program generates a input signal and a desired signal of the idetification plant
This program generates a input signal and a desired signal of the idetification plant
汇编语言 A test program for PUCUSB project, there is a UARTOUT program, which can output RS232 BAUD 19200,n81
A test program for PUCUSB project, there is a UARTOUT program, which can output RS232 BAUD 19200,n81 signal
其他嵌入式/单片机内容 Summary Many control applications require converting some analog input to a digital format. The ADC
Summary
Many control applications require converting some analog input to a digital format. The ADCINC12 User
Module is a general-purpose, 12-bit analog to digital converter (ADC) that does just that. This Application
Note is meant to be a simple introduction into its operation. The steps required t ...
汇编语言 vga verilog codes which design a pong game and output to vga monitor
vga verilog codes which design a pong game and output to vga monitor
汇编语言 verilog code which receive from uart RX and then output to lcd text display.
verilog code which receive from uart RX and then output to lcd text display.
其他嵌入式/单片机内容 ST7920 LCD driver source code, which include the LCD init and output the string to LCD.
ST7920 LCD driver source code, which include the LCD init and output the string to LCD.
文章/文档 javascript中文教程 <INPUT TYPE="button" NAME="objectName" VALUE="buttonText" [onClick="hand
javascript中文教程
<INPUT
TYPE="button"
NAME="objectName"
VALUE="buttonText"
[onClick="handlerText"]>
NAME specifies the name of the button object as a property of the enclosing form object and can be accessed using the name property. VALUE specifies the label to display on the button face and ...
中间件编程 很好的搜索: 给你很多长度不定的木棒
很好的搜索:
给你很多长度不定的木棒,将他们分成几组,每组中的总长度作为这组的标示值,请给出一种分组方法,能使得所有标示值中的最小值最大。
Input
多组,每组两行,第一行是一个N和K,代表有N根木棒,分成K组,第二行是N个数字,代表木棒的长度。(N不超过100,K不超过20,每根木棒长度不超过1000)
Output
...
中间件编程 简单的floyd运用 第一行输入一个整数C。C是测试的情况(0< C <=30).第二行一个正整数N( 0< N <=100),表示道路的总数.紧接N行
简单的floyd运用
第一行输入一个整数C。C是测试的情况(0< C <=30).第二行一个正整数N( 0< N <=100),表示道路的总数.紧接N行,每一行包含两个字符串, Si,,Ti,和一个整数Di,代表从Si到Ti的距离(0<= Di <=150)。最后一行有两个字符串,S 和 T,你得找出从S 到 T的最短的距离。地名是不超过120个小写字符的串(从‘a’到 ...
Linux/Unix编程 我的文件管理设计中对于文件管理的功能主要有以下几个:输入文件(input)
我的文件管理设计中对于文件管理的功能主要有以下几个:输入文件(input),
从文件列表中删除一个记录(delete a record from list),保存文件(save),
查找文件(search record on table),文件的列表(list)