代码搜索:U
找到约 10,000 项符合「U」的源代码
代码结果 10,000
www.eeworm.com/read/306178/3755448
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
www.eeworm.com/read/432475/1891878
h 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);
www.eeworm.com/read/432475/1891883
c 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(