CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - problem solving

搜索资源列表

  1. 5个文件

    0下载:
  2. 这是由C语言编写的关于在2级内的一些解决数学问题的原代码.其它高级点的源码正想在这儿学习.-This is the C language on the preparation of the two mathematical problem solving some of the original code. Other senior point source retrospective study here.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2207
    • 提供者:秦玉红
  1. 面向对象n皇后

    0下载:
  2. 思路清晰的n皇后问题求解,采用面向对象思路编写,封装类可在其他程序中灵活调用-lucid n Queen's problem solving, object-oriented ideas to prepare, Packaging category in other proceedings flexible call
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1304
    • 提供者:朱竹
  1. Text3

    0下载:
  2. 利用C语言中的回溯法对图案的着色问题进行解决并检查颜色可用性生成邻接矩阵-use of the C language law back to the logo coloring problem solving and check availability of generating color adjacency matrix
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1118
    • 提供者:jjin
  1. 众数问题

    0下载:
  2. 关于数值算法的众数问题求解,我自己写的希望大家喜欢。-numerical algorithm on the plural, problem solving, I wrote it myself hope you like them.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1452
    • 提供者:刘径舟
  1. SecondEditionCode

    0下载:
  2. 这是Problem Solving C++(2e) 书上的原代码-This is the Problem Solving C (2e) of the original book on the code
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:142261
    • 提供者:leo
  1. report

    0下载:
  2. poj解题报告,包括了许多很经典的算法-POJ problem solving reports, including a number of classic algorithms
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-20
    • 文件大小:5843569
    • 提供者:michael
  1. DataStruct

    0下载:
  2. 此文件夹中共包括十二个小程序 AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除 Boyer_Moore算法的串模式匹配 Horspool算法的串模式匹配 Graph实现了有向图的非递归广度优先遍历及非递归深度优先遍历 HeapSort利用堆排序实现优先级队列 Merge实现二路归并排序算法 MFK动态规划解背包问题 nqueue求解n皇后问题 QuickSort快速排序算法的实现。 Shell排序算法的实现。 Tree程序
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:374817
    • 提供者:zouyan
  1. Problem-Solving-Techniques

    0下载:
  2. Problem Solving Techniques
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:2045656
    • 提供者:Sanjay Kumar
  1. The-solving-report-of-ACM-problems

    0下载:
  2. ACM经典题目的解题报告,题目汇总全面,解析详尽。-ACM classic topic of problem solving report, entitled Summary comprehensive, analytical and detailed.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-22
    • 文件大小:6751988
    • 提供者:lily
  1. Joseph-problem

    0下载:
  2. 利用循环链表实现约瑟夫问题的求解。 约瑟夫问题如下:已知n个人(n>=1)围坐一圆桌周围,从1开始顺序编号。从序号为1的人开始报数,顺时针数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规则重复下去,直到所有人全部出列。请问最后一个出列的人的编号。 -Circular linked list Joseph problem solving. Joseph questions are as follows: Given n individuals (n>
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:900650
    • 提供者:小咩
  1. Eight-queens-problem-

    0下载:
  2. Matlab写的求解八皇后问题的程序,可以求出全部的92个解-Eight queens problem solving backtracking
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:697
    • 提供者:李惠军
  1. Joseph-problem-solving

    0下载:
  2. 这是一个<数据结构(C语言版本)>约瑟夫问题求解的一个小程序.-This is a <data structure (C language version)> Joseph problem solving a small program.
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:31304
    • 提供者:张三三
  1. Recursive-problem-solving-fishes

    0下载:
  2. 递归解决分鱼问题。 鱼的总数是x,第一次每人分到的鱼的数量可用(x-1)/5表示。-Recursive problem solving fishes。
  3. 所属分类:Printing program

    • 发布日期:2017-05-02
    • 文件大小:785804
    • 提供者:冯泽
  1. Methods-for-problem-solving-in-algebra

    0下载:
  2. The false position method, Secant method, and Bisection method are term for problem-solving methods in arithmetic, algebra, and calculus. Credit : http://en.wikipedia.org/wiki/False_position_method http://en.wikipedia.org/wiki/Secant_method
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1365
    • 提供者:tey
  1. Code-of--problem-solving-of-cPP

    0下载:
  2. c++程序设计第八版的源码,适合看书的时候配套使用-The code for Problem solving of c++,eight edition . For learning
  3. 所属分类:Console

    • 发布日期:2017-05-02
    • 文件大小:562397
    • 提供者:jiangqing
  1. Value-interpolation-problem-solving

    0下载:
  2. 这是一个有关插值问题的数值求解的实验报告,报告内含有实验截图-This is an experimental report on the numerical solution of the interpolation problem, the report contains experimental shots
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:92442
    • 提供者:huangshiyao
  1. The-kettle-problem-solving

    0下载:
  2. 对于水壶问题,解决的基本思路是利用有限状态机-The kettle problem solving,To the problem of the kettle to solve the basic idea is to use the finite state machine
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:12821
    • 提供者:佟倩
  1. VC-8-digital-problem-solving-method

    0下载:
  2. VC写的8数码问题解法,在vc6.0上可以编译通过的小游戏,北京大学教学用C++入门代码-VC 8 digital problem solving method
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:12952
    • 提供者:王锦胜
  1. Two-body-problem

    0下载:
  2. 二体问题的求解,以读文件的形式输入,解算结果为6个开普勒轨道根数-Two body problem solving, in order to read documents in the form of the input, the calculating results for root number six Kepler orbit
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:72085
    • 提供者:陈雷雷
  1. Josephus-problem

    0下载:
  2. (2)利用循环链表实现约瑟夫问题的求解。 约瑟夫问题如下:已知n个人(n≥1)围坐一圆桌周围,从1开始顺序编号。从序号为1的人开始报数,顺时针数到m的那个人出列。他的下一个人又从1开始报数,数到m的那个人又出列。依次规则重复下去,直到所有人全部出列。请问最后一个出列的人的编号-(2) the use of circular linked list to achieve problem solving Joseph. Joseph problem as follows: Given n indiv
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:12417
    • 提供者:gary
« 12 3 4 5 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com