网页
图片
视频
学术
词典
地图
更多
航班
笔记本
data structure
美
英
un.
数据结构
网络
资料结构;资料结构概论;郝斌老师数据结构自学视频
英汉
网络释义
un.
1.
数据结构
1.
数据结构
财务英语英汉对照表 (D) - MBA智库百科 ... data storage 数据储存
data structure
数据结构
data terminal 数据终端机 ...
wiki.mbalib.com
|
基于3123个网页
2.
资料结构
英文繁体中文简体中文 - 豆丁网 ... data stream 资料流 数据流
data structure
资料结构
数据结构 data type 资料型式 数据类型 ...
www.docin.com
|
基于871个网页
3.
资料结构概论
1.
资料结构概论
(
Data Structure
) 2.阵列与链结串列(Array & Linked List) 3.
phorum.study-area.org
|
基于19个网页
4.
郝斌老师数据结构自学视频
[2011-05-14] [计算机] 《
郝斌老师数据结构自学视频
》(
Data Structure
)[压缩包][2011-05-14] [计算机] 《JoeGunn3D系列3DSMA…
www.iverycd.com
|
基于15个网页
5.
数据布局
数据布局
(
Data structure
):用轮回链表解决约瑟夫题目(C说话) ————2013/4/24 0.简介(在以下景象下运行经由过程)…
www.byywee.com
|
基于9个网页
6.
资料结构基本概念
7.
资料结构基本概念
(
Data Structure
)8.阵列与链结串列 (Array and Linked List)9.堆叠与伫列 (Stack and Queue)10.搜寻与排序 (…
www.csie.ntu.edu.tw
|
基于4个网页
7.
数据结构基础
课程名称:
数据结构基础
(
Data Structure
)学时/周学时: 46/2 学分:3 内容简介:数据结构的基本知识和应用。
see.xidian.edu.cn
|
基于4个网页
更多释义
收起释义
例句
释义:
全部
全部
,
数据结构
数据结构
,
资料结构
资料结构
,
资料结构概论
资料结构概论
,
郝斌老师数据结构自学视频
郝斌老师数据结构自学视频
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
One parting thought
is
that
I
have come to think of Clojure
as
sort
of
a
data
structure
oriented
functional
programming
.
我
把
Clojure
看作
是
一种
面向
函数
编程
的
数据
结构
。
www.infoq.com
2.
But
this
data
structure
does
nothing to
make
it
easy
to
remove
or
suspend
threads
that are
no longer
relevant
.
但是
这种
数据结构
并
不能
使
删除
或
暂
挂
不再
相关
的
线程
变得容易
。
www.ibm.com
3.
Sharing
shows
how much
of
the
size
of the
data
structure
is reachable
from
other
data structures
.
共享
显示
通过
其他
数据结构
可
获得
该
数据结构
的
大小
比例
。
www.ibm.com
4.
However
,
this
might
be
simplified
if
there
was
a
language
already
represented
with
a
simple
data
structure
.
然而
,
如果
有
一种
语言
已经
使用
一个
简单
的
数据
结构
进行
了
表示
,
那么
这种
情况
就可以
简化
了
。
www-128.ibm.com
5.
For those
unfamiliar
with
the
concept
of
a
blocking
queue
,
it
is
essentially
a
FIFO
data
structure
,
with
a
twist
.
假如
不
熟悉
阻塞
队列
概念
,
它
实质上
就是
一种
带有
一点
扭曲
的
FIFO
数据结构
。
www.ibm.com
6.
APPEND
ONLY
STORAGE
UNIT
MANAGER
Used
for
internal
data
structure
access
synchronization
within
the
fast
append
-only
storage
unit
manager
.
用于
在
快速
仅
限
追加
存储
单元
管理
器
中
进行
内部
数据结构
访问
同步
。
msdn2.microsoft.com
7.
So
,
instead,
I
'm
going
to
set
up
a
game
with
an
assumed
internal
data
structure
,
and
then
TDD some
methods
that
I
expect
to
need
. . .
所以
,
我
打算
以
一套
假定
的
内部
数据结构
来
构建
游戏
,
然后
并
使用
测试
驱动
开发
来
得到
我
认为
应该
会
用
得到
的
方法
…
…
www.infoq.com
8.
This
allows
you
to
create
an
arbitrarily
complicated
data
structure
for
the
thread
to
work
on
,
and
pass
it
in
as
a
single
pointer
.
这样
允许
您
创建
一个
任意
复杂
的
数据
结构
,
并
将
它
作为
一个
指针
传送
给
需要
在
这个
数据结构
上
进行
操作
的
线程
。
www.ibm.com
9.
A
Ruby
hash
(
or
associative
array
)
is
a
data
structure
that
allows
you
to
define
the
key
for
storage
(
instead
of
a
simple
numerical
index
)
.
Ruby
散
列表
(
或
关联
数组
)
是
一种
数据结构
,
允许
您
定义
用于
存储
的
键
(
而不是
简单
的
数值
索引
)
。
www.ibm.com
10.
Before
we
consider
the
question
of
tree
manipulation
,
let
's
consider
the
data
structure
we
'll
use
to
define
each
node
of the
tree
.
在
考虑
树
操作
问题
之前
,
让
我们
来
看看
将
用于
定义
树
的
各个
节点
的
数据
结构
。
www.ibm.com
1
2
3
4
5