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

资源列表

« 1 2 ... .26 .27 .28 .29 .30 24131.32 .33 .34 .35 .36 ... 28278 »
  1. SUDOKU

    0下载:
  2. 九宫格的数独问题,利用回溯法来求解,C#语言,包括:初始化及填数的步骤-Jiugongge Sudoku problem to solve using backtracking, C# language, including: the number of steps to initialize and fill
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:77.39kb
    • 提供者:gle
  1. 4546

    0下载:
  2. 用C++求两个序列x{A,B,C,B,D,A,B}与y{B,D,C,A,B,A}的最长公共子序列-C++, find two sequences x {A, B, C, B, D, A, B} and y {B, D, C, A, B, A} of the longest common subsequence
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:209.25kb
    • 提供者:free
  1. data_struct-and-find_sort

    0下载:
  2. 常用数据结构,包括链表、二叉树、栈、循环队列,以及查找排序算法:二分查找,插入排序,选择排序、冒泡排序-Commonly used data structures, including linked lists, binary trees, stacks, queues cycle, and to find sorting algorithms: binary search, insertion sort, selection sort, bubble sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:4.91kb
    • 提供者:齐振涛
  1. trans_matrix_beam3d

    0下载:
  2. a 3d beam finite element method solver
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.69kb
    • 提供者:
  1. CalculateRange

    0下载:
  2. 数列极差问题:给定n个正整数数列,进行如下操作:每次删去两个数 a和b,添加1个数 a*b+1,直到只剩1个数N。在所有的这样的N中,有1个最大Max的和最小的Min,M=Max-Min是极差。计算 M 运行环境:vs2008-Series poor problem: Given n positive integers sequence, proceed as follows: each time deleting the two numbers a and b, add a number
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:177.3kb
    • 提供者:Lawrence
  1. Parking-management-simulation-system

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

    • 发布日期:2017-05-24
    • 文件大小:4.38mb
    • 提供者:李莹丽
  1. LMin

    0下载:
  2. 俄罗斯套娃:南北向和东西向的道路纵横交错。现在,路口放着纯金打造的俄罗斯娃娃,重量大小不等,重的都能装下轻的。你可以沿着道路飞奔,拾取路口的娃娃,要求是任何时刻必须是一个套娃,装好后就不能再拆开了。注意不要走重复路。 设计规划路线,使得能够有最大的收获。-Ivan Pavlov in the contest Conference Lectra pack, become the new " Prairie Eagle," has won great honor for the trib
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:187.76kb
    • 提供者:tangxing
  1. HuffmanCoding

    0下载:
  2. 哈弗曼编码,文件输入编码表,二叉树实现,C++面向对象-Hafu Man coding, file input code table, binary tree implementation, C++ object-oriented
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1.08mb
    • 提供者:zhangnan
  1. beibao_9

    0下载:
  2. 背包问题,经典的9个算法详细解析。每一个都有详细的讲解和代码分析-Knapsack problem, the classic algorithm detailed analysis of nine. Each with a detailed explanation and code analysis. .
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:25.55kb
    • 提供者:zhou
  1. shunxubiao

    0下载:
  2. 完成随机获取顺序表的节点,完成插入、合并、删除、排序。-Random order to complete the table for the node, the completion of insertion, merge, delete, sort.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:606.01kb
    • 提供者:陈渊
  1. Collide

    0下载:
  2. 不同势能函数下的散射截面的c++程序算法-Different potential energy function of the scattering cross section under
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1.73kb
    • 提供者:李金东
  1. CIAdatabase

    0下载:
  2. 解析一个文件中的内容,以B tree的方式存储其中的国家,职位,人民,是一个基于B TREE的搜索算法实现。包括了源代码,原始文件以及搜索案例-Parse the contents of a file to B tree stored in a manner which the state, position, people, is a B TREE-based search algorithm. Including the source code, the original case file
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2.01mb
    • 提供者:leo
« 1 2 ... .26 .27 .28 .29 .30 24131.32 .33 .34 .35 .36 ... 28278 »
搜珍网 www.dssz.com