Description: Base64 decoder for Visual C++, 所谓的Base64 , 是密码学中的一门算法 , 在计算机界来说 , 常常运用在EMAIL传送之上-Base64 decoder for Visual C, the so-called Base64. Cryptography is the one algorithm, in the computer industry, for example, is often used in transmission above EMAIL Platform: |
Size: 36690 |
Author:陈志文 |
Hits:
Description: 在C语言环境下的一个龙格贝积分算法例子-in C language environment of a Long Gberdao Integration Algorithm for example Platform: |
Size: 936 |
Author:毛虫 |
Hits:
Description: C语言实现各种常用的数字信号处理方法。比如复数运算、快速傅立叶变换FFT以及各种滤波算法-C language commonly used in various digital signal processing methods. For example, complex operations, FFT fast Fourier transform algorithm and the various filtering Platform: |
Size: 71406 |
Author:王雪松 |
Hits:
Description: This code implements in C++ a basic left-right hidden Markov model
and corresponding Baum-Welch (ML) training algorithm. It is meant as
an example of the HMM algorithms described by L.Rabiner (1) and
others. Serious students are directed to the sources listed below for
a theoretical description of the algorithm. KF Lee (2) offers an
especially good tutorial of how to build a speech recognition system
using hidden Markov models. Platform: |
Size: 15630 |
Author:aaaaaaa |
Hits:
Description: Hidden_Markov_model_for_automatic_speech_recognition
This code implements in C++ a basic left-right hidden Markov model
and corresponding Baum-Welch (ML) training algorithm. It is meant as
an example of the HMM algorithms described by L.Rabiner (1) and
others. Serious students are directed to the sources listed below for
a theoretical description of the algorithm. KF Lee (2) offers an
especially good tutorial of how to build a speech recognition system
using hidden Markov models. Platform: |
Size: 23484 |
Author:张志 |
Hits:
Description: 这是最近做的计算机图形学实验,其界面是一个仿WINDOWS下的窗口界面,程序具有较好的交互性。全部的图形函数都没有用C语言自带的图形库函数,所写的函数都是直接写屏实现的,模拟了大部分图形库函数的功能。但也有部分没有写出,如保存图形块的getimage()等函数。由于水平有限,还有部分功能没有实现,如保存或打开BMP图片等。等有了时间再说吧。算法什么的写的很潦草,都随便说说的,欢迎高手指点,希望与广大C语言爱好者共同学习讨论-This is a recent computer graphics experiment, its interface is an imitation of the Windows interface window, procedures have better interactivity. All of the graphics function in C language with no onboard graphics library functions, functions are written directly to write to achieve the screen to simulate the most graphic library of functionality. However, some are not write, such as the preservation of graphic block getimage () function. Because of the limited level, there is no function for example, the preservation of open or BMP images. With such time until then. What algorithm is written scribble, idle, welcomed the master guiding, and the majority of enthusiasts common C language study and discussion Platform: |
Size: 37732 |
Author:张张 |
Hits:
Description: 这是最近做的计算机图形学实验,其界面是一个仿WINDOWS下的窗口界面,程序具有较好的交互性。全部的图形函数都没有用C语言自带的图形库函数,所写的函数都是直接写屏实现的,模拟了大部分图形库函数的功能。但也有部分没有写出,如保存图形块的getimage()等函数。由于水平有限,还有部分功能没有实现,如保存或打开BMP图片等。等有了时间再说吧。算法什么的写的很潦草,都随便说说的,欢迎高手指点,希望与广大C语言爱好者共同学习讨论-This is a recent computer graphics experiment, its interface is an imitation of the Windows interface window, procedures have better interactivity. All of the graphics function in C language with no onboard graphics library functions, functions are written directly to write to achieve the screen to simulate the most graphic library of functionality. However, some are not write, such as the preservation of graphic block getimage () function. Because of the limited level, there is no function for example, the preservation of open or BMP images. With such time until then. What algorithm is written scribble, idle, welcomed the master guiding, and the majority of enthusiasts common C language study and discussion Platform: |
Size: 37888 |
Author:张张 |
Hits:
Description: RSA算法的VC实现,其中包括超长整数类,素数检验算法,大素数生成器和一般的数论算法,例如中国剩余定理解密RSA密文-RSA algorithm VC, including long integer type, in a few test algorithm, large prime number generator and the general theory of numbers algorithm, for example, Chinese Remainder Theorem RSA decryption ciphertext Platform: |
Size: 258048 |
Author:陈建湘 |
Hits:
Description: 在C语言环境下的一个龙格贝积分算法例子-in C language environment of a Long Gberdao Integration Algorithm for example Platform: |
Size: 1024 |
Author:毛虫 |
Hits:
Description: C语言实现各种常用的数字信号处理方法。比如复数运算、快速傅立叶变换FFT以及各种滤波算法-C language commonly used in various digital signal processing methods. For example, complex operations, FFT fast Fourier transform algorithm and the various filtering Platform: |
Size: 70656 |
Author:王雪松 |
Hits:
Description: C语言实例解析精粹,很不错的,虽然是C写的,但里面有很有很有名的算法题-C language example of Analysis of the essence, it is good, although it is written in C, but there are very well-known algorithm for title Platform: |
Size: 389120 |
Author:上官武 |
Hits:
Description: This code implements in C++ a basic left-right hidden Markov model
and corresponding Baum-Welch (ML) training algorithm. It is meant as
an example of the HMM algorithms described by L.Rabiner (1) and
others. Serious students are directed to the sources listed below for
a theoretical description of the algorithm. KF Lee (2) offers an
especially good tutorial of how to build a speech recognition system
using hidden Markov models. Platform: |
Size: 15360 |
Author:aaaaaaa |
Hits:
Description: 数据结构查找算法中的二分查找算法,设置一个长度为100的查找表,有效值范围(0-1)例如设置一个值0.34运行程序就会得到他在表中位置。-Data structure search algorithm in the binary search algorithm, set up a length 100 lookup table, valid value range (0-1) to set up a value of 0.34 for example, run the program will be his position in the table. Platform: |
Size: 178176 |
Author:jxl |
Hits:
Description: This implementation generates association rules, based on the Apriori algorithm (cfr. Agrawal et al.,1995). It takes as input a file of frequent sets in the format such as generated by the previous implementations.
Platform: |
Size: 29696 |
Author:candy |
Hits:
Description: 算法实验名称: Hermite 插值的C语言程序及应用举例
功能说明: 本实验主要设计了Hermite插值多项式的C程序代码,并举例进行了运算.-Experimental Algorithm name: Hermite interpolation of the C language program and application, for example functional description: In this experiment, the main design of the Hermite interpolation polynomial of C code, and example calculations carried out. Platform: |
Size: 286720 |
Author:白文静 |
Hits:
Description: Implementation of Apriori algorithm, using C#.
Apriori is a classic algorithm for learning association rules. Apriori is designed to operate on databases containing transactions (for example, collections of items bought by customers, or details of a website frequentation). Other algorithms are designed for finding association rules in data having no transactions (Winepi and Minepi), or having no timestamps (DNA sequencing).
Description of Apriori: http://en.wikipedia.org/wiki/Apriori_algorithm- Implementation of Apriori algorithm, using C#.
Apriori is a classic algorithm for learning association rules. Apriori is designed to operate on databases containing transactions (for example, collections of items bought by customers, or details of a website frequentation). Other algorithms are designed for finding association rules in data having no transactions (Winepi and Minepi), or having no timestamps (DNA sequencing).
Description of Apriori: http://en.wikipedia.org/wiki/Apriori_algorithm Platform: |
Size: 38912 |
Author:gabi4488 |
Hits:
Description: 基于OPENGL的VC++雪花屏保源代码,不能可以学习一下生成算法,很漂亮的雪花漫天飞舞,有地面与空中的透视切换,这应该算是最简单的OPENGL实例了,初学OPENGL你应该参考一下。
源码爱好者注:请将编译生成的文件拷贝至根目录下,方可运行。
-OPENGL based on the VC++ snowflakes screensaver source code, can not study the generation algorithm can be very beautiful snowflakes dancing all over the sky, ground and aerial perspective of the switch, which should be regarded as the simplest example of a OPENGL, beginner, you should refer to OPENGL . Source enthusiasts Note: Please copy of the compiler-generated files to the root directory before running. Platform: |
Size: 141312 |
Author:jiangjihai |
Hits:
Description: 一个简单的遗传算法在c#。它将不会多线程,也有异国情调的操作人员和收敛标准(例如一种情形发现许多解决方法是非常相似的)。它只是证明遗传算法在托管代码,利用的一些特点。net的运行时间。
-A simple genetic algorithm in c#. It will not be multi-threaded, there are also exotic operators and convergence criteria (for example, found that many solutions to a situation is very similar.) It just proved that genetic algorithm in managed code, the use of some of the features. net running time. Platform: |
Size: 39936 |
Author:zsepy |
Hits:
Description: Example of the graph-cut algorithm in c++. Flowed for a simple implementation for graphs. No extra libraries required Platform: |
Size: 3072 |
Author:Balbson |
Hits: