代码搜索结果
找到约 10,000 项符合
2 的代码
ex2-8-2.cpp
#include
using namespace std;
void swap(int a, int b);
void main(void)
{
int i = 9, j = 99;
cout
ex2-3-2.cpp
#include
using namespace std;
int main()
{
int i;
char *p, *t;
p = new char[26];
if ( !p )
{
cout
ex7-2-2.cpp
#include
using namespace std;
template
class Stack
{
private:
T * contents;
int sp, depth;
public:
Stack(int d = 20)
{
depth = d;
content
i2c.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Simulation), 0x0005 // Tools: ''
Group (C source code)
Group (Assembler Startup code)
Group (Simulation script)
File 1,1