Loading...
1. 什么是哈希表 哈希表就是一种以键-值(key-indexed) 存储数据的结构,我们只要输入待查找的值即key,即可查找到其对应的索引index。 使用散列的查找算法分两步。第一步是用散列...
1. 题目描述 Given an array of integers, return indices of the two numbers such that they add up to a ...
一、指针与地址 一元运算符&可用于取一个对象的地址 一元运算符*是间接寻址运算符。当它作用于指针时,将访问指针所指向的对象 实现指针指向的内容加1:(ptr)++ ,因为类似和++这样的...
TCP协议格式介绍