代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/166930/9988897
cpp classification.cpp
// Classification.cpp: implementation of the Classification class.
// 2005.1.13-16:02 By Superman
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
//#i
www.eeworm.com/read/362593/9989669
m chap3_1.m
%Expert PID Controller
clear all;
close all;
ts=0.001;
sys=tf(5.235e005,[1,87.35,1.047e004,0]);
dsys=c2d(sys,ts,'z');
[num,den]=tfdata(dsys,'v');
u_1=0.0;u_2=0.0;u_3=0.0;
y_1=0;y_2=0;y_3=0
www.eeworm.com/read/362573/9990575
cpp zoj2170.cpp
#include
#include
using namespace std;
struct elem
{
int num,d;
int a[11];
};
bool operator
www.eeworm.com/read/362570/9990753
cpp poj3524.cpp
#include
#include
int arr[128];
int num[60], max[60];
int under[60][1010], data[60][1010];
char order[80];
int noErr, all;
int getNum(int p, int q)
www.eeworm.com/read/362558/9992596
c 5.3.c
/*"按位快速转置"法*/
void FastTransposeTSMatrix(TSMatrix A,TSMatrix *B)
{
/*基于矩阵的三元组表示,采用"按位快速转置"法,将矩阵A转置为矩阵B*/
int col,t,p,q;
int num[MAXSIZE], position[MAXSIZE];
B->len=A.len;
B->n=A.m;
www.eeworm.com/read/166778/9999315
h state.h
/* Type definitions for nondeterministic finite state machine for Bison.
Copyright (C) 1984, 1989, 2000, 2001, 2002, 2003, 2004 Free
Software Foundation, Inc.
This file is part of Bison, th
www.eeworm.com/read/362312/10005761
cpp duru.cpp
#include
#include
#include
/*ifstream input("inputfile.txt");
char Isdigit;
int i=0,countInt=0,sign=0,func=0;
in
www.eeworm.com/read/362246/10010205
m greedykls.m
function [model,Z]=greedykpca(X,y,options)
% GREEDYKLS Greedy Regularized Kernel Least Squares.
%
% Synopsis:
% model = greedykls(X)
% model = greedykls(X,options)
%
% Description:
% This function
www.eeworm.com/read/166623/10010927
js html_edit.js
var bodyid,htmlableID,tmp_uppath;
var jk_edit_olddocmd;
var BrowserInfo = new Object() ;
BrowserInfo.MajorVer = navigator.appVersion.match(/MSIE (.)/)[1];
BrowserInfo.MinorVer = navigator.app
www.eeworm.com/read/362213/10012431
m ex12_3.m
% Example 12.3
%
[z,p,k] = buttap(2); % creates a 2-pole Butterworth filter
[num,den] = zp2tf(z,p,k); % poles & zeros to transfer function
% need to transform the cutoff frequency to 2
wc = 2;