代码搜索:corresponding

找到约 4,250 项符合「corresponding」的源代码

代码结果 4,250
www.eeworm.com/read/136812/5857508

h doprnt.h

/* @(#)doprnt.h 1.1 92/07/30 SMI */ /* Maximum number of digits in any integer (long) representation */ #define MAXDIGS 11 /* Convert a digit character to the corresponding number */ #define tonumbe
www.eeworm.com/read/132747/5910651

s i16_raw_test_a20.s

#include .text .code16 /* * Test the A20 address line; return true if it is enabled. */ ENTRY(i16_raw_test_a20) xorw %ax,%ax movw %ax,%fs notw %ax movw %ax,%gs /* See
www.eeworm.com/read/131315/5930640

3 tolower.3

.\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" .\" This code is derived from software contributed to Berkeley by .\" the American Nationa
www.eeworm.com/read/131315/5930675

3 toupper.3

.\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" .\" This code is derived from software contributed to Berkeley by .\" the American Nationa
www.eeworm.com/read/127043/6009591

java descriptor.java

/** * Redistribution and use of this software and associated documentation * ("Software"), with or without modification, are permitted provided * that the following conditions are met: * * 1
www.eeworm.com/read/121089/6070538

txt fmove.txt

SUMMARY #include fmove (source file, destination file) copies the source to the destination char *fmove (src,dst) char *src, *dst; DESCRIPTION fmove does the copy and pres
www.eeworm.com/read/113536/6128085

txt fmove.txt

SUMMARY #include fmove (source file, destination file) copies the source to the destination char *fmove (src,dst) char *src, *dst; DESCRIPTION fmove does the copy and pres
www.eeworm.com/read/113184/6135462

java psmldocument.java

/* * Copyright 2000-2001,2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Lic
www.eeworm.com/read/111672/6154025

m nniol.m

function [W1f,W2f,W1g,W2g,PI_vector,iteration,lambda]=nniol(NetDeff,NetDefg,... NN,W1f,W2f,W1g,W2g,trparms,Y,U) % NNIOL % ----- % Train a
www.eeworm.com/read/109011/6178458

java localesupport.java

/* * Copyright 1999-2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.