代码搜索:finding
找到约 1,199 项符合「finding」的源代码
代码结果 1,199
www.eeworm.com/read/441391/7671161
m b_point.m
function pos = b_point(pr,sv,time)
%B_POINT Prepares input to the Bancroft algorithm for finding
% a preliminary position of a receiver. The input is
% four or more pseudoranges and th
www.eeworm.com/read/441391/7671163
m k_point.m
function pos = k_point(pos,pr,sv,time)
%K_POINT Prepares input to the Kalman algorithm for finding
% the final position of a receiver. The inputs are
% preliminary station coordinates
www.eeworm.com/read/144399/12797341
m contents.m
% NMM toolbox: routines for finding the roots of f(x) = 0
%
% bisect Use bisection to find a root of the scalar equation f(x) = 0
% brackPlot Find and plot brackets for roots of a function.
www.eeworm.com/read/318176/13484194
cpp cm.cpp
/*
* cm.cpp - Finding an elliptic curve and point of nearly prime order
* See IEEE 1363 Annex A for documentation!
*
* !!! New much improved version - March 2002
* !!! Now tested for D up to
www.eeworm.com/read/152843/5663306
c phy_device.c
/*
* drivers/net/phy/phy_device.c
*
* Framework for finding and configuring PHYs.
* Also contains generic PHY driver
*
* Author: Andy Fleming
*
* Copyright (c) 2004 Freescale Semiconductor, In
www.eeworm.com/read/151092/5686481
java addressbookdataaccess.java
// Fig. 8.34: AddressBookDataAccess.java
// Interface that specifies the methods for inserting,
// updating, deleting and finding records.
package com.deitel.advjhtp1.jdbc.addressbook;
// Java c
www.eeworm.com/read/135153/5887934
in config.in
#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
#
mainmenu_option next_comment
comment 'Finding Utilities'
bool 'find' CONFIG_FIND
if [
www.eeworm.com/read/131315/5943133
c linenum.c
/*
* Code to handle displaying line numbers.
*
* Finding the line number of a given file position is rather tricky.
* We don't want to just start at the beginning of the file and
* count newlines
www.eeworm.com/read/130382/5957294
h bnsieve.h
/*
* bnsieve.h - Trial division for prime finding.
*
* This is generally not intended for direct use by a user of the library;
* the bnprime.c and dhprime.c functions. are more likely to be us
www.eeworm.com/read/130382/5958010
h bnsieve.h
/*
* bnsieve.h - Trial division for prime finding.
*
* This is generally not intended for direct use by a user of the library;
* the bnprime.c and dhprime.c functions. are more likely to be us