搜索资源列表
排序算法、字典和B-树的C++语言实现
- 排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert sort shl.c sort: shell sort has.c dictionary: hash tables bin.c dictionary: binary tree rbt.c dictionary: red-black trees skl.c dic
encrypt_de
- This code is a cipher which takes in a plaintext or ciphertext string and encrypts / decrypts according to a user defined key value. -This code is a cipher which takes in a plaint ext or ciphertext string and encrypts / decrypt 's according to
joone-ext
- Java Object Oriented Neural Engine是一个用Java写的神经网络框架。它由一个核心引擎,一个GUI编辑器和一个分布式训练环境组成。可以通过写新的模块来扩展它,以实现新的算法或始于基础组件的新的体系结构。-Java Object Oriented Neural Engine is a Java was the neural network framework. It consists of a core engine, a GUI editor and a comp
Ext_JSEclipse
- EXT Eclipese 下的lib 文件,用来编辑EXT程序很好用的-EXT Eclipese tools lib file
dwrproxy
- 在ext中转换dwr框架使之可以使用,进行转换-dwr in ext
ext
- 小闹钟,自己学习的时候做的,希望大家喜欢,给我多提宝贵意见改善功能,谢谢。-Small alarm clock, the time to do their own learning, hope you like, give me valuable advice to improve the function, thank you.
code4datahide
- code for inserting ext in image
ext-informax
- This a ext-informax algorithm,which can separate supergaussian and subgaussian mixed signals.-This is a ext-informax algorithm,which can separate supergaussian and subgaussian mixed signals.
MIT-matlab
- MIT Matlab教程:INTRODUCTION TO MATLAB — Fall 1999 Thomas F. Weiss Last modification September 9, 1999 1-MATLAB is a programming language and data visualization software package which is especially effective in signal processing and systems anal
c1
- 计算柱状体对垂直入射的平面波的散射C1.for (a) efficiencies (ext.,sca.,abs.) vs size parameter (b) intensity at a scattering angle vs size parameter (c) angular scattering over a plane -C1.for (a) efficiencies (ext.,sca.,abs.) vs size parameter
Complex-trapezoid-formula
- 非常好的用复化梯形公式和外推法求解积分方程的matlab例程,附带报告,详细讲解原理,分析程序与结果,不可多得的报告-Very good with a complex trapezoid formula and extrapolation matlab routines for solving integral equations, with the report gave a detailed theory, analysis procedures and results, the repor
feature-ext
- code for feature extraction
ext
- this cod is useful for plate extraction
count_word
- 统计文本中的单词个数,并按出现次数降序输出(支持大文本),原版是http://www.oschina.net/code/snippet_176897_7944。采用hash_map,GCC采用#include <ext/hash_map>。修改版本是VS2010采用#include <hash_map>using namespace stdext VC调用hash_map的例子,值得学习。-The number of words in the statistics tex