搜索资源列表
abooy
- hga是一种混合遗传算法c程序源代码,但是只包括了核心的算法部分,还没有完善。 gauss为电路试验中的高斯消去法。 GRKT10,Lagrange,Euler分别是数值计算中龙格-库塔法,拉个朗日法以及改进欧拉法的c程序实现 上述程序都是本人工作学习过程中自己编写的,本人只是一个程序新手,希望在本站能更好的学习-Unit is a mixed genetic algorithm c source code, however, covered only the core of the
SHA1Demo
- 只包括两个核心文件sha1.cpp及sha1.h 计算数据的sha1摘要。简单,好用。 由于bit endian及little endian的原因,有些计算sha1摘要的算法计算出来的结果与正确结果有差异。此源码经过测试,与RFC里列出的测试结果匹配。-only two core document sha1.cpp sha1.h calculation and data sha1 Abstract. Simple and Easy. Because bit endian and litt
effectiveindex
- 光纤中纤芯基模的有效折射率计算程序,二分法求解!-fiber core base mode of the effective refractive index calculation procedures for dichotomy!
AI_GA_matlab
- 遗传算法程序 主要程序 ga.m 遗传算法核心程序 BinaryExample.m 二进制编码应用程序 FloatExample.m 浮点编码的应用程序 相关算子及函数 initializega.m 种群初始化函数 simpleXover.m 用于二进制编码的简单交叉算子 arithXover.m 用于浮点编码的算术交叉算子 binaryMutation 用于二进制编码的变异算子 nonMutation.m 用于浮点编码的非均匀变异算子
waveletTSSF
- 将提升小波用于目标跟踪。 小波提升的核心就是更新算法和预测算法,通过预测算法可以得到高频信息,而通过更新算子可以得到正确的低频信息.提升样式可以实现原位计算和整数提升,并且变换的中间结果是交织排列的.其中原位计算和整数提升在硬件实现中很有价值.-will enhance wavelet for target tracking. Lifting the core algorithm and is updated prediction algorithm, algorithm can be pr
source-code-of-brushless-motor
- 无刷电机驱动器源代码。基于无传感器方案的无刷电机启动器。核心是换向角度检测:即电机反电势波形数据处理,经过衰减滤波,取出过零相位。应为低速反电势波形dB过小,波形扰动太大,本程序还不能稳定处理10Hz以下的换向计算。,Brushless motor driver source code. Program based on the sensorless brushless motor starter. Is the core to the point of view for detection:
yakebijuzhen.rar
- 此程序为潮流计算中的雅克比矩阵程序,也是潮流计算的核心部分。,This program for the power flow calculation of the Jacobian matrix program, but also the core of the power flow calculation.
temperature
- 此设计以单片机STC89C51为核心,由声音传感器采集脉搏信号,经过LM324前置放大电路、滤波电路和比较电路后得到与脉搏相关的脉冲信号,将该脉冲信号作为定时/计数器T1中断信号交由单片机进行脉冲周期的计算,T0做定时器。然后得出每分钟的脉搏搏动次数(即心率),并将结果1602LCD上显示心率。在对人体脉搏检测时,具有检错排错的功能。若出现误操作(如不小心移动时产生的噪声)造成检测到的心跳次数不正确的结果,所以在程序中检测时间到达第5秒时,先对其进行计算,若结果超出正常范围则自动返回重新检测,直
static-bearing_1
- 求解静压径向轴承中油膜压力分布的数值计算核心程序-Solving hydrostatic radial bearing oil film pressure distribution in the core program of numerical calculation
jw_km
- 用于计算从两地球经纬度之间的距离,其核心是计算赤道曲率和极曲率.-Used to calculate the latitude and longitude from both the distance between the Earth and its core is the calculation of the equatorial and polar curvature curvature.
fft
- 基为2的快速傅立叶变换的核心代码,蝶形计算-Base for the 2 fast Fourier transform core code, butterfly calculation
C
- C#算术表达式求值我是的算法核心是逆波兰式.还有就是w3eval这个算术表达式求值算法很不错.但有一种表达式它会报错.我想这是一个BUG:w3eavl不能计算"-(3+5)"的值.或者类似的计算式.-C# Arithmetic expressions evaluate my algorithm is the core of Reverse Polish-style. W3eval there is the arithmetic expression evaluation algorithm is
MD5
- 经本人优化后的计算 MD5 的类 CMD5 类及动态库源程序,单线程在 Core 6320 CPU,DDR2 667内存 时,忽略读取硬盘速度,每秒可计算150MB以上的数据,可直接做为计算MD5的工具,也可将其嵌入其它程序作为程序的一部分进行编译.-After I optimized the calculation of MD5 class CMD5 category and dynamic library source, single-threaded at Core 6320 CPU, D
cal
- 这是用Red Hat9.0的交叉编译器编程,在32位ARM920T核的高速ARM 处理器AT91RM9200 以及其他外围扩展电路的开发板上实现的一个简单的计算功能,主要目的是给初学者提供借鉴。-This is the Red Hat9.0 with the cross compiler programming, in 32-bit ARM920T core high-speed ARM processor, as well as other external AT91RM9200 develo
Tetris
- 俄罗斯方块,MFC实现,显示模块和核心计算模块分得很清楚,适宜学习-Tetris, MFC module and core calculation module are clearly divided, suitable for learning
gmm3.m
- 高斯混合模型的核心计算方法,matlab里可直接调用-Core calculation method based on Gaussian mixture model, matlab years can be called directly
multi-core-processors
- High temperature will affect the stability and performance of multi-core processors. A temperatureaware scheduling algorithm for soft real-time multi-core systems is proposed in this paper, namely LTCEDF (Low Thermal Contribution Early Deadline F
fft-ip-core
- 通过调用ISE中的fft IPcore实现了fft计算,输入数据通过textio从文本文件读入,处理后的数据再读入文本中。由于数据精度问题,与MATLAB计算的结果存在一定的误差-By calling the ISE of FFT IPcore implements the FFT computation, the input data through textio read a text file, after processing the data to read the text aga
corelossi
- iGSE电磁损耗算法文件,用于电抗器,变压器的铁芯的磁损计算。所述电磁损耗算法为GSE算法的升级算法iGSE法。(IGSE electromagnetic loss algorithm files, for reactor, transformer iron core magnetic loss calculation. The electromagnetic loss algorithm is the upgrade algorithm iGSE of the GSE algorithm.)
AN-4140
- ferrite core calculation