代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/215702/15052245
cpp lab2_2.cpp
#include
using namespace std;
void main()
{
int i, sum=0;
for(i=0; i
www.eeworm.com/read/114384/15055242
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/114381/15055742
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/215497/15059459
m program_2_2.m
www.eeworm.com/read/215497/15059614
m program_2_2.m
www.eeworm.com/read/215215/15069280
rc2 graphicsdemo2.rc2
//
// GRAPHICSDEMO2.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/215215/15069395
rc2 mousedemo2.rc2
//
// MOUSEDEMO2.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