自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

让代码改变世界

天道酬勤 自强不息

  • 博客(4)
  • 资源 (6)
  • 问答 (1)
  • 收藏
  • 关注

原创 LeetCode 4_Median of Two Sorted Arrays

这是Leetcode的第四题,也是第一道难度为hard的题目,大家一起来看看大牛眼中什么叫hard吧。。。 原题: There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time c

2015-07-16 16:16:18 509

原创 LeetCode 3_Longest Substring Without Repeating Characters

这今天正好有时间,所以多刷几道吧。这是LeetCode第三题,虽然难度为中等,却花费了我近三个小时的时间。 原因主要是对题目理解多次出现了偏差,看来英语水平还有待提高啊,虽然过了六级,但离真正使用还是有一定差距的。废话不多说了,开始说题目 原题: Given a string, find the length of the longest substring without repeatin

2015-07-02 21:16:26 378

原创 LeetCode 2_Add Two Numbers

这是LeetCode第二题,难度和第一题一样,也是Medium(中等)。 原题: You 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 dig

2015-07-02 16:14:53 583

原创 LeetCode 1_Two Sum

这是leetcode中的第一题,题目并不是很难,但对于我这个算法小白来说却也够了。废话不多说了,直接上题 原题: Given an array of integers, find two numbers such that they add up to a specific target number. The function twoSum should return indi

2015-07-01 16:10:09 825 2

jemalloc-5.3.0源代码

jemalloc-5.3.0 下载自 https://github.com/jemalloc/jemalloc.git 分享给没有外网的同学

2024-08-08

paho.mqtt.c (1.3.13)源代码

开源paho.mqtt.c源代码,下载自 https://github.com/eclipse/paho.mqtt.c 分享给没有外网的同学

2024-08-08

openssl-3.3.0 源代码

开源openssl源代码,分享给没有外网的同学

2024-08-08

document.nyf

ftp的使用 1.要在目标主机上安装ftp server服务器(对于Linux来说,是vsftpd) 2.在源电脑上配置与目标主机同一网段的ip地址 3.使用下面的命令进行文件推送

2019-08-23

内存地址空间映射

由于CPU访问物理地址空间有限,而外部设备也需要一个地址让CPU来访问,这就会有一个争夺物理地址空间的问题。本来4GB的物理地址空间都是给内存使用的,但现在多了很多外部设备,这些外部设备中的寄存器也需要空间。CPU给这些外部设备分配空间的方式有两种:统一编址与独立编址。

2018-11-05

Source Insight

每个程序猿都要用到的代码浏览工具,32位64位都可以用,亲测有效。

2017-12-13

Q-dir_Installer.exe

windows下多窗口代码整理工具,适用于多路径对比的场景。

2017-12-13

tortoiseGit.zip

windows下非常好用的git界面工具,友情提示,安装此软件前必须先安装git,链接在此:http://download.csdn.net/download/cyfcsd/10156192

2017-12-13

Git-2.9.3-bit.exe

网上很多版本都不能用,这个版本是亲测好用的,32位64位都测试过了,都可以用。

2017-12-13

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

TA关注的人

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