搜索结果
找到约 276 项符合
binary 的查询结果
按分类筛选
- 全部分类
- 技术资料 (50)
- 数据结构 (18)
- 其他 (17)
- matlab例程 (17)
- Linux/Unix编程 (13)
- Java编程 (10)
- 压缩解压 (9)
- VHDL/FPGA/Verilog (9)
- 其他书籍 (8)
- 数学计算 (8)
- 人工智能/神经网络 (8)
- 通讯/手机编程 (6)
- 单片机开发 (6)
- 数值算法/人工智能 (5)
- Delphi控件源码 (5)
- Applet (4)
- 多国语言处理 (4)
- 汇编语言 (4)
- 通讯编程文档 (4)
- 其他嵌入式/单片机内容 (4)
- 源码 (3)
- 电子书籍 (3)
- 编译器/解释器 (3)
- 嵌入式Linux (3)
- 微处理器开发 (3)
- 软件设计/软件工程 (3)
- VC书籍 (3)
- 学术论文 (2)
- 加密解密 (2)
- 书籍源码 (2)
- 驱动编程 (2)
- 教育系统应用 (2)
- 文件格式 (2)
- 嵌入式/单片机编程 (2)
- 文章/文档 (2)
- Windows CE (2)
- Symbian (2)
- 行业发展研究 (2)
- VIP专区 (2)
- DSP编程 (1)
- 多媒体处理 (1)
- 数据库系统 (1)
- 其他文档 (1)
- 技术书籍 (1)
- 技术教程 (1)
- 资料/手册 (1)
- 嵌入式综合 (1)
- IEEE论文 (1)
- 模拟电子 (1)
- Modem编程 (1)
- *行业应用 (1)
- CA认证 (1)
- uCOS (1)
- 手机WAP编程 (1)
- Java书籍 (1)
- 生物技术 (1)
- 系统设计方案 (1)
- 并行计算 (1)
- Jsp/Servlet (1)
- RFID编程 (1)
- 3G开发 (1)
数据结构 排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert
排序算法、字典和B-树的C++语言实现
代码内容 包括以下算法:
qui.c sort: quicksort
qsort.c sort: qsort
ins.c sort: insert sort
shl.c sort: shell sort
has.c dictionary: hash tables
bin.c dictionary: binary tree
rbt.c dictionary: red-black trees
skl.c dictionary: skip lists
ext.c external sort
b ...
系统设计方案 我們的注意焦點要轉到搜尋樹(search tree)了
我們的注意焦點要轉到搜尋樹(search tree)了,要深度討論兩種標準的樹結構(tree structure),就是本章所要說明的二元搜尋樹(binary search tree)以及下一章所要討論的 AVL 平衡樹(AVL tree)。這兩種樹其資料都依序排列的,它們之間的差別只在於 AVL 是一種平衡樹,而二元搜尋樹卻不是。 ...
技术资料 h264_cabac.pdf
The Joint Video Team (JVT) of ISO/IEC MPEG and ITU-T VCEG are finalising a new standard for the coding (compression) of natural video images. The new standard [1] will be known as H.264 and also MPEG-4 Part 10, “Advanced Video Coding”. The standard specifies two types of entropy coding: Context-ba ...
编译器/解释器 Draak is a multi-language, macro compiler, meaning all syntax and code generation is defined in a si
Draak is a multi-language, macro compiler, meaning all syntax and code generation is defined in a single file. Draak is a single binary that is able to compile any context free language (like C, Pascal, Java) for any platform with only 1 file.
Draak Compiler是一个多语言,宏编译器,可以在一个单独的 ...
驱动编程 AC97 Sample Driver and Related Code Samples. This directory contains a sample AC97 adapter driver a
AC97 Sample Driver and Related Code Samples.
This directory contains a sample AC97 adapter driver and several related code samples.
These samples need to be compiled with the Windows .NET or Windows XP build environment but are binary compatible with older operating systems like Windows 2000. To bu ...
技术资料 基于GPS的仿生六足机器人实时导航定位
· 摘要:  根据微小型仿生六足机器人的作业任务和工作环境要求,搭建一套基于嵌入式数字信号处理器TMS320VC 5509A DSP和Superstar11 GPS接收板卡的机器人导航系统.采用Marconi Binary串行数据传输标准协议采集全球定位系统(GPS)的定位数据,提出用切面投影定位法对GPS提供的定位数据进行坐标转换,并根据转换后的结 ...
技术书籍 MAX338/MAX339的英文数据手册
本软件是关于MAX338, MAX339的英文数据手册:MAX338, MAX339   8通道/双4通道、低泄漏、CMOS模拟多路复用器
The MAX338/MAX339 are monolithic, CMOS analog multiplexers (muxes). The 8-channel MAX338 is designed to connect one of eight inputs to a common output by control of a 3-bit binar ...
其他书籍 The combinatorial core of the OVSF code assignment problem that arises in UMTS is to assign some no
The combinatorial core of the OVSF code assignment problem
that arises in UMTS is to assign some nodes of a complete binary
tree of height h (the code tree) to n simultaneous connections, such that
no two assigned nodes (codes) are on the same root-to-leaf path. Each
connection requires a code on a ...
Java书籍 All of Java s Input/Output (I/O) facilities are based on streams, which provide simple ways to read
All of Java s Input/Output (I/O) facilities are based on streams, which provide simple ways to read and write data of different types. Java provides many different kinds of streams, each with its own application. The universe of streams is divided into four large categories: input streams and output ...
Delphi控件源码 For build this project you can use ant (www.apache.org). Before build project rename file build.pro
For build this project you can use ant (www.apache.org). Before build project rename
file build.properties.pattern in build.properties and set specific for your machine
parameters, then start build.bat (for Windows platform) or build.sh (for Linux)
in root project folder. After compile process all b ...