代码搜索:Multi
找到约 10,000 项符合「Multi」的源代码
代码结果 10,000
www.eeworm.com/read/270032/11050269
c multi.c
#include
#define RAN_DOUBLE(l, h) (((double) random()/0x80000000U)*((h) - (l)) + (l))
#define RAN_INT(l, h) ((int) (RAN_DOUBLE(0, (h)-(l)+1) + (l)))
typedef struct {
double x,
www.eeworm.com/read/268797/11121521
sh multi.sh
#!../../bash
# $Id: multi.sh,v 1.1.1.1 2006/01/02 23:34:26 rockyb Exp $
# Test debugger handling of lines with multiple commands per line
# and subshells in a line
x=1; y=2; z=3
(builtin cd . ; x=
www.eeworm.com/read/268797/11121559
run-multi
#!/bin/sh
#$Id: run-multi,v 1.4 2006/04/05 00:09:25 rockyb Exp $
# Reinstate brkpt3 when BASH_COMMAND works again.
# exit 77
if test -z "$srcdir" ; then
srcdir=`pwd`
fi
if test -z "$builddir" ;
www.eeworm.com/read/412120/11214887
dfm multi.dfm
www.eeworm.com/read/412120/11214919
dcu multi.dcu
www.eeworm.com/read/412120/11215104
pas multi.pas
unit multi;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
pub_input, Db, ADODB, StdCtrls, Buttons, ExtCtrls;
type
TFormmulti = class(TFormp
www.eeworm.com/read/147096/12584509
m multi.m
function [ret,x0,str,ts,xts]=multi(t,x,u,flag);
%MULTI is the M-file description of the SIMULINK system named MULTI.
% The block-diagram can be displayed by typing: MULTI.
%
% SYS=MULTI(T,X,U,FLAG
www.eeworm.com/read/135720/13907212
java multi.java
//multi.Java
class A
{
int i,j;
public A(int i,int j)
{
this.i=i;
this.j=j;
}
int add(){
return i+j;
}
}
class B extends A
{
public B(int i,int
www.eeworm.com/read/237003/13983240
h multi.h
/***************************************************************************
* blitz/array/multi.h Support for multicomponent arrays
*
* Copyright (C) 1997-2001 Todd Veldhuizen