代码搜索结果

找到约 10,000 项符合 U 的代码

u0

.RP .TL UNIX for Beginners .AU Brian W. Kernighan .AI Bell Laboratories, Murray Hill, N. J. .ND .nr PS 9 .nr VS 11 .if n .ls 2 .RS .sp 2 .if t .2C .SH Introduction .PP In many ways, .UC UNIX is the s

u5

.SH .tr ~ V.~~UNIX READING LIST .PP .ti 0 .br .I General: .R .if t .sp 5p .UC UNIX Programmer's Manual (Ken Thompson, Dennis Ritchie, and a cast of thousands). Lists commands, system routines and inte

u.h

#undef CONFIG_NLS_KOI8_U

u.c

foo (a, b) { return a % b; }

u.java

package com.thoughtworks.acceptance.someobjects; import com.thoughtworks.acceptance.StandardObject; public class U extends StandardObject { public String aStr; public String a_Str; publi

u.java

/* * Copyright (c) 1999 The Java Apache Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided tha

u.c

foo (a, b) { return a % b; }

u.c

foo (a, b) { return a % b; }

u.pl

# !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is built by mktables from e.g. UnicodeData.txt. # Any changes made here will be lost! # # JoiningType category 'Non_Joining' # return

chd-u

#!/bin/sh if [ $# = 0 ] ; then THEDIR = . else THEDIR = $1 fi for file in `find $THEDIR` ; do cat $file |tr -d '\015' >file.tmp mv file.tmp $file done