-
problem-LastBossOrigin
问题:找出一个短字符串在一个长字符串中的精确匹配。
要求:基于BWT压缩和FM索引技术的序列匹配,用Burrows-Wheeler transform算法解决该问题。(Problem: find the exact match of a short string in a long string. Requirements: BWT-based compression and indexing techniques sequence matching FM, with the Burrows-Wheeler transform algorithm to solve the problem)
- 2020-12-26 00:09:04下载
- 积分:1
-
单链表
说明: 单链表的基本运算,实现单链表的插入、删除和遍历运算,每种操作用一个函数实现。
插入操作:将一个新元素插入表中指定序号的位置。
删除操作:将指定序号的元素从表中删除。
遍历操作:从表头按次序输入所有元素的值,若是空表,则输出信息“empty list!”。(Basic operation of single linked list)
- 2018-12-29 02:13:31下载
- 积分:1
-
wpf开发教程 下载(259页)
wpf开发教程 下载(259页)
- 2014-06-17下载
- 积分:1
-
c++ ado连接操作mysql
代码绝对可用,适用于对ADO有点了解用户,没有时间整理,没写什么注释
InitDrv初始化 InitDB 指定ADO连接信息(具体连接实现参考CADOConn::InitADOConn内部实现)
QueryDate/QueryDateEx为SQL语句查询接口
FreeDrv/FreeDB 注销ADO连接.
另外还有很多其他接口,比如执行存储过程以及命令接口,也可以制定自己项目的特殊接口,有兴趣的朋友可参考~
- 2022-08-22 14:58:42下载
- 积分:1
-
lpc213X_C_application
说明: 菲利普公司生产的ARM芯片LPC213X系列的所有驱动程序,C语言,用ADS开发,非常全。(Philips ARM chip production LPC213X series of all drivers, C language, with the development of ADS, very full.)
- 2006-04-07 00:33:29下载
- 积分:1
-
EECCl
椭圆曲线密码体制中的ECC校验验算法分析和程序实现可直接使用。
(The inspection algorithm analysis and procedures of the elliptic curve cryptosystem ECC can be used directly.)
- 2012-06-07 21:01:20下载
- 积分:1
-
my_putty
用C语言实现的PUTTY源码,可以下载下来直接编译使用了解PUTTY的工作原理(PUTTY source code implemented in C language.Can be downloaded directly compiled using understanding the working principle of PUTTY)
- 2020-06-18 19:20:02下载
- 积分:1
-
Dll-create-form
modal form in dllDO NOT EDIT what you see in these blocks of generated code!(dll 中创建窗体,并调用 DO NOT EDIT what you see in these blocks of generated code! )
- 2013-12-29 11:49:07下载
- 积分:1
-
the establishment, already built, no problem, this is a database of experimental...
单链表的建立,已经经过编译,没有问题了,这个是数据库的上机实验-the establishment, already built, no problem, this is a database of experimental plane
- 2022-01-30 14:21:59下载
- 积分:1
-
ASCII
ASCII码查询,二进制,八进制,十进制,十六进制互相转换。。
- 2023-07-05 12:40:03下载
- 积分:1