搜索结果

找到约 50,972 项符合 A-C 的查询结果

其他 费诺编码的步骤: A 将概率按从大到小的顺序排列 B 按编码进制数将概率分组

费诺编码的步骤: A 将概率按从大到小的顺序排列 B 按编码进制数将概率分组,使每组概率和尽可能接近或相等。 C 给每组分配一位码元 D 将每一分组再按同样原则划分,重复b和c,直到概率不再可分为止
https://www.eeworm.com/dl/534/312273.html
下载: 23
查看: 1207

通讯/手机编程 The package contains a Reed-Solomon coding and decoding program, derived partly from Phil Karn/Rob

The package contains a Reed-Solomon coding and decoding program, derived partly from Phil Karn/Robert Morelos-Zaragoza "new_rs_erasures.c". In particular the Berlekamp-Massey algorithm has not been modified. New features compared to "new_rs_erasures.c" are: - fully parameterized: code parameters ...
https://www.eeworm.com/dl/527/312820.html
下载: 103
查看: 1104

书籍源码 AppWizard has created a WCEDialogWiz DLL for you. This DLL is the starting point for writing your c

AppWizard has created a WCEDialogWiz DLL for you. This DLL is the starting point for writing your custom AppWizard. It demonstrates the basics of creating a custom AppWizard.
https://www.eeworm.com/dl/532/313576.html
下载: 177
查看: 1035

驱动编程 This sample provides a generic example of a PCI IDE minidriver. The sample isolates vendor-specific

This sample provides a generic example of a PCI IDE minidriver. The sample isolates vendor-specific code from the higher-level PCI IDE bus driver, much as SCSI minidrivers isolate code from the SCSI port driver. See the Release Notes section for more information. This sample works on both x86 and A ...
https://www.eeworm.com/dl/618/313902.html
下载: 35
查看: 1044

书籍源码 复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) C

复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) Complex(int a) { Real = a Image = 0 } void print() const friend Complex operator+ ( const Complex & c1, const Complex & c2 ) friend Complex operator- ( const Complex & c1, const Complex & c2 ) friend ...
https://www.eeworm.com/dl/532/314582.html
下载: 94
查看: 1040

编译器/解释器 、该个词法分析器要求至少能够识别以下几类单词: a. 关键字:else if int return void while共6个

、该个词法分析器要求至少能够识别以下几类单词: a. 关键字:else if int return void while共6个,所有的关键字都是保留字,并且必须是小写; b. 标识符:识别与C语言词法规定相一致的标识符,通过下列正则表达式定义:ID = letter (letter | digit)*; c. 常数:NUM=(+ | - |ε)digit digit*(.digit digit* |ε)(e(+ ...
https://www.eeworm.com/dl/628/315067.html
下载: 71
查看: 1257

3G开发 This file contains a test program for showing how to use the joystick and the LCD display. The displ

This file contains a test program for showing how to use the joystick and the LCD display. The display will show the joystick position. Joystick.c
https://www.eeworm.com/dl/701/315090.html
下载: 156
查看: 1069

数据结构 按照Clifford A . Shaffer《数据结构与算法分析(第二版)》指导

按照Clifford A . Shaffer《数据结构与算法分析(第二版)》指导,用C#实现的B+树,接口定义良好。最好重写“从文件载入新建树部分”的代码以提高建树效率。实现细节之一:当“需要插入子节点的节点”已满而相邻节点未满时会平分两者节点而不是分裂该节点。 ...
https://www.eeworm.com/dl/654/315360.html
下载: 83
查看: 1226

人工智能/神经网络 libsvm is a simple, easy-to-use, and efficient software for SVM classification and regression. It s

libsvm is a simple, easy-to-use, and efficient software for SVM classification and regression. It solves C-SVM classification, nu-SVM classification, one-class-SVM, epsilon-SVM regression, and nu-SVM regression. It also provides an automatic model selection tool for C-SVM classification. This docume ...
https://www.eeworm.com/dl/650/315866.html
下载: 186
查看: 1041

其他书籍 密码算法程序包miracl contains all the source code for the latest version of MIRACL: a Multiprecision Int

密码算法程序包miracl contains all the source code for the latest version of MIRACL: a Multiprecision Integer and Rational Arithmetic C/C++ library.
https://www.eeworm.com/dl/542/318176.html
下载: 148
查看: 1073