代码搜索:LABEL
找到约 10,000 项符合「LABEL」的源代码
代码结果 10,000
www.eeworm.com/read/323697/13325978
frm main.frm
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form main
AutoRedraw
www.eeworm.com/read/320830/13417573
m coverage.m
function Coverage=coverage(Outputs,test_target)
%Computing the coverage
%Outputs: the predicted outputs of the classifier, the output of the ith instance for the jth class is stored in Outputs(j,i)
www.eeworm.com/read/131315/5939392
c chgpane.c
#include
/* $Header: ChgPane.c,v 1.3 87/12/20 12:04:05 rws Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
* XMenu: MIT Project Athena, X Window syste
www.eeworm.com/read/264146/11327619
m coverage.m
function Coverage=coverage(Outputs,test_target)
%Computing the coverage
%Outputs: the predicted outputs of the classifier, the output of the ith instance for the jth class is stored in Outputs(j,i)
www.eeworm.com/read/262705/11393906
txt mew10_1_0.txt
/*
// OEP FINDER FOR: Mew 10 exe-coder 1.0 by Northfox
// AUTHOR : SMoKE (smoke@freenet.am)
// OS : WinXP SP1, OllyDbg v1.10c, OllyScript v0.8
// INFOZ : dump at OEP and
www.eeworm.com/read/400111/11582873
pas unit_about.pas
{******************************************************************************
* Uint Unit_About
* Function 关于 对话框的功能实现部分
* 声明: 此Unit中的部分代码引用自 "中国-西安-孜孜工作室".在此表示感谢!
*
* CopyRight (c
www.eeworm.com/read/151252/12225868
txt 移动字幕的实现.txt
Visual FoxPro 3.0中移动字幕的实现
在电视上我们时常会看到屏幕下方会有一行提示文字或广告信息由右至左移动,这样既起了提示作用又不会破坏整体屏幕。在Visual FoxPro 3.0中我们同样可以完成这种设计。
进入Visual FoxPro 3.0系统环境,在命令行窗口中键入Create Form或在‘文件’菜单中选择‘新建’、‘表单’,即可建立一个新的表单(F ...
www.eeworm.com/read/149643/12359837
asm pmtest1.asm
; ==========================================
; pmtest1.asm
; 编译方法:nasm pmtest1.asm -o pmtest1.com
; ==========================================
%include "pm.inc" ; 常量, 宏, 以及一些说明
org 0100h
jm
www.eeworm.com/read/229612/14326690
pas main.pas
unit main;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls,
setupin,Define,Forms, Dialogs, ComCtrls, ExtCtrls, StdCtrls, Grids;
type
Tmainform = class(TForm)
www.eeworm.com/read/169697/5413477
java scaledslider.java
/*
* (C) 2001 by Argonne National Laboratory
* See COPYRIGHT in top-level directory.
*/
/*
* @author Anthony Chan
*/
package viewer.zoomable;
import java.util.Dictionary;
import java.u