-
chengjichaxun
基于MATLAB GUI的成绩查询系统,可以计算学生的平均成绩,查询名词,及格人数等。 m文件(Query results system based on MATLAB GUI that can calculate the average scores of students, the query terms, and the number of passes, etc.m file.)
- 2014-10-11 16:36:18下载
- 积分:1
-
Curve-evolution
里面包含了曲线演化的两种形式,常量演化和曲率演化。(Which contains the curve evolution of two forms, the constant evolution and the evolution of curvature.)
- 2013-12-19 14:40:39下载
- 积分:1
-
fisherkernelpaper
里面有几篇核fisher的文献,原理以及实例介绍得都很详细(Inside there are several nuclear fisher literature, principle and example have very detailed description)
- 2020-08-14 18:18:29下载
- 积分:1
-
matlab-for-differential-equations
常微分方程的初值问题与偏微分方程的数值求解问题(Initial value problems for ordinary differential equations and partial differential equations numerical solving problems)
- 2013-01-03 17:27:13下载
- 积分:1
-
IEEE14
IEEE14节点潮流计算程序,可以很好地计算14节点标准系统,收敛性好。(IEEE14 node flow calculation program, 14 compute nodes can be a good standard system, good convergence.)
- 2014-03-17 13:14:17下载
- 积分:1
-
matlab2010useful-to-newers
matlab 2010教程,比较详细适合初学者,里面的很多函数模板可以供深入者参考学习(matlab 2010 tutorial, more detailed for beginners, there' s a lot of function template can be used for in-depth study by Reference)
- 2011-06-19 09:38:14下载
- 积分:1
-
PMSGmodelpdf
Modelling of a Wind Turbine with Permanent Magnet
Synchronous Generator
- 2013-01-30 17:29:28下载
- 积分:1
-
Filtbank
计算声压级及滤波器设计的,具有很重要的作用( One-third-octave band frequency analyser)
- 2013-10-21 19:49:29下载
- 积分:1
-
conversion_gui
function ret = Int2Hex(var)
Prints integer array to hexadecimal string
varType = class(var)
cast signness away:
if ( u ~= varType(1) )
varType = [ u varType]
var = typecast(var,varType)
end
nBits = str2double(varType(5:end))
if (64 == nBits)
split 64 bit case into two 32 s
cuz dec2hex doesn t handle 64 bit...
varType(5:end) = 32
var = typecast(var,varType)
end
ret = dec2hex(var)
if (64 == nBits)
littleEndian = all(typecast(uint32(1), uint16 )==[1 0])
first = 1 + littleEndian
second = 2 - littleEndian
ret = [ret(first:2:end,:),ret(second:2:end,:)]
end
end
- 2010-07-30 09:39:56下载
- 积分:1
-
SIMPSA
this is a code and it is very simple code
- 2010-10-20 03:46:58下载
- 积分:1