搜索资源列表
矩阵相加的算法
- 当稀疏矩阵A和B均以三元组表作为存储结构时,试写出矩阵相加的算法,其结果存放在三元组表C中。 解:这个算法有点繁,要考虑到两个稀疏矩阵的非零元素不是一一对应的,在建立新的三元组表C时,为了使三元组元素仍按行优先排列,所以每次插入的三元组不一定是A的,按照矩阵元素的行列去找A中的三元组,若有,则加入C,同时,这个元素如果在B中也有,则加上B的这个元素值,否则这个值就不变 如果A中没有,则找B,有则插入C,无则查找下一个矩阵元素。 -sparse matrix A and B were 3
BxTree
- Here is a demo on B plus tree~
bplus.zip 简单好用的B+树算法实现
- 一个简单好用的B+树算法实现, A simple easy to use B tree algorithm realizes
java版B+树程序
- java 版B+树程序-java version of B+ tree procedure
chesschina
- 我自己的毕业设计,中国象棋,界面加音乐播放都算可以,而且可以学习vc堆栈的使用,算法一般。-My graduation project, Chinese chess, plus music player interface can all count, but can also study the use of stack vc.
Bplus
- B+树的源代码,c++版,用类实现的。 是许多数据库系统使用的检索系统-B+ tree source code, c++ version, with the class achieved. Database system used in many retrieval systems
B_PLUS
- B+树的实现,包括建立,删除、插入等,已经过测试-B+ tree implementation, including create, delete, insert, etc., have been tested
mameplus_src-0.128u6
- mame plus 128 u6 的源码-mame plus 128 u6 source
b
- cntrd: calculates the centroid of bright spots to sub-pixel accuracy. Inspired by Grier & Crocker s feature for IDL, but greatly simplified and optimized for matlab INPUTS: im: image to process, particle should be bright spots on dark
b_plus_tree
- b plus tree in windows c-b plus tree in windows c++
Bplustree
- This a sample B plus tree implementation-This is a sample B plus tree implementation
the-n-time-A--plus-B
- Descr iption: 想必大家都做过A+B这道经典的入门题了,这次的A+B问题是基于十六进制数的两个数相加。这16个数字是 0 ~ 9 ,另外用 a 表示数字 10 ,用 b 表示数字 11 ,用 c 表示数字 12 ,用 d 表示数字 13 ,用 e 表示数字 14 ,用 f 表示数字 15 。 Input: 输入包含多组数据,每组数据包含一行两个十六进制整数a和b(0<=a,b<=fffffff,都以小写给出)。处理到文件结束。 Output:
b_plus_tree
- 支持b+ tree树的初始化以及增删改操作,借以了解数据库中index的数据结构-b+ tree
b
- B plus in c++ with templates
B
- Binary tree c plus plus code
BTree
- c++实现的b+树源代码,由basetree生成出Btr-b plus tree completed by c++
xyrjgz
- 本模块采用底层键盘钩子实现全局热键的注册,完全不受功能键限制,可以自由定制个性化热键,只要你愿意,1加2、a加b、左光彪加右光标等等都可以作为你的程序热键,一组热键最多可以支持五个按键,另外本模块还支持热键的两次或两次以上的按键区分,及其灵活的热键让你自由安排随心所欲。由于采用键盘钩子,优先级高于其他程序的普通热键,不会被其他热键所屏蔽, 本模块使用注意事项:部分键代码有所变化,例如编辑区按键不能采用常量名称,压缩包内附带了一个键代码获取器,可以使用本软件按下键盘时朗读的键代码。另外本模块需
Raspberry-Pi-B-Plus-V1.2-Mechanical-Drawing
- Raspberry pi schematic
BplusInsertDelete
- the ebook refers to insertion and deletion process in B plus tree data structure.
bplustree2
- B Plus Tree Implementation Basic