代码搜索:Complete
找到约 10,000 项符合「Complete」的源代码
代码结果 10,000
www.eeworm.com/read/340665/3280666
c complete-port.c
/* This small program uses all the arithmetic operators that may
generate calls to library routines which must be implemented in
port-specific assembly language. */
/* { dg-do link } */
#inclu
www.eeworm.com/read/283355/4079938
patch rn_complete.patch
--- ptxdist-testing/config/Config.in.old 2003-10-23 13:56:41.000000000 -0700
+++ ptxdist-testing/config/Config.in 2003-10-23 13:56:05.000000000 -0700
@@ -744,6 +744,19 @@
source "rules/pcmcia-cs.in"
www.eeworm.com/read/283355/4079944
patch betaftpd_complete.patch
--- /dev/null 2002-09-13 15:08:32.000000000 -0700
+++ ptxdist-testing/rules/betaftpd.make 2003-10-22 14:20:37.000000000 -0700
@@ -0,0 +1,141 @@
+# -*-makefile-*-
+# $Id: template,v 1.1.1.2 2003/10/09
www.eeworm.com/read/283355/4079945
patch epoll_complete.patch
--- /dev/null 2002-09-13 15:08:32.000000000 -0700
+++ ptxdist-testing/rules/epoll-lib.make 2003-10-16 09:23:37.000000000 -0700
@@ -0,0 +1,134 @@
+# -*-makefile-*-
+# $Id: template,v 1.6.2.2 2003/09/28
www.eeworm.com/read/440906/1777787
c complete1.c
// PRMS Id: 4695
// Bug: g++ wrongly requires A to be complete here.
// Build don't link:
struct A;
void foo(const A &);
void bar(A *p)
{
foo(*p);
}
www.eeworm.com/read/440906/1782342
c complete-port.c
/* This small program uses all the arithmetic operators that may
generate calls to library routines which must be implemented in
port-specific assembly language. */
/* { dg-do link } */
#inclu
www.eeworm.com/read/402480/2319745
c win_complete.c
/*
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
* University Research and Technology
* Corporation. All rights reserved.
www.eeworm.com/read/402480/2319844
c grequest_complete.c
/*
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
* University Research and Technology
* Corporation. All rights reserved.
www.eeworm.com/read/395890/2432064
asv complete_mutation.asv
% 2.6 变异
%遗传算法子程序
%Name: mutation.m
%变异
function [newpop]=complete_mutation(popsize,pop,pm,i,fun_num,var_num)
%函数说明
%入口参数:pop 当前处理的种群,
% popsize 种群大小,
% pm
www.eeworm.com/read/395890/2432067
asv main_complete.asv
%
function [best_fit,best_fitvalue,out_dai]=main_complete(pop,n,popsize,chromlength,fun_num,up_range,down_range,var_num)
%函数说明
%入口参数:pop 当前处理的种群,
% n 绝对上限,
%