代码搜索:utils
找到约 10,000 项符合「utils」的源代码
代码结果 10,000
www.eeworm.com/read/432831/8568909
o utils.o
www.eeworm.com/read/432831/8568967
o utils.o
www.eeworm.com/read/188037/8578423
o utils.o
www.eeworm.com/read/188037/8578454
o utils.o
www.eeworm.com/read/432726/8580402
utils makefile.utils
ALL: $(SA_TARGET) dist
dist:
-@if exist $(SA_TARGET_NAME).dll copy $(SA_TARGET_NAME).dll ..\bin
-@if exist $(SA_TARGET_NAME)dll.a copy $(SA_TARGET_NAME)dll.a ..\lib
-@if exist $(SA_TARGET_NAME).li
www.eeworm.com/read/432640/8585254
h utils.h
//
// Software License for MTL
//
// Copyright (c) 2001-2005 The Trustees of Indiana University. All rights reserved.
// Copyright (c) 1998-2001 University of Notre Dame. All rights reserved.
// Auth
www.eeworm.com/read/187913/8591223
h utils.h
#ifndef __UTILS_H
#define __UTILS_H
void memcpy(void *s1, const void *s2, int n);
void memset(void *s, const char ch, int n);
unsigned short ntohs(unsigned short s);
unsigned long ntohl(unsigne
www.eeworm.com/read/187913/8591249
c utils.c
#include "../inc/def.h"
#include "../inc/board.h"
#include "../inc/utils.h"
void memcpy(void *s1, const void *s2, int n)
{
int i;
for (i = 0; i < n; i++)
((char *)(s1))[i] = ((const cha
www.eeworm.com/read/187834/8598121
h utils.h
//////////////////////////////////////////////////////
//
// NRDB Pro - Spatial database and mapping application
//
// Copyright (c) 1989-2004 Richard D. Alexander
//
// This program is free sof
www.eeworm.com/read/187834/8598127
cpp utils.cpp
//////////////////////////////////////////////////////
//
// NRDB Pro - Spatial database and mapping application
//
// Copyright (c) 1989-2004 Richard D. Alexander
//
// This program is free sof