代码搜索结果

找到约 10,000 项符合 N 的代码

n24body.out

Reading snapshot 24 0 0.041667 -0.929995 -0.440765 -0.372832 -0.359754 0.095538 -0.187453 0.041667 0.161465 -0.016693 -0.157989 -0.149758 0.80597 -0.096873 0.041667 0.631149 -0.616576 0.424363 0.45381

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)

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

mmpx2n.m

function y=mmpx2n(x,Hf) %MMPX2N Pixel to Normalized Coordinate Transformation. % MMPX2N(X) converts the position vector X from % pixel coordinates to normalized coordinates w.r.t. % the computer scree

n皇后回朔.cpp

#include #include #include #include const unsigned long maxshort=65536L; const unsigned long multiplier=1194211693L; const unsigned long adder=12345L;