CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 其它资源 搜索资源 - int

搜索资源列表

  1. 判断整数n是否为素数

    1下载:
  2. 编制具有如下原型的函数prime,用来判断整数n是否为素数:bool prime(int n); 而后编制主函数,任意输入一个大于4的偶数d,找出?
  3. 所属分类:其它程序

    • 发布日期:2008-12-09
    • 文件大小:368byte
    • 提供者:lin_no_7
  1. 一道华为考题

    0下载:
  2. 华为考题:int A[nSize],其中隐藏着若干0,其余非0整数,写一个函数int Func(int* A, int nSize),使A把0移至后面,非0整数移至 数组前面并保持有序,返回值为原数据中第一个元素为0的下标。
  3. 所属分类:其它程序

    • 发布日期:2010-12-03
    • 文件大小:1.09kb
    • 提供者:battlefire
  1. ex10

    2下载:
  2. 1. Write a program that reads 5 integers into an array, and then uses four different methods of accessing the members of an array to print them out in reverse order. 2. Write a program that reads 8 floats into an array and then prints out the seco
  3. 所属分类:其它程序

  1. 数据结构实验一源代码

    0下载:
  2. #include <stdio.h> #include <stdlib.h> #include "queue.c" #include "fatal.h" int ishw(char str[]) { SqStack st; InitStack(st); int i=0; char ch; while((ch=str[i++])!='\0') Push(st,ch); i=0; while(
  3. 所属分类:其它程序

  1. c 语言第十次作业

    0下载:
  2. Write a program that reads 5 integers into an array, and then uses four different methods of accessing the members of an array to print them out in reverse order. 2. Write a program that reads 8 floats into an array and then prints out the second,
  3. 所属分类:其它程序

搜珍网 www.dssz.com