搜索资源列表
用MATLAB实现的不合格品率P控制图的绘制
- 用MATLAB实现的不合格品率P控制图的绘制,只要将数据导入data.txt文件,然后在MATLAB中运行main.m文件即可打开绘图界面。(注意:路径要设置好)-the failure rate of P Commodities Control Map, as long as the data into data.txt documents, then in MATLAB run main.m document can be open graphics interface. (Note : T
P-Q
- P-Q潮流计算简单实现,10阶以内均可计算,算例可参考<<电力系统稳态分析>>,东南大学,第二版,174-178页.-P-Q trend is simple to achieve, within 10 bands can be calculated with reference counting
G-P
- G-P算法程序,用matlab编写,希望能共享,同时我也想下载一些源码,因为是新手,希望多多支持!谢谢!-G-P algorithm procedures, using Matlab prepared hope sharing, I also want to download the source code, as a greenhorn, hoping for their support! Thank you!
page.change
- 功能介绍: l 输入进程P总共有的页面数,l 并输入系统已经在内存中分配的页面数。当所分配的页面数大于进程P的页面数时,l 则不l 需要进行页面调度工作。 l 由进程P的页面数目,l 程序随机生成一些访问内存的页面号,l 为简化程序,l 这些页面号的数目同l 进程P的进程数目一致(这个缺陷也有待改进)。 l 由用户选择FIFO算法还是LRU算法对进程P的页面访问内存分配的页面进行分配,l 并输出具体的页面访问过程。 原理介绍: 请求页式管理中的置换算法:置换算法在内存中没有空
uart(p-to-p)
- 这是MSP430异步串行通信代码。是点对点的通信代码。欢迎下载。-asynchronous serial communication code. Is a point-to-point communications code. Welcome to download.
ServerSocket
- 用于最简单的p to p聊天程序,需要知道对方的ip地址和所开的断口,是基于socket的传输-for the most simple p to p chat program, need to know each other's ip address and open fracture is based on the socket transmission
smp86xx_rootfs.tar.bz2
- sigma smp8634/8635 toolchain rootfs building source. ================= Readme.txt ================= This is the Sigma Designs customization of the root file system for the SMP86xx family of chips. This package is of course
指纹识别
- 摘要:指纹识别技术在各个领域的应用已经逐渐成熟,本文基于信息论中的互信息,在指纹识别的特征选取和识别提出自己的一些想法。 1 引言 指纹是人终身不变的生理特征之一,因其具有惟一性、稳定性以及方便性等独特的特点,使指纹识别成为现在应用最广泛的生物识别技术。 指纹识别系统处理的流程中,指纹图像预处理是第一个处理环节,我沿用已经成熟的去噪,二值化,滤波,细化,对其进行预处理。 互信息作为最终的识别准则来进行指纹的识别。 2 指纹的预处理 般自动指纹识别系统由图像采集、图像预处理、细节点提取和指纹匹 几
hyplas
- ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
DB3201_.rar
- 音频处理器DB3201的资料,比较齐全,基本在网上很难找到.,Audio processor DB3201 information, relatively complete, the basic line is very difficult to find.
pcb_footprint.rar
- 常用pcb库文件,方便进行电路开发,protel99格式的,Pcb library file used to facilitate the development circuit, protel99 format
OCMJ5X10B.rar
- 金鹏电子的OCMJ5X10B型液晶屏的资料!也可以从金鹏电子网站上下载到!其中包括例程、数据手册、汉字代码等!,Jinpeng Electronics OCMJ5X10B LCD screen of information! Can also be downloaded from the website to Jinpeng Electronics! These include routines, data, manuals, character code, etc.!
clock_system_of_LPC23xx
- LPC23xx系列ARM时钟源的选择、PLL的设置步骤以及注意事项等。PPT做的非常出色。-LPC23xx Series ARM clock source selection, PLL settings, as well as attention to matters such as these. PPT doing very well.
P-TO-P
- 利用java 来实现P2P协议,联网实现,客户端与服务端得通信,只要模拟-Use java to implement P2P protocols, network implementation, client and server have to communicate, as long as the simulation QQ
A-PAINLESS-GUIDE-TO-CRC-ERROR-DETECTION-ALGORITHMS
- A PAINLESS GUIDE TO CRC ERROR DETECTION ALGORITHMS CRC校验理论与实践的经典教程,Ross写的。-A PAINLESS GUIDE TO CRC ERROR DETECTION ALGORITHMS CRC checksum of the classic theory and practice tutorials, Ross wrote.
p-to-p
- 关于p-to-p的omnet++仿真,有仿真的所有文件,只需点击exe文件即可运行。-On the p-to-p of omnet++ Simulation, simulation of all the files there, just click the exe file to run.
jufeng
- pdg to pdf convertor .rar
P-touch_Editor3-1
- 非常好的图形标签设计生成和打印管理软件,支持条形码,二维码,光盘标签和Logo的编辑。-Very good graphic label design to generate and print management software, supports bar codes, two-dimensional code, edit disc label and Logo.
rsa
- 1.问题描述 RSA密码系统可具体描述为:取两个大素数p和q,令n=pq,N=(p-1)(q-1),随机选择整数d,满足gcd(d,N)=1,ed=1 modN。 公开密钥:k1=(n,e) 私有密钥:k2=(p,q,d) 加密算法:对于待加密消息m,其对应的密文为c=E(m)=me(modn) 解密算法:D(c)=cd(modn) 2.基本要求 p,q,d,e参数选取合理,程序要求界面友好,自动化程度高。 4. 实现提示 要实现一个真实的RSA密码系统,主要考虑对大整数的处理。P
M to P
- DMA测试实验,将数据有内存发送到外设,数据由串口接收显示(DMA test experiment, send the data to the peripherals, the data is received from the serial port)