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

搜索资源列表

  1. AN EXPERIMENTAL TABU SEARCH CODE FOR THE N-QUEENS PROBLEM

    0下载:
  2. * TSQUEEN.C : <n> number of queens * * <tabu_size> size of the tabu list * * <max_iter> maximum number of iterations * *
  3. 所属分类:数据结构常用算法

  1. bookshop.rar

    0下载:
  2. 本系统采用的技术方案为JSP +Tomcat+ Access,即使用JSP作为Web服务器端开发语言,采用Tomcat作为Web服务器和JSP引擎,采用Access作为后台网络数据库管理系统。 本系统主要包括网上书店主页,用户登录注册主页面,新用户注册页面,用户信息页面;购物车页面,管理员登陆页面,书籍管理页面等可视化页面。功能清单: 产品分类展示功能、商品的搜索功能、热卖商品推荐功能、网上订购、订单修改功能、用户注册登录管理功能、用户信息管理功能。 ,This system USES of
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1245152
    • 提供者:攻玉
  1. Find_File_Path.rar

    0下载:
  2. 此程序根据给出的文件路径(可以粘贴路径、可以选择路径)搜索在这个路径下的具体后缀的所有文件,将结果在列表视图控件框中显示。程序中搜索的是所有.cpp文件。,This procedure under the given file path (you can paste the path, you can choose the path of) the search path in this specific suffix to all files, the results in the list
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:44848
    • 提供者:王月
  1. doubly-linked-list

    0下载:
  2. 使用C#图形界面编程,实现双链表的建立、插入、删除和查找等功能。双链表中的连线和节点可以实时显示。-Use C# GUI programming, to achieve the establishment of a doubly linked list, insert, delete and search functions. Doubly linked list of connections and nodes can be displayed in real time.
  3. 所属分类:CSharp

    • 发布日期:2017-11-06
    • 文件大小:43787
    • 提供者:黄佳禾
  1. stop-words-list

    0下载:
  2. 在搜索中的无效词等,包括中文,英文两个文档。基本包含了见的所有无效词-Invalid words in the search, including the English and Chinese documents. See all basically contains invalid word
  3. 所属分类:Search Engine

    • 发布日期:2017-03-23
    • 文件大小:3664
    • 提供者:iantle
  1. erfenchazhao

    0下载:
  2. 二分查找程序,运用数组结构体和链表实现查找功能-Binary search procedures, the use of the array structure and list search functions to achieve
  3. 所属分类:Other Games

    • 发布日期:2017-04-12
    • 文件大小:1951
    • 提供者:kk
  1. list

    0下载:
  2. List增删改查通过对List的操作实现对数据的增加删除查找更改-List additions and deletions to search through the operation of the List to achieve an increase in the deletion of data to find changes
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:1576
    • 提供者:wangsongpeng
  1. hashing__

    0下载:
  2. program which uses hashing techniques for storing and retrieving the data. Input to the program: Some random numbers. Input will be from a file. Output: First the program reads all the input and store it properly using some hash techniques.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:7012
    • 提供者:Abhiram
  1. List

    0下载:
  2. 在VC6.0环境下,用C实现链表的基本操作:建立空表、销毁表、清空表、求表长、取表中某个元素、查找某元素在表中的位置、求前驱后继、插入删除元素等。 文件中不仅包含源码 ,还包含一组测试结果。 -At VC6.0 environment, the implementation using C list the basic steps: Create an empty table, the destruction of form, empty table, and a long table,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:7916
    • 提供者:shuiyeshan
  1. AdmServSerch

    0下载:
  2. search for local administrator group members on all servers in a list (text file) and will print results out in a csv file
  3. 所属分类:File Operate

    • 发布日期:2017-03-25
    • 文件大小:875
    • 提供者:atmega
  1. PCILIST

    0下载:
  2. 在dos下搜索所有的pci 设备, 并且列出这些设备的信息。 -Search all of the dos of the pci device and the information listed in the equipment.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:8672
    • 提供者:fisher pan
  1. Broad-First-Search(AdjLGraph)

    0下载:
  2. 此代码为“图的广度优先遍历”的源代码,图的存储形式为邻接表,里面有图的邻接表存储的代码,还有广度优先遍历的算法,还有验证的主函数。-This code is " breadth-first traversal map" of the source code, Figure storage form of adjacency list, there are plans stored in the adjacent table code, as well as breadth-fi
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2272
    • 提供者:熊龙龙
  1. list

    0下载:
  2. 带头结点的单链表的visual c++,可以实现插入,删除,寻找等操作-Node to take the lead in a single list of visual c++, can insert, delete, search and other operations
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-07
    • 文件大小:53165
    • 提供者:薛旭杰
  1. linear_search

    0下载:
  2. It is a basic program to search for options given in a list box used in VC++ MFC without using wizard... It is simple program...helps in understanding VC-It is a basic program to search for options given in a list box used in VC++ MFC without using w
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1699063
    • 提供者:Keerthana
  1. list

    0下载:
  2. 自己用模板写的一个链表,有增删改查功能,输入输出重载,链表倒置等其他扩展功能-Write their own templates with a list, there are additions or deletions to search functions, input and output overload, the inverted list, and other extensions
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:547513
    • 提供者:向水桥
  1. SDpartitionwithDiskDrive

    1下载:
  2. SD卡分区识别驱动 用读卡器将SD卡连接电脑 这个时候还是无法进行分区操作的,因为SD卡还是移动磁盘 然后我们需要把它变成本地磁盘。 在设备管理器中-----磁盘驱动器- 列表里有硬盘和你的读卡器。(每人的不同。一般是XXXUSB。)找到读卡器的那个,单击右键,更新驱动程序。下一步----选择从列表或者指定位置安装,------下一步------选择不要搜索,我要自己选择安装的驱动程序。(一定注意)下一步---选择从磁盘安装-----浏览找到我给你的驱动。(帖子下载)就是c
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-22
    • 文件大小:7114
    • 提供者:胡延富
  1. SkipList

    0下载:
  2. A skip list is a data structure for storing a sorted list of items, using a hierarchy of linked lists that connect increasingly sparse subsequences of the items. These auxiliary lists allow item lookup with efficiency comparable to balanced binary se
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:3060
    • 提供者:Ron
  1. LinkedList

    0下载:
  2. FULL Linked list,circular linked list,double linked list,circular linked list,Binary Tree.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4831
    • 提供者:darshankasavar
  1. VC.code.sort.list.search

    0下载:
  2. VC编程排序名单搜索设计经典代码VC programming code to sort the list of search design classic -VC programming code to sort the list of search design classic
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:21221
    • 提供者:
  1. List

    0下载:
  2. c#编写的关于list使用的例子,包含list的增加、查找、删除。-c# prepared by the list of examples of the use, including increased list, search, delete.
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:39348
    • 提供者:张晓斌
« 12 3 4 5 6 7 8 9 10 ... 47 »
搜珍网 www.dssz.com