代码搜索:L
找到约 10,000 项符合「L」的源代码
代码结果 10,000
www.eeworm.com/read/238817/13323776
gif tab_l.gif
www.eeworm.com/read/136959/13351167
c jdn_l.c
/* jdn_l.c -- Julian Day Number computation
**
** public domain Julian Day Number functions
**
** Based on formulae originally posted by
** Tom Van Flandern / Washington, DC / metares@well.sf.ca.us
www.eeworm.com/read/323086/13355445
exe l6502.exe
www.eeworm.com/read/136873/13356800
cpp l maxfpminer.cpp
// MiningMaxfp.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
#include
#include
#define TEMP_INFO_FILE "c:\\tempin
www.eeworm.com/read/322867/13363183
gif tab_l.gif
www.eeworm.com/read/136697/13365324
m l_sim.m
function res=L_sim(s1,s2)
% res=L_sim(s1,s2)
%
% Similarity between Fuzzy Numbers, sim(s1,s2), in level-set representation.
%
% s1 and s2 are fuzzy quantities defined in terms of alpha-cuts (level se
www.eeworm.com/read/136697/13365329
m l_mean.m
function meanv=L_mean(Lset)
% meanv=L_mean(Lset)
%
% The mean value of a fuzzy number in level-set representation.
%
% The fuzzy quantity Lset is defined in terms of alpha-cuts (level sets).
% The fi
www.eeworm.com/read/136697/13365350
m l_match.m
function match = L_match(Lset,x0)
% match = L_match(Lset,x0)
%
% Matching degree of the crisp value x0 in space X with the fuzzy set
% Lset in space X. Lset is defined in terms of alpha-cuts (level s
www.eeworm.com/read/136697/13365358
m l_add.m
function res=L_add(s1,s2)
% res=L_add(s1,s2)
%
% Addition of Fuzzy Numbers, s1+s2, in level-set representation.
%
% s1 and s2 are fuzzy quantities defined in terms of alpha-cuts (level sets).
% The f
www.eeworm.com/read/136697/13365385
m l_sub.m
function res=L_sub(s1,s2)
% res=L_sub(s1,s2)
%
% Subtraction of Fuzzy Numbers, s1-s2, in level-set representation.
%
% s1 and s2 are fuzzy quantities defined in terms of alpha-cuts (level sets).
% Th