代码搜索:C
找到约 10,000 项符合「C」的源代码
代码结果 10,000
www.eeworm.com/read/100100/15885115
txt ckermit2.txt
File CKERMIT2.TXT, Supplement to "Using C-Kermit", Second Edition
D R A F T
As of C-Kermit version: 7.0.197
This file last updated: 8 February 2000
Authors: Frank da Cruz and Christine M. Giano
www.eeworm.com/read/291357/8423005
sln winmine.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinMine", "WinMine.vcproj", "{5F79A25C-C495-4B78-BCA0-2891326A28AB}"
ProjectSection(P
www.eeworm.com/read/431812/8653843
cpp pku1013.cpp
#include
int abs(int a)
{
if (a > 0)
{
return a;
}
else
{
return -a;
}
}
int main()
{
char c1[10], c2[10], c3[5];
int status[12][2], t, i, j, maxid, max;
sca
www.eeworm.com/read/387416/8685280
prj i2c_master_byte_ctrl.prj
verilog work i2c_master_bit_ctrl.v
verilog work i2c_master_byte_ctrl.v
www.eeworm.com/read/287385/8688028
opt i2c_24wc02_rw.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 {