当前位置:
首页 资源下载
搜索资源 - basic encoding rules
搜索资源列表
-
0下载:
SNMP++ For Win32 Source Code 2.8:
===================================================
The following directories and files include the source code for building
SNMP++ for MS-Windows 32 bit platforms including NT and Win 95.
This implementation
-
-
0下载:
在具体系统中,我们需要用具体的编码规则将ASN.1语法表示的抽象数据转换成具体的比特流。SNMP使用的编码方法是BER(Basic Encoding Rule)。BER的数据都由三个域构成:标识域(tag)+长度域(length)+值域(value)。 -In the specific system, we need specific ASN.1 encoding rules expressed in the abstract syntax data into a specific bit st
-
-
0下载:
asn1 ber der 编码子集入门指南说明文档
RSA实验室的一份技术笔记本文简单介绍了OSI 抽象语法符号(ASN.1)的子集——基本编码规则(BER)和可辨别编码规则(DER)。本文的主要目的是为理解和实现PKCS协议族提供足够的背景材料。-asn1 ber der encoding a subset of the Getting Started documentation RSA Laboratories Technical notebook paper a brief intro
-
-
0下载:
使用Visaul basic.net编写的基于ber编码规则的的asn.1的编码/解码库,可以适用于任何使用ber编码的协议比如(的LDAP,SNMP等)-Use Visaul basic.net write code based on the rules of asn.1 ber encoding/decoding library, you can apply to any use of ber-encoded protocols such as (the LDAP, SNMP, etc.)
-
-
0下载:
SNMP中ASN_1的基本编码规则 caj文档 SNMP basic encoding rules in ASN_1-SNMP basic encoding rules in ASN_1
-
-
0下载:
SNMP中基本编码规则的程序实现SNMP in the implementation of Basic Encoding Rules of Procedure-SNMP in the implementation of Basic Encoding Rules of Procedure
-
-
0下载:
snmp基础知识-BER基本编码规则mht教程-snmp basics-BER Basic Encoding Rules mht Tutorial
-
-
0下载:
基本编码规则BER的规则和传输语法说明,网上找的-BER Basic Encoding Rules syntax rules and transfer instructions to find online
-
-
0下载:
用于IEC61850的ASN.1协议的基本语法和编码规则-The ASN.1 protocol for IEC61850 basic syntax and encoding rules
-
-
0下载:
ASN.1 encoding rules: Specification of Basic Encoding Rules (BER), Canonical Encoding Rules (CER) and Distinguished Encoding Rules (DER)
-ASN.1(基本,强制,唯一 编码规范)-Basic Encoding Rules (BER), Canonical Encoding Rules (CER) and Distinguished Encoding Ru
-
-
0下载:
VC/C++源码,字符处理,字符转换
一 NMAKE和Makefile
字符编码
字符转换
关于字符转换的使用方法:
使用方法:
1 将要转换的字符串,传递给函数,从返回值中获取转换后字符串的长度。
2 分配字符串空间
3 再次调用函数,并将分配的空间传递给函数,获取结果
基本语法规则:
window.exe:window.obj // 依赖行
cl.exe window
-
-
0下载:
熵编码(entropy encoding)是一类利用数据的统计信息进行压缩的无语义数据流之无损编码。本章先介绍熵的基本概念,然后介绍香农-范诺(Shannon-Fano)编码、哈夫曼(Huffman)编码、算术编码(arithmetic coding)、行程编码(RLE)和LZW编码等常用的熵编码方法。 哈夫曼编码建议了一种将位元进位成整数的算法,但这个算法在特定情况下无法达到最佳结果。为此有人加以改进,提供最佳整数位元数。这个算法使用二叉树来设立一个编码。这个二叉树的终端节点代表被编码的字母
-
-
0下载:
用于IEC61850的ASN.1协议的基本语法和编码规则The ASN.1 protocol for IEC61850 basic syntax and encoding rules-The ASN.1 protocol for IEC61850 basic syntax and encoding rules
-
-
0下载:
用于IEC61850的ASN.1协议的基本语法和编码规则-The ASN.1 protocol for IEC61850 basic syntax and encoding rules
-
-
0下载:
设计散列表实现身份证查找系统,对身份证号进行 Hash。
[基本要求]
(1) 设每个记录有下列数据项:身份证号码(虚构,位数和编码规则与真实一致即
可)、姓名、地址。
(2) 从键盘或文件输入各记录,以身份证号码为关键字建立散列表。
(3) 采用开放定址的方法解决冲突。
(4) 查找并显示给定身份信息的记录。-Designed to achieve identity hash table lookup system, ID number for Hash. [
-