代码搜索:third
找到约 4,828 项符合「third」的源代码
代码结果 4,828
www.eeworm.com/read/131980/14117768
ac configure.ac
# -*- shell-script -*-
#
# Simple configure.in for gaim-encryption
#
#
# Init autoconf
#
AC_INIT(./encrypt.c)
AC_PREREQ(2.52)
AC_CANONICAL_SYSTEM
#
# Init automake
# The third argument to AM_INIT_A
www.eeworm.com/read/231340/14238635
m rot2rect1.m
function [X,Y]=drawrot(File,CallBack,draw_cg)
%drawrot template [nodes] [draw_Cg]
% or
%drawrot template any_third_argument any_4th
%
%Description
% draw the layout of a rotor template file
% i
www.eeworm.com/read/118524/14864926
java xmlinfo.java
// Fig C.2 : XMLInfo.java
// Outputs node information
// Java core libraries
import java.io.*;
// Java standard extensions
import javax.xml.parsers.*;
// third-party libraries
import org.
www.eeworm.com/read/15127/432774
cpp airy.cpp
#include
#include "nr.h"
using namespace std;
void NR::airy(const DP x, DP &ai, DP &bi, DP &aip, DP &bip)
{
const DP PI=3.141592653589793238, ONOVRT=0.577350269189626;
const DP THIRD
www.eeworm.com/read/475809/1381445
cpp airy.cpp
#include
#include "nr.h"
using namespace std;
void NR::airy(const DP x, DP &ai, DP &bi, DP &aip, DP &bip)
{
const DP PI=3.141592653589793238, ONOVRT=0.577350269189626;
const DP THIRD
www.eeworm.com/read/470917/1442552
s sub_n.s
/* SPARC v9 __mpn_sub_n -- Subtract two limb vectors of the same length > 0
and store difference in a third limb vector.
Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation, Inc.
www.eeworm.com/read/461291/1553576
s add_n.s
; mc88110 __gmpn_add_n -- Add two limb vectors of the same length > 0 and store
; sum in a third limb vector.
; Copyright 1995, 1996, 2000 Free Software Foundation, Inc.
; This file is part of the G
www.eeworm.com/read/237551/4626663
s sub_n.s
/* SPARC v9 __mpn_sub_n -- Subtract two limb vectors of the same length > 0
and store difference in a third limb vector.
Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation, Inc.
www.eeworm.com/read/198657/5083312
s add_n.s
# ns32000 __gmpn_add_n -- Add two limb vectors of the same length > 0 and store
# sum in a third limb vector.
# Copyright 1992, 1994, 2000 Free Software Foundation, Inc.
# This file is part of the G
www.eeworm.com/read/198657/5083452
s add_n.s
@ ARM/Thumb mpn_add_n -- Add two limb vectors of the same length > 0 and store
@ sum in a third limb vector.
@ Copyright 1997, 2000 Free Software Foundation, Inc.
@ This file is part of the GNU MP L