-
本人编制且正在使用的c51键盘读取程序,抗抖动性能好,很好用。...
本人编制且正在使用的c51键盘读取程序,抗抖动性能好,很好用。--A C51 keyboard value read program written by me. It is very stable, even when dithering.
- 2022-02-09 17:46:58下载
- 积分:1
-
lpc4357-ucossii移植代码
资源描述
lpc4357-ucossii移植代码,lpc4357-ucossii移植代码,lpc4357-ucossii移植代码,lpc4357-ucossii移植代码,lpc4357-ucossii移植代码,lpc4357-ucossii移植代码,lpc4357-ucossii移植代码,lpc4357-ucossii移植代码,lpc4357-ucossii移植代码,lpc4357-ucossii移植代码,lpc4357-ucossii移植代码,lpc4357-ucossii移植代码,
- 2022-01-24 12:37:45下载
- 积分:1
-
一个介绍minigui的很好的中文版的电子资料,是pdf格式。很适合初学者参考。...
一个介绍minigui的很好的中文版的电子资料,是pdf格式。很适合初学者参考。-Minigui a good introduction of the Chinese version of electronic data is pdf format. Very suitable for beginners reference.
- 2022-01-24 13:38:48下载
- 积分:1
-
数控PIC16F876A电力生产(完整的C程序+HEX +仿真+电路)等…
PIC16F876A制作数控电源(完整C程序+HEX+仿真+电路图) 源代码,protues仿真图,电路图全套-NC PIC16F876A power production (complete C program+ HEX+ Simulation+ circuit) source code, protues simulation map, a full set of circuit
- 2022-03-14 05:14:41下载
- 积分:1
-
Major topics of the c8051f020 achieve PCA pulse
主要讲了c8051f020实现PCA脉宽调制功能。-Major topics of the c8051f020 achieve PCA pulse-width modulation functions.
- 2022-05-23 13:29:19下载
- 积分:1
-
a g19264LCD screen source code has passed a debugger.
一个g19264LCD屏的源代码,已通过了调试。-a g19264LCD screen source code has passed a debugger.
- 2022-02-14 23:05:12下载
- 积分:1
-
The CNC precision DC voltage
该数控直流电流源以精密压控电流源为核心、用单片机、DAC组成控制电路,引入“S类”反馈控制功率放大电路,实现超精密电流控制、具备精准的扩流能力、低失调、有步进、同时带有 丰富扩展功能的精密电流源。经过ADC采样,完成输出电流显示功能,并使输出范围覆盖0~2A,是理想的电流源解决方案。-The CNC precision DC voltage-controlled current source to current source at the core, with single-chip, DAC control circuit components, the introduction of " S-type" feedback control circuit power amplifier to achieve ultra-precision current control, with precise flow capacity expansion, low disorder, there is stepping at the same time and expanded with rich precision current source. ADC sampling after completion of output current display, and output cover 0 ~ 2A, the current source is an ideal solution.
- 2022-08-02 23:38:08下载
- 积分:1
-
程序资料共享 希望大家共同进步 共同努力 加油 !
程序资料共享 希望大家共同进步 共同努力 加油 !-Procedures for the sharing of information would like the common progress of the joint efforts of U.S. refueling!
- 2022-05-28 03:04:28下载
- 积分:1
-
软件代码阅读方法与实践
英文原版,Diomidis Spinellis 著
软件代码阅读方法与实践
英文原版,Diomidis Spinellis 著-Software code reading method and practice of the original English edition, Diomidis Spinellis the
- 2023-07-29 00:20:03下载
- 积分:1
-
rootfs挂载 【mini_rootfs】
应用背景
本地挂载:
# setenv bootargs root=/dev/mtdblock4 init=/linuxrc console=ttySAC0,115200 rootfstype=yaffs rw
nfs方式挂载rootfs
本地PC端:
1 准备好/mini_rootfs
2 安装软件包
#apt-get install nfs-common nfs-kernel-server portmap
3 配置nfs服务
#vim /etc/exports
加上以下内容:
/mini_rootfs *(rw,sync,no_root_squash)
重启nfs服务器
#/etc/init.d/nfs-kernel-server restart
开发端:
1 配置内核以支持NFS启动
make menuconfig
[*] Networking support --->
Networking options --->
[*] IP: kernel level autoconfiguration
File systems --->
[*] Network File Systems ---&
- 2022-10-20 07:15:04下载
- 积分:1