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

搜索资源列表

  1. LinkQueue

    0下载:
  2. 这是一个带表头附加结点的链式队列的头文件,你可以自己写个主函数进行测试。-This is a band the queue chain header file header additional node, you can write your own main function test.
  3. 所属分类:Console

    • 发布日期:2017-11-18
    • 文件大小:1019
    • 提供者:joe
  1. pocketget

    0下载:
  2. vc6 可以直接编译 通过packet导出函数获取网卡和ip,网卡协商速度等,程序功能较为简单,希望对您有帮助-vc6 can be compiled directly by using the packet export function to get the card and ip, NIC negotiate the speed, the program is relatively simple, you want to help
  3. 所属分类:Console

    • 发布日期:2017-11-22
    • 文件大小:93733
    • 提供者:aaa
  1. FPCcontroler

    1下载:
  2. 预测控制中的预测函数控制(PFC),有清晰的备注-Predictive Control in Predictive Functional Control (PFC), a clear note
  3. 所属分类:Console

    • 发布日期:2016-04-03
    • 文件大小:1024
    • 提供者:刘义
  1. lab5_2

    0下载:
  2. 实现客户机(CLIENT)类。定义私有字符型静态数据成员ServerName。保存其服务器 名字;私有整型静态数据成员ClientNum,记录已经的客户数量;定义静态函数ChangeServerName()改变服务器名称,此外定义两个分别获取两个私有数据成员的函数。此外,需要提供构造函数,其功能为对静态数据成员ClientNum的值进行自增,也既是每当构造一个CLIENT对象,静态数据成员ClientNum加1。在头文件client.h中定义类,在文件(client.Cpp)实现类.在文件t
  3. 所属分类:Console

    • 发布日期:2017-11-05
    • 文件大小:373993
    • 提供者:天意
  1. DMC

    1下载:
  2. DMC的主要特征是预测模型采用阶跃响应特性建模 设计过程中固定格式:用二次型目标函数决定 控制量最优值增量序列 自校正动态矩阵控制等多种算法 参数调整:用改变二次型目标函数中的权系数 阵来实现.-With the research of dynamic characteristic of electrical resistance furnace and the imp rovements of MPC in detail, the effects between DMC and P
  3. 所属分类:Console

    • 发布日期:2017-11-08
    • 文件大小:1129
    • 提供者:杨智文
  1. kmp

    0下载:
  2. 用c语言书写的kmp字符串匹配的函数,主要实现字串与母串的匹配-KMP string matching function written in c language, the main string with the parent string matching
  3. 所属分类:Console

    • 发布日期:2017-11-26
    • 文件大小:590
    • 提供者:杰杰
  1. purepso

    0下载:
  2. 基本PSO算法包,带十二个测试函数,java语言,windows环境-pso package
  3. 所属分类:Console

    • 发布日期:2017-12-09
    • 文件大小:737224
    • 提供者:yang
  1. 5

    0下载:
  2. vc6.0和mfc库函数应用程序,任务管理器-vc6.0 mfc library functions and applications, task manager
  3. 所属分类:Console

    • 发布日期:2017-11-27
    • 文件大小:80896
    • 提供者:wly
  1. Calculator

    0下载:
  2. 本人小弱,这是找实习遇到的一道笔试题:简单的计算器程序。回去增加了新功能。现在可以支持四则运算、位运算、自增自减以及括号。提供了函数和测试代码。欢迎使用和帮我debug。-I m not a experienced programmer. This program is from a paper test that I took for IT intern. It s functions include "+,-,*,/, ,&,^,|,~,++,--" and "(" and ")". The
  3. 所属分类:Console

    • 发布日期:2017-11-30
    • 文件大小:1939
    • 提供者:万松
  1. template

    0下载:
  2. template 模版函数 函数模版 深入了解-template template template-depth understanding of the function function
  3. 所属分类:Console

    • 发布日期:2017-05-10
    • 文件大小:2354701
    • 提供者:刘文
  1. List

    0下载:
  2. 顺序表的插入和删除算法,顺序表的完整定义(基本操作函数的定义,下标处理函数的定义,元素操作的函数及其重载的定义,测试类)-Sequence table insertion and deletion algorithms, the full definition of the order form (basic operation function definition, the subscr ipt handler definition, the elements and the overloa
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:2361
    • 提供者:张宏超
  1. stack-and-queue

    0下载:
  2. (1)采用链式存储实现栈的初始化、入栈、出栈操作。 (2)采用顺序存储实现栈的初始化、入栈、出栈操作。 (3)采用链式存储实现队列的初始化、入队、出队操作。 (4)采用顺序存储实现循环队列的初始化、入队、出队操作。 (5)在主函数中设计一个简单的菜单,分别测试上述算法-(A) implement the stack using the chain store initialization, the stack, the stack operation. (2) using seq
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:2195
    • 提供者:fei
  1. binary-tree

    0下载:
  2. (1)输入字符序列,建立二叉链表。 (2)先序、中序、后序遍历二叉树:递归算法。 (3)中序遍历二叉树:非递归算法。(最好也能实现先序、后序非递归算法) (4)求二叉树的高度 。 (5)求二叉树的叶子个数。 (6)借助队列实现二叉树的层次遍历。 (7)在主函数中设计一个简单的菜单,分别调试上述算法。-(1) Enter the character sequence to build binary list. (2) first order, in sequence, a
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:2525
    • 提供者:fei
  1. dr

    0下载:
  2. Turboc 2.0源代码,为一个互动的文件和目录清单/浏览程序(似乎)。使用findfirst,findnext函数在dir。 h和一些其他的库函数。中断使用但很少。-Turboc 2.0 source code, is an interactive file and directory listing/browsing program (seem to). Use the findfirst, findnext function in the dir. H and some other li
  3. 所属分类:Console

    • 发布日期:2017-11-24
    • 文件大小:8476
    • 提供者:红烧牛肉面
  1. rand_sqrt_test

    0下载:
  2. vc6.0下的随机数生成程序和开方效率非常高的sqrt()函数的实现-vc6.0 under the random number generator and prescribing very efficient sqrt () function to achieve
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:432779
    • 提供者:daizhe
  1. function_xigou_CPP

    0下载:
  2. 一个关于C++析构函数的程序,了解C++的析构函数的工作原理,-ne on the C++ destructor program to learn C++ destructor works
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:177343
    • 提供者:as
  1. writebmp

    0下载:
  2. 将在内存图像数据直接保存为bmp文件到硬盘,封装为c语言函数,直接调用。-The image data directly in memory, saved as bmp files to the hard disk, the package for the c language function called directly.
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:2029
    • 提供者:胡洪磊
  1. wordfrequency

    0下载:
  2. 利用map标准库函数,统计文本中单词出现的频率,利用c语言完成-Use map standard library functions, statistical frequency of occurrence of words in the text, use c language to complete
  3. 所属分类:Console

    • 发布日期:2017-05-06
    • 文件大小:1125615
    • 提供者:paolo penn
  1. 10.17.1

    0下载:
  2. 使用c++和opencv编写的基本画图函数的应用例子。-C++ and opencv prepared using the basic drawing functions application examples.
  3. 所属分类:Console

    • 发布日期:2017-05-23
    • 文件大小:7393431
    • 提供者:lele
  1. 10.17.4

    0下载:
  2. 使用opencv在VS2012的平台上运行基本的画图和文字函数实例-Using opencv in VS2012 running on a platform of basic drawing and text function instance
  3. 所属分类:Console

    • 发布日期:2017-05-23
    • 文件大小:7338811
    • 提供者:lele
« 1 2 3 4 5 6 7 89 10 11 12 »
搜珍网 www.dssz.com