搜索资源列表
libecc-0.11.0.tar
- 最新椭圆曲线算法,用C++写的,在Linux下解压出来。-latest elliptic curve algorithms, written in C, under Linux unpacked out.
cblas
- 基本的C语言线性代数函数库,在linux下可直接编译;在windows下要显示地申明包含-basic linear algebra C language library in Linux can be directly translated; Under the windows to show to affirm include
h264dec
- 解压h264视频格式的源码,在linux下,c的源码
homework
- hitorMiss+用概率算法求积分问题的C程序,共三题,在linux环境下运行。
FingerprintDiscriminating
- 包含了指纹识别中各种算法的实现代码。这些代码的使用方法可以参见demo目录中的 例程。 读者在应用这些代码时,可能会需要根据自己的应用需求对代码进行一定的改动。对 于Linux/UNIX下编译C程序不熟悉的读者,可以参考相关的Linux/UNIX下的C语言编程 书籍。由于本章着重介绍指纹识别的算法,对于imagemagic的使用不再做详细介绍。 读者可以从网上找到关于imagemagic使用的介绍。 读者对代码做适当的改动,即可将代码移植到windows下面(主要是图像的
indices_08_19_96.tar
- 这是TSVQ的经典实现,在Linux下可以运行。TSVQ是一种高效的压缩和解压缩的方法,基于二叉树的结构来实现,比一般的VQ要好得多。 关键代码是mem_tsvqe.c 利用TSVQ实现对原始数据的编码压缩。
dysii-1.3.0.tar
- dysii是一款非常出色的滤波函数库,使用了基于模版技术的C++编程,有样例程序。但目前只有linux/unix 平台下版本
FastRBF
- 快速fft变换的c实现,在visual C++下实现,可以已知道linux下 -Fast fft transform c to achieve, in the visual C++ Achieve, you can already know under linux
dolfin-0.8.0
- 利用C,python编写的在linux下使用的有限元计算程序包。在linux下安装后可以使用迦辽金等方法进行计算。-The use of C, python prepared linux used in finite element analysis package. In linux can be used after installation of Galerkin methods such as calculated.
Formula_Numerical_Analysis
- 数值分析中用于求近似值的算法、二分法解方程、变步长梯形求积分的算法。是在Linux下用C++实现的。用G++编译。 配合华中科大的那本著名的“数值分析”。李庆扬编著。 用来交作业很好。 在本压缩包里面包含的是: HalfDevision.d 二分法解方程 LagrgIn.d 拉格朗日差值公式-求近似值 NewtonFwIn.d 牛顿前插公式-求近似值 NewtonItera.d 牛顿迭代法-求近似值 VarStpTrpzoItg.d 变步长梯形积
convert
- C/C 开发的运行于linux/unix下的程序转换到现有数据库下,基于RAD开发的程序。-Move Sybase C Program to Oracle Pro*C
LINUX-SNMP
- 一篇介绍在LINUX操作环境下使用C++语言实现SNMP网管协议的文章-1 describes the LINUX operating environment using C++ language implementation of articles SNMP network management protocol
fbm.2004.11.10
- 《Software for Flexible Bayesian Modeling and Markov Chain Sampling》是机器学习领域专家Neal编写的用于Bayesian和马尔可夫链Linux下的C语言工具包。很有名,也很权威。 -This software supports Bayesian regression and classification models based on neural networks and Gaussian processes, and Ba
bitree
- Linux下的C语言程序,用于对数据结构树图的操作-Linux program,use of c ,you can use it to create a tree or a graph.
lda-c-dist
- 在linux下的LDA算法, 用于数据挖掘,可直接编译运行。-In linux the LDA algorithm for data mining, can be directly run the compiler.
sortcollection1
- Linux下的各种排序算法的总结,很不错的代码 全是C++实现-Various sorting algorithms under Linux summarize, very good the code all C++ achieve
sortcollection111111111111111000000
- Linux下的各种排序算法的总结,很不错的代码 全是C++实现-Various sorting algorithms under Linux summarize, very good the code all C++ achieve
linuxPRprog
- linux下的一个二叉树和四叉树联合数据的实现C++,也可移植到VC下,包括了makefile文件,直接make即可-achieve C++ a linux binary tree and quadtree under the joint data can also be ported to VC, including the makefile file, you can directly make
lists
- 自己实现的C++模板链表,用的是linux下的gcc。-C++ own implementation templates list
MD5
- linux下用C++实现的一个MD5算法(A MD5 algorithm implemented with C++ under inux)