-
一套压缩解压DLL及例子
一套压缩解压DLL及例子-a compressing and de-compressing dll and its example
- 2022-02-14 05:14:46下载
- 积分:1
-
RAR的解压缩算法,非常经典,可以用于嵌入式系统中,rar文件解压缩...
RAR的解压缩算法,非常经典,可以用于嵌入式系统中,rar文件解压缩-RAR compression algorithm of the solution, very classic, can be used in embedded systems, rar files
- 2022-05-24 06:46:25下载
- 积分:1
-
h.264算法的源代码,具体适用于哪个个平台目前还不是很清楚
h.264算法的源代码,具体适用于哪个个平台目前还不是很清楚-h.264 algorithm source code, which applies specifically to the platform is not yet clear
- 2022-03-17 14:37:25下载
- 积分:1
-
HashMap 的是使用,和说明,帮助大家对算法的认识加深
HashMap 的是使用,和说明,帮助大家对算法的认识加深-HashMap is used, and descriptions to help everyone a better understanding of the algorithm
- 2022-03-01 12:00:49下载
- 积分:1
-
sharpzip的全部应用示例,方便.NET CF上的ZIP使用
sharpzip的全部应用示例,方便.NET CF上的ZIP使用-Application Examples sharpzip all, convenient. NET CF on the use of ZIP
- 2022-03-02 14:46:04下载
- 积分:1
-
1、简介
此代码是IS0 13818
1、简介
此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的main函数注解去掉即可。-1, INTRODUCTION This code is IS0 13818-5 MPEG2 system layer protocol analysis code, after that I modified, and now finally can VC++ 6.0 compiler to run under the release for up dedicated to those who understand the MPEG2 system layer protocol and the hard programmers to work overtime. In order to be able to compile under windows, I modified the relevant part of the operating system code, comment out a number of main function, leaving only the main function decode.cpp no comment, so the procedure is compiled TS streaming system layer decoding analysis procedures, If you want to realize other functions such as encode, as long as the main function of decode.cpp comment, the main function of encode.cpp Notes can be removed.
- 2023-01-05 20:30:04下载
- 积分:1
-
a useful image processing procedures _ for MPEG4 decoder source code
一个图象处理有用的程序_用于MPEG4解码的源代码-a useful image processing procedures _ for MPEG4 decoder source code
- 2023-05-18 17:30:03下载
- 积分:1
-
著名压缩解压缩算法7z的源代码,开发环境是vc++,十分方便大家学习....
著名压缩解压缩算法7z的源代码,开发环境是vc++,十分方便大家学习.-Well-known compression algorithms 7z extract the source code, development environment is vc++, Everyone is very convenient to learn.
- 2022-01-31 08:11:32下载
- 积分:1
-
相对简单的小编程序的编码程序
比较简单的行程编码的小程序-relatively simple trip to the small coding procedures
- 2022-12-14 04:00:03下载
- 积分:1
-
Quick Sort, Quick Sort Bubble Sort is an improvement. Its basic idea is: lying t...
快速排序,快速排序是对冒泡排序的一种改进。它的基本思想是:通过一躺排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一不部分的所有数据都要小,然后再按次方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick Sort, Quick Sort Bubble Sort is an improvement. Its basic idea is: lying through one sorting to sort the data to be split into two independent parts, one part of all of the data than the other one is not part of the all the data should be small, and then meeting the two methods were part of the data quick sort, the entire sorting process can be recursive, and thus the entire data into an orderly sequence.
- 2022-01-25 19:36:20下载
- 积分:1