搜索结果
找到约 119 项符合
fixed 的查询结果
按分类筛选
- 全部分类
- 技术资料 (14)
- 书籍 (11)
- matlab例程 (9)
- 其他书籍 (9)
- 其他 (7)
- 单片机开发 (7)
- 压缩解压 (7)
- DSP编程 (5)
- Linux/Unix编程 (5)
- 单片机编程 (4)
- VHDL/FPGA/Verilog (3)
- 数值算法/人工智能 (3)
- 文章/文档 (3)
- 模拟电子 (2)
- 电源技术 (2)
- 系统设计方案 (2)
- 语音压缩 (2)
- 通讯/手机编程 (2)
- 教程 (2)
- 多媒体处理 (1)
- 教程资料 (1)
- 可编程逻辑 (1)
- Internet/网络编程 (1)
- 网络 (1)
- 编译器/解释器 (1)
- 其他嵌入式/单片机内容 (1)
- 数据库系统 (1)
- 软件设计/软件工程 (1)
- 微处理器开发 (1)
- 磁盘编程 (1)
- SQL Server (1)
- 嵌入式Linux (1)
- MySQL数据库 (1)
- Windows CE (1)
- 书籍源码 (1)
- 接口技术 (1)
- C/C++语言编程 (1)
- 技术书籍 (1)
- 源码 (1)
其他书籍 IEEE 802.16-2004 IEEE Standard for Local and metropolitan area networks Part 16: Air Interface for F
IEEE 802.16-2004 IEEE Standard for Local and metropolitan area networks Part 16: Air Interface for Fixed Broadband Wireless Access Systems
其他书籍 IEEE 802.16e-2005 IEEE Standard for Local and metropolitan area networks Part 16: Air Interface for
IEEE 802.16e-2005 IEEE Standard for Local and metropolitan area networks Part 16: Air Interface for Fixed and Mobile Broadband Wireless Access Systems Amendment for Physical and Medium Access Control Layers for Combined Fixed and Mobile Operation in Licensed Bands.
其他书籍 IEEE 802.16f-2005 IEEE Standard for Local and Metropolitan Area Networks - Part 16: Air Interface fo
IEEE 802.16f-2005 IEEE Standard for Local and Metropolitan Area Networks - Part 16: Air Interface for Fixed Broadband Wireless Access Systems--Amendment 1--Management Information Base
Management Information Base (MIB) text file.
Management Information Base (MIB) text file.
Management Information Ba ...
其他书籍 The TMS320LF240xA and TMS320LC240xA devices, new members of the TMS320C24x generation of dig
The TMS320LF240xA and TMS320LC240xA devices, new members of the TMS320C24x&#63722 generation of
digital signal processor (DSP) controllers, are part of the TMS320C2000&#63722 platform of fixed-point DSPs. The
240xA devices offer the enhanced TMS320&#63722 DSP architectural design of the C2xx core CP ...
MySQL数据库 Connector/Net 5.0.6 Release Notes --- --- --- Welcome to the release notes for Connector/Net 5.
Connector/Net 5.0.6 Release Notes
--- --- ---
Welcome to the release notes for Connector/Net 5.0.6.
Important Changes
---------------------
There are no major changes in this version. Please see the changelog for the list of bugs fixed.
DSP编程 Hardware and firmware for a DSP based digital audio MP3 player with USB pen drive funtionality, usin
Hardware and firmware for a DSP based digital audio MP3 player with USB pen drive funtionality, using a 16-bit fixed point Texas Instruments TMS320 C55x DSP and CompactFlash card. This is an open source and open hardware MP3 player project.
语音压缩 3rd Generation Partnership Project Technical Specification Group Services and System Aspects ANS
3rd Generation Partnership Project
Technical Specification Group Services and System Aspects
ANSI-C code for the Fixed-point
Extended AMR - Wideband (AMR-WB+) codec
(Release 7)
Linux/Unix编程 //结构 struct fb_fix_screeninfo finfo struct fb_var_screeninfo vinfo //打开设备 fd = open[
//结构
struct fb_fix_screeninfo finfo
struct fb_var_screeninfo vinfo
//打开设备
fd = open["/dev/fb0", O_RDWR]
if [!fd] {
printf["Cannot open framebuffer device.\n"]
exit[1]
}
//取得固定信息
if [ioctl[fd, FBIOGET_FSCREENINFO, &finfo]] {
printf["Error reading fixed info ...
压缩解压 This code implements the arithmetic coding algorithm used for text compression. At present it takes
This code implements the arithmetic coding algorithm used for text compression. At present it takes an input of fixed length but that can be modified in the code as required.
Windows CE 1. This BSP can support 2443EVT0 board. If you want to use EVT0 BSP, set followings. In smd
1. This BSP can support 2443EVT0 board.
If you want to use EVT0 BSP, set followings.
In smdk2443\smdk2443.bat file
set BSP_EVT1=1
-> set BSP_EVT1=
In smdk2443\src\inc\bsp_cfg.h file
#define EVT1
-> #define EVT0
2. Default system tick mode is changed. The value is fixed ...