搜索资源列表
mpqeditsrc
- mpq文件的格式就是一种压缩格式,把多个文件压缩在一个数据文件里(很多公司的游戏,比如KCET的实况足球,奥汀的三国群英传都是用的类似的技术存储数据),使用时再进行文件的读取。当时几个著名的mpq处理库为lmpqapi,sfmpq和storm.dll函数入口,前两者因为能够修改mpq的内容而被广泛用于各种Blizzard游戏硬修改中,至于storm.dll的函数入口则因为良好的兼容性主要用于读取文件。-MPQ document format is a compressed format, in
EZWvc
- ezw算法的实例,这里,读者重点要掌握的是EZW.C和LIST.C中的内容,充分理解零树的概念。 -ezw algorithm examples here, readers focus is to get the LIST.C EZW.C and the content and fully understands the concept of zero tree.
Vectorquantity
- 优秀的矢量量化源代码,可以很好的应用于图像压缩以及基于内容的图像检索。vc++源代码-outstanding VQ source code can be good for image compression and content-based image retrieval. Vc + + source code
matrixd
- 我们的作业,matlab 的作业 包括计算器以及几个小程序等,具体内容大家请自己看-our operations, including operations Matlab calculator and several small procedures, the specific content please themselves.
lzw
- c语言实现lzw算法压缩解压,非常简洁,汉语注释,注释详细,结构清晰,使用的内容很简单-c language lzw compression decompression algorithm is very simple, Chinese, comments, comments detailed, clear structure and the content is very simple to use
3
- 实现huffman编码和译码一条龙算法。可以自己输入编码长度与内容,输入权值,实现huffman编码,输出编码结果,接着译码,输出译码结果。程序刚试过,完全没有问题。-Huffman coding and decoding achieve the one-stop algorithm. Can enter the code length and content, enter the right value, the realization of huffman encoding, output
linkone
- 这是一个简单的创建链表的C++程序,但其包含的内容与算法对初学者应该是有所帮助的.-This is a simple list to create the C++ Procedures, but its content and algorithms for beginners should be helpful.
Haffman
- C语言编写Haffman算法包括编码解码,内容关涉栈、二叉树及森林-C language, including Haffman algorithm codec, content related to stack, tree and forest
tuxiangchuli
- 一、 课程设计题目: 用C/C++语言编写灰度图像霍夫曼编码的程序 二、 设计内容及要求: 1、 用C/C++语言完成设计,在计算机上调试程序; 2、 上机课时:8课时; 3、 列出设计结果,并提交课程设计报告。 三、 设计方法与步骤: 1、 统计一幅BMP格式的灰度图像的概率,并显示相应的灰度值和概率; 2、 对这幅图像做霍夫曼编码;并列出编码结果。 3、 计算平均码长和熵值,算出编码效率。 4、 所有的结果都要求显示出来。 -First, the
VS2005
- MasterPage(母版页) 母版页(MasterPage)就相当于模板页,挺简单的,没什么好说的。基于母版页的常用的功能有:母版页和内容页之间信息的传递,在内容页中用FindControl方法找到内容页中的控件等。另外,母版页是可以嵌套的。-MasterPage (home page) home page (MasterPage) is equivalent to the template on the page, very simple, to say nothing of. M
news.Rar
- 伴随着网络的出现,网页逐渐融入人们的生活。快速及时的新闻浏览,五彩缤纷的网上信息,使网络与人们的生活息息相关,于是世界上又出现了第三媒体——Internet。它打破了地域限制,真正使信息得以共享,改变了人们的工作和生活方式。而网页具有信息量大,传递快速,没有时空限制等特点。在这个网络时代,人们了解的新闻不仅仅是来源于电视、报纸等,还来源于网络。所以新闻发布系统也就成为大家所认可的在网络浏览新闻的最佳途径。 本系统实现了对新闻的添加、修改、删除、审核,以及对用户的管理等功能,在前台新闻浏览模块
Coin
- 该程序为一个画硬币程序 实现了硬币的增与减,同时开发了按钮来实现上面的内容-The program is a painting program achieved coin coin increases with the reduction, while developing the content of the button to achieve the above
Ctest
- 这是学校的VC++实习程序内容,里面有许多比较好的程序,希望给大家带来帮助-This is the school' s internship program VC++ content, which there are many good programs, hoping to give us some help
Compression
- 一个字典码,里面有好多内容,lz78,lz77,lzw,希望对大家能有用-A dictionary code, which has a lot of content, lz78, lz77, lzw, hope we can be useful
books
- 分页内容 很详细自己看吧 不多说上来拿东西的哎-Page content in great detail for yourself to come and collect more than say the last thing hey
SAMPLES
- tips for develop web content
DOSmingliing
- DOS学习文章,内容简单易懂,讲解详细丰富,针对注册项做逐个分析,十天可以学会-DOS study articles, content simple and easy to understand, explain in detail rich, one by one against the registered item to do analysis of 10 days can learn to
37
- 一、主要内容 学生选课管理系统实现对学生选课相关信息的管理,能处理学生、教师、课程信息的管理及选课操作。 二、具体要求及应提交的材料 1.每个学生包括有学号、姓名、总学分等内容; 2.每个教师包括工作证号、姓名、职称等信息; 3.课程包括课程号、课程名、任课教师、学分等信息; 4.能提供若干门课,由学生进行选择,打印出学生选课情况。 5.在基本要求达到后,可设计出比较友好的界面(如下拉菜单)-1, the main content management system
Biggest_Prime_Number
- 国外高手编写的打印人类已知最大素数的小程序,短小精悍但是很有内涵-Coded by a foreign master printing the largest prime number known to man, a small program, dapper but useful content
Other-web-content-grab
- 其他网页内容抓取,从其他网页上面抓取内容-Other web content to crawl, crawl content from other pages above