代码搜索:LABEL
找到约 10,000 项符合「LABEL」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5528614
c 20040614-1.c
#ifndef NO_LABEL_VALUES
void f(int r1, int *fp)
{
void *hlbl_tbl[] = { &&label1 };
goto *hlbl_tbl[r1];
*fp = 0;
label0:
fp += 8;
label1:
*fp = 0;
if (r1)
goto label2;
www.eeworm.com/read/294323/8240145
m myfft2.m
function y=myfft2(x_ori,M)
%---------------------------------------输入原始信号,正弦函数频率为5--------------------------------%
% t=linspace(1,100,512)/100; %
www.eeworm.com/read/294323/8240152
m myfft1.m
function y=myfft1(x_ori,M)
%---------------------------------------输入原始信号,正弦函数频率为5--------------------------------%
% t=linspace(1,100,512)/100; %
www.eeworm.com/read/172230/9719119
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/265743/11254963
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/103257/15738492
pas unit_about.pas
unit Unit_About;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls,Dialogs, ShellAPI;
type
Tfrm_About = class(TForm)
Panel1: TPa
www.eeworm.com/read/282867/9055383
examples readme.examples
------------------------
1. Basic 'mpls' usage
------------------------
This utility can be used to manually create LSPs from the command line.
It is also a great example of how to use the IOCTLS cal
www.eeworm.com/read/379729/9180146
h nodefactory.h
// -*- C++ -*-
//
// This file is a part of the Bayes Blocks library
//
// Copyright (C) 2001-2006 Markus Harva, Antti Honkela, Alexander
// Ilin, Tapani Raiko, Harri Valpola and Tomas 謘tman.
//
// T
www.eeworm.com/read/162176/10329361
h gcoptimization.h
// GCoptimization.h: interface for the GCoptimization class.
//
//////////////////////////////////////////////////////////////////////
/* GCoptimization.h */
/* Olga Veksler, 2005, olga@csd.uwo.ca
www.eeworm.com/read/277285/10648694
c listing_5_7.c
/***********************************************************************
** **
** listing_5_7.c