代码搜索:Num

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

代码结果 10,000
www.eeworm.com/read/273409/10917043

cpp xt7-9.cpp

#include using namespace std; #define NULL 0 struct student {long num; float score; student*next; }; int n; student *insert(student *head,student *stud) {studen
www.eeworm.com/read/273409/10917094

cpp xt6-14.cpp

#include using namespace std; int main() { void sort (char *p,int m); int i,n; char *p,num[20]; coutn; cout
www.eeworm.com/read/273409/10917109

cpp xt6-5.cpp

#include using namespace std; int main() {int i,k,m,n,num[50],*p; coutn; p=num; for (i=0;i
www.eeworm.com/read/273276/10921365

c 扫地雷.c

/*5.3.4 源程序*/ #include #include #include #define LEFTPRESS 0xff01 #define LEFTCLICK 0xff10 #define LEFTDRAG 0xff19 #define MOUSEMOVE 0xff08 struct { int nu
www.eeworm.com/read/273090/10927887

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/273090/10928137

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/273065/10929626

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/273044/10930375

cpp bpcolor.cpp

#include "stdio.h" #include "iostream.h" #include "math.h" #include "time.h" #include "stdlib.h" const int T=10; //学习的次数 #define arf 0.8 #define beta 0.8 #define BIGRND 0x7fff double wi
www.eeworm.com/read/418695/10935205

m knnc.m

%KNNC K-Nearest Neighbor Classifier % % [W,k,e] = knnc(A,k) % % Computation of the k-nearest neigbor classifier for the dataset A. % Default k: optimize leave-one-out error e. W is a mapping and %
www.eeworm.com/read/418660/10936441

m getmax_htothrod.m

function y=GetMax_HtoThrod(M) w1=imread(M); % M是输入的图像名称,读取名称是M的图像文件 im=imfinfo(M);%获得图像文件信息 w=im2double(w1); Height=im.Height; Width=im.Width; p=zeros(1,256); num=zeros(1,256); for h=1:256%