-
Visual Basic for beginner
Visual Basic for beginner
- 2022-02-13 16:23:52下载
- 积分:1
-
华为通信公司C++中级培训资料,整理一下,供大家下载
华为通信公司C++中级培训资料,整理一下,供大家下载-Huawei Communications C++ Intermediate training materials, finishing look for everyone to download
- 2023-05-16 08:55:02下载
- 积分:1
-
课程上机作业,有关人脸识别和morphing的
课程上机作业,有关人脸识别和morphing的-courses on the plane operations, and the morphing of the face recognition
- 2022-02-09 15:52:14下载
- 积分:1
-
这个程序是我刚学的,昨晚才做了一半,还有麻烦请各位高手指教...
这个程序是我刚学的,昨晚才做了一半,还有麻烦请各位高手指教-This procedure is what I just learned last night only half done, there is trouble please expert advice
- 2022-05-26 14:32:51下载
- 积分:1
-
哈夫曼编码
哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。
赫夫曼编码的具体方法:先按出现的概率大小排队,把两个最小的概率相加,作为新的概率 和剩余的概率重新排队,再把最小的两个概率相加,再重新排队,直到最后变成1。每次相 加时都将“0”和“1”赋与相加的两个概率,读出时由该符号开始一直走到最后的“1”, 将路线上所遇到的“0”和“1”按最低位到最高位的顺序排好,就是该符号的赫夫曼编码。
- 2023-03-09 19:15:02下载
- 积分:1
-
C C++算法实例(宝贵资源)个人收藏起来不错的东西,学习C需要的,我收益不错,希望对大家有...
C C++算法实例(宝贵资源)个人收藏起来不错的东西,学习C需要的,我收益不错,希望对大家有-C C++ algorithm for example (a valuable resource) to the personal collection of good things, needs to learn C, I am a good income, in the hope that we have
- 2022-08-25 13:18:34下载
- 积分:1
-
this simple code ro copy all data in removable disk to Hardisk if in PC has dete...
this simple code ro copy all data in removable disk to Hardisk if in PC has detected any Flash disk or removable disk plug in PC
- 2022-05-15 03:31:59下载
- 积分:1
-
用C++实现TFTP的好东西的原代码,大家可以试试,
用C++实现的TFTP原代码不错的东西,大家可以试试,-With C++ Realize TFTP the original code of good things, everyone can try,
- 2022-11-19 21:15:08下载
- 积分:1
-
做了一个小程序,请大家一起来探讨一下,
做了一个小程序,请大家一起来探讨一下,-To do a small program, one up to look into the U.S.,
- 2022-01-26 02:32:37下载
- 积分:1
-
1.ImButton: 动态效果的按钮控件,可设置各种外观风格,鼠标感应变色,可插入位图, 并且可支持图像动画效果,也有自画事件可自己处理外观。 2.Valid...
1.ImButton: 动态效果的按钮控件,可设置各种外观风格,鼠标感应变色,可插入位图, 并且可支持图像动画效果,也有自画事件可自己处理外观。 2.ValidateEdit: 可限制输入内容的输入框, BCB 自带的 TMaskEdit 有很多不方便的地方 我仍然怀念没有 Builder 之前的 Borland C++ 中的 ValidateEdit, 可限制输入整数、 浮点数、或者自己任意规定输入限制,比如数字、字符、汉字、符号等。 3.UrlLabel: 可实现超级链接的标签控件,只要填好属性就可以了,支持鼠标感应变色。 4.YbUpDownEdit: 有上下箭头可以调整数值大小的输入框 可限制调整范围, 最大调整范围:-9223372036854775808 ~ +9223372036854775807 5.YbBackImage: 背景位图,可以加入一个小位图平铺显示,也可以拉伸放缩等 6.VictorPanel: 透明效果的 Panel、可以设置背景,支持平铺、拉伸缩放、居中等 7.YbRichEdit: 测试版的控件,可以改变外观效果 (边框和滚条)-1.ImButton : Dynamic effects of button controls, can be set to various exterior style, mouse sensors change color bitmap can be inserted, and will support image animation effects, but also a self-portrait incidents themselves appearance. 2.ValidateEdit : to limit the importation of content input box, BCB"s own TMaskEdit many inconvenient places, I still miss not Builder before the Borland C ValidateEdit, to limit the importation of integers, floats, or importing their own arbitrary restrictions, such
- 2022-08-06 04:07:39下载
- 积分:1