代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/403154/11521488
dsw 14_2_2.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "14_2_2"=".\14_2_2.d
www.eeworm.com/read/403154/11521489
opt 14_2_2.opt
www.eeworm.com/read/403154/11521490
cpp 14_2_2.cpp
#include
struct BiNode
{
// 结点中的数据
char data;
// 左孩子和右孩子
BiNode *lchild, *rchild;
};
/*
@ CreateTree
前置条件: 二叉树不存在
输入: 根结点和扩展前序遍历序列
功能: 建立一棵新的二叉树
输出: 二叉树根节点的指针
后置条
www.eeworm.com/read/403154/11521492
dsp 14_2_2.dsp
# Microsoft Developer Studio Project File - Name="14_2_2" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/403154/11521493
plg 14_2_2.plg
Build Log
--------------------Configuration: 14_2_2 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\LUCKY~
www.eeworm.com/read/403154/11521494
ncb 14_2_2.ncb
www.eeworm.com/read/403154/11521513
plg 10_2_2.plg
Build Log
--------------------Configuration: 10_2_2 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\LUCKY~
www.eeworm.com/read/403154/11521514
dsp 10_2_2.dsp
# Microsoft Developer Studio Project File - Name="10_2_2" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/403154/11521516
cpp 10_2_2.cpp
#include
#include
#define N 10
#define NAME_MAX 16
struct Person
{
char *name;
int count;
};
/*
@ Election
前置条件: 数组存在
输入: Person leaders[] 候选人数组
功能: 开始投票
www.eeworm.com/read/403154/11521517