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

搜索资源列表

  1. asp.net200P

    0下载:
  2. asp.net专家疑难解答200问:包括源码,很不错的入门学习及常见问题解决的方法-asp.net expert Troubleshooting 200 Q: including source code, it is a good entry-learning and common problem-solving approach
  3. 所属分类:.net

    • 发布日期:2017-05-10
    • 文件大小:2391584
    • 提供者:joe
  1. SA_TSP_Rev1

    0下载:
  2. 应用sa求解tsp问题,采用matlab7.0编写-Tsp application sa problem solving, the use of the preparation of matlab7.0
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:501670
    • 提供者:louis
  1. miaobiao

    0下载:
  2. 是"操作系统"和"微机原理和接口技术"等其它核心课程必要的先修课,而且对于训练学生掌握程序设计技术,熟悉上机操作和程序调试技术都有重要作用。因此该课程在整个教学计划中占有重要地位。 本课程的目的和要求是: 1、 应使学生掌握8086/8088宏汇编语言程序设计的基本方法和技巧,能够运用8086/8088宏汇编语言编写应用程序。提高学生分析问题、解决问题的能力以及实际动手能力。 -Is " operating system" and " Microcomput
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:18081
    • 提供者:wuhuisong
  1. game1

    1下载:
  2. 分支限界法算法作业:图形变换问题解题报告和源代码。问题描述:给定2个4×4方格阵列组成的图形A和B,每个方格颜色为黑色或白色。方格阵列中有公共边的方格称为相邻方格。图形变换问题的每一步可以交换相邻方格的颜色。试设计一个队列式分支限界算法,计算最少需要多少步变换,才能将图形A变换成图形B。-Branch and bound algorithm operation: graphics transform the issue of problem-solving reports and source
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:72980
    • 提供者:吴钦阳
  1. 0321198034_sc_1

    0下载:
  2. 图灵计算机科学丛书 C语言详解(第五版) problem Solving and Program Design in C Fifth Edition 书中所有程序的源代码 和 已知的勘误表-Turing Computer Science Series C language explain (fifth edition) problem Solving and Program Design in C Fifth Edition book, the source code of all t
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:117740
    • 提供者:爱之一
  1. rent

    0下载:
  2. 影碟租赁系统  (1)熟练掌握C++语言的基本知识和技能; (2)掌握面向对象程序设计的基本思路和方法; (3)了解模板、继承、多态性、运算符重载的综合应用 (4)利用所学的基本知识和技能,解决面向对象程序设计问题 (5)培养分析、解决问题的能力;提高学生的科技论文写作能力。 -DVD rental system (1) proficiency in C++ language, the basic knowledge and skills (2) object-orien
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-16
    • 文件大小:4459944
    • 提供者:jiangzhuo
  1. nQueenproblem

    0下载:
  2. 以图形的方式形象的显示n后问题的求解过程-Graphical way to display the image after n the process of problem solving
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:8728
    • 提供者:浪潮
  1. CityRoad-report

    0下载:
  2. 城市道路问题的DFS用递归和非递归写的代码和一份解题报告-The issue of urban road with the DFS recursive and non-recursive code written report and a problem-solving
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:6266
    • 提供者:liangyi
  1. pbc

    0下载:
  2. 可以实现一般情况下两辆平板车的装货问题的求解-Under normal circumstances can be achieved two flatbed loading problem solving
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1893
    • 提供者:钱文超
  1. Fastn-Queens

    0下载:
  2. 快速 n—皇后 问题解决算法,是本人见过的代码中最快的,利用位操作-Fast n-Queens problem-solving algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:674764
    • 提供者:li
  1. sdcalc

    0下载:
  2. 数独顾名思义——每个数字只能出现一次。数独是一种源自18世纪末的瑞士,后在美国发展、并在日本得以发扬光大的数字谜题。数独盘面是个九宫,每一宫又分为九个小格。在这八十一格中给出一定的已知数字和解题条件,利用逻辑和推理,在其他的空格上填入1-9的数字。使1-9每个数字在每一行、每一列和每一宫中都只出现一次。 这种游戏全面考验做题者观察能力和推理能力,虽然玩法简单,但数字排列方式却千变万化,所以不少教育者认为数独是训练头脑的绝佳方式-Sudoku As the name suggests- Each
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:7529
    • 提供者:李红
  1. OptimizedCut

    0下载:
  2. 此为建模竞赛试题的一解决方案,题目及解题原理易见于普通建模辅导资料。程序使用图论模型完整解决了问题。-Modeling this as a test solution, the principle of easy questions and problem-solving counseling information modeling in general. Procedures for the use of graph theory model of a complete solution t
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:456295
    • 提供者:kevin
  1. report

    0下载:
  2. 2006届中国信息学奥林匹克联赛提高组解题报告,详细介绍题目算法和编程难度-China 2006 Olympic League informatics group problem-solving to improve the report details the difficulty of the subject algorithm and programming
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:10285
    • 提供者:天雨
  1. hjkds

    0下载:
  2. 历年数学建模解题程序代码:电力分派与管理,MATLAB程序1-Mathematical modeling problem-solving year code: electricity distribution management, MATLAB 1
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2072
    • 提供者:your name
  1. hlflssil

    0下载:
  2. 历年数学建模解题程序代码:电力分派与管理,MATLAB程序2-Mathematical modeling problem-solving year code: electricity distribution management, MATLAB program 2
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:12557
    • 提供者:your name
  1. Java_Object_Oriented_Problem_Solving

    0下载:
  2. This Book is java problem solving. and very good Book
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-22
    • 文件大小:6798212
    • 提供者:Nagaraj
  1. VRP

    1下载:
  2. 使用遗传问题求解VRP程序的一个较好的程序,附有题目-The use of genetic problem solving VRP program a better program, with topics
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:21654
    • 提供者:elvis
  1. poj1222

    0下载:
  2. poj 1222解题报告(附注释)如果要其他的解题报告,可以联系我-problem-solving poj 1222 report (attached note) If you want to report other problem-solving, you can contact me
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:531
    • 提供者:guo
  1. pku1062(dijistra)

    0下载:
  2. poj1062(dijkstra)的解题代码,你们可以看看的啊-poj1062 (dijkstra) code of the problem-solving, you can see, ah
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:580
    • 提供者:chenfeng
  1. pudn_2

    0下载:
  2. ZJU/ZOJ 3001 的解和解题方法说明,是练习高精度大数据处理的参考模板。-ZJU/ZOJ 3001 solution and the problem-solving method that is to practice dealing with large data precision reference template.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1506
    • 提供者:闫帅
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 50 »
搜珍网 www.dssz.com