代码搜索:precise
找到约 541 项符合「precise」的源代码
代码结果 541
www.eeworm.com/read/347945/11625260
m callbmilin.m
function diagnostic = callbmilin(F,h,options)
%
% EXTREMELY naive implementation of a local BMI solver
% using linearizations and a simple trust-region.
%
% To be precise, it not only "solves" pr
www.eeworm.com/read/473219/6849032
m callbmilin.m
function diagnostic = callbmilin(F,h,options)
%
% EXTREMELY naive implementation of a local BMI solver
% using linearizations and a simple trust-region.
%
% To be precise, it not only "solves" pr
www.eeworm.com/read/193277/8243024
m callbmilin.m
function diagnostic = callbmilin(F,h,options)
%
% EXTREMELY naive implementation of a local BMI solver
% using linearizations and a simple trust-region.
%
% To be precise, it not only "solves" pr
www.eeworm.com/read/166436/10021243
maintainers
Maintainers List (try to look for most precise areas first)
Note: For the hard of thinking, this list is meant to remain in Alphabetical
order. If you could add yourselves to it in Alphabetical order
www.eeworm.com/read/166436/10021278
maintainers
Maintainers List (try to look for most precise areas first)
Note: For the hard of thinking, this list is meant to remain in Alphabetical
order. If you could add yourselves to it in Alphabetical order
www.eeworm.com/read/103267/6220350
svn-base profiling.cpp.svn-base
#include "profiling.h"
/* Can't be used for *very* precise profiling - ignores execution time
of RDTSC
*/
ticks
ticks::now()
{
ticks res;
asm {
pushad;
popad;
pushad;
www.eeworm.com/read/282522/4099151
readme
README for PTPd
- Introduction -
This is the source code for the PTP daemon (PTPd). PTPd implements the
Precision Time Protocol (PTP) as defined by 'IEEE Std 1588-2002'. PTP
provides precise
www.eeworm.com/read/268541/4251716
m readephprecise.m
function A = ReadEphPrecise(varargin)
%function A = ReadEphPrecise(A,sFileName_1 ... sFileName_n)
%ReadEphPrecise reads precise ephemeris (coordinates and clock corrections) from sp3
%file
%A =
www.eeworm.com/read/357131/3028743
py gameeventkeys.py
# gameeventkeys.py
#
# Implements the event key objects, which
# allows precise registration for events
# based on specific criteria.
#
# Author: Matthew Walker
# mwalker@softhome.ne