代码搜索:precise
找到约 541 项符合「precise」的源代码
代码结果 541
www.eeworm.com/read/268430/11140721
txt changes_v61.txt
Version 6.0 to 6.1
- New Picture Header somewhat according to VCEG-M79. A more precise version
of VCEG-M79 will be released shortly to document the implementation
- Added new Picture Start C
www.eeworm.com/read/387823/8651933
c delay.c
// Delay function for 8051 system (Fosc = 8MHz)
// Delay microsecond less than 255us
void DelayUs(uint8 Tus)
{
// If Tus >= 18, the delay is precise, otherwise not!
if (Tus > 17)
{
Tus =
www.eeworm.com/read/331867/12803263
c delay.c
// Delay function for 8051 system (Fosc = 8MHz)
// Delay microsecond less than 255us
void DelayUs(uint8 Tus)
{
// If Tus >= 18, the delay is precise, otherwise not!
if (Tus > 17)
{
Tus =
www.eeworm.com/read/331865/12803471
c delay.c
// Delay function for 8051 system (Fosc = 8MHz)
// Delay microsecond less than 255us
void DelayUs(uint8 Tus)
{
// If Tus >= 18, the delay is precise, otherwise not!
if (Tus > 17)
{
Tus =
www.eeworm.com/read/328896/12996150
c delay.c
// Delay function for 8051 system (Fosc = 8MHz)
// Delay microsecond less than 255us
void DelayUs(uint8 Tus)
{
// If Tus >= 18, the delay is precise, otherwise not!
if (Tus > 17)
{
Tus =
www.eeworm.com/read/328893/12996253
c delay.c
// Delay function for 8051 system (Fosc = 8MHz)
// Delay microsecond less than 255us
void DelayUs(uint8 Tus)
{
// If Tus >= 18, the delay is precise, otherwise not!
if (Tus > 17)
{
Tus =
www.eeworm.com/read/328888/12996510
c delay.c
// Delay function for 8051 system (Fosc = 8MHz)
// Delay microsecond less than 255us
void DelayUs(uint8 Tus)
{
// If Tus >= 18, the delay is precise, otherwise not!
if (Tus > 17)
{
Tus =
www.eeworm.com/read/304657/3788167
java precisefilter.java
/* PreciseFilter.java -- filter log messages by precise level.
Copyright (C) 2005 Free Software Foundation, Inc.
This file is a part of GNU Classpath.
GNU Classpath is free software; you can red
www.eeworm.com/read/387820/2556119
c delay.c
// Delay function for 8051 system (Fosc = 8MHz)
// Delay microsecond less than 255us
void DelayUs(uint8 Tus)
{
// If Tus >= 18, the delay is precise, otherwise not!
if (Tus > 17)
{
Tus =
www.eeworm.com/read/162614/5532125
java precisefilter.java
/* PreciseFilter.java -- filter log messages by precise level.
Copyright (C) 2005 Free Software Foundation, Inc.
This file is a part of GNU Classpath.
GNU Classpath is free software; you can red