搜索结果
找到约 13,316 项符合
A-uart 的查询结果
VHDL/FPGA/Verilog 软 件 设 计 者 必 看 UART 设计 参考
软 件 设 计 者 必 看
UART 设计 参考
串口编程 uart串口通信的控件和demo,用API 编写
uart串口通信的控件和demo,用API 编写,后台接受线程实时接收,Demo可以实现字符串传送和HEX发送
其他 ti公司tms320vc5509的uart程序
ti公司tms320vc5509的uart程序
人工智能/神经网络 人工智能中经典算法-宽度搜索和启发是搜索(A*算法)在VC环境下的实现代码
人工智能中经典算法-宽度搜索和启发是搜索(A*算法)在VC环境下的实现代码,对于学习人工智能有很多帮助
人工智能/神经网络 昨天刚刚看到的A star算法类的实现
昨天刚刚看到的A star算法类的实现,不知道对大家有没有用,参考一下吧
书籍源码 The source code for "C++ Solutions". This book is a companion to the book that is widely recognized
The source code for "C++ Solutions". This book is a companion to the book that is widely recognized as "the C++ bible": The C++ Programming Language (third edition) by Bjarne Stroustrup. If you re a programmer, Bjarne s book comes very highly recommended.
通讯/手机编程 This packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is wr
This packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is written for static channel and AWGN noise.
The packet include:
1) Packet Builder (Viterbi Encoding, Interleaver, PN generation)
2) Modulator (RRC filter)
3) Demodulator (Matched Filter, RAKE receiver)
...
编译器/解释器 CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the co
CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the code generation is fairly good. There are two versions one is for MSDOS/DPMI and one is for Win32. The Win32 version has a full-blown IDE capable of editing, building, and debugging windows programs inc ...
编译器/解释器 KCC , a good c compiler, write by Ken Harrenstien
KCC , a good c compiler, write by Ken Harrenstien
编译器/解释器 OXCC is a multipass, interpreting C compiler with several language extensions. It generates an Archi
OXCC is a multipass, interpreting C compiler with several language extensions. It generates an Architecture Neutral Format (ANF) output and comes with a couple of example back ends. Programmers are expected to write additional back ends for their specific needs.