搜索资源列表
loop
- 基于RTL8019XX芯片实现loopback mode 1 ,2 和 3,纯C代码.-based RTL8019XX chip loopback mode 1, 2 and 3, pure C code.
dvKrnlData
- 该代码为我学习winnt内核时所写,主要功能是在ring3下通过DeviceIoControl与驱动进行通信,获取内核的数据以及sdt,idt信息等。并实现了hook NtQuerySystemInformation函数来实现进程隐藏的功能-The code for the kernel, I am learning winnt wrote, Its main function is in ring3 through DeviceIoControl communication with the
powercontrol
- 利用vb達到電源供應器的控制,若將電源供應器加入控制的一環會使得系統功能完善。-Use vb to achieve control of power supply, if the power supply by adding a control loop will make the system fully functional.
30F2010_V1-Double-Loop
- BLDC驱动程序,通用性非常强,可以驱动多款BLDC,效率很高,是用双闭环算法-Drive for Motor,use double loop
_33FJ12MC202-dobule-loop
- BLDC驱动程序,通用性非常强,可以驱动多款BLDC,效率很高,是用双闭环调速算法-Drive for Motor
uartps_v1_03_a
- 串口中断测试程序,实现串口自动收发功能,显示结果为无线循环一秒写1,两秒写2-Serial port interrupt test program, automatic serial transceiver function, display the results of one second to write an infinite loop, two seconds to write two
PID-control-of-C-code-
- 主要讲述工业上最经典的闭环控制,PID控制系统,以及PID控制算法的C语言实现方式。-Focuses on the industry' s most classic closed-loop control, PID control system, as well as PID control algorithm C language implementation.
ADF4351
- 锁相环源程序,基于stm32的控制,开发环境用keil5,-Phase locked loop source program, based on STM32 control, development environment with keil5,
L5-E5
- 利用函数和递归做一个数列的加减运算,数列的加减运算有一定的规律,可利用函数与计算出结果-The constant can be calculated by the infinite series: = 4- 4/3+ 4/5- 4/7+ 4/9- 4/11+.... Write a C program that uses a do/while loop to calculate using the series. The program