代码搜索:nguyen
找到约 393 项符合「nguyen」的源代码
代码结果 393
www.eeworm.com/read/100875/15863414
zip nguyen.zip
www.eeworm.com/read/139772/13135636
c cuong_nguyen_140503.c
/****************************************************************************/
/* user functions */
/*
www.eeworm.com/read/221024/14770688
html http:^^www.cs.washington.edu^homes^thu^papers^list.html
Date: Tue, 10 Dec 1996 21:24:15 GMT
Server: NCSA/1.4.2
Content-type: text/html
Last-modified: Mon, 25 Nov 1996 02:12:26 GMT
Content-length: 2950
Publications
www.eeworm.com/read/420348/10801122
cpp tong.cpp
#include
#include
#include
#include
int ktsnt( int n)
{
int i;
for(i=2;i
www.eeworm.com/read/439490/7707654
c sont.c
/* Tim so nguyen to nho hon N */
#include
void main()
{
int n, i, j;
printf("\nNhap gia tri N : ");
scanf("%d", &n);
printf("\nCac so nguyen to nho hon n la : ");
for (
www.eeworm.com/read/167987/9942465
names
john smith
alice cheba
george goldberg
susan goldberg
tony tram
barbara nguyen
elizabeth lone
dan savage
eliza goldberg
john goldenrod
www.eeworm.com/read/420348/10801033
cpp sonhiphan.cpp
#include
#include
#include
int main()
{
unsigned int N;
unsigned int Du;
unsigned int NhiPhan[20],K=0,i;
printf("Nhap vao so nguyen N= ");scanf("%d",&N);
do
www.eeworm.com/read/420348/10801082
cpp nhip.cpp
#include
#include
#include
int main()
{
unsigned int N;
unsigned int Du;
unsigned int NhiPhan[20],K=0,i;
printf("Nhap vao so nguyen N= ");scanf("%d",&N);
do
www.eeworm.com/read/462459/7201227
m factorial.m
% factorial function
% Copyright by Nguyen Quoc Duan - EMMC11
% Purpose : to compute the factorial of a natural number
function f=factorial(n)
if n==0|n==1
f=1;
else
f=n*factorial(n-