代码搜索:C语言基础

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

代码结果 10,000
www.eeworm.com/read/108242/6183508

c v.c

/* * a small awk clone * * (C) 1989 Saeko Hirabauashi & Kouichi Hirabayashi * * Absolutely no warranty. Use this software with your own risk. * * Permission to use, copy, modify and distribute
www.eeworm.com/read/101082/6249838

c mhlsbr.c

/* mhlsbr.c - implement the "nifty" message lister */ #ifndef lint static char ident[] = "@(#)$Id: mhlsbr.c,v 1.2 90/11/25 19:04:55 sharpe Exp $"; #endif lint #include "../h/mh.h" #include "../h/addr
www.eeworm.com/read/101082/6250355

c mhlsbr.c

/* mhlsbr.c - implement the "nifty" message lister */ #ifndef lint static char ident[] = "@(#)$Id: mhlsbr.c,v 1.2 90/11/25 19:04:55 sharpe Exp $"; #endif lint #include "../h/mh.h" #include "../h/addr
www.eeworm.com/read/101082/6250816

h cmd.h

/* @(#)cmd.h @(#)cmd.h 4.3 (ULTRIX) 4/11/91 */ /************************************************************************ * * * Copyright (c) 1988-1989 by * * Digital Equipment Corpor
www.eeworm.com/read/493005/6403416

makefile

#!/bin/make # # custom - makefile for calc custom routines # # Copyright (C) 1999-2006 Landon Curt Noll # # Calc is open software; you can redistribute it and/or modify it under # the terms of the ve
www.eeworm.com/read/486629/6537050

c x76f100.c

#include #include "I2C.h" #include "X76F100.h" #define CS BIT0 #define RST BIT7 char pResetBuf[4]; //设备码 100 void writeX76F100(int addr,char pWritePassBuf[],char pBuf[]
www.eeworm.com/read/482653/6620628

txt iic.txt

#ifndef I2C_H #define I2C_H /* TWSR values (not bits) */ /* Master */ #define I2C_START 0x08 #define I2C_RESTART 0x10 /* Master Transmitter */ #define I2C_MT_SLA_ACK 0x18 #defin
www.eeworm.com/read/478557/6709701

s eepstrl.s

; WRITE A LARGE STRUCTURE IN EEPROM ; Copyright (c) 2008 by COSMIC Software ; - eeprom address in X extension ; - structure address in Y ; - structure size in X ; xdef c_eewstrl xref.b c_x,
www.eeworm.com/read/263959/11335573

m to_c.m

function deg_c = to_c(deg_f) % Convert degrees Fahrenheit to degrees C. deg_c = (5/9) * (deg_f - 32);
www.eeworm.com/read/263368/11365604

cpp settings.cpp

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this sample source code is subject to the terms of the Microsoft // license agreement under which you licensed thi