代码搜索:Util

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

代码结果 10,000
www.eeworm.com/read/379943/9172045

c util.c

/* ** 2001 September 15 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiven
www.eeworm.com/read/183272/9172692

c util.c

#include "apue.h" #include "print.h" #include #include #define MAXCFGLINE 512 #define MAXKWLEN 16 #define MAXFMTLEN 16 /* * Get the address list for the given host and s
www.eeworm.com/read/183258/9173998

java it_util.java

package com.niat; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Stateme
www.eeworm.com/read/379730/9180059

py util.py

# -*- coding: iso-8859-1 -*- # # Copyright (C) 2001-2006 Markus Harva, Antti Honkela, Alexander # Ilin, Tapani Raiko, Harri Valpola and Tomas 謘tman. # # This program is free software; you can redistri
www.eeworm.com/read/379711/9181998

c util.c

/* * linux/ipc/util.c * Copyright (C) 1992 Krishna Balasubramanian */ #include #include #include #include #include
www.eeworm.com/read/379711/9182216

c util.c

/* * linux/fs/isofs/util.c * * The special functions in the file are numbered according to the section * of the iso 9660 standard in which they are described. isonum_733 will * convert
www.eeworm.com/read/379449/9196979

c util.c

/* ITU-T G.729 Speech Coder with Annex B ANSI-C Source Code Version 1.3 Last modified: August 1997 Copyright (c) 1996, AT&T, France Telecom, NTT, Universite de Sherbrooke, Luce
www.eeworm.com/read/379399/9199010

cs util.cs

/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2007 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of
www.eeworm.com/read/379157/9205780

c util.c

www.eeworm.com/read/182197/9212147

h util.h

#ifndef UTILS_H #define UTILS_H #include #include // Some macro defintions #define ERROR(mesg) \ { \ printf(mesg); exit(0); \ } #define ERROR1(val, mesg) \ { \ if((int)(v