代码搜索:TI C2000 有哪些应用?

找到约 10,000 项符合「TI C2000 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/417397/10991770

txt 计数器:generate语句的应用.txt

-- Generated Binary Up Counter -- The first design entity is a T-type flip-flop. -- The second is an scalable synchronous binary up counter illustrating the use of the generate statement to produce
www.eeworm.com/read/417397/10991771

txt 加法器:generate语句的应用.txt

-- n-bit Adder using the Generate Statement -- download from: www.fpga.com.cn & www.pld.com.cn library IEEE; use IEEE.Std_logic_1164.all; ENTITY addn IS GENERIC(n : POSITIVE := 3); --no.
www.eeworm.com/read/270618/11031754

txt 解决限制使用应用程序问题.txt

解决限制使用应用程序问题 开机按F8进入安全模式选项,用带命令行提示的安全模式,在提示符后直接输入“mmc”(Microsoft管理控制台),操作步骤记录如下:
www.eeworm.com/read/270604/11032150

txt 哈夫曼树应用4.txt

#include #include #include #include int n; struct node{ int w; int flag; char c; struct node *plink,*llink,*rlink;
www.eeworm.com/read/270601/11032173

txt 哈夫曼树应用5.txt

1#include"HuffmanTree.h" 2#include 3using namespace std; 4 5/**/////////////////////////////////////////////////////////////////////////////// 6// 构造函数 7// 函数功能:将结点指针初始化为
www.eeworm.com/read/467024/7013637

txt 12.1.1 p1口的应用.txt

MOV A,#11010010B MOV P1,A CLR P1.4 ORL. P2,#0FH MOV A, P1 SETB P1.4 SETB P1.5 MOV A,#00010111B MOV P1,A CLR P1.4 MOV R0,#30H MOV A,@R0 ORL