代码搜索:finding

找到约 1,199 项符合「finding」的源代码

代码结果 1,199
www.eeworm.com/read/303463/3810209

m rounder.m

function [upper,x_min] = rounder(p,relaxedsolution) % Extremely simple heuristic for finding integer % solutions. % % Rounds up and down, fixes etc. % This was the relaxed solution x = relax
www.eeworm.com/read/295367/3910911

c sign.c

/* Copyright (C) 1999 Lucent Technologies */ /* From 'Programming Pearls' by Jon Bentley */ /* sign.c -- sign each line of a file for finding anagrams The input line "stop" gives the output li
www.eeworm.com/read/287127/4026625

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/287127/4027338

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/409921/2223739

c console.c

/* ----------- console.c ---------- */ #define WIN32_LEAN_AND_MEAN #include #include "dflat.h" /* ----- table of alt keys for finding shortcut keys ----- */ #if 0 static in
www.eeworm.com/read/393286/2482287

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/380530/2657539

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/362572/2931165

java loadertest_loader2.java

public class LoaderTest_Loader2 extends ClassLoader { public Class findClass(String name) throws ClassNotFoundException { if (!name.startsWith("java")) System.out.println(this + ": finding " + n
www.eeworm.com/read/354521/3077604

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/265319/4283248

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