搜索结果

找到约 41 项符合 strings 的查询结果

VC书籍 C++ 标准程序库提供一组通用类别(classes)和接口(interfaces)

C++ 标准程序库提供一组通用类别(classes)和接口(interfaces),可大幅扩充 C++ 核心语言。由于程序库本身并不容易,为了完整运用其组件并从其强大的威力中获得帮助,你需要一份完善的资源,而非一份仅仅陈列类和函数的普通文档。《The C++ Standard Library》不仅对每一个程序库组件提供范围广泛的说明,也对繁杂的感念 ...
https://www.eeworm.com/dl/686/402797.html
下载: 77
查看: 1051

其他 Huffman codes &#1048708 In telecommunication, how do we represent a set of messages, each with an

Huffman codes &#1048708 In telecommunication, how do we represent a set of messages, each with an access frequency, by a sequence of 0’s and 1’s? &#1048708 To minimize the transmission and decoding costs, we may use short strings to represent more frequently used messages. &#1048708 This problem c ...
https://www.eeworm.com/dl/534/406524.html
下载: 187
查看: 1029

其他书籍 Learn how to: * Tokenize a null-terminated string * Create a search and re

Learn how to: * Tokenize a null-terminated string * Create a search and replace function for strings * Implement subtraction for string objects * Use the vector, deque, and list sequence containers * Use the container adaptors stack, queue, and priority_q ...
https://www.eeworm.com/dl/542/438625.html
下载: 46
查看: 1053

加密解密 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 solved by using an e ...
https://www.eeworm.com/dl/519/444350.html
下载: 26
查看: 1047

压缩解压 Compression using lempel-ziv -for a dictionary size of 2k -provide dictionary

Compression using lempel-ziv -for a dictionary size of 2k -provide dictionary Lempel ziv algorithm is a dictionary based algorithm that addresses byte sequences from former contents instead of the original data. This algorithm consists of a rule for parsing strings of symbols fro ...
https://www.eeworm.com/dl/617/446742.html
下载: 99
查看: 1042

压缩解压 ) 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 ...
https://www.eeworm.com/dl/617/446746.html
下载: 109
查看: 1036

Delphi控件源码 Este es un componete que proporciona varios tipos de objetos para el TEdit, trae para capturar fecha

Este es un componete que proporciona varios tipos de objetos para el TEdit, trae para capturar fechas, strings, numericos, floats
https://www.eeworm.com/dl/666/451245.html
下载: 53
查看: 1053

Delphi控件源码 *** HyperString v6.0 *** (c)1996-2000 EFD Systems, All rights reserved

*** HyperString v6.0 *** (c)1996-2000 EFD Systems, All rights reserved efd@mindspring.com *** THIS IS NOT PUBLIC DOMAIN SOFTWARE *** See below for license agreement, disclaimer, installation and use. Introduction ------------- ...
https://www.eeworm.com/dl/666/460841.html
下载: 196
查看: 1080

Symbian This C++ code example demonstrates how to localise an application to adapt to the selected phone lan

This C++ code example demonstrates how to localise an application to adapt to the selected phone language. The example application has two sets of localised strings (English and German) for the application name, labels, text, and image. The application also includes number, currency, date, and time ...
https://www.eeworm.com/dl/675/473182.html
下载: 89
查看: 1063

源码 c#简单计算器

// 学生管理.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "resource.h" #define MAX_LOADSTRING 100 // Global Variables: HINSTANCE hInst; // current instance TCHAR szTitle[MAX_LOADSTRING]; // The title bar text TCHAR szWindowClass[MAX_LOADSTRING]; ...
https://www.eeworm.com/dl/513825.html
查看: 35