代码搜索结果
找到约 10,000 项符合
C 的代码
md5.sum
073c29857b7ac652eb8ffe7468fd6d21 pthread.h
cb87e52a97ab095a92f7e30f5af21985 sched.h
3a6e2bd34633c620928c031f20d373d9 semaphore.h
24点.c
#include
#define l 24
main()
{float x,y,z,m,a,b,c,d;
int i;
printf("In x,y,z,m:\n");
scanf("%f%f%f%f",&x,&y,&z,&m);
for(i=1;i
i2c.c
/*
Copyright (C) 2000 Jesper Hansen .
This file is part of the yampp system.
This program is free software; you can redistribute it and/or
modify it under the term
s3530a.c
#include
#include "s3530a.h"
#include "i2c.h"
//定义管脚
#define SCL BIT6
#define SDA BIT5
//设备码 0110
///////////////////////////////////////////
// 获取时间信息,成功返回 1,错误返回 0
int I2
i2c.c
/*
Copyright (C) 2000 Jesper Hansen .
This file is part of the yampp system.
This program is free software; you can redistribute it and/or
modify it under the term
lm75.c
/*
National Semiconductor LM75 I2C bus
temperature sensor functions
CodeVisionAVR C Compiler
(C) 1998-2004 Pavel Haiduc, HP InfoTech S.R.L.
*/
#include
union lm75_temp {
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
athena-start
#!/bin/sh
# athena starting script by rowla
PATH=./:$PATH
L_SRV=login-server
C_SRV=char-server
M_SRV=map-server
L_SRV_C=./conf/login_athena.conf
C_SRV_C=./conf/char_athena.conf
C_SRV_C2=./
uart1.c
/****************************************************************************
* 文件名:main.c
* 功 能:串口实验程序
*
* 说 明:
************************************************************************