代码搜索:编程问题
找到约 10,000 项符合「编程问题」的源代码
代码结果 10,000
www.eeworm.com/read/474855/6808518
dsw 工资问题.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/474855/6808526
pch 工资问题.pch
www.eeworm.com/read/474855/6808544
plg 工资问题.plg
Build Log
--------------------Configuration: 工资问题 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1
www.eeworm.com/read/474420/6809188
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/474440/6809467
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/473191/6857850
txt 有问题.txt
#include
#include
#include
#include
#include
using namespace std;
#define MAXLEN 100005
int n,bn; //字符串长度
int power, lstSA[MAXLEN], l
www.eeworm.com/read/473191/6857868
txt 滑雪问题.txt
/*
输入:
5 5
1 2 3 4 5
16 17 18 19 6
15 24 25 20 7
14 23 22 21 8
13 12 11 10 9
输出:
25
输入:
5 6
21 19 17 16 15 14
22 24 20 18 12 13
23 25 26 13 11 9
3 2 1 27 8 10
4 5 6 28 7 30
www.eeworm.com/read/472245/6873853
doc 背包问题.doc
www.eeworm.com/read/392633/8332026
txt 约瑟夫问题.txt
约瑟夫问题用单链表实现:
先建立具有n个结点的循环单链表,表头结点为head,然后由q指向表头结点,开始循环,直到该项链表中只有一个结点(q->next==q)为止。在循环过程中,由计数器count计数扫描过的结点个数,当count等于m-1时,说明下一个结点便是要出队的结点故删除该结点,这样,链表中的结点个数越来越少,直到只有一个结点,它就是猴王。实现本题功能的程序如下:
/*单链表的 ...
www.eeworm.com/read/174183/9604217
txt 问题集锦.txt
#######################################################################
# 如果需要其他支持文件,请注意查看 readme.txt 文档,谢谢!
#######################################################################
#
#############