代码搜索结果

找到约 10,000 项符合 Test 的代码

test.h

#ifndef __STRMHELP_H__ #define __STRMHELP_H__ #ifdef __cplusplus extern "C" { #endif int add(int a, int b); #ifdef __cplusplus } #endif #endif //__STRMHELP_H__

test.c

#if !defined(__TEST_HEAD__) #define __TEST_HEAD__ #include "test.h" int add(int a, int b) { return a+b; } #endif // !defined(__TEST_HEAD__)

test.cpp

// Test.cpp: implementation of the CTest class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "lane_new.h" #include "Test.h" #ifdef _

test.h

// Test.h: interface for the CTest class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_TEST_H__CFEB9A50_63C1_469C_9775_CB4823C386FC__INCLUDED_) #def

test.h

#ifndef _TEST_ #define _TEST_ #include #include "iostream.h" #include #include "DSPDesEncryption.hpp" using namespace std; using namespace DSPDESService; namespace

test.cpp

#include "test.h" #include "base64.hpp" using namespace Test1; using namespace Base64ENCRYPT; test::test() { fileRead(); /*char inchar[512] = {"

test.m

clear; clc I=imread('a.bmp'); J=imread('a.bmp'); MI=RMI(I,J,9)