代码搜索:N
找到约 10,000 项符合「N」的源代码
代码结果 10,000
www.eeworm.com/read/179128/9370796
dat vsimrk6n.dat
www.eeworm.com/read/179128/9371267
c vsimrk6n.c
www.eeworm.com/read/179128/9371278
dat vsimrk6n.dat
www.eeworm.com/read/374781/9384997
m n2to10.m
%将2进制数转换为10进制数
function x=n2to10(s);
bn=size(s,2);
x=s(bn);
for i=1:bn-1
x=x+s(bn-i)*power(2,i);
end
www.eeworm.com/read/374624/9392375
lib rts2800n.lib
www.eeworm.com/read/374494/9402460
h i18n.h
/* Copyright (C) 2005 Thorsten Kukuk
Author: Thorsten Kukuk
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public
www.eeworm.com/read/374357/9408790
pdf 4n26.pdf
www.eeworm.com/read/178061/9420834
m two2n.m
fu<mark>n</mark>ctio<mark>n</mark> [I<mark>n</mark>dices<mark>N</mark>]=Two2<mark>N</mark>(DimX,I<mark>n</mark>dices2);
%TWO2<mark>N</mark> Co<mark>n</mark>versio<mark>n</mark> of i<mark>n</mark>dices betwee<mark>n</mark> u<mark>n</mark>foldi<mark>n</mark>gs a<mark>n</mark>d <mark>N</mark>-way arrays
%
%
% fu<mark>n</mark>ctio<mark>n</mark> [I<mark>n</mark>dices<mark>N</mark>]=Two2<mark>N</mark>(D ...
www.eeworm.com/read/177981/9424459
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/177981/9424987
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