代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/377948/9256415
m nnpin.m
function y = nnpin(x,a,b,q)
%NNPIN Neural Network Design utility function.
% NNPIN(X,A,B,Q)
% X - Number or matrix.
% A - Lower bound.
% B - Upper bound.
% Q - Quantization constant (o
www.eeworm.com/read/375873/9346194
lst overview.lst
[Provided by Bent Lynggaard . Last Edit 6/5/94]
This list is a brief description of each of the 256 interrupts. Each
description begins with "INT nn " where "nn" is a two digit
www.eeworm.com/read/177488/9450988
java roses.java
//********************************************************************
// Roses.java Author: Lewis/Loftus
//
// Demonstrates the use of escape sequences.
//********************************
www.eeworm.com/read/177012/9474805
html outlierlist.html
001 /* ===========================================================
002 * JFreeChar
www.eeworm.com/read/175226/9555315
cpp list0710.cpp
//listing 7.10
// demonstrates multiple statements in
// for loops
#include
int main()
{
for (int i=0, j=0; i
www.eeworm.com/read/371105/9568166
c 4.c
main( )
{ int m, n, a, b, t, c;
printf(" Input two integer numbers :\n");
scanf(" %d %d",&a ,&b);
m=a;
n=b;
if(a
www.eeworm.com/read/364985/9884700
m exm04131_1.m
%exm04131_1.m
clear
S=['This string array '
'has multiple rows.']
size(S)
www.eeworm.com/read/363955/9928724
1st readme.1st
MINICOM 1.5 BETA -- C Source Code. The
keyserv process is gone, and bugs have been
solved. Major additions are _scrollback_
(10 pages!), local echo, and multiple dial
strings. A FREEWARE Telix Clo
www.eeworm.com/read/363302/9960690
rpt top.map.rpt
Analysis & Synthesis report for TOP
Tue Oct 07 17:08:40 2008
Version 6.0 Build 178 04/27/2006 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Not
www.eeworm.com/read/166055/10038046
java roses.java
//********************************************************************
// Roses.java Author: Lewis/Loftus
//
// Demonstrates the use of escape sequences.
//********************************