搜索资源列表
MAIN 3-DIMENSIONAL CFD-PROGRAM
- #//u(i,j) x方向的速度u;或者θ方向速度uθ #//u(i,j) y方向的速度v;或者径向速度ur'h\K #//pc(i,j) 压力修正 p'[OS #//p(i,j) 压力p-=5-+ #//p(i,j)
FDTD_2.1
- 本程序是使用有限时域差分法计算模拟电磁波在光学薄膜中的传输,加入边界条件,可以计算加入有损耗介质进行计算模拟,运用Qt技术,运用Qmake进行工程管理。运用matlab显示结果-This procedure is the use of FDTD method simulation of electromagnetic waves in optical thin films in transmission, add the boundary conditions can be calculated
20090816
- 自动化控制中曲线拟合的应用及研究 此文档对需要根据已知线段,或者离散点进行趋势预测很有帮助。-Automation and control applications in curve fitting and Research. This document is the need to segment the basis of known or forecast the trend of discrete points helpful.
cpp_tracer
- Lifitime tracer. *** *** *** *** *** *** *** *** ***** Example: #include <timings.h> void foo() { TRACE_LIFETIME usleep(100000) } void main() { foo() } *** *** *** *** *** *** *** *** *** See lifetimes.log: FUNC
QtCalculator
- 手机平台上使用的计算器源码,QT编码,简易计算器-Calculator for moilephone,base in QT
PolySolver
- Polynomial solver with graph display (requires qt and qwt libraries to compile).
XIANGKONG
- 用Qt编写的相控场强因子场强方向图,对刚接触相控理论的同学会有很大帮助。-Written with Qt phased field intensity factor field strength pattern, students new to phased theory will be very helpful.
S-transform
- 应用于地震勘探的S变换,用于计算地震记录频率特性,QT界面编写。-s transform, applied to the seismic exploration of the S transform, is used to calculate the frequency characteristics of seismic records, write in QT interface .
wavelet-transform
- 小波变换,应用于地震勘探的小波变换,用于计算地震记录频率特性,QT界面编写。-Wavelet transform, wavelet transform applied to seismic exploration, is used to calculate the frequency characteristics of seismic records, QT interface to write.
SEG-Y-Load-And-Save
- sgy读取/存储程序,用于切割地震记录,Qt界面编写。-sgy file read/save procedures for cutting the seismic records,write in Qt .
2D-acoustic-wave-equation-forward
- 二维声波方程有限差分正演程序,Qt界面编写。-2D acoustic wave equation finite difference forward code,write in Qt。
Virtual-spectrometry-forward-code
- 二维声波方程虚谱法正演代码,Qt界面编写-2D acoustic wave equation Virtual spectroscopy forward modeling code,write in Qt
Pulse-deconvolution-code
- 递推反演,脉冲反褶积程序,Qt界面编写。-Recursive inversion ,pulse deconvolution code, write in Qt.
calte-QT
- QT编写功能及界面,实现功能:加、减、乘、除、连加、连减、连乘、连除、加减乘除混合运算、除零报错等功能,代码简单清晰,适用于刚刚接触QT的人-QT write functions and interface functionality: add, subtract, multiply, divide, even increase, even less, and even multiply, even in addition, subtraction, multiplication and div
least-squares
- 最小二乘法快速计算软件(带qt源码)最小二乘法(又称最小平方法)是一种数学优化技术。它通过最小化误差的平方和寻找数据的最佳函数匹配。-The least squares method least squares method for rapid calculation software (with qt source) (also known as the least squares method) is a mathematical optimization techniques. Minim
compute
- 在QT上编写的简易计算器,实现了简单的加减乘除-Simple calculator written in QT, simple addition and subtraction, multiplication and division
Matrix
- Simple matrix algebra C++ library. Implements such a useful tools like a: - Linear equation solving via QT decomposition - Singular value decomposition - Karhunen-Loeve transform
calculator
- 简单计算器,实现+、—、*、/运算,具有保存记忆功能,用qt做得-Simple calculator, to achieve+,-,*,/operations, save memory function, done with qt
Manual Qt-based tuning of neural function
- This is early (bun normally works) Qt 4.7/4.8-based application, released manual tuning of neural function. You can (and must :-) ) tuning numbers at first top table panel (weight of synapses) than has been coincided numbers in second and third table
Genetic algorithm realization: searching the shortest way.
- This Qt 5.2 based program at first: randomly generating a family of ways around points and at second crossing the population and identify most short way.