代码搜索:utils

找到约 10,000 项符合「utils」的源代码

代码结果 10,000
www.eeworm.com/read/168625/9904260

tcl utils.tcl

# ###################################################### # # SaVi by Robert Thurman (thurman@geom.umn.edu) and # Patrick Worfolk (worfolk@alum.mit.edu). # # Copyright (c) 1997 by The Geomet
www.eeworm.com/read/168625/9904375

c utils.c

/* ***************************************************** * * SaVi by Robert Thurman (thurman@geom.umn.edu) and * Patrick Worfolk (worfolk@alum.mit.edu). * * Copyright (c) 1997 by The
www.eeworm.com/read/168625/9904414

h utils.h

/* ***************************************************** * * SaVi by Robert Thurman (thurman@geom.umn.edu) and * Patrick Worfolk (worfolk@alum.mit.edu). * * Copyright (c) 1997 by The
www.eeworm.com/read/168467/9911962

c utils.c

#include "utils.h" void memcpy(void *s1, const void *s2, int n) { int i; for (i = 0; i < n; i++) ((char *)(s1))[i] = ((const char *)(s2))[i]; } void memset(void *s, const char ch, i
www.eeworm.com/read/168467/9912007

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(unsigned lo
www.eeworm.com/read/168467/9912025

o utils.o

www.eeworm.com/read/363587/9944001

c utils.c

/* * Name: utils.c * Project: AVR-Doper * Author: Christian Starkjohann * Creation Date: 2006-07-02 * Tabsize: 4 * Copyright: (c) 2006 by Christian Starkjohann, all rights reserved
www.eeworm.com/read/363587/9944067

h utils.h

/* * Name: utils.h * Project: AVR-Doper * Author: Christian Starkjohann * Creation Date: 2006-07-02 * Tabsize: 4 * Copyright: (c) 2006 by Christian Starkjohann, all rights reserved
www.eeworm.com/read/167829/9951250

c utils.c

/**************************************************************************** # Spcaview: Spca5xx Grabber # # Copyright (C) 2004 2005 Michel Xhaard
www.eeworm.com/read/167829/9951318

h utils.h

/**************************************************************************** # spcaview: Sdl video recorder and viewer with sound. # #This package work with the spca5xx based webcam with th