代码搜索结果
找到约 8,715 项符合
I 的代码
i.c
/*
* (c) Copyright 1993, Silicon Graphics, Inc.
* ALL RIGHTS RESERVED
* Permission to use, copy, modify, and distribute this software for
* any purpose and without fee is hereby granted, provide
readme.license
<mark>I</mark> have had some enqu<mark>i</mark>r<mark>i</mark>es regard<mark>i</mark>ng the l<mark>i</mark>cens<mark>i</mark>ng of the chess eng<mark>i</mark>ne.
The or<mark>i</mark>g<mark>i</mark>nal author was contacted, and perm<mark>i</mark>ss<mark>i</mark>on was granted to d<mark>i</mark>str<mark>i</mark>bute
my vers<mark>i</mark>on of TuxChess. The correspondence <mark>i</mark>s <mark>i</mar ...
isolatin2.enc
--------------------------------------------------------------
I hope this is correct representation of ISO-8859-2
encoding, which is used in most Center European languages.
Drop me a mail at
user includes.via
-I"F:\\新建文件夹\\Software\\ADS1.2\\SAM7X256-CAN-ADS1.2\\SAM7X-CAN-ADS1.2\\SAM7X-CAN" -I"F:\\新建文件夹\\Software\\ADS1.2\\SAM7X256-CAN-ADS1.2\\SAM7X-CAN-ADS1.2\\src" -I"F:\\新建文件夹\\Software\\ADS1.2\\SAM7X256-
¦i¦µñºÂ.lua
CreateCha(523, 28693, 30291, 145, 120)
CreateCha(524, 26346, 26435, 145, 120)
CreateCha(525, 26311, 27867, 145, 120)
CreateCha(523, 27217, 26260, 145, 120)
CreateCha(524, 29268, 26662, 145, 120)
p7325.c
// I hate this type of test case. I'm not sure how to code it better.
// See the PR for what this tests.
// prms-id: 7325
// execution test - XFAIL *-*-*
int fail = 0;
struct A {
int i;
static
mangle2.c
// I guess this was broken once.
// Build don't link:
template class X { };
typedef X T;
class Y
{
public:
~Y();
};
class Z
{
public:
void f(T**);
};
void Z::f
971102-1.f
i=3
j=0
do i=i,5
j = j+i
end do
do i=3,i
j = j+i
end do
if (i.ne.7) call abort()
print *, i,j
end
i.c
ase (p)
short *p;
{
int a;
a = *p;
*p = a + 1;
}
i++.c
int main ()
{
int i = 2;
i = i++;
printf ("%d\n",i);
}