代码搜索:串行信号

找到约 10,000 项符合「串行信号」的源代码

代码结果 10,000
www.eeworm.com/read/248322/12583900

txt hnxxcxg信号量.txt

信号量(semaphore) 另一种使线程同步的技术是使用信号量对象。它是在互斥的基础上建立的。但信号量 增加了资源计数的功能,预定数目的线程允许同时进入要同步的代码。用 createSemaphore()来创建一个信号量对象,其声明如下: function createsemaphore(lpSemaphoreAttributes: pSecurityAttributes;
www.eeworm.com/read/334193/12619081

vi 信号测量1.vi

www.eeworm.com/read/146455/12646857

txt 14.1.3 正弦信号发生.txt

SINSG: MOV R5,#00H SIN: MOV A, R5 MOV DPTR,#CTABH MOV R5,#00H SIN: MOV A,R5 MOV DPTR,#CTABH MOVC A,@A+DPTR MOV DPTR,#0DFFFH MOVX @DPTR,A INC R5
www.eeworm.com/read/300272/13922501

asm 信号发生器.asm

$MOD841 SP0 EQU 50H CLK81 EQU P3.5 DAT81 EQU P3.3 KEYVAL EQU 31H ;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ORG 0000H LJMP MAIN ORG
www.eeworm.com/read/109055/15566110

txt 创建信号量.txt

/* Creat the semaphore */ #include #include #include #include #include #include #include #define flag1 IPC