代码搜索:编程问题
找到约 10,000 项符合「编程问题」的源代码
代码结果 10,000
www.eeworm.com/read/122580/14682686
c 灯塔问题.c
//灯塔问题
#include
#include
#include
int sz[11][11],cf=1,k,n,a[20],b[20],c[20];
void shuru(void);
void shuchu(void);
bool panduan(void);
void goujian(void);
vo
www.eeworm.com/read/122580/14682702
c 迷宫问题.c
#include
#define r 64
#define m2 8
#define n2 10
int m=m2-2,n=n2-2;
typedef struct
{
int x,y; //行列坐标
int pre;
}sqtype;
sqtype sq[r];
struct moved
{
int x, y; //坐标增量,取值-1
www.eeworm.com/read/122321/14702345
c 灯塔问题.c
//灯塔问题
#include
#include
#include
int sz[11][11],cf=1,k,n,a[20],b[20],c[20];
void shuru(void);
void shuchu(void);
bool panduan(void);
void goujian(void);
vo
www.eeworm.com/read/121611/14749202
c 灯塔问题.c
//灯塔问题
#include
#include
#include
int sz[11][11],cf=1,k,n,a[20],b[20],c[20];
void shuru(void);
void shuchu(void);
bool panduan(void);
void goujian(void);
vo
www.eeworm.com/read/120029/14814075
cpp 渡船问题.cpp
//渡船管理问题--用队列实现
#include
#include
typedef struct QNode //节点
{
int data;
QNode*next;
}*QueuePtr; //指向结点的指针
struct LinkQueue //头、尾指针
{
Queu
www.eeworm.com/read/219127/14893473
c 继承问题.c
定义一个本科生类Undergraduate,包括学号、姓名、专业这三个数据成员,在此基础上派生出研究生类Graduate,并增加导师、发表论文数等属性。可以通过显示个人信息函数ShowInfo来查看个人档案。
# include
# include
class Undergraduate //定义积累
{
p
www.eeworm.com/read/116859/14951716
cpp 大数问题.cpp
#include
#include
#define LEN 200
int Input(char n[]) // 输入数据
{ char s[LEN];
int i,l;
for(i=0;i
www.eeworm.com/read/216688/14997829
ncb 邮票问题.ncb
www.eeworm.com/read/216688/14997831
opt 邮票问题.opt
www.eeworm.com/read/216688/14997834
dsw 邮票问题.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "邮票问题"=".\邮票问题.dsp"