代码搜索结果
找到约 10,000 项符合
Test 的代码
test.txt
An instance guan of about StringTokenizer An behaves in one of two ways depending on whether it was created with the returnDelims flag having the value true or false:
The string tokenizer class allo
test.vhd
-- VHDL Test Bench Created from source file fenpin1.vhd -- 17:02:31 09/20/2008
--
-- Notes:
-- This testbench has been automatically generated using types std_logic and
-- std_logic_vector for
test.c
/*
*********************************************************************************************************
* uC/OS-II
*
test.java
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class Test {
public static void main(String[] args) {
//简单认识正则表达式的概念
/*
p("abc".matches("..."));
p("a8729a"
test.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
test.hex
:0B307A00BBB6D3ADCAB9D3C3A3A100FD
:102DDD00122B6F122FF0122F307BFF7A30797A7D04
:102DED00187F181224577F647E00122EB81230B04F
:082DFD00122AAC12282780F80D
:1000030000000000000000000000000000000000ED
:
test.c
//RC4 test program
#include
#include
#include "rc4.c"
int main()
{
int i;
unsigned char plaintext[8] = {0x01,0x23,0x45,0x67,0x89,0xab,0xcd,0xef};
unsigned char ke