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

搜索资源列表

  1. myknapsack

    1下载:
  2. a) 0-1背包问题采用的是动态规划法,该算法思想简介如下: 有些问题常常没有办法把它们分成较小数目的子问题,在这种情况下,可以试着把问题分成必要多的子问题,每个子问题又可以分成数目不确定的必要多的子子问题,这样就会产生大量的子问题。如果分得的子问题界限不清,互相交叉,则在大量的子问题中会存在一些完全相同的子问题,因而在解这类问题时,将可能重复多次解同一个子问题。这种重复当然是不必要的,避免的方法可以在解决一个子问题后把它的解(包括其子子问题的解)保留下来,若遇到求解与之相同的子问题的时候,
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1.57kb
    • 提供者:林茜
  1. j_9238_input

    0下载:
  2. 实现文本内容的自动校验,标签属性与普通input相似,使用该标签后无需再考虑数据提交时的据校验问题。与struts的动态表单需要大量配置校验文本规则相比,这里的工作量为0。 -achieve text automatic calibration, labeling and regular input attributes similar after using the label no longer consider the data submitted was checking the p
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:16.9kb
    • 提供者:rocky
  1. travelingsalesman

    0下载:
  2. 用动态规划法求解旅行商问题 已经加入注释 欢迎批评指正-dynamic programming method for the traveling salesman problem has joined Notes welcome criticism correction
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:12.31kb
    • 提供者:卢林
  1. myRTTI

    0下载:
  2. 演示vc++6.0动态运行时功能,帮助了解什么什么是r-demonstration vc 6.0 dynamic run-time functions to help understand what is what r
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:2.92kb
    • 提供者:郭雷勇
  1. HW2.rar

    0下载:
  2. we solve the LCS (LONGEST COMMON SUBSTRİ NG ) problem in this code with two different way One of them is dynamic programming.,we solve the LCS (LONGEST COMMON SUBSTRİ NG ) problem in this code with two different way One of them is dynamic pro
  3. 所属分类:Console

    • 发布日期:2017-03-24
    • 文件大小:129.49kb
    • 提供者:burcin
  1. juzhen3.1

    0下载:
  2. 动态规划解决矩阵连乘问题 算法设计与分析实验题-With dynamic programming to solve the matrix multiplication problem
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:707.83kb
    • 提供者:薛佩佩
  1. DarkShell

    1下载:
  2. Darkshell 是一款小巧的远程后门控制软件,它的特点是运行后不在进程里显示、没有用到动态链接库DLL、不添加启动项。这是暴风仿的源代码,只供学习网络编程,不要用于其它用途。-Darkshell backdoor is a small remote control software, which is characterized by the process is not running in the show did not use the dynamic link library DLL
  3. 所属分类:Console

    • 发布日期:2017-05-20
    • 文件大小:5.39mb
    • 提供者:刘毅
  1. ConsoleFullScreen

    0下载:
  2. 动态载入未公布API,实现控制台程序的全屏、窗口化-Dynamic loading unpublished API, the realization of the full-screen console program, the window of
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:780byte
    • 提供者:Defanive
  1. log4ccp_libs

    0下载:
  2. 用visual studio 2008编译的log4cpp的静态库和动态库。-the static libs and dynamic libs of log4cpp compiled under visual studio 2008
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:1.23mb
    • 提供者:高奎
  1. viterbi1.0

    1下载:
  2. 维特比算法,一种动态规划算法,用来求解隐马尔科夫模型-Viterbi algorithm, a dynamic programming algorithm to solve the Hidden Markov Model
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:86.05kb
    • 提供者:郭丽
  1. condition_adjustment

    0下载:
  2. 该程序是实现测量平差中条件平差的程序,其中采用了动态数据,并在结束时析构-The adjustment procedures are measured in the conditions of implementation of the adjustment process, one of the use of dynamic data, and at the end of destructor
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:929byte
    • 提供者:guo
  1. How_To_Mak1095517232002

    0下载:
  2. the basic way to make dynamic link library in delphi
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:9.21kb
    • 提供者:Duong Hong Hung
  1. 1

    0下载:
  2. 一个sin函数,实现在控制台上动态正弦函数-A sin function, to achieve dynamic sine function on the console
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:366.32kb
    • 提供者:sadan
  1. stone

    0下载:
  2. 使用典型的动态规划的思想解石子问题,不过没有添加注释-The use of a typical dynamic programming solution of pebbles thinking problems, but did not add a comment
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:117.79kb
    • 提供者:bill_chuang
  1. sort

    0下载:
  2. 在输入的字符串中查找指定字符,动态分配内存-In the input string to find the specified character, dynamic allocation of memory
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:572byte
    • 提供者:卡卡
  1. DynamicPartitioning

    0下载:
  2. 操作系统中按某种规律(先到先服务..)模拟实现动态分区-Operating system, according to a rule (first come first serve ..) simulation of dynamic partition
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:832byte
    • 提供者:马值
  1. maze

    0下载:
  2. 这是一个迷宫算法 利用栈的性质 而且还有界面演示 主要是练习动态链接库-This is a maze algorithm uses the stack but also the nature of the interface is mainly practice demonstrates the dynamic link library
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:424.37kb
    • 提供者:中一
  1. a

    0下载:
  2. this an example of dynamic data structures in C - dynamic queue -this is an example of dynamic data structures in C - dynamic queue
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:1.04kb
    • 提供者:hh
  1. test

    0下载:
  2. 使用vc编写的一个动态链接库,测试动态链接库的例程-Vc prepared using a dynamic link library, dynamic link library routine testing
  3. 所属分类:Console

    • 发布日期:2017-06-01
    • 文件大小:13.23mb
    • 提供者:雷行行
  1. Dynamic-linked-list

    0下载:
  2. 动态链表的实现。可以实现元素的创建、插入、删除、查找等。-Dynamic linked list. Elements to create, insert, delete, search.
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:174.52kb
    • 提供者:xushaowen
« 12 3 4 5 »
搜珍网 www.dssz.com