自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Enjoy Coding

Enjoy Coding & Game

  • 博客(7)
  • 资源 (12)
  • 收藏
  • 关注

原创 LeetCode 3 - Longest Substring Without Repeating Characters

Longest Substring Without Repeating Characters Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating lette

2015-06-25 15:46:29 397

原创 LeetCode 2 - Add Two Numbers

Add Two NumbersYou are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and

2015-06-25 12:24:11 349

原创 LeetCode 1 - Two Sum

Two SumGiven an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the two numbers such that they add up to th

2015-06-22 15:28:51 384

原创 灰度图转伪彩色图

前言人类能够观察到的光的波长范围是有限的,并且人类视觉有一个特点,只能分辨出二十几种灰度,也就是说即使采集到的灰度图像分辨率超级高,有上百个灰度级,但是很遗憾,人们只能看出二十几个,也就是说信息损失了五十倍。但人类视觉对彩色的分辨能力相当强,能够分辨出几千种色度。 代码#include using namespace cv;using namespace std;M

2015-06-18 13:44:42 16346 1

转载 Understanding CUDA grid dimensions, block dimensions and threads organization

HardwareIf a GPU device has, for example, 4 multiprocessing units, and they can run 768 threads each: then at a given moment no more than 4*768 threads will be really running in parallel (if you pla

2015-06-01 14:54:14 580

转载 How do I choose grid and block dimensions for CUDA kernels?

There are two parts to that comment. One part is easy to quantify, the other is more empirical.Hardware Constraints:Appendix F of the current CUDA programming guide lists a number of hard limi

2015-06-01 14:32:48 724

转载 cudaStreamSynchronize vs cudaDeviceSynchronize vs cudaThreadSynchronize

These are all barriers. Barriers prevent code execution beyond the barrier until some condition is met.1. cudaDeviceSynchronize() halts execution in the CPU/host thread (that the cudaDeviceSynchro

2015-06-01 14:15:06 1260

opencv_contrib-3.4.13_boostdesc_bgm.i等.zip

opencv-3.4.13 opencv_contrib-3.4.13 boostdesc_bgm.i等联网无法正常下载的文件

2021-02-07

opencv_contrib-3.4.13

opencv_contrib-3.4.13

2021-02-07

基于深度学习的自动抠图(基于ATNet)

基于深度学习的自动抠图(基于ATNet)

2021-01-14

hrnet_w32-36af842e.pth

HRNet(deep-high-resolution-net.pytorch)官方预训练模型,官方下载需要梯子到GoogleDrive下载,我下载好了供大家使用。

2020-07-23

车载以太网概述

车载以太网概述,介绍了车载以太网的历史和SOME/IP协议

2019-04-24

C++高效编程:内存与性能优化

C++高效编程:内存与性能优化

2016-09-14

八大排序算法C/C++实现

八大排序算法C/C++实现

2016-09-11

Fusing Multi-Stream Deep Networks for Video Classification

《Fusing Multi-Stream Deep Networks for Video Classification》的PPT(我制作的)和相关文献。

2016-06-08

Human Parsing with Contextualized Convolutional Neural Network

ICCV2015年的论文《Human Parsing with Contextualized Convolutional Neural Network》的PPT(我制作的)和相关文献。

2016-04-17

Algorithms on Strings, Trees and Sequences

String algorithms are a traditional area of study in computer science. In recent years their importance has grown dramatically with the huge increase of electronically stored text and of molecular sequence data (DNA or protein sequences) produced by various genome projects. This 1997 book is a general text on computer algorithms for string processing. In addition to pure computer science, the book contains extensive discussions on biological problems that are cast as string problems, and on methods developed to solve them. It emphasises the fundamental ideas and techniques central to today's applications. New approaches to this complex material simplify methods that up to now have been for the specialist alone. With over 400 exercises to reinforce the material and develop additional topics, the book is suitable as a text for graduate or advanced undergraduate students in computer science, computational biology, or bio-informatics. Its discussion of current algorithms and techniques also makes it a reference for professionals.

2014-11-27

Z Algorithm

字符串匹配算法Z Algorithm的讲义。

2014-11-27

MFC图书管理系统

用VC6.0 MFC制作的图书管理系统,具有美化后的图书管理系统,支持管理员登入登出,图书查询,图书单本和批量入库,借还书,借书证管理等功能。

2012-04-03

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除