代码搜索:main.c
找到约 10,000 项符合「main.c」的源代码
代码结果 10,000
www.eeworm.com/read/317782/13497376
c main.c
#include
#include
#include
#define uchar unsigned char
#define WRITE 0xA0 /* 定义24C04的器件地址SLA和方向位W */
#define READ 0xA1 /
www.eeworm.com/read/317777/13497412
c main.c
#include"reg52.h"
//#include"head.h"
#define uchar unsigned char
sbit Key1=P3^0;
sbit Key2=P3^1;
/**************子程序定义**********************/
void sendcom_i(uchar i,char *p);
void sendcom_d(
www.eeworm.com/read/317745/13498745
c main.c
#include
#include
#include
#include "list.h"
#include "main.h"
void print(DataType data)
{
printf("num= %d \t name: %s\n",data.num,data.name);
}
int main(int argc ,ch
www.eeworm.com/read/317744/13498751
c main.c
#include "main.h"
#include
#include
#include
#define entry(type, member, ptr) \
(type *)((int)(ptr) - (int)(&(((type *)0)->member)))
int cond(Node *node, int b)
{
Dat
www.eeworm.com/read/317743/13498757
c main.c
#include
#include
#include
#include "main.h"
#include "list.h"
void print(DataType data)
{
printf("num=%5d \t name= %s\n",data.num,data.name);
}
int insert(DataType ol
www.eeworm.com/read/317742/13498762
c main.c
#include
#include
#include
#include "list.h"
#include "main.h"
void print(DataType data)
{
printf("num= %d \t name: %s\n",data.num,data.name);
}
int insert(DataType ol
www.eeworm.com/read/317735/13498990
c main.c
#include
#include "hash.h"
int test_hash_key(KeyType key)//gen H(key);
{
int hash = 0;
int a = 378551;
int b = 68559;
while(*key) {
hash = hash * a + *key;
a *= b;
key ++;
}
www.eeworm.com/read/317728/13499094
c main.c
/****************************************************************************
* file name : main.c
* By : hugang, hgx2000@mail.china.com
*******************************************************
www.eeworm.com/read/317714/13499158
c main.c
#include
///////////////////////////
void InitCPU (void);
void main (void){
unsigned char myNum;
InitCPU();
while (1){
P0_0 = 1;
for ( my
www.eeworm.com/read/317685/13499534
c main.c
#include "2410lib.h"
#define ADDR 0x00000000 //定义首地址
void Main(int argc,char **argv)
{
unsigned short p[10] = {0,0,0,0,0,0,0,0,0,0};
unsigned short q[10] = {1,2,3,4,5,6,7,8,9,0};
int i;