代码搜索:precise
找到约 541 项符合「precise」的源代码
代码结果 541
www.eeworm.com/read/134555/13982758
h timer.h
#pragma once
// a very precise time class, use CPU core frequency to measure tick
class CMediaTimer
{
public:
CMediaTimer()
{
m_bInitialized = QueryPerformanceFrequency( (LARGE_INTEGER
www.eeworm.com/read/134554/13983735
h timer.h
#pragma once
// a very precise time class, use CPU core frequency to measure tick
class CMediaTimer
{
public:
CMediaTimer()
{
m_bInitialized = QueryPerformanceFrequency( (LARGE_INTEGER
www.eeworm.com/read/188503/8535668
c fdct_mmx.c
//////////////////////////////////////////////////////////////////////////////
//
// fdctam32.c - AP922 MMX(3D-Now) forward-DCT
// ----------
// Intel Application Note AP-922 - fast, precise implem
www.eeworm.com/read/180072/9321318
c fdctdata.c
//////////////////////////////////////////////////////////////////////////////
//
// fdctam32.c - AP922 MMX(3D-Now) forward-DCT
// ----------
// Intel Application Note AP-922 - fast, precise implem
www.eeworm.com/read/159990/10582238
java eventhandlingdemo2.java
/**
*A event handling program shows the precise way of closing a frame window!
*By implementing the WindowListener interface
*2004.12.28. xhcprince
*/
import java.awt.*;
import java.awt.event.
www.eeworm.com/read/449283/7515109
doc new121.doc
- language analysis part redesigned and optimised for more precise results
- error in database search: changed to case-insensitive names
- error with combination of options -L -time fixed (message d
www.eeworm.com/read/137290/13334600
txt whatsnew.txt
Changes in FastReport 3.0 (in compare with version 2.5)
Core:
- Rewritten class architecture.
- Storing reports in XML format.
- Precise object's coordinates and sizes.
- Full WYSIWYG (no
www.eeworm.com/read/229410/14339884
news
This file contains new features introduced by particular pavuk versions.
For more precise description of changes look into ChangeLog file.
Fileds signed as are for commandline new features,
www.eeworm.com/read/209373/15222877
txt whatsnew.txt
Changes in FastReport 3.0 (in compare with version 2.5)
Core:
- Rewritten class architecture.
- Storing reports in XML format.
- Precise object's coordinates and sizes.
- Full WYSIWYG (no
www.eeworm.com/read/249895/4444952
java list.java
package org.garret.perst;
/**
* An ordered collection (also known as a sequence). The user of this
* interface has precise control over where in the list each element is
* inserted.