代码搜索:Unit
找到约 10,000 项符合「Unit」的源代码
代码结果 10,000
www.eeworm.com/read/288358/8640979
h unit.h
#if !defined(AFX_UNIT_H__21D4BB4D_5D31_11D8_8750_5254AB32C8FB__INCLUDED_)
#define AFX_UNIT_H__21D4BB4D_5D31_11D8_8750_5254AB32C8FB__INCLUDED_
#include "RainFunction.h" // Added by ClassView
#if _
www.eeworm.com/read/431522/8670739
gif unit.gif
www.eeworm.com/read/428931/8828023
m unit.m
function G = Unit(A,B,C,D,F)
%输入A和C是单点模糊化集合向量,B\D\F分别是对应着控制规则向量表示
%输出G为这条控制规则对应的一个模糊输出
G = A_jiao_B((A_compose_B(A,A_have_B(B,F))),(A_compose_B(C,A_have_B(D,F))));
www.eeworm.com/read/187173/8848026
java unit.java
/*
* Works in 1.1+Swing, 1.4, and all releases in between.
* Used by the Converter example.
*/
public class Unit {
String description;
double multiplier;
Unit(String description, double
www.eeworm.com/read/285353/8848312
gif unit.gif
www.eeworm.com/read/185632/8995338
class unit.class
www.eeworm.com/read/185632/8995349
java unit.java
public class Unit {
String description;
double multiplier;
Unit(String description, double multiplier) {
super();
this.description = description;
this.multiplier =
www.eeworm.com/read/282752/9069810
h unit.h
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright (C) Yeico S. A. de C. V.
* xlsLib -- A multiplatform, C++ library for dynamic generation of Excel (TM)
www.eeworm.com/read/282752/9069926
cpp unit.cpp
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright (C) Yeico S. A. de C. V.
* xlsLib -- A multiplatform, C++ library for dynamic generation of Excel (TM)
www.eeworm.com/read/379267/9203349
h unit.h
#include
class basic
{
public:
char name[30];
char phone[15];
void showlist(fstream);
};
class normal:public basic
{
public:
char qq[10];
int sign;
normal();
v