代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/367675/2840162
m example2_2.m
%首先编写f(x)的.m文件
function f = myfun(x)
f=sin(x)+3;
%然后调用函数fminsearch
x0=2 %起始点
[x , fval]=fminsearch(@myfun, x0);
www.eeworm.com/read/367643/2841008
rc2 menu2.rc2
//
// MENU2.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
/////
www.eeworm.com/read/366702/2867497
c dwarf2-2.c
// PR debug/27057
// { dg-do compile }
// { dg-options "-g -feliminate-dwarf2-dups" }
namespace N
{
}
struct A
{
void foo ();
};
void A::foo ()
{
using namespace N;
}
www.eeworm.com/read/366702/2868913
c array2-2.c
// { dg-do compile }
// { dg-options "-fabi-version=2" }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 29 Dec 2003
// PR c++/13494.
www.eeworm.com/read/366702/2882846
c dwarf2-2.c
/* { dg-do compile } */
/* Copyright (C) 2000 Free Software Foundation */
/* Contributed by Alexandre Oliva */
inline double fx (double x)
{
return 3 * x;
}
main ()
{
doub
www.eeworm.com/read/364259/2906932
cpp c2-2.cpp
#include
using namespace std;
int main()
{char c1,c2;
c1='a';
c2='b';
c1=c1-32;
c2=c2-32;
cout
www.eeworm.com/read/363744/2911688
java~2~~2~ product.java~2~~2~
package zhaobiao.date;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2003
* Company:
* @author unascribed
* @version 1.0
*/
public class Product {
p
www.eeworm.com/read/362397/2934065
rc2 menu2.rc2
//
// MENU2.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
/////
www.eeworm.com/read/360211/2966611
rc2 menu2.rc2
//
// MENU2.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
/////