代码搜索:C

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

代码结果 10,000
www.eeworm.com/read/167097/5469581

asp say.asp

www.eeworm.com/read/165926/5476430

c c_6b6e.c

/* * This file was generated automatically by ExtUtils::ParseXS version 2.12 from the * contents of C_6b6e.xs. Do not edit this file, edit C_6b6e.xs instead. * * ANY CHANGES MADE HERE WILL BE
www.eeworm.com/read/164892/5486610

c i2ctest.c

/**************************************************************************** * 文件名:I2CTest.C * 功能:使用硬件I2C对E2PROM进行操作,利用中断方式操作。 * 说明:将跳线器JP5、JP9短接。 ************************************************
www.eeworm.com/read/162614/5526695

c 931004-5.c

struct tiny { short c; short d; }; f (int n, struct tiny x, struct tiny y, struct tiny z, long l) { if (x.c != 10) abort(); if (x.d != 20) abort(); if (y.c != 11) abort(); if
www.eeworm.com/read/160611/5568830

alg aresoncv.alg

(ARESONCV-ALG (NAME "aresoncv") (ARGUMENTS ("sound_type" "s1") ("double" "hz") ("sound_type" "bw") ("int" "normalization")) (INLINE-INTERPOLATION T) (LINEAR s1) (ALWAYS-SCALE bw) (START (MA
www.eeworm.com/read/159825/5581024

h termios.h

#ifndef _I386_TERMIOS_H #define _I386_TERMIOS_H #include #include struct winsize { unsigned short ws_row; unsigned short ws_col; unsigned short ws_xpixel;
www.eeworm.com/read/159825/5581077

h termios.h

#ifndef _M68K_TERMIOS_H #define _M68K_TERMIOS_H #include #include struct winsize { unsigned short ws_row; unsigned short ws_col; unsigned short ws_xpixel
www.eeworm.com/read/159825/5581230

h termios.h

#ifndef _M68K_TERMIOS_H #define _M68K_TERMIOS_H #include #include struct winsize { unsigned short ws_row; unsigned short ws_col; unsigned short ws_xpixel
www.eeworm.com/read/157711/5604393

asp say.asp

www.eeworm.com/read/474008/6828643

c i2c.c

#include "I2C.h" void I2C_Initial( void ) { //将SCL管脚设置为输出管脚 P1DIR |= SCL; I2C_Set_sck_low(); I2C_STOP(); Delay_ms(10); return; } void I2C_Set_sda_high( void )