资源列表

« 1 2 ... .94 .95 .96 .97 .98 65399.00 .01 .02 .03 .04 ... 66581 »

[C#编程huffman.c

说明:Huffman编码属于熵编码的方法之一,是根据信源符号出现概率的分布特性而进行的压缩编码。 Huffman编码的主要思想是:出现概率大的符号用短的码字表示;反之,出现概率小的符号用长的码字表示。 Huffman编码过程描述: 1. 初始化: 将信源符号按出现频率(或概率)进行递增顺序排列,输入集合L 2. 重复如下操作直至L中只有1个节点: (a) 从L中取得两个具有最低频率(或概率)的节点,为它们创建一个父节点; (b) 将它们的频率和(或概率和)赋给父结点,并
<mousejohn> 在 2025-06-20 上传 | 大小:6kb | 下载:0

[菜单menu

说明:根据后台数据库取值对不同用户的菜单进行权限的赋值-Assignment based on the value of the background database permissions for different users menu
<苏浩> 在 2025-06-20 上传 | 大小:270kb | 下载:0

[C#编程Tibetan-frequency-

说明:可以实现对指定文本文档中的词进行词频统计,使用时,请将含有藏语词的文档放入debug文件夹中,命名成output.txt-Can realize to the specified text in the document word for word frequency statistics, when using, please put contains Tibetan word document in the debug folder, named as the output. TXT
<易水心> 在 2025-06-20 上传 | 大小:281kb | 下载:0

[多媒体编程MCIDigitalVideoPlay

说明:使用CMyMCIVideo类创建数字视频播放器,可以逐帧看,在某一帧暂停。-Use CMyMCIVideo class to create a digital video player, you can see the fr a me in a fr a me suspended.
<Tony> 在 2025-06-20 上传 | 大小:4.32mb | 下载:0

[其他小程序CircleWave

说明:在MFC 单文档中绘制绚丽的圆环,点击鼠标可以改变圆环位置和颜色。-Draw gorgeous ring in MFC single document, click the mouse you can change the position and color ring.
<Tony> 在 2025-06-20 上传 | 大小:2.23mb | 下载:0

[其他小程序ffmpeg-1.2.3

说明:ffmpeg-1.2.3,本代码编译后生成exe,可对视频进行编解码,支持MPEG4标准,H264-this is ffmpeg-1.2.3.the source code is employed to encode or decode video
<王禹> 在 2025-06-20 上传 | 大小:8.21mb | 下载:0

[界面编程FindDlgDemo

说明:使用查找替换对话框实现查找替换功能。在编辑框中输入一些内容,点击查找按钮即可实现查找功能。-Use Find and Replace dialog box, Find and Replace function to achieve. Enter some content in the edit box, and click the Find button to achieve the search function.
<Tony> 在 2025-06-20 上传 | 大小:2.18mb | 下载:0

[其他小程序EStreamEyeTools

说明:查看视频的小工具,可看到视频的具体帧及相应的型号,IPB帧-the tool is employed to eye video,you can find out what type the video fr a mes are
<王禹> 在 2025-06-20 上传 | 大小:9.61mb | 下载:0

[界面编程DyOpenClose

说明:动态弹出和关闭对话框,开启时会动态的从小到大现实对话框,关闭时从大到小。-Dynamic pop-up and close the dialog box, from small to large dynamically realistic dialog box opens, closed descending.
<Tony> 在 2025-06-20 上传 | 大小:2.17mb | 下载:0

[其他小程序sin0304

说明:dsp_builder仿真正弦产生,仿真ok-dsp_builder simulated sine generation, simulation ok
<张三> 在 2025-06-20 上传 | 大小:6kb | 下载:0

[通讯编程cPP

说明:微软面试100题答案,里面是我自己做的,在visual c++ 6.0 里面运行成功-the answer to the microsoft interview
<yangyang> 在 2025-06-20 上传 | 大小:4kb | 下载:0

[Windows编程rank

说明:多流域的Rank Histogram 的matlab程序-Rank Histogram, Matalb
<徐静> 在 2025-06-20 上传 | 大小:1kb | 下载:0
« 1 2 ... .94 .95 .96 .97 .98 65399.00 .01 .02 .03 .04 ... 66581 »

源码中国 www.ymcn.org