- 博客(58)
- 资源 (14)
- 收藏
- 关注
原创 2026世界杯赛程表
我用夸克网盘给你分享了「world cup 2026 schedule」,点击链接或复制整段内容,打开「夸克APP」即可获取。
2026-06-12 12:41:33
32
原创 新概念模拟电路
历时四年,在好评如潮的《你好,放大器》之后,西安交通大学电气工程学院杨建国老师携模电力作《新概念模拟电路》再度归来!不一样主题,更深入详细的阐述和丰富的电路案例,杨教授要将每一个技术主题讲透讲明白。链接:https://pan.quark.cn/s/79ace39214ec。ADI为大家免费奉上电子版,只为引领一群未来的模拟大神上路。一样的生活化语言,深入浅出让深奥的模电简单易懂。新的模电经典已出,模拟的江湖从此波澜壮阔!一样的风趣幽默,一扫模电的枯燥无趣;
2026-05-12 17:41:35
33
原创 Snipaste 2.11.3
作为曾经一度霸榜的截图软件,Snipaste 的钉图以及管理功能,可以说是开了先河。作为 Snipaste 曾经的付费用户,希望 Snipaste 能够早日推出 v3。这里放出解锁的 64 & 86 位元 v2 专业版本,算是给老友们的新年礼物了。当然,如果喜欢 Snipaste,还是希望有条件的朋友们支持一下原作者。目前最有力的同类竞争者,应该就是 PixPin了。
2026-04-14 21:59:51
313
原创 git彻底删除已经删除的分支记录
https://worktile.com/kb/ask/227024.htmlhttps://www.jianshu.com/p/884ff6252be5https://blog.vini123.com/391
2024-10-11 14:00:54
406
原创 git 还原修改,放弃当前的修改
git 还原修改,放弃当前的修改https://blog.csdn.net/qq_42618566/article/details/104486234
2024-10-09 21:03:10
402
原创 armlm使用方法
https://developer.arm.com/documentation/102516/1-3/Activate-and-deactivate-your-product-license/Activate-a-license-without-installing-toolshttps://community.arm.com/support-forums/f/keil-forum/56253/keil-mdk-community-edition-activate-failedhttps://learn.
2024-10-07 21:22:36
482
原创 ubuntu下vscode插件arm keil studio pack遇到的问题
ubuntu下vscode插件arm keil studio pack遇到的问题。原因很简单,几个软件没有装,而插件也没有检查依赖关系。
2024-10-07 16:25:20
615
原创 如何在wsl中使用beyond compare
參考:https://forum.scootersoftware.com/forum/beyond-compare-4-discussion/version-control-aa/14411-new-updates-in-windows-wsl。
2024-10-05 17:57:49
569
原创 Installing a Powerline /Nerd font for Windows
在2404.23版本中,已經加入了nerd和powerline字體。只需要將2404.23版本中的帶NF或PL的字體安裝,再把cmd的字體設為Cascadia Mono PL /NF即可。眾所周知,wsl是運行在windows的cmd或power cmd中。以往linux中設置好的字體不起作用。而是要設置windows的cmd/power cmd的字體。對於在WSL上運行的vim, airline插件的顯示可能會有問題。其原因是powerline或nerd字體的缺失。
2024-10-05 14:21:37
516
原创 What is the difference between ESR and DCR?
https://electronics.stackexchange.com/questions/594519/what-is-the-difference-between-esr-and-dcr
2023-07-20 17:46:49
806
原创 dpkg: error processing package
有错误的包,还要用加–purge 参数remove。大致意思是说,把包重新install。
2023-05-25 01:28:07
977
原创 明明是dynamic executable但ldd显示not a dynamic executable的解决办法
not a dynamic executable
2022-06-14 14:22:14
4234
原创 labview 2021sp1 下载链接
LabVIEW 2021 SP1 and DriversRelease Date2/16/22Included Versions2021 SP1Supported OSWindows 10 64-bitWindows Server 2016 64-bitWindows Server 2019 64-bitLanguageEnglishChecksum(MD5)f0b73a14a7e5ec7eb891c87c98e67aa4(SHA256)e28460317cfb8039f23c
2022-05-28 23:25:53
4119
原创 如何在ubuntu中安装和配置TeX Live ,Texstudio
记录:https://www.cnblogs.com/tsingke/p/13020450.html
2022-05-20 09:35:04
299
原创 sudo command doesn‘t source /root/.bashrc
https://unix.stackexchange.com/questions/228314/sudo-command-doesnt-source-root-bashrcQUESTION:I have added a custom path to PATH variable in my /root/.bashrc file.When i do sudo su; echo $PATH, it shows the entry, /path/to/custom/binsBut i do sudo sh
2022-05-19 17:18:14
405
原创 non-login/login/interactive/non-interactive关系
https://classpage.dmorgan.us/linadmin/labs/safe-remote-poweroff/safe-remote-poweroff.htmsafe remote poweroffIf you run a root command shell on your linux machine and remotely administer another one, also via a root command shell, it’s a matter of time be
2022-05-19 16:19:35
499
原创 ADDRESS WIDTH from RAM DEPTH
I am implementing a configurable DPRAM where RAM DEPTH is the parameter.How to determine ADDRESS WIDTH from RAM DEPTH?I know the relation RAM DEPTH = 2 ^ (ADDRESS WIDTH)i.e ADDRESS WIDTH = log (base 2) RAM DEPTH.How to implement the log (base 2) functi
2021-11-17 21:22:53
447
原创 Vivado Logic Analyzer - Warning: [Labtools 27-3123] The debug hub core was not detected at User Scan
https://support.xilinx.com/s/article/64764TITLEVivado Logic Analyzer - Warning: [Labtools 27-3123] The debug hub core was not detected at User Scan Chain 1 or 3DescriptionWhen programming the device in Hardware Manager for a design with ILA, I receive
2021-11-11 14:57:01
2451
原创 Getting Control Flow Graph from ANSI C code
源:https://stackoverflow.com/questions/16393985/getting-control-flow-graph-from-ansi-c-code/17844310For the control flow graph of a C Program you could look at existing Python parsers for C:[PyCParser](https://github.com/albertz/PyCParser)pycparserpycl
2021-10-29 14:39:30
399
原创 函数调用关系工具
doxygen:使用graphviz生成静态调用/继承关系图cflow:GNU cflow能够生成C程序的直接调用图和反向调用图egypt:一个小型Perl脚本,使用gcc和Graphviz生成C程序的静态调用图。Analizo:计算源代码度量,生成依赖关系图。CCTree:本地Vim插件,可以通过读取一个cscope数据库来显示静态调用图。为C程序工作。codeviz:一个静态调用图生成器(程序没有运行)。作为gcc的补丁实现;适用于C和C++程序。Cppdepend:是一个用于C/C++代码
2021-10-29 11:31:39
2219
原创 VIM 基础命令和环境变量
vim基础命令:version :显示版本及默认vimrc配置文件加载路径:scriptnames :按加载顺序显示vim启动后所有script:function :查看加载的所有functionVIM系统变量:echo $HOME :VIM HOME目录,对应于OS上的~目录Linux上为/home/username/Windows上为C:\Users\username\:echo $VIM :VIM被安装的目录VIM的目录路径为:\vim\vim\vim74\vim\vimfil
2021-09-20 22:13:12
1342
原创 极简vim插件管理工具
极简vim插件工具当没有插件管理器时,Vim 用户必须手动下载 tarball 包形式的插件,并将它们解压到 ~/.vim 目录中。在少量插件的时候可以。但当他们安装更多的插件时,就会变得一团糟。所有插件文件分散在单个目录中,用户无法找到哪个文件属于哪个插件。此外,他们无法找到他们应该删除哪个文件来卸载插件。这时 Vim 插件管理器就可以派上用场。插件管理器将安装插件的文件保存在单独的目录中,因此管理所有插件变得非常容易。我们几个月前已经写了关于 Vundle 的文章。今天,我们将看到又一个名为 “Vim
2021-09-20 22:03:18
376
原创 When should signals be AC coupled ?
Can LVDS be used to drive multiple loads (multi-drop) ?LVDS is primarily a point-to-point signaling technology meaning 1 driver and 1 receiver. In some special circumstances LVDS can be used to drive multiple loads; in this case the driver must be at one
2021-09-15 21:56:42
214
原创 如何给Vref加约束
原文链接https://forums.xilinx.com/t5/Other-FPGA-Architecture/help-me-constraints-external-Vref/td-p/736905If you use an I/O standard that needs the VREF (an SSTL, HSTL, etc… input), then the tools will know that a VREF is necessary. If you use the internal VR
2021-09-13 19:46:06
1766
2
Handbook of Real-Time and Embedded Systems
2009-09-07
The Definitive Guide to GCC, Second Edition
2009-11-27
JLink_Windows_V754c_x86_64.exe
2021-09-26
JLink_Linux_V754c_x86_64 for ubuntu
2021-09-26
JLink_Windows_V754c_x86_64.7z
2021-10-07
斯坦福大學EE261《傅里葉變換及應用》的配套教材
2020-10-31
The fast Fourier transform_ An introduction to its theory and application.djvu
2020-08-24
JLink_Windows_V686f-.7z
2020-11-04
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅