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

资源列表

« 1 2 ... .38 .39 .40 .41 .42 25543.44 .45 .46 .47 .48 ... 28276 »
  1. bianli_loca

    0下载:
  2. 图的遍历,正常人和非正常人过河的问题,MFC界面,操作简单-graph traversal, normal and non-normal to cross the river, MFC interface, simple operation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:30764
    • 提供者:诺可
  1. nibolan_loca

    0下载:
  2. 逆波兰,问题很简单,本人的课程作业,DOS运行环境-inverse Poland, the question is very simple, in my course work, the DOS operating environment
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1709
    • 提供者:诺可
  1. matrix_add

    0下载:
  2. 两个矩阵进行相加的程序,学习编程是很有用的练手程序。大家不妨-two matrix combined procedures, the study program is a very useful training procedures hands. Look at
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1716
    • 提供者:马小欣
  1. TSP_PianYi

    0下载:
  2. 图论中的经典TSP旅行商问题的“便宜”算法,C语言实现的DOC程序。-graph theory of classical TSP Traveling Salesman Problem "bargain" algorithm, C language DOC procedures.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6229
    • 提供者:周龙亭
  1. huiwenshu_kechengsheji

    0下载:
  2. 数据结构里关于回文数判断的算法 另一种思路另一种解决办法~-data structure, palindrome number judgment on the algorithm Another idea Another solution ~
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:987
    • 提供者:李爱春
  1. 10_90

    0下载:
  2. 问题的提出:编写一个小公司的工资管理系统。该公司主要有4类人员:经理、兼职技术人员、销售员和销售经理。要求存储并显示每类人员的编号(从100起编号)、姓名和月薪,同时给出在创建每一类对象时构造函数的执行顺序(月薪计算方法为:经理固定月薪8000元,兼职技术人员100元/小时,销售员为当月销售额的4%,销售经理保底工资5000元另加其所管部门销售额的5%),要求用虚函数实现-the problem : the preparation of a small company's wage ma
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1096
    • 提供者:萝卜
  1. 9_80

    0下载:
  2. 问题的提出:编写程序实现子女随父亲(或母亲)姓,要求显示子女地姓名和年龄及其父母亲的姓名和年龄,其中子女的姓氏要求同父亲的姓氏。-problem : preparation program with the children's father (or mother) surname, asked the children to show the name and age of the parents and the names and age, with the name of thei
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1106
    • 提供者:萝卜
  1. 6_60

    0下载:
  2. 问题的提出:编程模拟抛硬币所得正面的频率图。假设每次抛10次为一事件, 记录每次得到正面的次数,共抛掷100000次,计算得到正面次数的概率发布,并绘图输出结果。 思路:数值概率算法常用于数值问题的求解,此类算法所得的往往是近似解,且近似解的精度 随计算时间的增加而不断提高,得到一定精度近似解就可以满足问题要求。-problem : Simulation Programming throwing coins from a positive frequency map. Assumin
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1006
    • 提供者:萝卜
  1. 9_76

    0下载:
  2. 问题的提出:编写一个长途电话计费程序,计费规则是每6秒钟0.06元,要求能输入发话地、收话地,输出话费。-the problem : the preparation of a long-distance telephone billing procedures, billing rules every six seconds to 0.06 yuan. asked the caller to input land. words, the output calls.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:915
    • 提供者:萝卜
  1. C_linksort

    0下载:
  2. C++的链表排序算法,简单清晰,移植扩充均非常方便。-C + + objectlist sorting algorithm, simple and clear, expansion of transplantation are very convenient.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12239
    • 提供者:锐一
  1. SortTree

    0下载:
  2. 创建一棵二叉排序树,并采用中序遍历和层次遍历法输出其顶点序列,主要实验内容如下: 1. 定义二叉排序树的结构BiTree; 2. 编制二叉排序树的插入算法:void Insert_SortTree (BiTree ST, ElemType x); 3. 编制中序遍历函数; 4. 在main()函数中完成二叉排序树的建立,以及中序遍历的输出。(二叉排序树的各个元素从键盘输入,并利用Insert_SortTree()函数进行插入建立); 5. 编制层次遍历函数,并在main()函
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15247
    • 提供者:段苛苛
  1. Demo01-TowersofHanoi

    0下载:
  2. 以图形界面的方式形象的描述了数据结构中翰诺塔的过程-graphical interface to the image descr iption of the data structure Brigham Young Tower of the process
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:342681
    • 提供者:孟庆刚
« 1 2 ... .38 .39 .40 .41 .42 25543.44 .45 .46 .47 .48 ... 28276 »
搜珍网 www.dssz.com