IC卡操作软件:AT88SCl604芯片的操作模式有五种。它们是通过配pgm、RST、CLK等引脚信号及内部地址计数器(IAC)的状态组合来实现。 (1) 芯片复位操作: AT88SCl604有两种复位方式:上电复位和控制复位。 上电复位: 上电复位是当芯片加电时的最初状态。上电复位属于芯片 内部复位。它将使芯片内部所有的隐含标志复位到"0"状态。并使地址计数器复位到0位。 控制复位: 当CLK为低时,在RST脚上的一个下降沿将便芯片产生复位操作。 控制复位是将地址计数器复位到0位,而不影响任何内部标志的状态。
上传时间: 2015-03-27
上传用户:我们的船长
此代码是C编的EWZ的测试程序,大家可以尝试对这个包里lena.pgm进行图像压缩处理.
上传时间: 2014-01-27
上传用户:songnanhua
将raw image转换为pgm格式的文件. 通过修改写入的文件头部分, 可以转换其他格式的图像文件。
上传时间: 2013-12-24
上传用户:偷心的海盗
c pgm to find redundant paths in a graph.Many fault-tolerant network algorithms rely on an underlying assumption that there are possibly distinct network paths between a source-destination pair. Given a directed graph as input, write a program that uses depth-first search to determine all such paths. Note that, these paths are not vertex-disjoint i.e., the vertices may repeat but they are all edge-disjoint i.e., no two paths have the same edges. The input is the adjacency matrix of a directed acyclic graph and a pair(s) of source and destination vertices and the output should be the number of such disjoint paths and the paths themselves on separate lines. In case of multiple paths the output should be in order of paths with minimum vertices first. In case of tie the vertex number should be taken in consideration for ordering.
标签: fault-tolerant algorithms redundant underlyin
上传时间: 2013-12-18
上传用户:jkhjkh1982
Code to convert an pgm image to matrix matlab
标签: convert matrix matlab image
上传时间: 2014-01-25
上传用户:gut1234567
This is a pgm can be used for astronomy
上传时间: 2014-01-03
上传用户:haohaoxuexi
this pgm renames the file
上传时间: 2014-12-06
上传用户:金宜
color pgm using java
上传时间: 2014-01-16
上传用户:qlpqlq
Delineate is a tool for converting bitmap raster images to SVG (Scalable Vector Graphics) using AutoTrace or potrace. It displays SVG results using Apache Batik. Input formats are JPEG, PNG, GIF, BMP, TIFF, PNM, PBM, pgm, PPM, IFF,PCD, PSD, RAS.
标签: converting Delineate Graphics Scalable
上传时间: 2014-01-19
上传用户:四只眼
压缩包的内容包括:1.有关JPEG和DPCM算法的文章;2.实现其算法的压缩程序3.有关图像压缩方面的资料。读者请注意: <1>这里讨论的是灰度图像的压缩不涉及彩色图像。 <2>实现压缩时,输入的图像数据采用一种自定义的格式(com 格式),前四个字节记录图像的宽度和高度,之后就是逐 行的图像数据,图像的开头和结尾没有任何标记。这种格式的图像数据是从BMP图像中得到的。 <3>这里没有JPEG算法的解压程序,压缩后的数据存成标准的JPEG文件格式,任何视图软件都可以打开。DPCM方法中的解 压缩程序将数据仍然存成com格式,可以将其转成pgm格式观看,压缩包中由com转为pgm格式的程序。
上传时间: 2014-01-15
上传用户:qq21508895