代码搜索:Num

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

代码结果 10,000
www.eeworm.com/read/286954/8735182

c dynamic.c

# include # include # define NUM 10 int main() { char *str[NUM]; /* 定义一个字符性的指针数组 */ int t; /* 为数组中的每个指针分配内存 */ for(t=0; t
www.eeworm.com/read/286662/8751612

txt classification.txt

Ada_Boost@Num iter, type, params:@[100,'Stumps',[]]@L Backpropagation_Batch@Nh, Theta, Convergence rate:@[5, 0.1, 0.1]@L Backpropagation_CGD@Nh, Theta:@[5, 0.1]@L Backpropagation_Quickprop@Nh, Thet
www.eeworm.com/read/386339/8753061

java file.java

/* * File.java * * Created on 2007年7月3日, 下午9:51 * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package datacompress; /** *
www.eeworm.com/read/386339/8753064

java huffmancoding.java

/* * NewClass.java * * Created on 2007年7月5日, 下午5:57 * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package datacompress; /**
www.eeworm.com/read/286517/8762129

cpp 1.cpp

//库文件 #include"stdio.h" #include"stdlib.h" #include"time.h" #include"math.h" //随机数定义 #define rdint(i) (rand()%(int)(i)) #define rdft() (float)((double)rdint(16384)/(
www.eeworm.com/read/386137/8763077

cpp 统计数字.cpp

#include #include #include void main() { int *ptr; int num,j,i,n; ptr=(int *)malloc(10*sizeof(int)); for (i=0;i
www.eeworm.com/read/430147/8764383

cpp 4.cpp

#include #include #include /* * 这道题最主要的就是对快速排序进行优化,前面的就是数字和字符的转换而已 */ int main() { void Quick_Sort( int *v, int vSize ); int ziMu[ 26 ]; ziMu[ 0
www.eeworm.com/read/430031/8771721

m fig3_26.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Figure 3.26 % Patterns of Dolph-Chebychev arrays with eight elements % (-20, -30, -40 dB sidelobes) % Lillian Xiaolan Xu 3/23/99 % updated by K.
www.eeworm.com/read/286240/8780823

c draw-pixmap.c

/* * draw-pixmap.c - demonstrate drawing of a pixmap on screen, after * reading its contents from a bitmap file. */ #include #include /* BitmapOpenFa
www.eeworm.com/read/385921/8781073

m bp.m

%X为输入样本,T为目标向量 clc,clear,tic x=rands(8,8); d=rand(1,8); [n,P]=size(x) ; %R=2;Q=8为X阵的维数; [S,l]=size(d) ; %S=1;Q=8为T阵的维数; q=0;p=1; m=4;h=0.9;e=1e-10;Erme0=100;Erme=10;dw=zeros(m,l);dv=zeros(n,m