CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - Data Structures

搜索资源列表

  1. 进程和线程

    0下载:
  2. 看一下UNIX系统中的进程和Mach的任务和线程之间的关系。在UNIX系统中,一个进程包括一个可执行的程序和一系列的资源,例如文件描述符表和地址空间。在Mach中,一个任务仅包括一系列的资源;线程处理所有的可执行代码。一个Mach的任务可以有任意数目的线程和它相关,同时每个线程必须和某个任务相关。和某一个给定的任务相关的所有线程都共享任务的资源。这样,一个线程就是一个程序计数器、一个堆栈和一系列的寄存器。所有需要使用的数据结构都属于任务。一个UNIX系统中的进程在Mach中对应于一个任务和一个单
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:20111
    • 提供者:朱善发
  1. threading

    0下载:
  2. 图形化,线索二叉树,我是个初学者,只有这样的程序,见谅-graphics, data structures, I was a beginner, the only way to the procedures forgiven! !
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1241
    • 提供者:康如
  1. GISObjects

    0下载:
  2. GIS实现代码,包括空间对象、空间数据结构等-GIS code, including space objects, spatial data structures, etc.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:20443
    • 提供者:周强新
  1. 数据结构与算法综合资料库

    0下载:
  2. 数据结构与算法综合资料库.很详细的资料.有一些实例和详细分析-data structures and algorithms integrated database. Very detailed information. Some examples and detailed analysis
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1669000
    • 提供者:zyj
  1. shuju jiegou实验1

    0下载:
  2. 《数据结构与算法》实验要求与指导,来自重点大学2005的一个实习内容。很不错的程序老师做的帮助同学更好的学习数据结构-"data structures and algorithms" experimental requirements and guidance from the university in 2005 as an attachment. The procedure is very good teachers do to help students learn b
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:18791
    • 提供者:张伟
  1. xishujuzhen

    0下载:
  2. 稀疏矩阵运算器实习报告,与严蔚敏老师主编的数据结构与算法一书实习4.1相对应-sparse matrix operations for internships, and Yan Wei Min teachers editor of the data structures and algorithms on a corresponding attachment 4.1
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:14027
    • 提供者:张广
  1. 数据结构-1800题

    0下载:
  2. 数据结构是一门比较难学的课程,尤其是有些同学在期末时候都不知道考什么 ,该怎么考,针对这些情况,本人特意上传在数据结构中经常所遇到的一些例题,有些有详细解释,希望能帮上同学们的一点小忙:)-data structure is a more difficult school curriculum, particularly in some of the students do not know when the end is tested, the test how, in these insta
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:780066
    • 提供者:张广
  1. 上传程序

    0下载:
  2. 其中包含JAVA,C++,数据结构,数据库,编译原理,接口技术等15个课程设计和程序。希望你审查。-which includes Java, C, data structures, database, compiler theory, interface technology 15 curriculum design and procedures. I hope you review.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:591545
    • 提供者:高庆伟
  1. 杨晓燕

    0下载:
  2. 餐厅管理系统,1. 数据需求分析: 根据系统功能和数据流程,可以确定以下数据项和数据结构: 1) 员工信息:编号、姓名、年龄、性别、电话号码 2) 菜单:菜的编号、菜名、菜价 3) 点菜信息:点菜单编号、顾客所坐的桌号、服务员代码、顾客点的菜、点菜日期 -restaurant management system, 1. Data needs analysis : Based on the system functions and data flow The following
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:189644
    • 提供者:封凡
  1. 7-302-11998-8y

    0下载:
  2. 数据结构与算法——C++版(第3版)源文件-data structures and algorithms -- C version (version 3) Source
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:56320
    • 提供者:于杰
  1. vc0006

    1下载:
  2. 这是一套数据结构的考试题目,对于读者可以检测自己的水平-This is a set of data structures exams, readers can detect the level
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:53530
    • 提供者:小明
  1. WindowsApplicationYY

    0下载:
  2. 用C#制作的扫雷游戏,利用数据结构(图的深度搜所),具备windows游戏的高级功能 -C# produced by the mine games, the use of data structures (Figure seized by the depth), with the windows of the advanced features of the game
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:12125
    • 提供者:ly
  1. c_CourseDesign_source

    0下载:
  2. C课程设计源代码。适合用来巩固、提高自己的C语言编程能力,内容包括小游戏、数值算法、管理系统、数据结构等。-C source code. Suited to consolidate and increase their ability to C language programming, including mini-games, numerical algorithm, management systems, data structures, etc.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1423561
    • 提供者:皮皮狗
  1. renjiduizhanzuizhongban

    0下载:
  2. 这是人机对战 c语言版 用了好多数据结构哦 希望您能采纳-This is the man-machine players c language version of a lot of data structures, oh I hope you will accept
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2818567
    • 提供者:yayatou
  1. sjkcjg060413

    0下载:
  2. 具有多种经典的数据结构算法的程序集合,完全是经过多次测试编译调试好的,可以运行的-with a variety of classic data structures set of algorithm is completely after several tests compiler debug good, run the
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:351682
    • 提供者:pb
  1. ann_1.1

    0下载:
  2. ANN is a library written in the C++ programming language to support both exact and approximate nearest neighbor searching in spaces of various dimensions.ANN is also a testbed containing programs and procedures for generating data sets, collect
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:539278
    • 提供者:工人
  1. sequencial-table

    0下载:
  2. 用C语言编写的数据结构中顺序表的程序,包括数据插入、查找等-C language data structures chronology procedures, including data insertion, search, etc.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1475
    • 提供者:hurrys
  1. shunxuduilie

    0下载:
  2. 用C语言编写的数据结构中的顺序队列的程序-C language data structures in the order queue procedures.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1117
    • 提供者:hurrys
  1. shunxuzhan

    0下载:
  2. 用C语言编写的数据结构中顺序栈的程序-C language data structures sequence stack procedures.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1054
    • 提供者:hurrys
  1. MemSrc

    0下载:
  2. Memory Allocation for High-Dimensional Data Structures
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2722
    • 提供者:日报
« 1 2 34 5 6 7 8 9 10 ... 35 »
搜珍网 www.dssz.com