代码搜索结果

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

pow2_try2.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that

exm05835_2_2.mdl

Model { Name "exm5835_2" Version 3.00 SimParamPage "Solver" SampleTimeColors off InvariantConstants off WideVectorLines off ShowLineWidths off ShowPortDataTyp

cs23-2.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, 0x0 Options 1,0,0 // Ta

exm040835_2_2.mdl

Model { Name "exm040835_2_2" Version 5.0 SaveDefaultBlockParams on SampleTimeColors off LibraryLinkDisplay "none" WideLines off ShowLineDimensions off ShowPort

exp2b_2.asm

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * exp2b_2: Direct Addressing Mode * * * * * * * * * * * * * * * * * * * * * * * * * * * * .def _exp2b_2 .ref _Xi

flashled2_uv2.bak

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,2, Options 1,0,0

starled2_uv2.bak

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,2, Options 1,0,0 //

ch2_2_3.java

class ch2_2_3{ public static double Elem(double n){ double B=Math.log(n)/Math.log(10)+n-2; return B; } public static double EX(double n){