搜索资源列表
用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!
multi_media_datasheet_FT6986DCTDFW-P-G-F-LED
- 这是台湾一家多媒体芯片的详细记述文档,网上没有的,共享给大家!-and it is a multimedia chip detailed descr iptions of the documents, not the Internet, to share everyone!
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.
rda5807P1.0ch.rar
- 该文档是目前市场上最小模块FM收音机的编程指南,讲解非常的清晰。是原厂内部资料,The documents are currently on the market' s smallest FM radio module programming guide, to explain very clearly. Are the original internal information
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.
PB9-DataWindow-to-PDF
- 工作中常需要将生成的数据报表转成pdf格式,这个系统非常好。-we need tranform the data-report to pdf format, this programme is fit to solve above problem
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)