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

搜索资源列表

  1. src

    0下载:
  2. Java版运算表达式解析器 主要功能: 对有括号的四则运算解析并求解. 支持多种表达式类型 思路: 1.把中缀表达式转化成后缀表达式 2.从后缀表达式得到解 注意: 该版本只支持1.6JDK,如果想替换成1.5JDK改替换LinkedList的几个方法就行了. 详细内容: http://jomper.javaeye.com/blog/464906-Java version of computing expressions parser mai
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1888
    • 提供者:jomper
  1. info_sys.tar

    0下载:
  2. 《简单信息管理系统(C语言描述)》   这是本人用C语言实现的简单信息管理系统,由顺序存储的线性表来组织数据结构,程序在CentOS 5.1环境下完成,我的博客上有程序界面截图(我的博客:http://blog.163.com/joshuachan@yeah/)。   本系统实现的数据操作:   增加/遍历/排序/查询及删除匹配数据/数据文件的导入和导出。   系统文件组成:   测试程序<test.c>,综合头文件<main.h>,
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:6019
    • 提供者:Joshua
  1. paike

    0下载:
  2. 对学生课表进行排序,结合C++和数据结构思想。- blog.sina.com.cn/s/blog_50072fd50100dhaz.html
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2796199
    • 提供者:无名
  1. base

    0下载:
  2. 一个简单的链表功能演示程序,实现了链表的添加,删除等操作,有助于初学者对链表概念的理解,在某博客上得到的代码,经过我更改后可以保证运行,希望下载者看过后提出宝贵意见,共同进步-A simple list of the function of the demonstration program, realize the list of add, delete operation, to help beginners the list of the understanding of the conc
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:216730
    • 提供者:sun
  1. Dijkstra

    0下载:
  2. 迪杰斯克拉无向图最短路径----dijkstra 这是帮同学完成的Project,老外老师的要求果然不同。对于基本算法,不光要求不能使用高级容器类,还要求程序有一定的检验错误能力。花了1天的时间写完,代码考虑结点过多内存占用的问题,因此关系矩阵采用映射的方式存储。由此带来的弊端是,找一个结点的时候需要循环判断,导致效率过低。总之,内存占用与程序效率是鱼与熊掌不可兼得。 代码写的比较凌乱。仅供参考。 Project的要求介绍参考链接: http://hi.baidu.com/
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:190583
    • 提供者:方毅
  1. main_MatrixMul

    0下载:
  2. 矩阵乘法问题动态规划代码。 可参见博客:http://blog.csdn.net/xiaowei_cqu/article/details/8181215-Matrix multiplication problem solution using dynamic programing
  3. 所属分类:Data structs

    • 发布日期:2017-11-22
    • 文件大小:1167
    • 提供者:小魏
  1. SenseWordsFilter

    0下载:
  2. java 实现敏感词过滤,毕业设计做博客网站用到的。-java sensitive word filtering, graduation design blog site used.
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:1746
    • 提供者:唐老鸭
  1. kmp.cpp.tar

    0下载:
  2. 自己写的KMP,供大家参考使用,参照前辈的博客-->http://www.cnblogs.com/dolphin0520/archive/2011/08/24/2151846.html-Write your own KMP, for reference use, reference predecessors blog-> http://www.cnblogs.com/dolphin0520/archive/2011/08/24/2151846.html
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:795
    • 提供者:权威
  1. 2

    0下载:
  2. 顺序表的创建、查找和删除_silas_新浪博客,silas,顺序表,元素,查找,线性表,程序代码-Create a sequence table, find and delete _silas_ Sina blog, silas, order form, the elements, find, linear form, the program code
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2556
    • 提供者:张三
  1. c

    0下载:
  2. 顺序表的创建、查找和删除_silas_新浪博客,silas,顺序表,元素,查找,线性表,程序代码,it-Create a sequence table, find and delete _silas_ Sina blog, silas, order form, the elements, find, linear tables, program code, it
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1879
    • 提供者:张三
  1. CommonAlgorithm

    0下载:
  2. 下面是一些在准备采访整理常用算法。大多数写自己的实现,标题的一部分来自于“编程之美”,以及一些知名的网上博客。-Here are some commonly used algorithms in preparation for the interview finishing. Most write their own implementation, part of the title comes from the Program of the United States , as well a
  3. 所属分类:Data structs

    • 发布日期:2017-05-30
    • 文件大小:12497799
    • 提供者:AmosLiu
  1. BUAA_OJ_2014_ALgorithm_01

    0下载:
  2. 北京航空航天大学,2014级第一次算法上机,部分解题代码。所有题目和解题报告可以查看博客:http://blog.csdn.net/lenz_xu/article/details/51768123-Beijing University of Aeronautics and Astronautics, 2014 for the first time on a machine algorithm, problem-solving part of the code. Solution and all
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1879104
    • 提供者:Lenz
搜珍网 www.dssz.com