代码搜索:jose
找到约 4,994 项符合「jose」的源代码
代码结果 4,994
www.eeworm.com/read/184795/9074922
cpp jose.cpp
#include"iostream.h"
#include"fstream.h"
#include"string"
class LIST//链表所需要的参数
{
public:
int data;
LIST * next;
};
class Josephus
{
public:
Josephus(int n,int m);//此构造函数定义Josephus
www.eeworm.com/read/184795/9074977
ppt jose.ppt
www.eeworm.com/read/398668/7929075
dsp jose.dsp
# Microsoft Developer Studio Project File - Name="Jose" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/398668/7929079
ncb jose.ncb
www.eeworm.com/read/398668/7929081
opt jose.opt
www.eeworm.com/read/398668/7929086
dsw jose.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/398668/7929091
c jose.c
#include
#include
#define FALSE 0
#define TRUE 1
#define NULL0
typedef int DataType;
struct Node;
typedef struct Node *PNode;
struct Node{
DataType info;
PNode link;
www.eeworm.com/read/398668/7929096
plg jose.plg
Build Log
--------------------Configuration: Jose - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1
www.eeworm.com/read/244008/12899568
cpp jose.cpp
//=====================================
// jose.cpp
//=====================================
#include"boyring.h"
#include"jose.h"
#include
using namespace std;
//----------------------
www.eeworm.com/read/244008/12899582
h jose.h
//=====================================
// jose.h
//=====================================
#ifndef HEADER_JOSE
#define HEADER_JOSE
class Jose{
protected:
int n, m, s;
public:
Jose(int boys