代码搜索:Label
找到约 10,000 项符合「Label」的源代码
代码结果 10,000
www.eeworm.com/read/119233/14836538
java subscriptedlabel.java
// SubscriptedLabel.java
// SubscriptedLabel for block diagram animation
//
import java.awt.*;
import java.util.*;
public class SubscriptedLabel {
//
int x, y; // Position
static int h = 30;
www.eeworm.com/read/119233/14836561
java labelledbox.java
// LabelledBox.java
// Function block for block diagram animation
//
import java.awt.*;
import java.util.*;
public class LabelledBox implements DrawingObj {
int x, y; // Position at centre
www.eeworm.com/read/119049/14841852
cs ask.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.IO;
namespace Shell
{
///
/// Summary descrip
www.eeworm.com/read/119042/14841921
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Threading;
using chessAlg;
namespace
www.eeworm.com/read/220289/14843923
m demglm2.m
%DEMGLM2 Demonstrate simple classification using a generalized linear model.
%
% Description
% The problem consists of a two dimensional input matrix DATA and a
% vector of classifications T. The da
www.eeworm.com/read/118953/14846527
cs query.cs
using System;
using System.Collections;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Windows.Forms;
using www.kcgx.com.Database;
namespace WindowsApplica
www.eeworm.com/read/118953/14846626
cs inputdata.cs
using System;
using System.Collections;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Windows.Forms;
using www.kcgx.com.Database;
namespace WindowsApplica
www.eeworm.com/read/118953/14846637
cs querybynewdata.cs
using System;
using System.Collections;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Windows.Forms;
using www.kcgx.com.Database;
namespace WindowsApplica
www.eeworm.com/read/118953/14846642
cs form3.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace WindowsApplication3
{
///
/// Form3 的摘要说明。
///