Neblk
Канал
@neblk
Поделиться
Продвигать
139
подписчиков
困顿。幻灭。 #普通物理 #数据库原理与应用 #数据结构与算法 #概率论与数理统计 #面向对象程序设计 #Java程序设计 #信息安全基础 #编译原理 #计算机组成原理 #英语 #人工智能 #Python程序设计 #嵌入式系统 #计算机视觉 #游戏 #Homelab #智能软件 #计算机学科导论 #操作系统 #软件工程 #桌面开发 #信息技术基础 #模拟电子技术 #计算机网络 #工程伦理与项目管理 #计算机图形 #未分类
Love Center - Dating, Friends & Matches, NY, LA, Dubai, Global
Бот для знакомств
Запустить
Neblk
Neblk
https://www.kernel.org/doc/html/latest/input/event-codes.html #桌面开发
https://www.kernel.org/doc/html/latest/input/multi-touch-protocol.html
#桌面开发
Neblk
https://stackoverflow.com/questions/16110515/explanation-of-fuzz-and-flat-in-input-absinfo-struct-in-input-h
#桌面开发
Stack Overflow
Explanation of fuzz and flat in input_absinfo struct in input.h
I'm trying to tweak the sensitivity of a joystick which does not work correctly with SDL, using the EVIOCSABS call from input.h. I think that the fuzz and flat members of the input_absinfo struct ...
Neblk
Neblk
https://www.kernel.org/doc/html/latest/input/uinput.html #桌面开发
https://www.kernel.org/doc/html/latest/input/event-codes.html
#桌面开发
Neblk
https://www.cnblogs.com/sosoman/archive/2010/09/11/1823808.html
#计算机网络
Cnblogs
ip classless&no ip classless - soderman - 博客园
IP classless的作用:1、ip classless这条命令是作用于路由转发进程的,告诉路由器工作在无类环境下2、它能让路由器超越有类网络的边界而根据最长匹配条目来转发数据包;3、当目的网络没有出现在路由表中时通过默认路由转发数据包,而不是简单的丢弃4、如果路由器工作在有类环境下,当目的网络
Neblk
https://study-ccna.com/no-ip-domain-lookup-command/
#计算机网络
Study CCNA
The no ip domain-lookup Command
This article describes the no ip domain-lookup command, which is used to disable the DNS translation process in Cisco IOS.
Neblk
https://stackoverflow.com/questions/6314042/stat-vs-mkdir-with-eexist
#操作系统
Stack Overflow
stat vs mkdir with EEXIST
I need to create folder if it does not exists, so I use:
bool mkdir_if_not_exist(const char *dir)
{
bool ret = false;
if (dir) {
// first check if folder exists
struct stat folder_in...
Neblk
https://unix.stackexchange.com/questions/101515/why-does-a-new-directory-have-a-hard-link-count-of-2-before-anything-is-added-to
#操作系统
Unix & Linux Stack Exchange
Why does a new directory have a hard link count of 2 before anything is added to it?
Say I just create directory newDirectory and then I do ls -ld command. I see that the number of hard links is 2. What exactly makes the hard link 2 from the start? Also is the number of subdirector...
Neblk
https://digital-domain.net/largefiles.html
#操作系统
Neblk
https://wiki.postmarketos.org/wiki/Patching
#嵌入式系统
Neblk
https://stackoverflow.com/questions/11555662/tcp-difference-between-congestion-window-and-receive-window
#计算机网络
Stack Overflow
TCP - Difference between congestion window and receive window
I try to understand the difference between the congestion window and the receive window.
As I understand it, the receiver window is a buffer where the receiver can get the packets. The same is true...
Neblk
https://stackoverflow.com/questions/33143779/what-is-progress-and-bounded-waiting-in-critical-section
#操作系统
Stack Overflow
What is progress and bounded waiting in critical section?
I was reading Critical Section Problem from Operating System Concepts by Peter B. Galvin.
According to it
1) Progress is : If no process is executing in its critical section and some processes wi...
Neblk
https://softlockup.com/SystemAdministration/Linux/Kernel/softlockup/
#操作系统
SoftLockup
Linux Kernel - Deep Dive into Soft/Hard Lockups
This article dives into the depts of the Linux Kernel's watchdog and how it handles soft and hard lockups.
Neblk
https://stackoverflow.com/questions/6332517/how-do-the-registers-get-saved-when-a-process-gets-interrupted
#操作系统
Stack Overflow
how do the registers get saved when a process gets interrupted?
this has been bugging me all day. When a program sets itself up to call a function when it receives a certain interrupt, I know that the registers are pushed onto the stack when the program is
Neblk
#计算机网络
Neblk
http://www.maastaar.net/fuse/linux/filesystem/c/2016/05/21/writing-a-simple-filesystem-using-fuse/
#操作系统
maastaar.net
Writing a Simple Filesystem Using FUSE in C
Yet Another Programming Blog :-)
Neblk
https://stackoverflow.com/questions/51310506/using-c-libgpiod-library-how-can-i-set-gpio-lines-to-be-outputs-and-manipulat
#嵌入式系统
Stack Overflow
Using c++ libgpiod library, how can I set gpio lines to be outputs and manipulate single lines with set_value() function?
I just started using c++ bindings of libgpiod library and have problem with settings gpios. I know, that I can create long vector of values, and apply it in all at once, but I would like to be able...
Neblk
https://community.milkv.io/t/uboot/181
https://community.milkv.io/t/opensbi/681
https://community.milkv.io/t/cv1800b-baremetal/2445
#嵌入式系统
Milk-V Community
使用uboot引导自己的操作系统
本人之前正在学习清华大学的uCore操作系统教程,正好看到Milkv-duo这块Riscv开发板,正好可以用来提供一个真实的硬件环境来运行自己写的操作系统程序。 根据芯片的官方文档,CV1800b 在启动时会在 FAT32 分区中寻找 fip.bin 文件,引导其中的 bl2->opensbi->uboot,uboot 再去引导 boot.sd。 最开始我想的是将自己的 kernel 替换 uboot(即放在 LOADER_2ND 的位置),直接从 opensbi 跳转进来,但在编译 fip.bin…
Neblk
https://popovicu.com/posts/risc-v-sbi-and-full-boot-process/
#嵌入式系统
#操作系统
Popovicu
RISC-V SBI and the full boot process
Detailed explanation on how RISC-V boot process works and what role SBI has in the RISC-V software stack. Concrete example with OpenSBI.
Neblk
https://ggame.gledos.science/website/gcores.html
#未分类
Neblk
ncnn小课堂2:如何在ncnn中新建并推理单层 - 知乎
https://zhuanlan.fxzhihu.com/p/308469221
#智能软件
#嵌入式系统
FxZhihu / Fixup Zhihu
ncnn小课堂2:如何在ncnn中新建并推理单层 | FxZhihu
还是上次那个工作,不知道的同学可以看看上次的文章下面的,当然,如果没看过,一定…