Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - linux code
Search - linux code - List
linux下的3D开发库的源代码-development of 3D library source code
Date : 2008-10-13 Size : 503.31kb User : 革明新

LINUX下的3D开发库的源代码-LINUX 3D for the development of source code
Date : 2008-10-13 Size : 76.45kb User : 革明新

LINUX下的3D开发库的源代码-LINUX 3D for the development of source code
Date : 2025-12-23 Size : 76kb User : 革明新

图像边缘提取边缘流方法的代码-Image Edge Extraction edge of the flow code
Date : 2025-12-23 Size : 703kb User : 林兰

JPEG的6A版本的源代码-6A JPEG version of the source code
Date : 2025-12-23 Size : 604kb User : 王磊

51 ip 核 vhdl 原代码 s3c44b0x 移植代码 -51 ip nuclear VHDL source code s3c44b0x transplant
Date : 2025-12-23 Size : 426kb User : MA

X264(H264)最新版本 包含SVN目录入口,方便更新 注意:下载后请将后缀改名为.tar.bz2 包含win32 makefile 但最好在linux下使用(win32下需修改文档编码为DOS编码)-X264 (H264) the latest version of SVN directory that contains the entrance to facilitate the update Note: Please download suffix renamed. Tar.bz2 contains win32 makefile in linux but it would be best to use (win32 need to modify a document under the code for DOS encoding)
Date : 2025-12-23 Size : 497kb User : cost

Linux下实现的人脸识别代码,效果与众不同-Face Recognition under Linux code, the effect of different
Date : 2025-12-23 Size : 3.42mb User : 钱靖

Nearest Neighbor Methods in Learning and Vision: Theory and Practice书中章节Locality-Sensitive Hashing Scheme Based on p-Stable Distributions 中LSH-Local Sensitive Hashing算法的C语言在Red Linux下实现-Book <Nearest Neighbor Methods in Learning and Vision: Theory and Practice> Chapter- Locality-Sensitive Hashing Scheme Based on p-Stable Distributions in the LSH-Local Sensitive Hashing- Algorithm in the C language under the Red Linux platform
Date : 2025-12-23 Size : 567kb User : 桑基韬

一个基于Hash的随机LSB信息隐藏程序 包含波形小幅扰动抗攻击 自己编写的 包含24bitBMP文件的读取与像素分离 快速傅立叶变换 散列LSB等相关算法的头文件 与系统无关 可以通过G++编译 在Win/Linux环境下都可以正常工作 也可以将头文件提取出来应用于其他代码之中-A Hash-LSB steganography source code with randomized DFT anti-RS-attack tech. Coding by myself. Including head files of get 24bit BMP file, FFT, and Hash-LSB, can be compiled by GNU/G++ in both Windows and Linux.
Date : 2025-12-23 Size : 1.15mb User : 杜睿

该源码,已在vc6 vc7 linux下编译通过-H.264 codec source code has been compiled by vc6 vc7 linux
Date : 2025-12-23 Size : 232kb User : Aaron

Linux环境下,jpeg图像处理源码,适合嵌入式系统开发-Linux environment, jpeg image processing source code, suitable for embedded systems development
Date : 2025-12-23 Size : 939kb User : Robert

压缩算法ARJ的源码,此源码为Linux下使用-ARJ compression algorithm source code, use this source to Linux
Date : 2025-12-23 Size : 465kb User : 丛志威

这是ffmpeg方面的源代码,如有需要有什么修改情告诉我.-This is source code about ffmpeg, if necessary, tell me what the situation changes.
Date : 2025-12-23 Size : 6.03mb User : name

该目录包含了基于可移植的C语言的数字水印算法的代码。这些代码具有示范 性的意义,且有一定的鲁棒性。 需要安装NetPGM的程序包(用来存取pgm格式图像),然后才能在linux下面编译。 NetPGM是图像文件的输入/输出软件包。可以在网上搜索得到。我们已经对 256灰度级,512×512大小的图像进行了测试。程序编译后的调用格式如下(以encode为例): wm_cox_e -s cox.sig -o wm_image.pgm image.pgm 其中,-s表示要添加的水印信号,cox.sig是信号文件。 -o表示输出图像文件名为wm_image.pgm, image.pgm为输入文件名。 几个辅助程序: cmp_pgm 计算差分图像,PSNR等 cmp_dct 计算全帧DCT域的差分图像 cmp_dct8x8 计算8×8大小的DCT域差分图像 比如说,为了产生两个PGM图像的差分图像并计算它们的PSNR,命令如下: cmp_pgm -p -i original.pgm -o diff.pgm watermarked.pgm 产生水印信号: gen_cox_sig -o cox.sig 程序将产生适合512×512大小,8-bit灰度的pgm图像的水印信号。 水印提取: wm_cox_d -s cox.sig -i lena.pgm -o cox.wm cox_lena.pgm 请注意,cox的算法需要原始图像做参考来提取水印,压缩后的水印将存储在cox.wm中。-This directory contains the C-based portable digital watermarking algorithm code. The code has a demonstration Of meaning, and there is a certain degree of robustness. NetPGM need to install the package (to access the pgm format images), and then to compile in linux below. NetPGM is the image file input/output package. Can search by. We have already 256 gray level, 512 × 512 size images were tested. Procedure call format, compiled as follows (in encode an example): wm_cox_e-s cox.sig-o wm_image.pgm image.pgm Which,-s that you want to add the watermark signal, cox.sig is the signal file. -O said output image file name wm_image.pgm, image.pgm for the input file name. Several auxiliary programs: cmp_pgm calculate the difference image, PSNR, etc. cmp_dct full frame DCT domain calculation of difference image cmp_dct8x8 calculate the size of 8 × 8 DCT domain differential image For example, in order to produce two PGM images and calculate their differ
Date : 2025-12-23 Size : 19kb User : sylvia

h264编码源代码,linux平台下编译-the the h264 encoded source code, compiled linux platform
Date : 2025-12-23 Size : 304kb User : sunchao

本代码实现了一个window和linux的Socket通信程序,使用C++语言编写。Linux是Server端、Windows是Client端-This Source code is used to build connection between Linux and Windows. Windows is client and Linux is server.
Date : 2025-12-23 Size : 2kb User : prrkedac

TQ2440 基于LINUX嵌入式的网络TCP 通信源代码,很好的入门资料-TQ2440 LINUX-based embedded network TCP communication source code
Date : 2025-12-23 Size : 2kb User : esjrksngu

这是一个嵌入式linux下的多线程代码,能通过交叉编译运行-关闭翻译英语中文德语检测语言中文(简体)英语日语翻译文字或网页这是一个嵌入式linux下的串口驱动代码,能通过交叉编译运行请键入文字或网站地址,或者上传文档。取消Zhè shì yīgè qiànrù shì linux xià de chuànkǒu qūdòng dàimǎ, néng tōngguò jiāochā biānyì yùnxíngThis is the code for an embedded linux serial port driver under, through cross-compiled to run
Date : 2025-12-23 Size : 1kb User : twjrkiha

linux下文件上传代码,服务器与客户端的协议公司内部自己定义的,主要实现了文件的定期上传以及磁盘的清理,测试了好多次没有问题,-agreement within the company code, server and client under linux file upload their own definition, the main achievement of the regular file upload and disk cleanup, tested many times and there is no problem,
Date : 2025-12-23 Size : 7kb User : ndrkadth
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.