搜索结果
找到约 127 项符合
Register 的查询结果
按分类筛选
- 全部分类
- 单片机编程 (21)
- 其他 (11)
- VHDL/FPGA/Verilog (10)
- Java编程 (7)
- 嵌入式/单片机编程 (5)
- 技术资料 (5)
- 文章/文档 (4)
- 微处理器开发 (4)
- 通讯编程文档 (3)
- Linux/Unix编程 (3)
- 汇编语言 (3)
- 模拟电子 (2)
- 教程资料 (2)
- 嵌入式综合 (2)
- 可编程逻辑 (2)
- 加密解密 (2)
- 其他嵌入式/单片机内容 (2)
- 单片机开发 (2)
- 邮电通讯系统 (2)
- 通讯/手机编程 (2)
- 软件设计/软件工程 (2)
- 电子书籍 (2)
- VC书籍 (2)
- DSP编程 (2)
- 学术论文 (1)
- 资料/手册 (1)
- 传感与控制 (1)
- 开发工具 (1)
- 实用工具 (1)
- uCOS (1)
- 人工智能/神经网络 (1)
- 驱动编程 (1)
- GPS编程 (1)
- Applet (1)
- 其他行业 (1)
- USB编程 (1)
- 数据库系统 (1)
- SQL Server (1)
- 嵌入式Linux (1)
- Delphi控件源码 (1)
- 技术管理 (1)
- 其他书籍 (1)
- 编译器/解释器 (1)
- Modem编程 (1)
- 行业发展研究 (1)
- 技术书籍 (1)
- 书籍 (1)
- 源码 (1)
- VIP专区 (1)
GPS编程 The objective of this projectis to design, model and simulate an autocorrelation generator circuit
The objective of this projectis to design, model and simulate an autocorrelation
generator circuit using 4-bit LFSR. the register and LFSR will used D flip-flop and some
gates. By the autocorrelation concept, there should be 2 same length vectors, for calculating
the autocorrelation , we have to des ...
VHDL/FPGA/Verilog Hard-decision decoding scheme Codeword length (n) : 31 symbols. Message length (k) : 19 symbols.
Hard-decision decoding scheme
Codeword length (n) : 31 symbols.
Message length (k) : 19 symbols.
Error correction capability (t) : 6 symbols
One symbol represents 5 bit.
Uses GF(2^5) with primitive polynomial p(x) = X^5 X^2 + 1
Generator polynomial, g(x) = a^15 a^21*X + a^6*X^2 + a^15*X^3 + a^ ...
Linux/Unix编程 EDB (Evan s Debugger) is a QT4 based binary mode debugger with the goal of having usability on par w
EDB (Evan s Debugger) is a QT4 based binary mode debugger with the goal of having usability on par with OllyDbg. It uses a plugin architecture, so adding new features can be done with ease. The current release is for Linux, but future releases will target more platforms.
Release focus: Major featur ...
其他 一款可以在电脑上免费拨打电话、手机的软件
一款可以在电脑上免费拨打电话、手机的软件,帐号在这里申请https://talkmember.mediaringtalk.com/mytalk_chs/register.php ,帐号申请后60分钟可以免费拨打电话了。试试吧!本人出钱购买的软件。
Applet 1.JICQ部署 安装JDBC连接器|SQL SERVER补丁 广域网需要打开7890(聊天)1433(数据库端口) 2.导入数据库文件(在数据库文件夹里面) 3.广域网部署网页注册网站申请JIC
1.JICQ部署 安装JDBC连接器|SQL SERVER补丁 广域网需要打开7890(聊天)\1433(数据库端口)
2.导入数据库文件(在数据库文件夹里面)
3.广域网部署网页注册网站申请JICQ号码,端口需要打开80
访问地址:http://localhost/register/firsts.htm
4.启动chatserverthree.java聊天服务器
5.打开主程序MainFrame.java登陆JICQ ...
其他行业 File: fw.c Contents: Firmware frameworks task dispatcher and device request parser File: FX2.h Co
File: fw.c
Contents: Firmware frameworks task dispatcher and device request parser
File: FX2.h
Contents: EZ-USB FX2 constants, macros, datatypes, globals, and library
function prototypes.
File: FX2regs.h
Contents: EZ-USB FX2 register declarations and bit mask definitions.
File: periph.c
Contents: H ...
Java编程 this a program to show your current credits for add or drop subjects. During university, students ne
this a program to show your current credits for add or drop subjects. During university, students need to register what subjects they want to study in a semester. this program show and help to calculate the credits.
Linux/Unix编程 This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es
This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es=data space, this should be normal. Most of the string-functions are rather heavily hand-optimized,
see especially strtok,strstr,str[c]spn. They should work, but are not
very easy to understand. Every ...
邮电通讯系统 This example describes how to use the ADC and DMA to transfer continuously converted data from ADC
This example describes how to use the ADC and DMA to transfer continuously
converted data from ADC to a data buffer.
The ADC is configured to converts continuously ADC channel14.
Each time an end of conversion occurs the DMA transfers, in circular mode, the
converted data from ADC1 DR register to t ...
VHDL/FPGA/Verilog I2C Slave module The module contains N accessable Registers when in read Process, all Registers a
I2C Slave module
The module contains N accessable Registers
when in read Process, all Registers are read at a time
when in write Process, only the addressed register are Writeable.