CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 数值算法/人工智能

资源列表

« 1 2 ... .35 .36 .37 .38 .39 25040.41 .42 .43 .44 .45 ... 28275 »
  1. BinTree

    0下载:
  2. 一个简单还原二叉树并在屏幕输出树形的小程序,帮同学做的数据结构作业,估计对初学者会有些帮助-Restore a simple binary tree and tree on the screen output of the applet to help students to do homework data structure, it is estimated that it might be useful for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1.82mb
    • 提供者:无限循环
  1. CPUInfo

    0下载:
  2. MyEclipse7.0的注册码破解程序!请多多下载,多多支持!谢谢!-Procedures for the registration key crack MyEclipse7.0! Please download a lot, a lot of support! Thanks!
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:844.64kb
    • 提供者:打天下
  1. calculator

    0下载:
  2. 数据结构实验练习--计时器,通过定义数组operand存放每个操作数,定义数组operate建立操作符集合,输入表达式得出结果。-Experimental data on the structure of practice- the timer, the array operand stored by defining the number of each operation, the definition of the array operate operator set up a colle
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:135.19kb
    • 提供者:张艳彬
  1. Maze

    0下载:
  2. 数据结构中迷宫问题的求解,迷宫问题.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 迷宫问题.cpp 这是主应用程序源文件。 StdAfx.h, StdAfx.cpp 这些文件用于生成名为 迷宫问题.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。 -Data structure to solv
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:151.8kb
    • 提供者:张艳彬
  1. DistributionMission

    0下载:
  2. 输入人数,输入将要分配的工作数目,输入第i人干第j项工作的经费消耗,调用处理模块BackTracking输出最优分配方案。-Enter the number, type of job distribution to the number of people do i enter the first section of the work of j-expendable funds, call processing module output BackTracking optimal distri
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3.69kb
    • 提供者:张艳彬
  1. park

    0下载:
  2. 以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的数据序列进行模拟管理。每一组输入数据包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码以及到达或离去的时刻。对每一组输入数据进行操作后的输出信息为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车辆离去,则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停留的时间不收费)。栈以顺序结构实现,队列以链表结构实现。-park solution
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.06kb
    • 提供者:upingman
  1. shujujiegou_suanfa(CPP)

    0下载:
  2. 数据结构与算法综合资料库.CHM 包含经典的数据结构、常用算法、以及c++学习资料等,全是经典的东西-General data structures and algorithms library. CHM contains classic data structure, commonly used algorithms, as well as the c++ learning materials and so on, all things classic. . .
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1.59mb
    • 提供者:chyjp
  1. supermarketsiete

    0下载:
  2. 超市选址,用数据结构,求最小生成树问题。自设计算法为超市寻找一个最短路径。-Supermarket site, the data structure, and minimum spanning tree problem. Since the design of algorithms for the supermarket to find a shortest path.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1.2kb
    • 提供者:送爱心
  1. carpark

    0下载:
  2. 停车场管理 加实习报告 《数据结构》的课程实习报告,内容包括报告书写格式-Add parking management internship report " data structure" of the curriculum internship report, including report writing format
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:13.73kb
    • 提供者:sqj
  1. czs

    0下载:
  2. 1. 本程序实现计算任意长的整数的四则运算. 以用户和计算机对话的方式,先后输入数字的最多位数,然后程序就计算并显示出这两个数的运算. 2. 利用双向循环链表现实长整数的存储,每个结点含一个整形变量.输入的形式以回车结束,可以直接输入正数或负数,程序会过滤掉无效的字符.按中国对于长整数的表示习惯,每四位一组,除数字和位于首位置的负号外,其它一切字符都将作为分隔符,连续多个分隔符当一个处理.但不使用分隔符也不影响结果. -1. This procedure calculating the
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:19.58kb
    • 提供者:sqj
  1. stack_link

    0下载:
  2. 这是用链表实现的栈数据结构。链表数据结构的最大优点是不受元素个数的限制,除非内存耗尽。-This is the stack implementation with linked list data structure. List data structure is not subject to the greatest advantage of the restricted number of elements, unless the memory run out.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:637byte
    • 提供者:刘志福
  1. RegexTester.source

    0下载:
  2. 一个好用的正则表达式验证程序源码,可以参考-a regex tester source
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:88.15kb
    • 提供者:h
« 1 2 ... .35 .36 .37 .38 .39 25040.41 .42 .43 .44 .45 ... 28275 »
搜珍网 www.dssz.com