CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - function array

搜索资源列表

  1. string

    0下载:
  2. 实现了基于控制台的求输入字符串数组计算输入的单词个数已经字符个数、行数功能。 c语言实现。-Achieved in order to enter the console-based array of strings has been calculated the number of characters in the input word count of the number of rows function. c language.
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:1.09kb
    • 提供者:luye
  1. NumericalSummation

    0下载:
  2. Produce a table of the values of the series (1) for the 3001 values of x, x = 0.0, 0.1, 0.2, …, 300.00. All entries of the table must have an absolute error less than 10-10. This problem is based on a problem from Hamming (1962), when main
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:532byte
    • 提供者:Cloudhyde
  1. TotalEven

    0下载:
  2. Recursive function Called int TotalEven (int * numbers, int size, int * odd). This function takes an array of numbers, size and pointer to any number (in main) numbers representing the number of e - pair. Put function to odd numbers the number
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:81.75kb
    • 提供者:YTK
  1. Palindrom

    0下载:
  2. This a recursive function, without loops titled: int is_palindrom (char arr [], int len) Accepts an array of characters and length. The function return 1 if the array contains a palindrome (a series of characters that particular cry from the b
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:92.14kb
    • 提供者:YTK
  1. insert_sort

    0下载:
  2. 插入排序算法的C++实现,可以对任意大小的整型数组实现排序功能。-C++ to achieve the insertion sort algorithm can be of any size integer array sorting function.
  3. 所属分类:Console

    • 发布日期:2017-05-18
    • 文件大小:4.73mb
    • 提供者:沈宙
  1. ch09_05

    0下载:
  2. 编写返回数组中最大元素数值的模板函数。输入为两行,第一行为元素的个数n,第二行为n个元素。输出见main函数。 -Write a template function returns the value of the largest element in the array. Input for the two lines of the first acts of the number of elements n, n elements of the second act. Output, s
  3. 所属分类:Console

    • 发布日期:2017-11-24
    • 文件大小:4.76mb
    • 提供者:王石
  1. BIT_BYTE

    0下载:
  2. 程序实现了整型数组到字符数组的相互转换功能-Program implements the integer array to a character array conversion function
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:198.92kb
    • 提供者:daizhe
  1. FFT

    0下载:
  2. 其中的函数FFT用于计算一组数据的快速傅里叶变换,输入参数为一个数组,元素个数为2的n次方。程序包含FFT排序算法和蝶形运算。-Function which Fast Fourier Transform FFT calculation for a set of data, the input parameters for an array of n number of elements in a power of 2. Program includes sorting algorithms an
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:1.92kb
    • 提供者:zhongyang
  1. chuanyizu

    0下载:
  2. 本代码主要是实现对数组参数的传递,功能是通过参数值说明第几大的数字。-This is the main source of the array parameter is passed, the function is described by the first of several large digital parameter values.
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:229.64kb
    • 提供者:李志东
  1. 9.1

    0下载:
  2. This function counts the number of each vowel appears in the array.
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:576byte
    • 提供者:
  1. HashTable_Array

    0下载:
  2. 用数组实现的哈希表,包括哈希表的构建、哈希函数的设计。-Using an array of the hash table, the hash table is constructed including the design of the hash function.
  3. 所属分类:Console

    • 发布日期:2017-05-02
    • 文件大小:873kb
    • 提供者:蔡禾苗
  1. ReadFile_And_WriteFile-Demo(VS2013)

    1下载:
  2. 对上次本人用dev c写的读写文件的程序进行改写,这次是用VS2013写的,将读文件与写文件分别封装成两个独立的函数放到两个独立的文件.cpp(.h)中,便于以后根据自己的需要对函数功能进行相应的扩展。读文件操作制将某一文件的二进制流读出写到一个txt文件中,写文件指将事先写好的数组中的数据一二进制流的形式写成一个新的文件。 两个函数原型: void ReadFile(char* readfilename, char* writefilename) void WriteFile(c
  3. 所属分类:Console

    • 发布日期:2017-05-07
    • 文件大小:1.22mb
    • 提供者:themostfreeboy
  1. 3-b10

    2下载:
  2. 用函数+数组方式完成人民币转大写的操作-An array of ways to finish the function+ ofcomplete 3-b10 (RMB turn uppercase)
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:1.36kb
    • 提供者:han
  1. ARR

    0下载:
  2. 采用链表实现的数组功能,避免了数组大小的固定,可以随意的添加删除元素-The use of arrays to achieve the function of the array, to avoid the array of fixed size, you can add and delete elements
  3. 所属分类:Console

    • 发布日期:2017-04-30
    • 文件大小:160.08kb
    • 提供者:悠悠
  1. 函数模板

    0下载:
  2. C++;使用函数模板求一维数组中的最大和最小值;使用函数模板求一维数组中的最大和最小值(Using function template to find the maximum and minimum values in one-dimensional array.)
  3. 所属分类:控制台编程

    • 发布日期:2018-05-02
    • 文件大小:1.66mb
    • 提供者:围小浩
搜珍网 www.dssz.com