搜索资源列表
简易的矩陣加密編编码法
- 算法介绍 矩阵求逆在程序中很常见,主要应用于求Billboard矩阵。按照定义的计算方法乘法运算,严重影响了性能。在需要大量Billboard矩阵运算时,矩阵求逆的优化能极大提高性能。这里要介绍的矩阵求逆算法称为全选主元高斯-约旦法。 高斯-约旦法(全选主元)求逆的步骤如下: 首先,对于 k 从 0 到 n - 1 作如下几步: 从第 k 行、第 k 列开始的右下角子阵中选取绝对值最大的元素,并记住次元素所在的行号和列号,在通过行交换和列交换将它交换到主元素位
mpeg4_encoder
- Linux下的基于intel的ipp库的MPEG4编码程序,嵌入式开发程序,适用PXA270板,工业级别代码-Linux-based Intel's ipp for MPEG4 coding procedures, embedded developers procedures applicable PXA270 board, industry-level code
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
HUMA1
- 这是一个霍夫曼编码程序-This is a Huffman code program
base64
- 自己常用的BASE64编码程序,开发环境为LINUX
g729
- 使用在PC机上的g729语音压缩及编码程序,对makefile进行修改即可支持在嵌入式linux平台上使用。
jpeg
- 远程监控的图像编码程序,实现YCBCR或YUV到RGB的转换,
MIME(Quoted-Printable & Base64) 编码解码程序
- MIME(Quoted-Printable & Base64) 编码解码程序-MIME (Quoted-Printable Base64) codec procedures
111
- 编码程序,对文件可以进行格式化编码的。 是个简单的东西,不过还好咯。可以用的。
密码编码学——加密方法的C与C++实现
- 密码编码学——加密方法的C与C++实现,该程序最好在VC环境下编译-cryptographers -- encryption methods of C and C to achieve the best procedures in the VC environment compiler
采用海康威视公司的dsp编码卡和解码卡进行视频采集
- 采用海康威视公司的dsp编码卡和解码卡进行视频采集的demo程序,编码和解码分开显示-Using dsp code Hikvision' s video card and decoder card demo collection procedures, coding and decoding are shown separately
DSP嵌入式系统开发典型案例
- DSP嵌入式系统开发典型案例 (1)5-1.asm对应第五章语音信号的采集和播放主程序; (2)5-2.asm对应第五章语音信号的采集和播放中断向量程序; (3)5-3.cmd对应第五章语音信号的采集和播放配置文件; (4)5-4.asm对应第五章语音信号的u/A律压缩程序; (5)5-5.m对应第五章语音去噪的仿真程序; (6)5-6.asm对应第五章语音去噪的主程序; (7)5-7.c对应第五章CVSD编码的C语言程序代码; (8)5-8.asm对
jpeg-6b
- IJG组织的JPEG压缩程序的源代码,这里的JPEG压缩程序仅限于灰度图像的压缩,比较简单。文中的算术编码的程序实现参考了Guido Vollbeding 为JPEG压缩编写的算术编码程序。-IJG organizations JPEG compression program
Koules
- Clear Mine扫雷游戏: 这是一个模拟扫雷游戏的vc编码程序 编码思想: 通过几个数组设定好雷区的位置,自己造出几个视图类的成员函数,分析是是否有雷,以及雷的个数。 基于DirectDraw的小游戏 Koules: Koules是基于DirectDraw的小游戏用DirectDraw,DirectSound,DirectInput的综合例子 移植自linux下游戏,原代码结构较好较容易看懂。-Clear Mine mine Game: This is a simulatio
SuperBase64ED
- 这是一个手机编程和邮件编程常用到的一个编码技术函数,Base64编码和解码动态库,支持字符串和文件的编解码工作。速度很快稳定,我的一些程序中用,现在发布。-This is a cell phone programming and e-mail program into a coding techniques commonly used functions, Base64 encoding and decoding of dynamic libraries, and documentation t
061129172859
- base64编码程序源代码 C语言实现 适用linux下网编 含.c文件 -base64 encoding C language source code for linux compiled with the net. c files
kaisajiami
- 编写凯撒加密、解密编码程序 要求:1)分别实现对文字和对文件的加密和解密 2)密钥由用户输入-Writing Caesar encryption, decryption, encoding process requires: 1) are the files to realize the text and the encryption and decryption 2) key input by the user
videnc_copy
- davinci 的视频编码程序,可用于linux上交差编译-vlc' s source archive can be used to cross compile on linux
decode(BASE64)
- Base64的编码程序 基于VC++编写的-Base64 encoding program written with VC++
base64
- 这个是linux环境下,用c语言实现的base64编码程序,本人写ftp程序所用的base64都是这个。-This is a linux environment, using the base64 encoding c language program, ftp program I used to write all this base64.