代码搜索:编程问题
找到约 10,000 项符合「编程问题」的源代码
代码结果 10,000
www.eeworm.com/read/253427/12222022
dsw 背包问题.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/253427/12222030
plg 背包问题.plg
Build Log
--------------------Configuration: 背包问题 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\王华章\LOCA
www.eeworm.com/read/253427/12222032
ncb 背包问题.ncb
www.eeworm.com/read/253427/12222041
opt 背包问题.opt
www.eeworm.com/read/253427/12222044
dsp 背包问题.dsp
# Microsoft Developer Studio Project File - Name="背包问题" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/337424/12370178
c 迷宫问题.c
#include
#include
#define len sizeof(SNodeType)
#define ERROR 0
#define OK 1
typedef struct ElemType{
int x;
int y;
int di;
}ElemType;
typedef struct SNodeType{
ElemT
www.eeworm.com/read/233105/14169270
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/233105/14169378
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/130572/14184544
txt 问题集锦.txt
#######################################################################
# 如果需要其他支持文件,请注意查看 readme.txt 文档,谢谢!
#######################################################################
#
#############