代码搜索:2

找到约 10,000 项符合「2」的源代码

代码结果 10,000
www.eeworm.com/read/378175/2689822

m example2_2.m

x=[2.5 1.5 2]; y=[2 4 1; 3 6 2; 2 4 8]; bar(x,y,1.2);
www.eeworm.com/read/378175/2690051

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/378175/2690098

m example2_2.m

n = -5:0.1:5; a = tansig(n); plot(n,a)
www.eeworm.com/read/377991/2692810

bigsstrecord2cr2

3C 00 20 20 04 00 00 39 33 34 35 04 00 00 39 33 35 39 10 00 00 48 65 61 64 20 6F 66 20 49 41 20 4D 67 6D 74 2E 04 00 00 39 34 33 31 04 00 00 39 34 34 35 0A 00 00 49 54 20 53 75 70 70 6F 72 74 04
www.eeworm.com/read/377738/2697175

cpp pex2_2.cpp

#include #include #include void OctIn(unsigned int& n) { int base8Value = 0; char ch; // skip white space do { ch = cin.get(); } while (ch
www.eeworm.com/read/376720/2707905

java~2~ frame2.java~2~

package project; import java.awt.*; import javax.swing.*; import java.awt.BorderLayout; /** * Title: * * Description: * * Copyright: Copyright (c) 2006 * *
www.eeworm.com/read/375728/2721776

rc2 server2.rc2

// // SERVER2.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/373160/2767022

java myclass2_2.java

// MyClass2_2.java public class MyClass2_2 { public static void main(String args[]) { byte x=016; //八进制数 byte y=16; //十进制数 byte z=0x16; //十六进制数 System.out.println("转换为十进制数x="+x);
www.eeworm.com/read/370039/2787820

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/367675/2832766

m example2_2.m

x=[2.5 1.5 2]; y=[2 4 1; 3 6 2; 2 4 8]; bar(x,y,1.2);