搜索:COde

找到约 5,457 项符合「COde」的查询结果

结果 5,457
按分类筛选
显示更多分类
https://www.eeworm.com/dl/628/297260.html 编译器/解释器

Exuberant Ctags is a multilanguage reimplementation of the much-underused ctags(1) program and is i

Exuberant Ctags is a multilanguage reimplementation of the much-underused ctags(1) program and is intended to be the mother of all ctags programs. It generates indexes of source code definitions which are used by a number of editors and tools. The motivation which drove the devel ...
下载 24
·
查看 1112
https://www.eeworm.com/dl/648/337174.html 单片机开发

实现8比特字节的RS纠错编码

实现8比特字节的RS纠错编码,可以指定极性校验字节数目,能产生的最大校验序列长度为255字节(含极性校验字节).This is an implementation of a Reed-Solomon code with 8 bit bytes, and a configurable number of parity bytes. The maximum sequence length (codeword) that can be generated is 2 ...
下载 168
·
查看 1169
https://www.eeworm.com/dl/686/357781.html VC书籍

This book shows you how to write programs that run under Microsoft Windows 98, Microsoft Windows NT

This book shows you how to write programs that run under Microsoft Windows 98, Microsoft Windows NT 4.0, and Windows NT 5.0. These programs are written in the C programming language and use the native Windows application programming interfaces (APIs). As I ll discuss later in thi ...
下载 41
·
查看 1152
https://www.eeworm.com/dl/518/364508.html 数值算法/人工智能

The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produce

The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The functions in this package are accurate ...
下载 183
·
查看 1080
https://www.eeworm.com/dl/641/364510.html 数学计算

The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produce

The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The functions in this package are accurate ...
下载 52
·
查看 1124
https://www.eeworm.com/dl/534/409744.html 其他

The CSS Cookbook cuts straight through the theory to provide hundreds of useful examples and CSS cod

The CSS Cookbook cuts straight through the theory to provide hundreds of useful examples and CSS code recipes you can use immediately to format your web pages. Reflecting CSS2 and including topics that range from basic web typography and page layout to techniques for formatting l ...
下载 131
·
查看 1096
https://www.eeworm.com/dl/656/425131.html Java书籍

Learn to build applications with Jakarta Struts, the most popular JSP development framework. Struts

Learn to build applications with Jakarta Struts, the most popular JSP development framework. Struts Kick Start is a "hands-on" book filled with sample applications and code snippets you can reuse, and in-depth coverage of new features in Struts 1.1. If you are looking for a pract ...
下载 118
·
查看 1112
https://www.eeworm.com/dl/519/444350.html 加密解密

Huffman codes 1.In telecommunication, how do we represent a set of messages, each with an access fr

Huffman codes 1.In telecommunication, how do we represent a set of messages, each with an access frequency, by a sequence of 0 s and 1 s? 2.To minimize the transmission and decoding costs, we may use short strings to represent more frequently used messages. 3.This problem can be ...
下载 26
·
查看 1090
https://www.eeworm.com/dl/633/450995.html Java编程

SOME BACKGROUND ON DESIGN PATTERNS The term “design patterns” sounds a bit formal to the uninitiate

SOME BACKGROUND ON DESIGN PATTERNS The term “design patterns” sounds a bit formal to the uninitiated and can be somewhat off-putting when you first encounter it. But, in fact, design patterns are just convenient ways of reusing object-oriented code between projects and between ...
下载 159
·
查看 1094
https://www.eeworm.com/dl/686/470984.html VC书籍

本程序运用C语言中结构化程序的思想

本程序运用C语言中结构化程序的思想,将程序分为函数模块的方法逐一实现。程序分为2个函数模块HUFFMAN(tree1)、HUFFMANCODE(code1,tree1),和主体函数main;程序结构清楚,运行正常,正常实现哈夫曼编码。
下载 90
·
查看 1065