-
一套反出来的股票分析软件,对于分析程序结构和数据结构有一定的帮助....
一套反出来的股票分析软件,对于分析程序结构和数据结构有一定的帮助.-By a set of anti-stock analysis software for the analysis of program structure and data structure have some help.
- 2022-04-10 01:17:17下载
- 积分:1
-
常用的几种排序算法的实现源码,同时还给出了几种排序算法的比较结果,源码中的排序内容都是随机产生的...
常用的几种排序算法的实现源码,同时还给出了几种排序算法的比较结果,源码中的排序内容都是随机产生的-several commonly used algorithm to achieve source, but also gives several algorithm result of the comparison, the ranking source content are randomly generated
- 2023-08-18 16:10:04下载
- 积分:1
-
The document completed Kruskal algorithm. This document consists of three catego...
本文件主要完成Kruskal算法。本文件包括三个类,分别是顶点类、边类和Kruskal类。-The document completed Kruskal algorithm. This document consists of three categories, namely category vertex, edge type and Kruskal category.
- 2022-05-23 10:24:28下载
- 积分:1
-
report!
数据结构实验报告!-report!
- 2022-01-26 02:20:17下载
- 积分:1
-
员工管理
它是一种软件,可以用于大型组织,追溯历史,很容易地更新员工信息及员工
- 2022-02-02 23:13:35下载
- 积分:1
-
假设一个文件中出现了8种符号S0,SQ,S2,S3,S4,S5,S6,S7,那么每种符号要编码,至少需要3bit。假设编码成000,001, 010,011,1...
假设一个文件中出现了8种符号S0,SQ,S2,S3,S4,S5,S6,S7,那么每种符号要编码,至少需要3bit。假设编码成000,001, 010,011,100,101,110,111。那么符号序列S0S1S7S0S1S6S2S2S3S4S5S0S0S1编码后变成 000001111000001110010010011100101000000001,共用了42bit。我们发现S0,S1,S2这3个符号出现的频率比较大,其它符号出现的频率比较小,我们采用这样的编码方案:S0到S7的码辽分别01,11,101,0000,0001,0010,0011, 100,那么上述符号序列变成011110001110011101101000000010010010111,共用了39bit。尽管有些码字如 S3,S4,S5,S6变长了(由3位变成4位),但使用频繁的几个码字如S0,S1变短了,所以实现了压缩。对于上述的编码可能导致解码出现非单值性:比如说,如果S0的码字为01,S2的码字为011,那么当序列中出现011时,你不知道是S0的码字后面跟了个1,还是完整的一个S2的码字。因此,编码必须保证较短的编码决不能是较长编码的前缀。符合这种要求的编码称之为前缀编码。要构造符合这样的二进制编码体系,可以通过二叉树来实现。-Suppose a file appears in eight kinds of symbols S0, SQ, S2, S3, S4, S5, S6, S7, then each symbol to be encoded, at least 3bit. Suppose encoding 000,001, 010,011,100,101,110,111. Then the symbolic sequence S0S1S7S0S1S6S2S2S3S4S5S0S0S1 encoded into 000001111000001110010010011100101000000001, sharing a 42bit. We found that S0, S1, S2 these three symbols the frequency of relatively large, the other symbols the frequency is relatively smal
- 2022-04-27 21:17:34下载
- 积分:1
-
回流焊监控系统
回流焊监控系统-DCS,VB编写,对PLC进行通讯采集和控制,界面直观,操作方便,可以作为同类软件系统提供示范
- 2022-01-27 14:41:41下载
- 积分:1
-
tree data structure formation and operation of the algorithm
数据结构 之树的生成与操作 算法-tree data structure formation and operation of the algorithm
- 2022-10-23 13:00:03下载
- 积分:1
-
一个关于二叉树的小实验例子,包括整个的过程文件
一个关于二叉树的小实验例子,包括整个的过程文件-A small experiment on the binary tree example, including the whole process of document
- 2022-01-30 14:09:38下载
- 积分:1
-
ADO
ado-xmlcaozuo
- 2023-04-18 14:55:03下载
- 积分:1