自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(50)
  • 收藏
  • 关注

原创 [数据结构]4. 内存与缓存

内存与缓存

2025-04-15 12:30:00 557

原创 [数据结构]3. 链表

链表(linked list) 是一种线性数据结构,每个元素都是一个节点对象,通过“指针”相连接。指针记录了下一个节点的内存地址,可以从当前节点访问到下一个节点。链表的设计使得各个节点可以分散存储在内存各处,它们的内存地址无须连续。链表的组成单位是节点(node) 对象。每个节点都包含两项数据:节点的“值”和指向下一节点的“指针”。数组 vs 链表数组链表存储方式连续内存空间分散内存空间容量扩展长度不可变可灵活扩展内存效率元素占用内存少、但可能浪费空间元素占用内存多。

2025-04-15 12:15:00 566

原创 [数据结构]2. 顺序表

[数据结构]2. 顺序表

2025-04-14 22:11:05 418

原创 LeetCode.622. 设计循环队列

622. 设计循环队列

2025-04-14 12:15:00 648

原创 LeetCode.232. 用栈实现队列

232. 用栈实现队列

2025-04-13 18:23:02 510

原创 LeetCode.225. 用队列实现栈

225. 用队列实现栈

2025-04-13 17:23:04 801

原创 LeetCode.20. 有效的括号

20. 有效的括号

2025-04-12 12:00:00 305

原创 LeetCode.2843. 统计对称整数的数目

LeetCode.2843. 统计对称整数的数目

2025-04-11 12:18:30 613

原创 LeetCode.2999. 统计强大整数的数目

2999.统计强大整数的数目

2025-04-10 12:18:10 1290

原创 LeetCode.138. 随机链表的复制

LeetCode.138. 随机链表的复制

2025-04-10 11:00:00 235

原创 LeetCode.234. 回文链表

LeetCode.234. 回文链表

2025-04-09 14:47:00 172

原创 LeetCode.3375. 使数组的值全部为 K 的最少操作次数

3375. 使数组的值全部为 K 的最少操作次数

2025-04-09 14:43:42 311

原创 LeetCode.02.04.分割链表

分割链表

2025-04-08 21:10:25 174

原创 LeetCode.3396.使数组元素互不相同所需的最少操作次数

3396. 使数组元素互不相同所需的最少操作次数

2025-04-08 18:52:59 382

原创 [数据结构]1. 时间复杂度和空间复杂度

时间复杂度和空间复杂度

2025-03-25 22:49:36 1169

原创 [C语言基础]13.动态内存管理

malloc

2025-03-14 23:47:08 295

原创 [C语言基础]函数应用__通讯录

contact

2025-03-11 17:27:23 192

原创 [C语言基础]12.结构体,枚举,联合

struct nuion

2025-03-06 15:12:18 1010

原创 [C语言基础]11.字符串函数和内存函数

string memory

2025-03-05 15:47:36 787

原创 [C语言基础]10.3 指针进阶_代码分析

point

2025-03-02 20:45:49 502

原创 [C语言基础]10.2 指针进阶_函数指针

pointer

2025-03-02 13:19:21 771

原创 [C语言基础]10.1 指针进阶_数组指针

Point

2025-03-01 18:07:59 421

原创 2.Exercise

some exercises

2025-02-28 21:33:36 286

原创 1.Exercise

Code Exercise

2025-02-27 22:26:03 264

原创 [C语言基础]9.数据在内存中的存储

The storage of data in the memory space.

2025-02-27 12:00:10 1308

原创 [C语言基础]8.代码调试

Code debugging Learning Records.

2025-02-27 11:54:57 171

原创 [C语言基础]7.结构体

Structure Learning Records.

2025-02-27 11:52:36 297

原创 [C语言基础]6.指针学习

Pointer Learning Records.

2025-02-27 11:47:08 526

原创 [C语言基础]5.操作符

Manipulation symbols learing records.

2025-02-27 11:44:43 707

原创 [C语言基础]数组应用__扫雷

Minesweeper game programming.

2025-02-27 11:37:07 315

原创 [C语言基础]4.数组学习

Array Learning Records.

2025-02-27 11:33:21 774

原创 [C语言基础]3.函数学习

Function leaming records

2025-02-26 18:57:52 1955

原创 [C语言基础]2.分支循环

Program branch loop learning record.

2025-02-26 18:47:43 311

原创 [C语言基础]1.C语言初识

First acquaintance with the C languagesystem.

2025-02-26 18:44:34 1006

原创 Shannon ciphers and perfect security

Shannon ciphers and perfect securityDefinition of a Shannon cipherA one-time padDefinition of a Shannon cipherThe basic mechanism for encrypting a message using a shared secret key is called a cipher (or encryption scheme). In this section, we introduce

2021-08-08 17:50:24 308

原创 北理工密码学笔记

密码学笔记00 -Introduction02-Perfectly-secret Encryption03-1 Private-Key Encryption and Pseduorandomness00 -Introduction02-Perfectly-secret Encryption03-1 Private-Key Encryption and Pseduorandomness

2021-07-25 09:07:34 463

原创 Cryptography Course — 2.Stream ciphers

Cryptography Course — 2.Stream ciphersThe One Time PadThe One Time Pad

2021-07-23 22:56:38 293 2

原创 Cryptography Course — 1.Introduction

IntroductionCourse OverviewCourse objectives:Learn how crypto primitives workLearn how to use them correctly and reason about securityMy recommendations:Take notesPause video frequently to think about the materialAnswer the in-video questions

2021-07-22 11:34:08 321 2

原创 Ubuntu系统CP—ABE 环境配置&搭建

Ubuntu系统CP—ABE 环境配置&搭建1.安装依赖项 m4、bison、flex2. 安装GMP3. 安装PBC4. 安装CP—ABE1.安装依赖项 m4、bison、flexsudo apt-get install m4sudo apt-get install flexsudo apt-get install bison2. 安装GMPgmp下载地址sudo apt-get install lzip //安装lzip,用于gmp源码解压lzip -d gmp-6.2.1.

2021-07-20 21:18:35 585 1

原创 Wireshark分析TCP三次握手四次挥手&DNS包&HTTP包

Wireshark分析Wireshark简介界面信息IP过滤三次握手&四次挥手三次握手第一次握手第二次握手第三次握手四次挥手第一次挥手Wireshark简介Wireshark(导线鲨鱼,前称Ethereal,空灵)是一个免费开源的网络数据包分析软件。网络数据包分析软件的功能是截取网络数据包,并尽可能显示出最为详细的网络数据包资料。在GNU通用公共许可证的保障范围底下,用户可以以免费的代价获取软件与其代码,并拥有针对其源代码修改及定制的权利。界面信息Packet Details Pane

2021-06-10 22:53:39 569 1

空空如也

空空如也

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

TA关注的人

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