搜索结果
找到约 200 项符合
Double-linked 的查询结果
电子书籍 It is an ebook about data structures,mainly linked list
It is an ebook about data structures,mainly linked list
文章/文档 It consists of problems related to linked list
It consists of problems related to linked list
行业发展研究 The double-density DWT is an improvement upon the critically sampled DWT with important additional p
The double-density DWT is an improvement upon the critically sampled DWT with important additional properties: (1) It employs one scaling function and two distinct wavelets, which are designed to be offset from one another by one half, (2) The double-density DWT is overcomplete by a factor of two, a ...
数据结构 graphical implementation of linked list
graphical implementation of linked list
数学计算 splitting of linked list
splitting of linked list
软件设计/软件工程 a very comprehensive tutorial on circular linked list
a very comprehensive tutorial on circular linked list
matlab例程 Double Integration by the Simpson s Rule
Double Integration by the Simpson s Rule
matlab例程 Format Linked List for sparse Matrix
Format Linked List for sparse Matrix
其他书籍 this book mainly includes these contents :linked list, stacks and queuse, recursions, binary tree, m
this book mainly includes these contents :linked list, stacks and queuse, recursions, binary tree, multi tree, graphs, sorting, hashing, data compression.
其他 编函数 float fun(double h)
编函数 float fun(double h),函数的功能是:对变量h中的值保留两位小数,并对第三位进行四舍五入(规定h中的值为正数)。
例如:若h 值为8.32433,则函数返回8.32 若h值为8.32533,则函数返回8.33。