代码搜索:Num

找到约 10,000 项符合「Num」的源代码

代码结果 10,000
www.eeworm.com/read/333652/12666974

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/333595/12670869

cpp test.cpp

#include "sort.h" #include #include #include using namespace std; void main() { int num = 100; LARGE_INTEGER litmp ; LONG64 QPart1,QPart2 ;
www.eeworm.com/read/146096/12671439

c 跳马.c

/* Name: 跳马问题 Copyright: Author: Date: 04-12-04 17:46 Description: */ #include int row[8]={1,2,2,1,-1,-2,-2,-1};/*8个方向上的x增量*/ int col[8]={-2,-1,1,2,2,1,-1,-2}; /*8个
www.eeworm.com/read/247219/12672399

cpp main.cpp

#include "select.h" #include using namespace std; void main() { cout
www.eeworm.com/read/247219/12672419

cpp main.cpp

#include "select.h" #include using namespace std; void main() { cout
www.eeworm.com/read/333417/12683547

m tfrview.m

function tfrview(tfr,sig,t,method,param,p1,p2,p3,p4,p5); %TFRVIEW Visualization of time-frequency representations. % TFRVIEW(TFR,SIG,T,METHOD,PARAM,P1,P2,P3,P4,P5) % allows to visualize
www.eeworm.com/read/333417/12684042

m sgrpdlay.m

function [gd,fnorm]=sgrpdlay(x,fnorm); %SGRPDLAY Group delay estimation of a signal. % [GD,FNORM]=SGRPDLAY(X,FNORM) estimates the group delay of % signal X at the normalized frequency(ies) FNORM. % %
www.eeworm.com/read/247089/12684157

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/145924/12691272

cpp 十六异或.cpp

// 作业:进行两个十六进制数的异或运算 // 作者:02103409班 10号 郭卫军 // 日期:2005.3.18 //#include "stdafx.h" #include void Creat(char p[],int &n){ //输入十六进制数的字符串函数 char chdata; int i; i=0; cin>>chdata;
www.eeworm.com/read/247024/12692195

java client_get.java

/** *协议的Client_Get状态. */ import java.util.Timer; import java.io.FileInputStream; public class Client_Get extends State { public static FileIOClass myfile;//将要存储的文件名 public static ComCla