代码搜索:finding
找到约 1,199 项符合「finding」的源代码
代码结果 1,199
www.eeworm.com/read/367467/2842917
txt nikto_usage.txt
NAME
Nikto - Web Server and CGI Scanner
Version - 1.32
SYNOPSIS
nikto [-h target] [options]
WARNING
Nikto is a tool for finding default web files and examing web server and CGI security.
www.eeworm.com/read/366702/2868010
c conv3.c
// PR 31074
// Bug: The reference cast wasn't finding the desired static_cast followed by
// const_cast interpretation.
struct Shape
{
Shape() {}
virtual ~Shape() {}
};
struct Loop
{
Loop() {}
www.eeworm.com/read/366702/2872872
m method-7.m
/* Check if finding multiple signatures for a method is handled gracefully. */
/* Author: Ziemowit Laski */
/* { dg-do compile } */
/* { dg-options "-Wstrict-selector-match" } *
www.eeworm.com/read/351636/3102144
h vcl_compiler.h
#ifndef vcl_compiler_h_
#define vcl_compiler_h_
//:
// \file
// \brief Uniform macro definition scheme for finding out about the compiler
//
// It's much better to determine the compiler automat
www.eeworm.com/read/265319/4283873
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 core p
www.eeworm.com/read/471682/6887965
c program2_12.c
/* Program 2.12 Finding the size of a type */
#include
int main(void)
{
printf("\nVariables of type char occupy %d bytes", sizeof(char));
printf("\nVariables of type short occupy
www.eeworm.com/read/172354/9712491
m decorrel.m
function [Q,Z,L,D,z] = decorrel (Q,a);
%DECORREL: Decorrelate a (co)variance matrix of ambiguities
%
% This routine creates a decorrelated Q-matrix, by finding the
% Z-matrix and performing the co
www.eeworm.com/read/172354/9712579
m decorrel.m
function [Q,Z,L,D,z] = decorrel (Q,a);
%DECORREL: Decorrelate a (co)variance matrix of ambiguities
%
% This routine creates a decorrelated Q-matrix, by finding the
% Z-matrix and performing the co
www.eeworm.com/read/172354/9712663
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 ca
www.eeworm.com/read/172354/9712785
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 ca