搜索结果
找到约 774 项符合
start-out 的查询结果
单片机开发 FT245U169 FIFO Loopback This program transmits data through the FT245BM FIFO data bus to the MSP430
FT245U169 FIFO Loopback
This program transmits data through the FT245BM FIFO data bus to the MSP430F169 on Port 4.
The data is decremented and sent back out of Port 4 to to FIFO on the FT245BM.
Use Hyperterminalto send and receive data.
FIFO control lines are on Port2 (P2.0-P2.3).
嵌入式/单片机编程 蜂鸣器唱《祝你平安》 * * ******************************************************************************
蜂鸣器唱《祝你平安》 *
*
********************************************************************************/
SPK bit P2.3
ORG 0000H
LJMP START
ORG 000BH
INC 20H 中断服务,中断计数器加1
MOV TH0,#0D8H
MOV TL0,#0EFH 12M晶振,形成10毫秒中断
其他 Where We ve Been Where We re Going Back in February (that s 1998, but it almost seems longer), Dr.
Where We ve Been Where We re Going
Back in February (that s 1998, but it almost seems longer), Dr. GUI set off to start a set of columns on the Active Template Library (ATL).
uCOS 完成在S3C2410处理器上移植μC/OS-II内核
完成在S3C2410处理器上移植μC/OS-II内核,然后实现以下多任务:
a) 控制实验箱核心板上4盏LED灯轮流亮灭;
b) 将LED1连接到ARM9-2410EP增强型实验箱扩展口的DA OUT端口,通过实验箱上的键盘(比如“↑”、“↓”键)控制LED1亮暗变化,同时在超级终端显示该控制值;
c) 将LED2连接到扩展口的I/O输出口,通过超级终端按键控 ...
人工智能/神经网络 ants 算法求解TSP问题(自己以前写的
ants 算法求解TSP问题(自己以前写的,进行过验证)。c为邻接矩阵,p is the start city
Java书籍 Writing Robust Java Code The AmbySoft Inc. Coding Standards for Java v17.01d Scott W. Ambler Sof
Writing Robust Java Code
The AmbySoft Inc. Coding Standards for Java
v17.01d
Scott W. Ambler
Software Process Mentor
This Version: January 15, 2000
Copyright 1998-1999 AmbySoft Inc.Purpose of this White Paper
This white paper describes a collection of standards, conventio
code. They are based on so ...
VC书籍 This book is for you if You re no "dummy," and you need to get quickly up to speed in intermediate
This book is for you if
You re no "dummy," and you need to get quickly up to speed in intermediate to advanced C++
You ve had some experience in C++ programming, but reading intermediate and advanced C++ books is slow-going
You ve had an introductory C++ course, but you ve found that you still can t ...
Java书籍 SSD3: Object-Oriented Programming and Design Introduction This course introduces students to prob
SSD3: Object-Oriented Programming and Design
Introduction
This course introduces students to problem solving by means of object-oriented design and implementation. Emphasis is on problem analysis and solution design, documentation and implementation. Students use commercial software libraries, and ...
VHDL/FPGA/Verilog ADC0809采样控制电路的实现ADC0809是CMOS的8位A/D转换器
ADC0809采样控制电路的实现ADC0809是CMOS的8位A/D转换器,片内有8路模拟开关,可控制8个模拟量中的一个进入转换器中,转换时间约100us。主要控制信号有,START是转换启动信号,高电平有效。ALE是3位通道选择地址(ADDC、ADDB、ADDA)信号的所存信号。当模拟量送至某一输入端(如IN1或IN2),由3位地址信号选择,而地址信号 ...
USB编程 使用68013的测试程序
使用68013的测试程序,包含68013固件程序(采用slave FIFO bulk同步读写,EP2 OUT,EP6 IN),驱动,PC端测试用程序。CPLD的VHDL代码