代码搜索:monkey
找到约 1,170 项符合「monkey」的源代码
代码结果 1,170
www.eeworm.com/read/267666/11169393
cpp 2746.cpp
#include
using namespace std;
struct a
{
int p;
a *next;
};
int main()
{
a *link,*monkey,*mlast;
int n,m,count,i;
while (1)
{
cin>>n>>m;
if (n==0)
break;
l
www.eeworm.com/read/228628/14373845
exe monkey黑白棋(v1.0).exe
www.eeworm.com/read/288479/8630168
m datas5.m
function x = datas5
%*********************** Brain and Body Weight Data ***********************
%
%Source: Jerison, H. J. (1973), "Evolution of the Brain and
% Intelligence," New York
www.eeworm.com/read/288166/8649677
html index.html
Monkey Web Server it's
running!!!
By EdsipeR
Monkey HTTP Daem
www.eeworm.com/read/288166/8649685
html 405.html
Error 405 : Method Not Allowed
Monkey HTTP Daemon v.0.1
www.eeworm.com/read/185871/8980977
cpp houzixuandawang.cpp
#include
#include
void select_king(int m,int n) //猴子选大王的实现
{
int monkey[30],i,sign=0,limit=0;
for(i=0;i
www.eeworm.com/read/273708/10903771
c z.c
#include
#include
#include
#include
struct node
{
int num;
struct node *next;
};
void main()
{
int n=0;
int m=0;
int i=0;
struct node *
www.eeworm.com/read/299153/7883132
java desciple.java
package com.javapatterns.iterator.monkey;
abstract public class Desciple
{
abstract public void speak();
}