代码搜索结果
找到约 10,000 项符合
2 的代码
dynfun2_2.m
function v=dynfun2_2(k,x,u)
tt=[8;5;6;8;5;9;5;7;8;8;5;9;5;7;8;6;7;4];
tmp=[x==1&u==2,x==1&u==3,x==1&u==4,x==2&u==6,x==2&u==7,...
x==3&u==5,x==3&u==7,x==4&u==5,x==4&u==6,...
x==5&u==9
goats2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
File 1,1,
bits2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
Options 1,0,0 // Target 'T
ch2_2.cpp
//*********************
//** ch2_2.cpp **
//*********************
#include
void main()
{
int number=1001;
cout
hello2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
File 1,1,
example2.rc2
//
// EXAMPLE2.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
//
func2-2.cpp
// func<mark>2</mark>-<mark>2</mark>.cpp 实现算法<mark>2</mark>.15、<mark>2</mark>.16的程序,main<mark>2</mark>-31.cpp和main<mark>2</mark>-3<mark>2</mark>.cpp调用
int Malloc(SLinkList space) // 算法<mark>2</mark>.15
{ // 若备用链表非空,则返回分配的结点下标(备用链表的第一个结点),否则返回0
int i=space[0].cur;
if(i) // 备用链表非空
space ...