代码搜索:PUBLIC
找到约 10,000 项符合「PUBLIC」的源代码
代码结果 10,000
www.eeworm.com/read/456695/7341303
gif public.gif
www.eeworm.com/read/454828/7382523
h public.h
long int euclid3(long int a,long int b)
{
unsigned long int f,d,x,y,q,r,x1,x2,y1,y2,c,e;
e=a;
if(a
www.eeworm.com/read/453824/7408981
gif public.gif
www.eeworm.com/read/452209/7445673
txt public.txt
Copyright (C) 1995 Aladdin Enterprises. All rights reserved.
This file is part of Aladdin Ghostscript.
Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND. No author
www.eeworm.com/read/449064/7519186
c public.c
/*-------------------------------------------------------------
说明:公用的转换、键盘处理功能函数
日期:2003年5月
作者:
-------------------------------------------------------------*/
#include "include.h"
/*测试
www.eeworm.com/read/449064/7519227
h public.h
#ifndef _PUBLIC_H__
#define _PUBLIC_H__
#include "config.h"
ulong a_div_b(ulong a,ulong b);
ulong a_mul_b(ulong a,ulong b,uchar mode);
void add_blank(uchar len,uchar *str);
void convert_ca
www.eeworm.com/read/449004/7520229
c public.c
//安全检测
void safeCheck(void)
{
//if(v_IntRunFlag != v_ExtRunFlag)
{
// Reset(); //死循环
}
}
//缓冲区清零
void lowmemset(unsigned char *buff, unsigned char data, unsigned char n)
{
while(n--