p-code
探索P-Code技术的精髓,掌握这一高效编程与控制的核心。P-Code以其紧凑的代码结构和卓越的执行效率,在嵌入式系统、自动化控制及物联网设备中广泛应用。无论是初学者还是资深工程师,这里汇集了5565个精选资源,涵盖从基础教程到高级应用案例,助您快速提升技能,解决实际项目中的挑战。立即访问,开启您的...
p-code 全部资料 4,020 份
数字基带传输系统的MATLAB仿真实现 function [sampl,re_sampl]=system_1(A,F,P,D,snr,m,N) 输入变量A ,F,P分别为输入信号的幅度、频率和相
数字基带传输系统的MATLAB仿真实现 function [sampl,re_sampl]=system_1(A,F,P,D,snr,m,N) 输入变量A ,F,P分别为输入信号的幅度、频率和相位,D为量化电平数,snr 为信道信...
k-meansy算法源代码。This directory contains code implementing the K-means algorithm. Source code may be f
k-meansy算法源代码。This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. ...
As the source code name, this code is writing in Verilog and also inside the folder there is a c cod
As the source code name, this code is writing in Verilog and also inside the folder there is a c code to see the simulat...
this is a trade sale system realized by java. It can run some easy functions and has a good design p
this is a trade sale system realized by java. It can run some easy functions and has a good design pattern CVS. A good p...
P-FUZZY-PI控制器在水工模型水位控制系统中的应用
水工模型水位控制系统是一个典型的非线性、大时滞控制系统,采用P - FUZZY - PI 复合控制器对其进行控制,既利用了模糊控制适应能力强,动态特性好,抗干扰能力强的特点,又利用PID 控制消除了系
进程通信与进程同步机制实践 有三个进程R、M、P
进程通信与进程同步机制实践 有三个进程R、M、P,分别负责从键盘读入数据、对读入的数据进行处理、将处理后的数据从屏幕输出,三个进程共享同一个缓冲区。试用操作系统提供的进程通信和同步机制,使三个进程能够相互协作,正确的完成数据的读入、处理和...