代码搜索:N
找到约 10,000 项符合「N」的源代码
代码结果 10,000
www.eeworm.com/read/458493/7295669
m fx3n.m
function [f,dfdx] = fx3n(x)
% fx3n Evaluate f(x) = x - x^(1/3) - 2 and dfdx for Newton algorithm
f = x - x.^(1/3) - 2;
dfdx = 1 - (1/3)*x.^(-2/3);
www.eeworm.com/read/458488/7296094
m fx3n.m
function [f,dfdx] = fx3n(x)
% fx3n Evaluate f(x) = x - x^(1/3) - 2 and dfdx for Newton algorithm
f = x - x.^(1/3) - 2;
dfdx = 1 - (1/3)*x.^(-2/3);
www.eeworm.com/read/458471/7296369
txt n_checkephinfo1.txt
7 2003 4 12 23 59 44.000000 4.28719911724e-004 2.26236807066e-011 0.00000000000e+000
1.95000000000e+002 2.95625000000e+001 5.24700416449e-009 2.04417996339e+000
1.51991844177
www.eeworm.com/read/458471/7296401
txt n-header-check.txt
************************************
The N-Rinex version: 2.10
The Ion Alpha: 1.583000e-008 1.490000e-008 -1.192000e-007 -1.192000e-007
The Ion Belta: 1.065000e+005 6.554000e+004
www.eeworm.com/read/458471/7296408
txt n-data-check.txt
*************第 1 个数据*****************
改正前:PRN-6 97 11 9 2 0 0.000000 -2.31988321079e-007 0.00000000000e+000 0.00000000000e+000
改正后:PRN-6 97 11 9 2 0 0.000000 -2.31988321079e-007 0.00000000000e+000 0
www.eeworm.com/read/457804/7317585
txt n皇后构造解.txt
//N皇后构造解,n>=4
void even1(int n,int *p){
int i;
for (i=1;i
www.eeworm.com/read/457219/7331726
m n_simp2.m
% function y=n_simp2(x)
%
% Simplifies strings from tree_ga2 etc.
%
% Input
% x - population matrix
% Output
% y - simplified population martrix
function y_pop=n_simp2(x_pop)
www.eeworm.com/read/457219/7332076
m n_simp2.m
% function y=n_simp2(x)
%
% Simplifies strings from tree_ga2 etc.
%
% Input
% x - population matrix
% Output
% y - simplified population martrix
%
% Author Date
www.eeworm.com/read/457031/7334987