Std

共 167 篇文章
Std 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 167 篇文章,持续更新中。

一个基于字符串的封装类

一个基于字符串的封装类,功能特强! 基类是基于std中的basic_string的!

---实现的部分VHDL 程序如下。   --- elsif clk1x event and clk1x = 1 then ---if std_logic_vector(length_no)

---实现的部分VHDL 程序如下。   --- elsif clk1x event and clk1x = 1 then ---if std_logic_vector(length_no) >= “0001” and std_logic_vector(length_no) <= “1001” then -----数据帧数据由接收串行数据端移位入接收移位寄存器---rsr(0)

这是嵌入式软件电话本的小软件

这是嵌入式软件电话本的小软件,在ucos操作系统下,在北京博创公司的ARM300试验平台上运行通过,处理器是ARM7,要用STD2.5编译器,ADS1.2有不兼容的地方。

这是我学习过程中编写的测试代码

这是我学习过程中编写的测试代码,用STD2.51开发环境,C语言编写,以MICETEK EV44B0-II开发板为硬件测试平台,用到串口,液晶,键盘,LED。 液晶包括图片显示、划线、ASCII码显示、4000多常用的汉字库,可以显示任意常用的汉字。 键盘采用中断触发!

IEEE-Std-802.11a标准文档

IEEE-Std-802.11a标准文档, 如你需要更多的IEEE标准请联系truewell@anhuinews.com

-- Booth Multiplier -- This file contains all the entity-architectures for a complete -- k-bit x k

-- Booth Multiplier -- This file contains all the entity-architectures for a complete -- k-bit x k-bit Booth multiplier. -- the design makes use of the new shift operators available in the VHDL-93

8位相等比较器

8位相等比较器,比较8位数是否相等 -- 8-bit Identity Comparator -- uses 1993 std VHDL -- download from www.pld.com.cn & www.fpga.com.cn

EBD7312 蜂鸣器驱动 STD调试代码

EBD7312 蜂鸣器驱动 STD调试代码

a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, lis

a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, list, set, and deque. The smart pointer has an assignment operator and greater than operator that call

toj 4022源代码

<pre>#include &lt;iostream&gt; using namespace std; int main(){ int t; cin&gt;&gt;t; while(t--){ long long n; cin&gt;&gt;n; if(n%2==1) cout&lt;&lt;(n*n-1)/4&lt;&lt;endl; else if (n%4==0

ks1000rw_wall_hz_roller_shutter_door_std

ks1000rw_wall_hz_roller_shutter_door_std

XAPP503-针对Xilinx器件的SVF和XSVF文件格式

<div> This application note provides users with a general understanding of the SVF and XSVF fileformats as they apply to Xilinx devices. Some familiarity with IEEE STD 1149.1 (JTAG) isassumed. For in

-- Simple Robot Control Program -------------------------------------------------------------------

-- Simple Robot Control Program -------------------------------------------------------------------------- library IEEE use IEEE.STD_LOGIC_1164.all use IEEE.STD_LOGIC_ARITH.all use IEEE.STD_LO

library IEEE use IEEE.STD_LOGIC_1164.all use IEEE.STD_LOGIC_ARITH.all use IEEE.STD_LOGIC_UNSIG

library IEEE use IEEE.STD_LOGIC_1164.all use IEEE.STD_LOGIC_ARITH.all use IEEE.STD_LOGIC_UNSIGNED.all

MIL-STD-1553B代码

MIL-STD-1553B代码,欢迎大家下载!

802.11b物理层的simulink建模。模型支持1Mbps, 2Mbps, 5.5Mbps, and 11Mbps 的模式

802.11b物理层的simulink建模。模型支持1Mbps, 2Mbps, 5.5Mbps, and 11Mbps 的模式,模型包括帧的生成,BPSK、QPSK调制,巴克码扩展,CCK以及信道频移量的选择和一个AWGN信道。 使用说明:先将压缩包解压缩到一个新文件夹中,改变matlab当前执行目录,然后运行WiFi.mdl文件。 压缩包中包括6个文件:WiFi.mdl,WiFi_lib.mdl

水泥窑自动配料系统

水泥窑自动配料系统,本系统使用单片机作为其工作的核心,主要用于工业技术改造和工业自动化中的过程控制的基于STD总线技术的STD工业控制机

MIL-STD-1553B总线技术说明书。被利用在美国和发达国家的军事平台下。还可用于测试设备及模拟器和训练器。非常难找。珍藏的。

MIL-STD-1553B总线技术说明书。被利用在美国和发达国家的军事平台下。还可用于测试设备及模拟器和训练器。非常难找。珍藏的。

Supplemental information for a high-speed serial bus that integrates well with most IEEE standard 3

Supplemental information for a high-speed serial bus that integrates well with most IEEE standard 32-bit and 64-bit parallel buses is specified. It is intended to extend the usefulness of a low-cost

-- Booth Multiplier -- This file contains all the entity-architectures for a complete -- k-bit

-- Booth Multiplier -- This file contains all the entity-architectures for a complete -- k-bit x k-bit Booth multiplier. -- the design makes use of the new shift operators available in the VHD