搜索资源列表
bmp2jpeg-linuxhost
- 这是一个简单的jpeg编码程序,支持1:1:1采样的baseline彩色jpeg,输入只能是24bit原始图像数据文件,在linux下通过 -This is a simple jpeg coding procedures, support 1:1 : a sampling of the color jpeg baseline, the importation of only 24bit original image data files, adopted in linux
Jerasure-1.2
- Jerasure 纠错码代码库,有Reed-Solomon、Cauchy Reed-Solomon等纠错码的开源实现-Jerasure- A C/C++ Library for a Variety of Reed-Solomon and RAID-6 Erasure Coding Techniques. Copright (C) 2007 James S. Plank
gtk_pbar
- 用GTK+写的一个带进度条的文件copy 主要用到g_iddle_add来回调-A copying file with pbar ,coding with GTK+-2.0
Koules
- Clear Mine扫雷游戏: 这是一个模拟扫雷游戏的vc编码程序 编码思想: 通过几个数组设定好雷区的位置,自己造出几个视图类的成员函数,分析是是否有雷,以及雷的个数。 基于DirectDraw的小游戏 Koules: Koules是基于DirectDraw的小游戏用DirectDraw,DirectSound,DirectInput的综合例子 移植自linux下游戏,原代码结构较好较容易看懂。-Clear Mine mine Game: This is a simulatio
serial_solution(Coding)
- 一个串口应用程序,向串口内写入1,2,3,4,5,6,7,8,9 并从串口中读出数据 输出到ARM板屏幕上-A serial application, write to the serial port with 1,2,3,4,5,6,7,8,9 Medium读出数据from serial output to the screen on ARM board
AdvancedLinuxProgramming
- coding, linking and creat a makefile to complie source code C/C-coding, linking and creat a makefile to complie source code C/C++
GlVideoManager
- VideoMan (Video Manager) is an open-source C++ library that helps you developing video based applications. We created VideoMan to increase our productivity developing computer vision applications, but it can be used in many other ways. With Vid
Chapter_2
- 本章简要介绍Linux中一般的编码结构,并描述诸多与内核打交道的方法。我们首先 关注内核中常见数据类型,比如有效存储、信息检索、编码方法,以及基本汇编语言。这将 为我们在以后的章节中详细分析内核打下基础。接下来介绍Linux如何将源代码编译、链 接成可执行代码,这对理解交叉平台编码和更好地介绍GNU工具集不无益处。之后就是一 系列从Linux内核搜集信息的方法之概要了。本章涉及的内容非常广泛,包括源代码和可 执行代码的分析,以及在Linux内核中插入调试语句。-This ch
GNU_coding_standards
- GNU编程标准,参与自由软件开发必备资料-GNU coding standards, which is necessary when you participate in a free software project
Bank_GDB_debug
- (原创)在大量的银行或金融项目中使用c语言程序进行编码,当UNIX程序移植到Linux系统时,很多种情况会出现core,那么以最快的速度掌握GDB调试方法就十分必要。本文以图解的方式原创了gdb调试方法,目标是够用且能解决问题。-(Original) in a large number of banks or financial items used in c language program coding, when the UNIX programs ported to Linux syst
libsvm-2.9.tar
- 代码是实现支持向量机的分类功能,主要提供给研究者使用,把支持向量当做一个工具,而不用自己进行支持向量机的原理研究和编码。代码是Linux下的版本,语言是C/C++。-The code is to achieve support vector machine classification, mainly for researchers to use, the support vector as a tool, rather than themselves Principles Study on S
newfile2.c
- this is a c code for huffman coding. if u got any bug mail it to me
EZW111
- 这是个图象编码压缩里的ezw算法,是按照ezw流程实现的,非常不错的一个程序-This is a compression image coding in the EZW algorithm, in accordance with the EZW process achieved a very good program
jaidig
- 利用哈夫曼编码进行通信可以大大提高信道的利用率,缩短信息传输的时间,降低传输成本。根据哈夫曼编码的原理,编写一个程序,在用户输入结点权值的基础上求哈夫曼编码。 要求:从键盘输入若干字符及每个字符出现的频率,将字符出现的频率作为结点的权值,建立哈夫曼树,然后对各个字符进行哈夫曼编码,最后打印输出字符及对应的哈夫曼编码。-Communicate using Huffman coding can greatly improve the utilization of the channel, red
qt
- 很好的编程书籍,请看以下,要认真学习哟,以后大家好好学习哟-A GOOG BOOK FOR CODING
vpu_codec
- 一个关于LINUX下视频编码的程序,可以帮助需要对vpu编码的有用-A video encoding on the procedures under LINUX can help required vpu coding useful
LinuxC
- 简要介绍一下什么是Linux,C语言的特点,程序开发的预备知识,Linux下C语言开发的环境,程序设计的特点和原则以及编码风格等。通过本章的学习,可以对在Linux下使用C语言编程有一个基本的了解。-A brief overview of what is Linux, C language features, prior knowledge of program development, Linux development environment under the C language, pr
ProcessCreation
- This process creation coding exercise. It is developed using language c on unix/linux. To execute this source code on unix/linux system you need to copy file hw6.c on unix/linux machine. To compile this file you can use command cc hw6.c T
amrwb-7.0.0.2
- WB-AMR VMR-WB 是新型可变速率多模式宽带语音编解码器,专为无线 CDMA 2000标准而设计,目的在于在 50 至 7000 HZ 的频带上进行语音编码,采样率为 16 KHZ。VMR-WB 基于 3GPP AMR-WB (G722.2) 编解码器,在每秒速率12.65 Kbit 上可实现互操作。 VMR-WB 工作模式有四种,具体选择哪种应视网络的流量情况而定。前三种模式专门针对 CDMA 系统,而第四种模式为 AMR-WB 互操作性模式。 VMR-WB 与 AMR-WB
Secure-Coding-in-C-and-CPP
- 《Secure Coding in C and C++》一本经典的C++/C学习书籍。-" Secure Coding in C and C++" a classic C++/C learning book.
