搜索资源列表
HuffmanCodingInformation
- 输入每个符号的概率,可以得到码长、码字,以及信源熵、平均码长和编码效率。-Enter the probability of each symbol, you can get code length, code words, as well as the source entropy, the average code length and coding efficiency.
dswMgr
- 工程资源管理器.它可以实现类似VC++中点击代码中的事件直接跳转到代码位置,有了它,你可以抛弃自带的工程管理器了,可以提高你的代码编写效率,节省编码时间。它还可以保存历史访问记录,直接定位访问次数最多的代码及窗体,允许和禁止编辑代码和窗体上的控件。应该说,从功能上,它绝对优于自带的管理器了。-Project Explorer. It can be achieved similar to VC++ in the Click event code in Jump direct to the code
Huffman3
- 根据实际需要输入信源个数和各个信源符号以及概率,进行三进制哈弗曼编码。编码结束后,输出编码结果,并计算平均码长、信息率、编码效率并判断是否满足克拉夫特不等式和变长编码定理。-Need to enter the actual number of sources and each source symbol and the probability of a three-band Ha Fuman code. After encoding, the output coding results, and
Huffman
- 实现任意二到九进制数的赫夫曼编码,通过选择不同的进制实现对应的编码。运行程序,选择进制数后,输入信源个数、信源符号和概率进行相应进制的编码。编码结束后,输出编码结果,并计算平均码长、信息率、编码效率并判断是否满足克拉夫特不等式和变长编码定理。-Arbitrary two to nine the number of Huffman binary encoding, by selecting the corresponding realization of the different binary
addendum_1cnp32
- 通过php编码实现的,这是一个用php脚本语言写的CMS建站,DOYO通用建站系统 v2.2 build 20120817,1、架构轻盈,完全免费与开源采用轻量MVC架构开发,兼顾效率与拓展性。全局高效缓存,打造飞速体验。 2、功能自由搭配,保证系统纯净全插件机制,安装卸载全绿色操作,无残留,对系统臃肿零容忍,最小仅数百K。,学习研究参考均可-Via php coding to achieve, which is a scr ipting language used to write php C
pcdtr_sa0txl
- 通过php编码实现的,这是一个用php脚本语言写的博客系统,Alog Ben v3.0.0.15,Alog Ben 版为独立扩展版,代码结构全面改写,界面、功能及效率均有较大提升。日志系统名为 " a log" 取其简洁,追求效率之意。,学习研究参考均可-Via php coding to achieve, which is a scr ipting language used to write php blog system , Alog Ben v3.0.0.15, Alog
addendum_4phvpr
- 通过php编码实现的,这是一个用php脚本语言写的CMS建站,DOYO通用建站系统 v2.2 build 20120817,1、架构轻盈,完全免费与开源采用轻量MVC架构开发,兼顾效率与拓展性。全局高效缓存,打造飞速体验。 2、功能自由搭配,保证系统纯净全插件机制,安装卸载全绿色操作,无残留,对系统臃肿零容忍,最小仅数百K。,阅读提升自我参考代码-By php coding to achieve, which is a scr ipting language used to write php
forum_6bddyu
- 通过php编码实现的,这是一个用php脚本语言写的博客系统,Alog DaXu v2.0.2.15,Alog DaXu版为独立扩展版,代码结构全面改写,界面、功能及效率均有较大提升。日志系统名为 " a log" 取其简洁,追求效率之意,本日志系统基于PHP+MySQL平台开发,结构简洁,运行速度极快。,初学者不错的参考例子程序-By php coding to achieve, which is a scr ipting language used to write the b
addendum_hmh4qw
- 通过php编码实现的,这是一个用php脚本语言写的CMS建站,DOYO通用建站系统 v2.2 build 20120817,1、架构轻盈,完全免费与开源采用轻量MVC架构开发,兼顾效率与拓展性。全局高效缓存,打造飞速体验。 2、功能自由搭配,保证系统纯净全插件机制,安装卸载全绿色操作,无残留,对系统臃肿零容忍,最小仅数百K。,学习研究参考均可-By php coding to achieve, which is a scr ipting language used to write php CM
channel-coding_matlab
- 提高数据传输效率,降低误码率是信道编码的任务。信道编码的本质是增加通信的可靠性。但信道编码会使有用的信息数据传输减少,信道编码的过程是在源数据码流中加插一些码元,从而达到在接收端进行判错和纠错的目的-Improve the efficiency of data transmission, reduce the bit error rate is the channel coding task. The essence of channel coding is to increase the re
forum_qmmaumul
- 通过1427105985php编码实现的,这是一个用php脚本语言写的博客系统,Alog DaXu v2.0.2.15,Alog DaXu版为独立扩展版,代码结构全面改写,界面、功能及效率均有较大提升。日志系统名为 " a log" 取其简洁,追求效率之意,本日志系统基于PHP+MySQL平台开发,结构简洁,运行速度极快。,作为开发的各种例子程序592987代码-By 1427105985php Coding , which is a php scr ipting languag
Fanon
- 费诺编码n进制编码,可以计算出平均码长,编码效率-Fenno encoding n-ary coding, you can calculate the average code length coding efficiency
hfm
- 用c语言实验哈弗曼编码的排序 同时包含信源熵,平均码长,编码效率的计算。-C language experiment with the sort of Hoffman coding also contains the source entropy, average code length, encoding efficiency calculation.
Huffman-Coding
- 哈夫曼编码的程序,输入任何字符,输出哈夫曼编码序列、所用的字符集、编码效率。解码部分暂不可用-Huffman coding procedures, enter any character, Huffman coding sequence output, the use of character sets, coding efficiency. Decoding section is not yet available
代码优化:有效使用内存
- 相信有过编码经验的人都知道,程序的正常运行,只是最基本的要求。更多的,还要考虑程序的性能,运行效率,组织结构,和重用性等等。 这本书将教会你一些代码优化中关于内存的部分(People who have the experience of coding know that the normal operation of the program is only the basic requirement. More, consider the performance, efficiency, or
Jridi17.pdf.tar
- An approximate kernel for the discrete cosine transform (DCT) of length 4 is derived from the 4-point DCT defined by the High Efficiency Video Coding (HEVC) standard and used for the computation of DCT and inverse DCT (IDCT) of power-of-two lengt
Meher_2014.pdf.tar
- his work describes an approximate DCT architec- ture for the High Efficiency Video Coding (HEVC) standard. Since the standard requires to support multiple block sizes, architectures based on exact implementation require a relevant amount of hardw
MaseraConf_17.pdf.tar
- In this paper, we present area- and power-efficient architectures for the implementation of integer discrete cosine transform (DCT) of different lengths to be used in High Efficiency Video Coding (HEVC). We show that an efficient constant matrix-
vb
- 本书是微软Visual Studio的资深专家Matthew Curland多年VB开发经验的总结,着重于解决VB程序员编程时所遇到的困难。 由浅入深、循序渐进地讲解了如何开发标准的VB代码、高级编程技巧、以及如何通过一些新算法的使用提高编码效率和性能。 附带的光盘提供了书中内容的相关代码,稍加扩展即可获得用户自定义类型、轻量对象系统、创建定制窗口以及函数重载功能。 盘中还提供了三个功能强大的类型库,对VB中使用的和由VB产生的类型库进行了修正。 本书适合高级程序员阅读,
粒子优化群算法进行配电网络重构
- 配电网网络重构是配电系统极为重要的优化手段.以配电网网损最低为目标函数,结合约束条件确定配电网静态重构的数学模型,提出基于环路编码、分环替代的策略对配电网重构问题进行求解,最后结合IEEE-33节点算例,证明提出的算法,在降低搜索空间,提高寻优成功率和增加寻优效率上都有突出表现.(Distribution network reconfiguration is a very important means of optimization in distribution system. Taking