搜索结果
找到约 593 项符合
st-Link 的查询结果
其他嵌入式/单片机内容 *** *** *** *** *液晶显示*** *** *** ******************OCM4X8C串口****************** CS EQU P2.0 ST
*** *** *** *** *液晶显示*** *** ***
******************OCM4X8C串口******************
CS EQU P2.0
STD EQU P1.2
SCLK EQU P1.3
PSB EQU P1.4
RST EQU P1.5
RS_STU EQU 20H.0
LCD_X EQU 30H
LCD_Y EQU 31H
LCD_X1 EQU 32H
LCD_Y1 EQU 33H
COUNT EQU 34H
COUNT1 EQU 35H
COUNT2 EQU 36H
COUNT3 EQU 37H
...
软件设计/软件工程 1设计题目及要求 一、程序设计题目:学生成绩管理程序设计 二、 程序设计功能及要求: 1.显示学生各门成绩,总分,和平均分. 2.按总分由高到的进行排列. 3.要求输入一个学号.要求能找出一
1设计题目及要求
一、程序设计题目:学生成绩管理程序设计
二、 程序设计功能及要求:
1.显示学生各门成绩,总分,和平均分.
2.按总分由高到的进行排列.
3.要求输入一个学号.要求能找出一个学生的.姓名.各门功课的成绩.
3 算法分析
1. 学生成绩管理软件的数据结构
2. 排序
3. 查找
4. 其它
4 主要流程图
1写程序结构及 ...
其他 Universal Serial Bus (USB) is a communications architecture that gives a personal computer (PC) th
Universal Serial Bus (USB) is a communications architecture that gives a personal
computer (PC) the ability to interconnect a variety of devices using a simple four-
wire cable. The USB is actually a two-wire serial communication link that runs at
either 1.5 or 12 megabits per second (mbs). USB pr ...
汇编语言 该软件提供了编辑、编译、运行、调试汇编语言程序的集成环境。目前支持MASM、TASM、MCS51三种编译器。第一次使用时
该软件提供了编辑、编译、运行、调试汇编语言程序的集成环境。目前支持MASM、TASM、MCS51三种编译器。第一次使用时,要现在选项菜单中选择您所使用的编译器类型及其目录所在。
bin目录里为本软件
files目录为汇编语言写的用于测试的程序
source目录为本软件的源代码
masm为MASM类型的编译器,其中:masm.exe为编译器, ...
Windows CE The Original USB 2.0 specification released on April 27, 2000 Errata to the USB 2.0 specification
The Original USB 2.0 specification released on April 27, 2000
Errata to the USB 2.0 specification as of December 7, 2000
Mini-B connector Engineering Change Notice to the USB 2.0 specification.
Pull-up/pull-down Resistors Engineering Change Notice to the USB 2.0 specification.
Errata to the USB ...
操作系统开发 phpBook 是個建立於 PHP 及 MySQL 的留言板。 功能包括: -- 內建多種語法 (包括中文) -- IP 封鎖及禁止存取 -- 可自訂表情符號 -- URL-Code
phpBook 是個建立於 PHP 及 MySQL 的留言板。
功能包括:
-- 內建多種語法 (包括中文)
-- IP 封鎖及禁止存取
-- 可自訂表情符號
-- URL-Code,包括 URL-Link s, URL-Picture s
-- 自訂禁止字句
-- 防止惡意灌水式攻擊
软件工程 C语言进阶,包含以下的内容:C语言进阶-第一讲概述.pdfC语言进阶-第二讲C语言复习.pdfC语言进阶-第三讲编译汇编调试.pdfC语言进阶-第四讲存储器与指针.pdfC语言进阶-第五讲 数据结构与
C语言进阶,包含以下的内容:C语言进阶-第一讲概述.pdf\C语言进阶-第二讲C语言复习.pdf\C语言进阶-第三讲编译汇编调试.pdf\C语言进阶-第四讲存储器与指针.pdf\C语言进阶-第五讲 数据结构与链表.pdf\C语言进阶-第六讲中断与驱动.pdf\C语言进阶-第七讲编码风格.pdf\C语言进阶-第八讲编写安全无错的代码.pdf\C语言进阶-l ...
matlab例程 This m-file simulates MPSK (BPSK,QPSK,8PSK)with theoretical and simulated results using Gray coding.
This m-file simulates MPSK (BPSK,QPSK,8PSK)with theoretical and simulated results using Gray coding. Numerical examples of a satellite link design are shown using QPSK and/or 8PSK when the bit rate(Rb)is greater than the channel bandwidth Wc (Band-limited channel).
微处理器开发 Atmel AT91SAM7SE256的一些基本驱动代码
Atmel AT91SAM7SE256的一些基本驱动代码, 包括Link Files, 中断源配置, SDRAM, USART, Timer等外设的驱动代码。可用于AT91SAM7SE系列处理器。
其他 Introduction A shared library is a collection of functions that are available for use by one or mor
Introduction
A shared library is a collection of functions that are available for use by one or more applications running on a system. On Windows operating systems, the library is compiled into a dynamic link library (.dll) file. At run-time, the library is loaded into memory and made accessible to ...