代码搜索结果

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

test.cpp~

#include "tea.h" #include "util.h" #include using namespace std; int main() { const string plainStr("AD DE E2 DB B3 E2 DB B3"); const string keyStr("3A DA 75 21 DB E2 DB B3 11

test.cpp

#include "tea.h" #include "util.h" #include using namespace std; int main() { const string plainStr("AD DE E2 DB B3 E2 DB B3"); const string keyStr("3A DA 75 21 DB E2 DB B3 11

test.c~

#include #include #include "aes.h" int main() { char *key="Rockregiment@gmail.com"; char buf[64]="f6tdnp1mzgAuZ2psJ2PsJAAAAAAAAA",buft[64]="",bufr[64]="",bufp[64]="",bufw[64]="";

test.c

#include #include #include "aes.h" int main() { char *key="Rockregiment@gmail.com"; char buf[64]="f6tdnp1mzgAuZ2psJ2PsJAAAAAAAAA",buft[64]="",bufr[64]="",bufp[64]="",bufw[64]="";

test.c

/**************************************************************************************** * 文件名:TEST.C * 功能:在图形液晶模块SMG240128A上显示均匀的黑白方格。 ************************************************************

test.c

/* This is the worst code you have ever seen written on purpose.... this code is just a big hack to test out the functionality of the library */ #ifdef SONY_PS2 #include #include

test.cpp

// Test.cpp : 实现文件 // #include "stdafx.h" #include "FEM.h" #include "Test.h" // CTest CTest::CTest() { } CTest::~CTest() { } // CTest 成员函数