自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

ShadyPi的IT笔记

假如说Debug是减少Bug的过程,那么编程就是制造Bug的过程

  • 博客(627)
  • 资源 (3)
  • 收藏
  • 关注

原创 LaTeX常用符号与语法

LaTeX常用符号与语法

2018-10-20 21:48:56 26920 10

原创 [DeepMind AlphaCode] Competition-Level Code Generation with AlphaCode

DeepMind AlphaCode

2025-01-22 14:23:44 473

原创 [OpenAI Codex] Evaluating Large Language Models Trained on Code

Codex from OpenAI

2025-01-21 12:17:38 927

原创 NLP interview sheet

NLP interview questions

2025-01-01 12:27:32 1021

原创 General ML interview questions

General ML interview questions。

2025-01-01 12:26:48 1160

原创 Implementation of Multi-Head Self-Attention and Transformer Block

【Code】Implementation of Multi-Head Self-Attention and Transformer Block。

2024-12-05 15:22:50 591

原创 [LeetCode] 75. Sort Colors

Quick Sort

2024-11-14 06:44:48 764 1

原创 [NeetCode 150] Three Integer Sum

【代码】[NeetCode 150] Three Integer Sum。

2024-10-29 11:09:27 539

原创 [NeetCode 150] Longest Substring Without Duplicates

【代码】[NeetCode 150] Longest Substring Without Duplicates。

2024-10-29 09:50:10 290

原创 [NeetCode 150] Meeting Schedule II

【代码】[NeetCode 150] Meeting Schedule II。

2024-10-29 09:26:21 159

原创 [NeetCode 150] Longest Increasing Subsequence

DP + binary search

2024-10-28 14:20:05 278

原创 [NeetCode 150] Longest Common Subsequence

Longest Common SubsequenceGiven two strings text1 and text2, return the length of the longest common subsequence between the two strings if one exists, otherwise return 0.A subsequence is a sequence that can be derived from the given sequence by deleting

2024-10-28 13:40:51 558

原创 [NeetCode 150] Combination Target Sum

Memorized search

2024-10-28 11:59:45 441

原创 [NeetCode 150] Word Break

DP

2024-10-28 10:46:24 683

原创 [NeetCode 150] Maximum Subarray

【代码】[NeetCode 150] Maximum Subarray。

2024-10-28 09:05:51 428

原创 [NeetCode 150] Max Water Container

Two pointers

2024-10-28 08:45:37 369

原创 [NeetCode 150] Counting Bits

DP

2024-10-28 08:35:58 752

原创 [NeetCode 150] Serialize and Deserialize Binary Tree

Tree traversal

2024-10-28 03:35:30 1080

原创 [NeetCode 150] Find Median in a Data Stream

Heap

2024-10-27 15:23:36 674

原创 [NeetCode 150] Foreign Dictionary

Topological sort

2024-10-27 14:55:33 573

原创 [NeetCode 150] Remove Node From End of Linked List

2 Pointers

2024-10-27 13:22:45 227

原创 [NeetCode 150] Pacific Atlantic Water Flow

2D DFS

2024-10-27 13:17:57 446

原创 [NeetCode 150] Search for Word II

Trie + DFS

2024-10-27 08:31:11 1114

原创 [NeetCode 150] Minimum Window With Characters

Hard sliding window

2024-10-27 02:18:36 369

原创 [NeetCode 150] Find Minimum in Rotated Sorted Array

【代码】[NeetCode 150] Find Minimum in Rotated Sorted Array。

2024-10-22 15:09:33 320

原创 [NeetCode 150] Clone Graph

【代码】[NeetCode 150] Clone Graph。

2024-10-22 14:03:54 449

原创 [NeetCode 150] Longest Palindromic Substring

Manacher Algoritghm

2024-10-22 13:32:35 586

原创 [NeetCode 150] House Robber II

Circlular DP

2024-10-22 11:34:35 771

原创 [NeetCode 150] Non-overlapping Intervals

【代码】[NeetCode 150] Non-overlapping Intervals。

2024-10-22 11:18:47 758

原创 [NeetCode 150] Insert New Interval

Insert new interval

2024-10-22 06:34:15 331

原创 [NeetCode 150] Reorder Linked List

Reorder linked list

2024-10-22 03:40:09 270

原创 [NeetCode 150] Reverse a Linked List

Reverse a Linked List

2024-10-22 01:50:56 251

原创 [NeetCode 150] Reverse Bits

Reverse bits

2024-10-22 01:31:15 351

原创 [NeetCode 150] Subtree of a Binary Tree

KMP on Tree

2024-10-21 15:34:45 893

原创 [NeetCode 150] Number of One Bits

Number of One Bits。

2024-10-21 14:38:31 579

原创 [NeetCode 150] Min Cost Climbing Stairs

DP

2024-10-21 14:13:04 733

原创 [NeetCode 150] Eating Bananas

Binary search the answer

2024-10-21 13:59:03 853

原创 [NeetCode 150] Binary Tree Maximum Path Sum

DP on the tree

2024-10-21 13:45:01 358

原创 [NeetCode 150] House Robber

DP

2024-10-21 13:17:09 836

原创 [NeetCode 150] Set Zeroes in Matrix

Set zeros in matrix with O(1) additional space

2024-10-21 12:49:49 359

电子科技大学-大学物理mathcad

电子科技大学-大学物理下-mathcad 课程要求的mathcad绘制物理现象的实验代码,因为有很多网友求源代码,就在这里一并放出来了。

2024-03-29

matlab实现PCA维数约减(0积分下载)

基于coursea上吴恩达的机器学习课程练习题ex7,通过matlab实现PCA维数约减,具体功能详见https://blog.csdn.net/ShadyPi/article/details/122751044#comments_23892789

2022-11-05

matlab实现协同过滤算法进行电影推荐(0积分下载)

coursera 机器学习 ex8练习 第一部分为失常点检测;第二部分为协同过滤算法实现的电影推荐系统 使用方法:下载压缩包并解压到本地,用matlab打开文件夹,打开ex8.mlx文件,即可查看详细说明(由于是coursera的作业,所以全是英文,可以结合本人博客阅读)。 博客链接:https://blog.csdn.net/ShadyPi/article/details/122759026

2022-07-21

Flotherm初学者教程+电脑主机热设计模型.rar

包含Flotherm超详细初学教程,手把手带你热设计,附赠一种基于Flotherm的小型立式高性能个人电脑主机热优化设计模型

2022-01-13

空空如也

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

TA关注的人

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