代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/290450/8482617
m backercode.m
function message=backercode(x) % x为一帧
L=length(x);n=13;num=1;label=0;
if L
www.eeworm.com/read/290073/8507187
cpp 200511051003323276.cpp
//曲线拟合,例题4.4
#include "stdio.h"
#include "math.h"
#define num 10
float neiji(float b[num],float c[num]) //内积函数
{ int p;
float nj=0;
for (p=1;p
www.eeworm.com/read/188932/8508021
java test.java
public class Test{
public static void main(String args[]){
Test t = new Test();
t.hanoi(5,'A','B','C');
}
public void hanoi(int num,char a,char b,
www.eeworm.com/read/389682/8508778
sas regplot.sas
%macro REGPLOT;
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* */
/* LAST MODIFIED: August 17, 2000
www.eeworm.com/read/389659/8509131
m chap2_1.m
%Expert PID Controller
clear all;
close all;
ts=0.001;
sys=tf(5.235e005,[1,87.35,1.047e004,0]); %Plant
dsys=c2d(sys,ts,'z');
[num,den]=tfdata(dsys,'v');
u_1=0;u_2=0;u_3=0;
y_1=0;y_2=0;y_3
www.eeworm.com/read/188783/8515337
code apndxa.code
listing 1
/**
* This class draws a bar chart.
* @author Herbert Schildt
* @version 3.2
*/
listing 2
import java.io.*;
/**
* This class demonstrates documentation comments.
*
www.eeworm.com/read/289916/8517714
cpp a.cpp
#include
#include
using namespace std;
int num;
void redu(int a){
int i=2;
for(;i
www.eeworm.com/read/389451/8519325
m exa120501.m
%--------------------------------------------------------------------------
% exa120501.m, for example 12.5.1 and fig12.5.3
%-----------------------------------------------------------------------
www.eeworm.com/read/389451/8519382
m exa120502.m
%--------------------------------------------------------------------------
% exa120502.m, for example 12.5.2 and fig12.5.4
%-----------------------------------------------------------------------
www.eeworm.com/read/188596/8525699
c 1024.c
#include
#define max 1000
int var[max+1],num[max+1],ch[3][max+1],n,gbs;
void init()
{
int i;
scanf("%d",&n);
for(i=1;i