会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
undefined443
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
···
59
下一页
2025年6月28日
Electron 预加载脚本
摘要: Electron 的主进程是一个具有完整操作系统访问权限的 Node.js 环境。除了 Electron 模块外,您还可以访问 Node.js 内置模块以及通过 npm 安装的任何包。另一方面,渲染进程运行网页,出于安全考虑默认不运行 Node.js。 为了连接 Electron 的不同进程类型,我
阅读全文
posted @ 2025-06-28 01:51 Undefined443
阅读(68)
评论(0)
推荐(0)
2025年6月27日
Electron 101
摘要: Hello World 初始化项目: mkdir electron-101 && cd electron-101 npm init -y wget -O .gitignore https://raw.githubusercontent.com/github/gitignore/refs/heads/
阅读全文
posted @ 2025-06-27 23:56 Undefined443
阅读(27)
评论(0)
推荐(0)
LangChain 初探
摘要: LangChain 是一个可以调用搜索引擎(及其他工具)的智能体。 安装依赖: pip install langgraph langchain-tavily langgraph-checkpoint-sqlite langchain-anthropic 在 .env 中设置环境变量: ANTHROP
阅读全文
posted @ 2025-06-27 03:02 Undefined443
阅读(103)
评论(0)
推荐(0)
2025年6月26日
编程艺术
摘要: a=(x,y,d=mag(k=(4+sin(y*2-t)*3)*cos(x/29),e=y/8-13))=>point((q=3*sin(k*2)+.3/k+sin(y/25)*k*(9+4*sin(e*9-d*3+t*2)))+30*cos(c=d-t)+200,q*sin(c)+d*39-220
阅读全文
posted @ 2025-06-26 23:30 Undefined443
阅读(27)
评论(0)
推荐(0)
2025年6月25日
DIY 网络
摘要: 墨鱼:ddgksf2013/ddgksf2013 Loyalsoldier/***-rules
阅读全文
posted @ 2025-06-25 23:54 Undefined443
阅读(18)
评论(0)
推荐(0)
PlotNeuralNet 绘图
摘要: HarisIqbal88/PlotNeuralNet 安装 TeX Live 克隆代码库: git clone https://github.com/HarisIqbal88/PlotNeuralNet.git cd PlotNeuralNet 编写绘图代码: cd pyexamples vim m
阅读全文
posted @ 2025-06-25 15:05 Undefined443
阅读(64)
评论(0)
推荐(0)
2025年6月22日
LaTeX/Overleaf 加载自定义字体
摘要: fontspec 上传字体到 Overleaf 项目。 如果字体有 static 和 variable 两种版本,上传 static 版本。 建议按照字体系列创建字体目录。 配置 fontspec: \usepackage{fontspec} \setmainfont{Brygada1918}[ P
阅读全文
posted @ 2025-06-22 07:26 Undefined443
阅读(272)
评论(0)
推荐(0)
终端十六进制查看器
摘要: hevi Arnau478/hevi: Hex viewer brew install hevi binsider orhun/binsider: Analyze ELF binaries like a boss ️♂️ binsider.dev binsider 是一个多功能 ELF 文件分析工
阅读全文
posted @ 2025-06-22 02:50 Undefined443
阅读(70)
评论(0)
推荐(0)
2025年6月20日
GNN
摘要: 这篇文章使用经典的 Cora 引文网络数据集来训练一个简单的 GCN(Graph Convolutional Network),完成一个半监督节点分类任务。 安装依赖: pip install torch -i https://download.pytorch.org/whl/cu128 pip i
阅读全文
posted @ 2025-06-20 21:11 Undefined443
阅读(52)
评论(0)
推荐(0)
K-Means 算法
摘要: K-Means 是一种常用的无监督聚类算法,主要功能是将一组未标注的数据样本自动划分为 \(K\) 个簇(Cluster)。它的核心目标可理解为:将数据点根据彼此之间的相似程度(通常用欧氏距离度量)进行分组,使得组内数据越紧凑、组间越分散越好。 K-Means 的数学目标可简单表示为最小化簇内平均距
阅读全文
posted @ 2025-06-20 21:03 Undefined443
阅读(52)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
12
···
59
下一页
公告