代码搜索:PLEASE
找到约 10,000 项符合「PLEASE」的源代码
代码结果 10,000
www.eeworm.com/read/126957/14391799
getans
#!/bin/sh
# getans prompt type default results_filename
# type is one of
# number
# integer
# neginteger
# file default=default filename
# path
# yesno default=0,1 corres
www.eeworm.com/read/126687/14406621
cpp main.cpp
#include
#include
#include "stdio.h"
#include "function.h"
main()
{
int i,j;
int Iopt,nGauss;
int Ele[8],jll[16];
double xo[8],yo[8],ek[256],Kt[16][16],temp
www.eeworm.com/read/125257/14503640
txt cdorder.txt
=================================================================
Order for CD-ROM containing GSview and AFPL Ghostscript.
=================================================================
This o
www.eeworm.com/read/125223/14505447
c ex40.c
#include
void sort (array, n)
int array[];
int n;
{
int i, j, k, t;
for (i=0; i
www.eeworm.com/read/122393/14695677
cpp gauss.cpp
#include
#include
#include
#include
void main()
{
int i,j,n,k,i0;
double eps,p,w;
//输入方程组维数,增广矩阵系数和控制条件精度
cout
www.eeworm.com/read/221024/14770961
html http:^^www.cs.washington.edu^education^courses^415^turnin.html
Date: Mon, 02 Dec 1996 14:43:36 GMT
Server: NCSA/1.4.2
Content-type: text/html
CSE 415 - Turnin Instructions
Turnin Instructions for Final Project
www.eeworm.com/read/220313/14843415
cpp yiyuan.cpp
#include
#include
#include
#include
void main()
{ double a,b,c,s,x1,x2,t;
couta>>b>>c;
cout
www.eeworm.com/read/118194/14882504
py usermailpass.py
#! python
#
# $Workfile: UserMailPass.py $ $Revision: 3 $
# $Date: 9/12/01 7:59p $ $Author: Sholden $
#
import User
from Params import SITENAME, MAILHOST, WEBMASTER
import smtplib
import mx.
www.eeworm.com/read/118194/14882706
py usermailpass.py
#! python
#
# $Workfile: UserMailPass.py $ $Revision: 3 $
# $Date: 9/12/01 7:59p $ $Author: Sholden $
#
import User
from Params import SITENAME, MAILHOST, WEBMASTER
import smtplib
import mx.
www.eeworm.com/read/117250/14933517
c baoshu.c
#define nmax 50
main()
{
int i,k,m,n,num[nmax],*p,x,y;
printf("please input the total of numbers: m=");//总人数
scanf("%d",&n);
if (n>50)
{
printf("the number must be less t