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

搜索资源列表

  1. universe

    0下载:
  2. 自己刚学C语言时写的模拟操作系统,主要是对c语言的基本函数的学习,还有对256色位图的绘制-own just learning to write C language simulation operating system, the main language of c basic function of the study, there are 256 color bitmap rendering
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:484336
    • 提供者:徐永波
  1. search_GA

    0下载:
  2. 这是利用遗传算法搜索函数最优解的程序,采用C++编写。-This is the use of genetic algorithm search function optimal solution procedures C prepared.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:3200
    • 提供者:李建新
  1. matlab_cpp

    0下载:
  2. C++ 中使用matlab中的函数,一个简单的使用例子-use of Matlab function, a simple example of the use of
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:31254
    • 提供者:yujianjun
  1. 0201虚函数表

    0下载:
  2. 在VC6.0平台实现。从本程序可以了解到C++虚函数的实现方法。是COM+技术中vtable虚函数表的基础实现。-in VC6.0 platform. From this program can understand C + + virtual function of the method. COM technology is the virtual function table vtable the basis of achievement.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:3330
    • 提供者:张思发
  1. BothMin

    0下载:
  2. 求两个数的最小值 使用了C++函数模板是学习的好例子
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2014-01-17
    • 文件大小:204874
    • 提供者:王鑫
  1. BubbleSort

    0下载:
  2. 使用冒泡排序方法和C++函数模板 是学习的好例子
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2014-01-17
    • 文件大小:223603
    • 提供者:王鑫
  1. TemplateSum

    0下载:
  2. 求两个数的和 使用了C++函数模板是学习的好例子
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2014-01-17
    • 文件大小:216500
    • 提供者:王鑫
  1. StackSample

    0下载:
  2. 堆栈后进先出 使用了C++类模板和C++函数模板是学习的好例子
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2014-01-17
    • 文件大小:229889
    • 提供者:王鑫
  1. cin

    0下载:
  2. C++的输入输出函数功能演示,适合初学者研究。包含了一些细微的解释,可运行
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:4767
    • 提供者:chengguangwei
  1. PerpetualCalendar

    0下载:
  2. 使用vc2005开发。 这是一个控制台下的万年历。 clreol clreoscr clrscr gotoxy这几个函数是自己写的,因为是从Turbo C移植过来的。
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:67746
    • 提供者:zhouzhonghao
  1. fraction

    0下载:
  2. 实现了C++的分数类,实现的分数与整数,分数与int,整数与int的混合操作,用多态和虚函数来实现digit_number()
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:12703
    • 提供者:liang
  1. student-system

    0下载:
  2. 线性表是最常用最简单的一种数据结构。本设计运用线性表实现较为容易,可以实现学生数据的录入、插入、删除、查询、修改、显示操作,至于文件的相关操作,即学生数据保存至文件和载入文件,可以利用C语言中文件操作的相关函数实现。-Linear is the most common form of a simple data structure. The design is more easily achieved using the linear form, students can achieve dat
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:303919
    • 提供者:肖飞
  1. hanshumobanleimoban

    0下载:
  2. c c++函数模板,在vc++环境下也可运行成功。-c c++ function template, in the vc++ environment can also be run successfully.
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:410639
    • 提供者:将军
  1. C-language-get-time

    0下载:
  2. 这个文件综合了多种在C语言中获取当前系统时间的函数。读者可以根据对时间的具体要求,选择其中的函数。-This file is a combination of a variety of access to the function of the current system time in C language. Readers according to the specific requirements of the time, choose the function.
  3. 所属分类:Console

    • 发布日期:2016-01-26
    • 文件大小:13312
    • 提供者:王勇
  1. lua-5.2.1.tar

    0下载:
  2. lua5.2.1最新源码(2012-06-08)。它是一个扩展式程序设计语言,被设计成支持通用的过程式编程,并有相关数据描述的设施。 Lua 也能对面向对象编程,函数式编程,数据驱动式编程提供很好的支持。它可以作为一个强大、轻量的脚本语言,供任何需要的程序使用。 Lua 以一个用 clean C 写成的库形式提供。(所谓 Clean C ,指的 ANSI C 和 C++ 中共通的一个子集) 作为一个扩展式语言,Lua 没有 "main" 程序的概念:它只能 嵌入 一个宿主程序中工作,这个宿主程序
  3. 所属分类:Console

    • 发布日期:2017-03-27
    • 文件大小:249882
    • 提供者:盐大鸟
  1. FunctionPointer

    0下载:
  2. C++函数指针的简单应用C++函数指针应用C++函数指针应用-C++ function pointer applications
  3. 所属分类:Console

    • 发布日期:2017-11-19
    • 文件大小:253080
    • 提供者:孙大圣
  1. C-procedure

    0下载:
  2. 哈夫曼树,函数嵌套验证哥德巴赫猜想,汉诺塔问题,循环队列实现,杨辉三角的递归解决方案-Huffman tree, nested function verify goldbach conjecture, Hanoi problem, circular queue implementation, Yang hui triangle recursive solution
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:3647
    • 提供者:yangshuang
  1. lab02

    0下载:
  2. f(n)=f(n-1)+f(n-2) f(0)=f(1)=1,求斐波那契数列第20项,分别用循环和递归的方式,比较时间效率。提示:可以使用c函数clock取出当前系统时间,计算前后各一次,两次相减除以每秒的时钟数,就可以得到以秒为单位的差距-f (n) = f (n-1)+ f (n-2) f (0) = f (1) = 1, Item 20 seeking Fibonacci number Fibonacci sequence that were circulating and recursi
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:2542987
    • 提供者:龙晓聪
  1. eigen-eigen-07105f7124f9

    0下载:
  2. 十分有用的c++函数库,通过调用此库,可以很方便的实现高等线性代数中复杂公式,实现二维数组的简便操作-Easy to operate very useful c++ library, by calling this library, you can easily achieve higher linear algebra complex formula to achieve two-dimensional array
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:2178407
    • 提供者:张一行
  1. 函数模板

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

    • 发布日期:2018-05-02
    • 文件大小:1737728
    • 提供者:围小浩
« 12 3 »
搜珍网 www.dssz.com