代码搜索:C语言基础

找到约 10,000 项符合「C语言基础」的源代码

代码结果 10,000
www.eeworm.com/read/412919/11175800

c abid.c

#include "udf.h" /* Turbulence model constants */ #define C_MU 0.09 #define SIG_K 1.0 #define SIG_D 1.3 #define C1_D 1.44 #define C2_D 1.92 /* User-defined scalars */ enum { K, D, N_RE
www.eeworm.com/read/411347/11248331

h i2c.h

//----------------------------------------------------------------------------- // // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESSED OR IMPLIED, I
www.eeworm.com/read/335475/12521284

c i2c.c

#include #include #define uint unsigned int #define uchar unsigned char code uchar SenData[]={0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07, 0x08,0x09,
www.eeworm.com/read/335475/12521310

lst i2c.lst

C51 COMPILER V7.06 I2C 04/26/2008 10:09:15 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE I2C OBJECT MODULE PLACED IN I2C
www.eeworm.com/read/202674/15376251

md5 class_qwt_spline_curve_fitter__coll__graph.md5

c6096ea3a94c024c96d5f3a3d64609ff
www.eeworm.com/read/202674/15376584

md5 inherit__graph__12.md5

9eee87180c04bee81c92cec616cff606
www.eeworm.com/read/202674/15376622

md5 class_qwt_spline_curve_fitter__inherit__graph.md5

c6096ea3a94c024c96d5f3a3d64609ff
www.eeworm.com/read/109056/15566083

h sngks32c.h

/* sngks32c.h - header for Samsung ks32c with ARM7 core */ /* Copyright 1984-2001 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* modification history -------------------- 01a,12apr01,m_h
www.eeworm.com/read/291491/8414158

in knight7.in

28 c1 c2 c3 c4 c5 c6 c7 c8 f1 f2 f3 f4 f5 f6 f7 f8 a3 b3 d3 e3 g3 h3 a6 b6 d6 e6 g6 h6 e5 d7 28 c1 c2 c3 c4 c5 c6 c7 c8 f1 f2 f3 f4 f5 f6 f7 f8 a3 b3 d3 e3 g3 h3 a6 b6 d6 e6 g6 h6 h2 e5 28 c1 c
www.eeworm.com/read/389095/8548528

c i2c.c

#include "I2C.h" #include "common.h" #define SDA BIT3 #define SCL BIT2 void I2C_Initial( void ) { P1DIR |= BIT2; //将SCL管脚(P1.2)设置为输出管脚 I2C_Set_sck_low(); I2C_STOP();