搜索资源列表
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)