搜索结果

找到约 950 项符合 input-output 的查询结果

汇编语言 This program demonstrates operation of ADC0 in polled mode. The ADC0 is // configured to use writes

This program demonstrates operation of ADC0 in polled mode. The ADC0 is // configured to use writes to AD0BUSY as its start of conversion source and // to measure the output of the on-chip temperature sensor. The temperature // sensor output is converted to degrees Celsius and is transmitted out UAR ...
https://www.eeworm.com/dl/644/241034.html
下载: 173
查看: 1078

单片机开发 This program demonstrates operation of ADC0 in polled mode. The ADC0 is // configured to use writes

This program demonstrates operation of ADC0 in polled mode. The ADC0 is // configured to use writes to AD0BUSY as its start of conversion source and // to measure the output of the on-chip temperature sensor. The temperature // sensor output is converted to degrees Celsius and is transmitted out UAR ...
https://www.eeworm.com/dl/648/241035.html
下载: 199
查看: 1066

Java书籍 Core Java 2 Volume I - Fundamentals, Seventh Edition Completely revised and up-to-date coverage o

Core Java 2 Volume I - Fundamentals, Seventh Edition Completely revised and up-to-date coverage of Generic programming, restrictions and limitations, type bounds, wilcard types, and generic reflection Swing GUI development, including input validation and other enhancements Exception handling and ...
https://www.eeworm.com/dl/656/241394.html
下载: 72
查看: 1051

文件格式 Rao-Blackwellised Particle Filters (RBPFs) are a class of Particle Filters (PFs) that exploit condi

Rao-Blackwellised Particle Filters (RBPFs) are a class of Particle Filters (PFs) that exploit conditional dependencies between parts of the state to estimate. By doing so, RBPFs can improve the estimation quality while also reducing the overall computational load in comparison to original PFs. Howev ...
https://www.eeworm.com/dl/639/241532.html
下载: 52
查看: 1058

其他 学会对文件的记录锁定

学会对文件的记录锁定,及解锁。#include <stdio.h> #include <unistd.h> #include <fcntl.h> int main() { int fd int i struct { char name[20] uint ID int age } myrec fd =open("name", O_RDWR|O_CREAT, 0755) if (fd == -1) return -1 printf("Input your name:") scanf("%s", myrec.name) ...
https://www.eeworm.com/dl/534/242419.html
下载: 95
查看: 1100

汇编语言 This directory contains the memtest 8051 firmware for the Anchor Chips EZ-USB chip. The purpose

This directory contains the memtest 8051 firmware for the Anchor Chips EZ-USB chip. The purpose of this software is to test the different memory segments in the Ez-Usb chip. This example will output the string "good" on the 7 segment LED if the mem test passes, or it will output the first addres ...
https://www.eeworm.com/dl/644/246658.html
下载: 74
查看: 1081

Java编程 We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparis ...
https://www.eeworm.com/dl/633/247529.html
下载: 64
查看: 1048

Java编程 EPS_Java Projec is JAVA program can display charts, and handle waypoints, track, and routes. It read

EPS_Java Projec is JAVA program can display charts, and handle waypoints, track, and routes. It reads output from the gpstrans program. gpstrans can communicate with Garmin GPS navigators.
https://www.eeworm.com/dl/633/249854.html
下载: 125
查看: 1042

驱动编程 This the second tutorial of the Writing Device Drivers series. There seems to be a lot of interest i

This the second tutorial of the Writing Device Drivers series. There seems to be a lot of interest in the topic, so this article will pick up where the first left off. The main focus of these articles will be to build up little by little the knowledge needed to write device drivers. In this article, ...
https://www.eeworm.com/dl/618/252357.html
下载: 70
查看: 1050

uCOS ucos的WINDOWS版!通过官方的移植版制作

ucos的WINDOWS版!通过官方的移植版制作,重新创建了VC工程,使用WIN32界面而不是原版的控制台窗口,可以很方便的在上面移植UCGUI,只要修改底层绘图函数即可!并且程序中可以输出调试信息到OUTPUT窗口,可以很方便地进行模拟开发。 ...
https://www.eeworm.com/dl/649/253233.html
下载: 27
查看: 1097