代码搜索结果
找到约 10,000 项符合
U 的代码
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
u.h
#undef CONFIG_NLS_KOI8_U
u.h
#undef CONFIG_NLS_KOI8_U
u.txt
2 2 1
0 -1 -0.5
0 0 0.5
u.h
#undef CONFIG_NLS_KOI8_U
u.c
foo (a, b) { return a % b; }
u.h
#undef CONFIG_NLS_KOI8_U
u.h
#include "typedefine.h"
/*BOOLEAN Float_U(const F_32 t,const F_32 T);*/
BOOLEAN Int_U(const UINT_16 t,const UINT_16 T);
BOOLEAN SByte_U(const SINT_8 t,const SINT_8 T);
u.c
#include "U.h"
/*BOOLEANFloat_U(const F_32 t,const F_32 T)
{
if(t < T)
{
return (false);
}
else
{
return (true);
}
}*/
BOOLEAN Int_U(const UINT_16 t,const UINT_16 T)
{
if(
u.h
#undef CONFIG_NLS_KOI8_U