搜索结果
找到约 1,269 项符合
P-Channel 的查询结果
金融证券系统 // chebysheve outlier detection // this function is used to detect the abnormal value among a set o
// chebysheve outlier detection
// this function is used to detect the abnormal value among a set of data
// input:
// delta: a set of data
// flag: discribe which data is already known as outlier
// p: restrict level
// output:
// double[] door : byyond which the data may be considered as a outlie ...
DSP编程 TMS320C6711的上电自检 This source code is ultimately used to create a JEDEC programming file used * to p
TMS320C6711的上电自检 This source code is ultimately used to create a JEDEC programming file used
* to program the Flash ROM on the C6711 DSK.
Delphi控件源码 用于无约束优化的鲍威尔优化方法
用于无约束优化的鲍威尔优化方法,
程序中参数解释如下://P:存放设计变量
//XI:存放两个线性无关的向量
//N:含有N各元素的一维实型数组,用于存储设计变量
//NP:整形变量,用于存储P与xi的维数
//FTOL:迭代精度
//FRET:输出参数,存放目标函数在找到的近似极小值点处的值
//ITER:迭代次数 ...
其他 ISCAS的benchmark 含有原理图
ISCAS的benchmark 含有原理图,VHDL、VerilogHDL网表,测试数据等。
27-channel interrupt controller
其他 Please read this document before attempting to compile and run the libraries and applications! The p
Please read this document before attempting to compile and run the libraries and applications! The projects
must be compiled in a particular order. Standard support questions are about compiler and/or linker errors
that are generated when users try to compile the projects in the wrong order. Other i ...
微处理器开发 用S51单片机控制驱动芯片L298程序(C语言) 有六个端口,输入端口分别为P1.0,P1.1,P1.2,P1.3,P1.4,P1.5. 六个输出端口分别为P0.0,P0.1,P0.2,P0.3,P
用S51单片机控制驱动芯片L298程序(C语言) 有六个端口,输入端口分别为P1.0,P1.1,P1.2,P1.3,P1.4,P1.5.
六个输出端口分别为P0.0,P0.1,P0.2,P0.3,P2.4,P2.5.
其中P0.0,P0.2,P2.5输出高低电平.P0.1,P0.3,P2.4输出PWM脉冲信号.
程序要求 只要P1.0-P1.5中任一个为"1",则P0.0,P0.2输出高电平
当P1.2或P1.3为"1",P0.1,P0.3输出占 ...
其他书籍 This paper addresses the subject of SQL Injection in a Microsoft SQL Server/IIS/Active Server Page
This paper addresses the subject of SQL Injection in a Microsoft SQL Server/IIS/Active
Server Pages environment, but most of the techniques discussed have equivalents in other
database environments. It should be viewed as a "follow up", or perhaps an appendix, to
the previous paper, "Advanced SQL ...
其他书籍 Optimisation of the pilot-to-data power ratio in the wireless MIMO-OFDM system with low-complexity
Optimisation of the pilot-to-data power ratio in the wireless MIMO-OFDM
system with low-complexity MMSE channel estimation
操作系统开发 一、 进程控制 1、 定义PCB(可以采用静态结构或动态结构):包括理论PCB中的基本内容
一、 进程控制
1、 定义PCB(可以采用静态结构或动态结构):包括理论PCB中的基本内容,如ID、进程状态、队列指针。由于无法实现真正的进程创建功能,在实验中只需建立PCB,用它代表完整的进程。
2、 定义进程状态转换方式:进程的状态转换是由进程内部操作或操作系统的控制引起,由于无法实现这些功能,学生可以采用随机数 ...