代码搜索:Numerical
找到约 2,441 项符合「Numerical」的源代码
代码结果 2,441
www.eeworm.com/read/326313/13148444
m test_mpoly_numerical.m
% TEST_MPOLY_NUMERICAL -- test the subroutines in the @mpoly directory for numerical matrices
% Copyright (c) 2004 by Fritz Keinert (keinert@iastate.edu),
% Dept. of Mathematics, Iowa State Univer
www.eeworm.com/read/250980/12372168
m numerical_jacobian_cd.m
function J = numerical_Jacobian_cd(x, model, dmodel, offset, varargin)
% J = numerical_Jacobian_cd(x, model, dmodel, offset, ...)
%
% INPUTS:
% x - state
% model - function handle for non-lin
www.eeworm.com/read/250058/12438489
js numerical_data_test.js
var numericalString = "3.14159265";
var characterString = "3 point 1";
var pattern = /^-?\d+(\.\d+)?$/;
var a = pattern.test(numericalString);
var b = pattern.test(characterString);
alert("String 1:
www.eeworm.com/read/250058/12438874
css validate_numerical_field.css
body
{
font-size: 85%;
font-family: Arial, Helvetica, sans-serif;
}
label
{
float: left;
width: 6em;
}
input
{
display: block;
margin-left: 6em;
margin-bottom: 1em;
}
www.eeworm.com/read/250058/12438948
js validate_numerical_field.js
addLoadListener(init);
function init()
{
var submit = document.getElementById("submit");
submit.onclick = validate;
return true;
}
function validate()
{
var textField = document.getElementB
www.eeworm.com/read/228652/14371384
m test_mpoly_numerical.m
% TEST_MPOLY_NUMERICAL -- test the subroutines in the @mpoly directory for numerical matrices
% Copyright (c) 2004 by Fritz Keinert (keinert@iastate.edu),
% Dept. of Mathematics, Iowa State Univer