搜索结果
找到约 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)
嵌入式Linux Jollen-Kit! 2006 是非常積極進行中的專案
Jollen-Kit! 2006 是非常積極進行中的專案,所有紀錄與更新將同步揭示於本網頁。
快速下載
U-Boot 的 binary code:U-Boot binary - 2006/01/03
Linux kernel 2.4.18 for jk2410:uimage.img - 2006/01/06
可開機的 Base root filesystem: urootfs.img -2006/01/07 (without tftp)
可開機的 Base root filesyst ...
VHDL/FPGA/Verilog Verilog HDL: Magnitude For a vector (a,b), the magnitude representation is the following: A c
Verilog HDL: Magnitude
For a vector (a,b), the magnitude representation is the following:
A common approach to implementing these arithmetic functions is to use the Coordinate Rotation Digital Computer (CORDIC) algorithm. The CORDIC algorithm calculates the trigonometric functions of sine, cosine ...
matlab例程 sbgcop: Semiparametric Bayesian Gaussian copula estimation This package estimates parameters of a G
sbgcop: Semiparametric Bayesian Gaussian copula estimation
This package estimates parameters of a Gaussian copula, treating the univariate marginal distributions as nuisance parameters as described in Hoff(2007). It also provides a semiparametric imputation procedure for missing multivariate data.
...
微处理器开发 Flex chip implementation File: UP2FLEX JTAG jumper settings: down, down, up, up Input: Reset -
Flex chip implementation
File: UP2FLEX
JTAG jumper settings: down, down, up, up
Input:
Reset - FLEX_PB1
Input n - FLEX_SW switches 1 to 8
Output:
Countdown - two 7-segment LEDs.
Done light - decimal point on Digit1.
Operation:
Setup the binary input n number.
Press the Reset switch.
See the count ...
数值算法/人工智能 WHAT MIME64 IS: MIME64 is an encoding described in RFC1341 as MIME base64.Its purpose is to encode b
WHAT MIME64 IS: MIME64 is an encoding described in RFC1341 as MIME base64.Its purpose is to encode binary files into ASCII so that they may be passedthrough e-mail gates. In this regard, MIME64 is similar to UUENCODE.Although most binaries these days are transmitted using UUENCODE, Ihave seen a few ...
VC书籍 This section contains a brief introduction to the C language. It is intended as a tutorial on the la
This section contains a brief introduction to the C language. It is intended as a tutorial on the language, and aims at getting a reader new to C started as quickly as possible. It is certainly not intended as a substitute for any of the numerous textbooks on C. 2. write a recursive function FIB (n) ...
Java编程 The core of Java(TM) technology, the Java virtual machine is an abstract computing machine that enab
The core of Java(TM) technology, the Java virtual machine is an abstract computing machine that enables the Java(TM) platform to host applications on any computer or operating system without rewriting or recompiling. Anyone interested in designing a language or writing a compiler for the Java virtua ...
技术资料 BOC调制的相关源码
本资源提供了BOC(Binary Offset Carrier)调制的完整MATLAB源代码,适用于通信系统设计与仿真。通过这些高质量的仿真代码,工程师可以深入理解BOC调制的工作原理及其在现代导航和通信技术中的应用优势。无论是学术研究还是工程项目开发,这份资料都是不可或缺的参考工具。免费下载,立即获取全部内容。 ...
压缩解压 ) Compression using huffman code -with a number of bits k per code word -provide huffma
) Compression using huffman code
-with a number of bits k per code word
-provide huffman table
Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code table for encoding a source symbol. The table is d ...
书籍源码 提高输入容错。判断输入的对错。 时间关系
提高输入容错。判断输入的对错。 时间关系,搜索功能为线性搜索,现增强如下:f_search:费氏查找法;btree:二叉树查找法;l_search:线性查找法; r_search:递归折半查找法;zcsear:杂凑碰撞查找法;o_sear:插补查找加强法; 排序是冒泡法,现增强为:heaps:累堆排序;binary:二叉树排序;xieer:谢耳排序;sinsert:插入 ...