代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/100134/6273463
y multi.y
/* Test program for multiple start non-terminals.
* 3 separate grammars for infix, postfix and suffix arith expressions.
* No unary minus. No error checking.
*/
%{
#include
int yylex(
www.eeworm.com/read/489229/6476950
m multiquad.m
function [Q,E] = multiquad(funfcn,s,order)
%MULTIQUAD Multiple integration using a lattice method.
% Q = MULTIQUAD(F,S) approximates the S-dimensional integral of a
% function F(X) over the un
www.eeworm.com/read/485103/6564285
m ncosine.m
function [MultPhi,Phis] = ncosine(factor1,factor2);
%NCOSINE multiple cosine/Tuckers congruence coefficient
%
% [MultPhi,Phis] = ncosine(factor1,factor2,DimX,Fac);
%
% ----------------------INP
www.eeworm.com/read/479202/6690189
java vadercanvas.java
/**
* Title: DemoVaders
* Description: Building multiple UI Java MIDlets on Symbian OS.
* Copyright: Copyright (c) 2004
* Company: Symbian Ltd
* @author Alan
www.eeworm.com/read/479166/6700324
cpp fig02_03.cpp
// Fig. 2.3: fig02_03.cpp
// Printing a line of text with multiple statements.
#include // allows program to output data to the screen
// function main begins program execution
int ma
www.eeworm.com/read/263812/11340429
bas modmain.bas
Attribute VB_Name = "modMain"
' Fig. 11.16 : modMain.bas
' Using multiple forms with procedure Main
Option Explicit ' General declaration modMain
Private Sub Main()
Call frmStarter.Show
www.eeworm.com/read/158402/11620701
java communicator.java
package nachos.threads;
import nachos.machine.*;
/**
* A communicator allows threads to synchronously exchange 32-bit
* messages. Multiple threads can be waiting to speak,
* and mul
www.eeworm.com/read/158402/11620897
java userkernel.java
package nachos.userprog;
import nachos.machine.*;
import nachos.threads.*;
import nachos.userprog.*;
/**
* A kernel that can support multiple user processes.
*/
public class UserKernel extends Thr
www.eeworm.com/read/347709/11644098
c msp430x23x0_uscib0_i2c_11.c
//******************************************************************************
// MSP430F23x0 Demo - USCI_B0 I2C Slave TX multiple bytes to MSP430 Master
//
// Description: This demo connects t
www.eeworm.com/read/347709/11644163
c msp430x23x0_uscib0_i2c_10.c
//******************************************************************************
// MSP430F23x0 Demo - USCI_B0 I2C Master RX multiple bytes from MSP430 Slave
//
// Description: This demo connects