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

搜索资源列表

  1. Back_Simulation

    0下载:
  2. 《数据结构》清华大学的,蓝皮(c语言篇)65页 模拟银行业务,计算客户平均逗留时间-"data structure," Tsinghua University, the Blue Paper (c Language) 65 simulation banking, calculate the average length of stay customers
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.14kb
    • 提供者:Bittern
  1. Text

    2下载:
  2. 编程题(15_01.c) 结构 struct student { long num char name[20] int score struct student *next } 链表练习: (1).编写函数struct student * creat(int n),创建一个按学号升序排列的新链表,每个链表中的结点中 的学号、成绩由键盘输入,一共n个节点。 (2).编写函数void print(struct
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.54kb
    • 提供者:zhudong
  1. MATLAB6.5

    0下载:
  2. MATLAB 65 辅助神经网络分析与设计 介绍几种常见的网络类型
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7.74mb
    • 提供者:赵江
  1. product

    0下载:
  2. 2、 某工厂购进1000 台机器,准备生产p1 和p2 两种产品,若生产产品p1,每台机器每年 可收入4500 元,但机器损坏率达65%,若生产产品p2,每台机器每年可收入3500 元, 但机器损坏率达35%。三年后机器全部淘汰,购入新机器。应该如何安排生产(计划以 一年为周期),使三年内收入最多,用动态规划法编程求了此问题
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:250.23kb
    • 提供者:dd
  1. FlashGet

    0下载:
  2. flshget v1.65中文版注册机源代码-flshget v1.65 Chinese version of the source code Fillmore
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2.2kb
    • 提供者:风尘
  1. mm

    0下载:
  2. 若一个数(首位不为零)从左向右读与从右向左读都一样,我们就将其称之为回文数。 例如:给定一个10进制数56,将56加65(即把56从右向左读),得到121是一个回文数。 又如:对于10进制数87: STEP1:87+78 = 165 STEP2:165+561 = 726 STEP3:726+627 = 1353 STEP4:1353+3531 = 4884 在这里的一步是指进行了一次N进制的加法,上例最少用了4步得
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-21
    • 文件大小:938byte
    • 提供者:ss
  1. zxexf

    0下载:
  2. 曲线拟合的最小二乘法 实验用例: 已知函数y=f(x)的一张表: x 0 10 20 30 40 50 60 70 80 90 y 68 67.1 66.4 65.6 64.6 61.8 61.0 60.8 60.4 60 试验要求:利用曲线拟合的线性最小二乘法求被逼近函数f(x)在点x=55处的近似值,并画出实验数据和直线-Method of least squares curve fitting of the experimental cases: known func
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:522byte
    • 提供者:杨旸
  1. Lzma

    0下载:
  2. 目前最好的LAMA算法的封装,实现了静态库lib和动态库dll两种方式封装,并有一个demo程序,可以实现常见的LZMA格式的地图数据解析,做GPS地图数据解析的朋友可以看看。-Currently the best package LAMA algorithm to realize the static and dynamic library dll library lib packages in two ways, and there is a demo program, can achiev
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-22
    • 文件大小:174.35kb
    • 提供者:lostman
  1. 65

    0下载:
  2. 建立一个图后,对图进行深度优先遍历后输出-After the establishment of a plan to map the output after the depth-first traversal
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.29kb
    • 提供者:zq
  1. nd

    0下载:
  2. 本程序利用牛顿插值法对函数表,求出各阶均差值并通过输入x值得到函数值。例如(课本 ) 给出 的函数表 X 0.40 0.55 0.65 0.80 0.90 y 0.41075 0.57815 0.69675 0.88811 1.02652 均差求至4阶,并由此计算 的近似值 运行环境:C-Free -This procedure for the use of Newton' s interpolation function table, find the diffe
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:54.92kb
    • 提供者:零下
  1. 02-23-65

    0下载:
  2. 通过输入车厢系列的编号n,求出所有可能由此输出的长度为n的车厢系列,用入栈出栈的方法,实现车厢调度,并演示每一种出栈序列的过程。任务:假设停在铁路调度站入口处的车厢系列的编号依次为1,2,3,…n。设计一个程序,求出所有可能由此输出的长度为n 的车厢系列。-Series by entering the number of compartments n, the resulting output to derive all possible n the length of the train li
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:23.65kb
    • 提供者:李晓杰
  1. algorithm

    0下载:
  2. 考虑由下列数所组成的表。你的工作是删去尽可能少的数使得留下来的数以升序排列 9 44 32 12 7 42 34 92 35 37 41 8 20 27 83 64 61 28 39 93 29 17 13 14 55 21 66 72 23 73 99 1 2 88 77 3 65 83 84 62 5 11 74 68 76 78 67 75 69 70 22 71 24 25 26-Considered integers consist of the following table.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:34.82kb
    • 提供者:
  1. tree-2.65.tar

    0下载:
  2. 这是一个表示数据结构tree的c++模板对象,封装的非常好.tree-msvc.hh能在 visual c++下使用,如同使用stl标准模板类库一样-This is a tree data structure that the c++ template object, the package is very good. Tree-msvc.hh be able to use visual c++, as the use of standard template library stl the s
  3. 所属分类:Data structs

    • 发布日期:2016-07-10
    • 文件大小:193.06kb
    • 提供者:gzj
  1. tree-2.65.tar

    0下载:
  2. tree-2.6.5用STL写的一个多叉树,经过测试,稳定-tree-2.6.5 with STL written more than one tree, tested, stable and
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:941.3kb
    • 提供者:李绿洲
  1. 65

    0下载:
  2. 一种贝叶斯网络结构学习MultiExpert方法 希望对大家有用-A MultiExpert approach for Bayesian Network Structural Learning
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:300.34kb
    • 提供者:dss
  1. newton

    0下载:
  2. 利用Newton插值多项式 求被插值函数f 在点65 处的近似值.-Demand has been the use of Newton interpolation polynomial interpolation function f at the point 65 of the approximation.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:203.73kb
    • 提供者:Emily
  1. we

    0下载:
  2. 若一个数(首位不为零)从左向右读与从右向左读都一样,我们就将其称之为回文数。 例如:给定一个10进制数56,将56加65(即把56从右向左读),得到121是一个回文数。 又如:对于10进制数87: STEP1:87+78 = 165 STEP2:165+561 = 726 STEP3:726+627 = 1353 STEP4:1353+3531 = 4884 在这里的一步是指进行了一次N进制的加法,上例最少用了4步得到回文
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:2.28kb
    • 提供者:谢某
  1. paixu

    0下载:
  2. 实验名称:内部排序操作 实验题目:若待排序的关键字序列是: {103,97,25,14,80,6,38,65,21,30,124,17,54,47},请用以下方法进行排序,并输出排序的结果 用基数排序法进行排序。-Experiment Name: Experiment topics within the sorting operation: If the keywords to be sorted sequence is: (103,97,25,14,80,6,38,65,21,30,1
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.62kb
    • 提供者:1
  1. tree-2.65

    0下载:
  2. 类STL的Tree Class. Open Source. 很多项目都有用到。作者:Kasper Peeters reference:http://tree.phi-sci.com/-a STL-like Tree Class which created by Kasper Peeters. It is an open source file and has already widely used in many mature projects
  3. 所属分类:STL

    • 发布日期:2017-03-23
    • 文件大小:190.04kb
    • 提供者:matt.wang
  1. prog

    0下载:
  2. ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~~~ 带用户界面的计算器----可以计算加法,减法,乘法和除法,但是不能计算 带括号的四则运算,运行时,依次输入一个两位数、运算符号和第二个两位数, 就能输出计算结果,例如:计算65+79,依次输入"65"、“+”、"85",但是该 程序如果要计算一位数,必须输入两个数字,如果要输入8,必须输入08才行 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2.38kb
    • 提供者:谢飞
« 12 3 »
搜珍网 www.dssz.com