代码搜索:Testing

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

代码结果 10,000
www.eeworm.com/read/199828/7819599

cpp my_widget.cpp

#include using namespace std; #include "my_widget.h" MyMainWindow::MyMainWindow(QWidget* parent, const char* name) :QMainWindow(parent, name) { CreateMenu(); // create a button button
www.eeworm.com/read/199440/7853238

m wishart.m

function [px] = wishart(C,B,alpha,logoption) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % [px] = wishart (C,B,alpha,logoption) % % computes k-dimensional Wishart propability densi
www.eeworm.com/read/198191/7947818

m cr.m

% CHARACTER RECOGNITION SYSTEM function CR() clear workspace clear % Input Data Preparation x=65; for i=1:4 al=char(x); fl=strcat(al,'.bmp'); inp(i,:)=roworder(fl); x=x+1; end inp=inp';
www.eeworm.com/read/298428/7961792

c streql.c

#include int streql(char *str1, char *str2) { while ((*str1 == *str2) && (*str1)) { str1++; str2++; } return((*str1 == NULL) && (*str2 == NULL));
www.eeworm.com/read/298428/7961797

c strieql.c

#include #include int strieql(char *str1, char *str2) { while ((toupper(*str1) == toupper(*str2)) && (*str1)) { str1++; str2++; } return
www.eeworm.com/read/197927/7962034

h reg_asm.h

******************************************************************* * Filename name: reg_asm.h * * Description: TMS320LF2407A DSP registers definitio
www.eeworm.com/read/196840/8055060

m wishart.m

function [px] = wishart(C,B,alpha,logoption) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % [px] = wishart (C,B,alpha,logoption) % % computes k-dimensional Wishart propability densi
www.eeworm.com/read/196832/8055393

m wishart.m

function [px] = wishart(C,B,alpha,logoption) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % [px] = wishart (C,B,alpha,logoption) % % computes k-dimensional Wishart propability densi
www.eeworm.com/read/146172/12666540

readme

pngsuite -------- (c) Willem van Schaik, 1999 Permission to use, copy, and distribute these images for any purpose and without fee is hereby granted. These 15 images are part of the much larger Png
www.eeworm.com/read/333601/12670812

java testathletescores.java

import java.io.*; /** * Test driver for class AthleteScores. * * @author Guimin Lin * @version 1.0.0 */ public class TestAthleteScores { /* Standard output stream */