代码搜索结果
找到约 10,000 项符合
Test 的代码
test.txt
@parameters
# training set
@examples
dimension 2
number 10
b -0.00224081523342617
format xya
7 7.676151381197371e-017 7 -0.1797849206983427
9 1 10 0.06802209641651072
4 6 10 0
3 8 11 0
9 4 13 1
3 8 1
test.c
/*
*********************************************************************************************************
* uC/OS-II
*
test.java
import java.util.*;
public class Test{
public int[] insertSort(int[] array){ //对整型数组a进行插入排序,在a[0]处设置监视哨
//先将序列中的第一个元素看成是一个有序的子序列
int j;
int[] a=new int[array.length];
copy(array,a)
test.asm
SYMBOLS
KEYNUM REG 30H
SEVEN1 REG 31H
SEVEN2 REG 32H
SEVEN3 REG 33H
SEVEN4 REG 34H
ARG1 EQU 35H
ARG2 EQU 36H
TEMP1 EQU 37H
TEMP2 EQU 38H
TEMP3 EQU 39H
T
test.sql
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[Accounts]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
drop table [dbo].[Accounts]
GO
CREATE TABLE [dbo].[Accounts] (
[Acc
test.asm
F1 equ 3bh ;ah
F2 equ 3ch ;ah
F3 equ 3dh ;ah
Enter equ 0dh ;al
Escape equ 1bh ;al
up equ 48h
down equ 50h
left e