938664978
938664978
全部文章
分类
AI(18)
algorithm(18)
C(6)
computer-vision(15)
cuda(2)
database(1)
fortran(1)
hardware(3)
java(1)
leetcode(39)
MathModeling(19)
matlab(5)
other(8)
python(68)
robotics(13)
web-development(4)
未归档(5)
归档
标签
去牛客网
登录
/
注册
938664978的博客
全部文章
(共226篇)
[leetcode][25]Reverse Nodes in k-Group
Given a linked list, reverse the nodes of a linked list k at a time and return its modified list. k is a positive integer and is less than or equal ...
2020-07-13
0
519
[matlab]install Image Acquisition Toolbox Adaptors 利用matlab获取摄像头图像
1. Enter command: imaqhwinfo if you don't have the adaptors, the following sentence will be printed: No Image Acquisition adaptors found. Image ac...
2020-07-13
0
891
[c] windows下编译boost 1.55.0
首先下载boost源码:https://dl.bintray.com/boostorg/release/ 将压缩文件解压, 解压后文件夹路径为A cd A/boost_1_55_0 mkdir build.setup cd tools\build boostrap.bat gcc b2 ...
2020-07-13
0
567
sequence alignment
# this is also called 'edit distance'. # consider sequence X = (x1,x2,..,xm) and Y=(y1,y2, ..., yn); # an alignment is a subset A belongs to {1,...,m}...
2020-07-13
0
456
chain matrix product
# given matrix A1, A2, ..., An # the sizes of them are m0*m1, m1*m2, ..., m(n-1) * mn # in general, a matrix with size m*n multipling a matrix with s...
2020-07-13
0
402
C 语言实现的哈夫曼编码huffman coding
C 语言实现的哈夫曼编码huffman coding 项目地址 项目地址 https://github.com/ludlows/chuffman 编码操作需要给个文本作为输入,输出 密码本 和 二进制编码 解码操作需要密码本和二进制编码, 输出 解码后的文本。
2020-07-13
0
658
首页
上一页
14
15
16
17
18
19
20
21
22
23
下一页
末页