本代码利用256色位图的数据区的信息冗余,将信息隐藏在位图数据区,实现了信息隐藏的功能。- 下载
|
部分程序具体运行步骤: 放数字转换表(即段码表); 放位码表; 数据缓冲区; 临时交换区;-some of the procedures specific operation steps : up to Digital Converters (that of the stopwatch); Fang-bit code table; Data buffer; Provisional exchange; 下载
|
显示所输入字符的区位码或asc码,虽然简单,但调试程序或分析数据时常能用得到,很方便-revealed that the importation of characters in an area code or asc yards, although simple, but debugging procedures or data analysis often can use to be very convenient 下载
|
输入数据中车牌号码的格式如下(共七位):其中前2位01-04代表地区,第3位A-Z代表车的\n使用类型,后4位0000-9999代表车号。-input data registration number, the format is as follows (a total of seven) : it 01-04 before two representatives, the first three A-Z on behalf of the car \ n use types, after four representatives kept 0000-9999. 下载
|
帮同学写的代码,把一块区域随即分割为固定大小的若干区域,并在每个区域随机种子,可以做位实验数据,希望能给其他朋友有所帮助-help students write the code, then a regional division of the fixed size of a number of regional and random seeds in each region that can be done at the experimental data, in hopes of giving other friends help 下载
|
建立对多个16位整数串接在一起构成的大容量整数进行加减乘除运算的子程序库。 输入:键盘输入三个参数 :位数(以16位整数为一‘位’),两个参与运算的多位数(16×位数)分别存放在数据区 输出:运算结果(16×位数)存放到数据区,DS:BX指向结果所在地址,并将结果显示在屏幕上 - 下载
|
Unix二进制数据文件的数据格式记录方式与windows有较大区别,位数是颠倒的,因此,在windows下需要将其数据文件格式颠倒过来才能使用。-Unix binary data file format for recording data with a greater distinction between windows, The median is confusing, therefore, the windows will be required under its data file format can be used reversed. 下载
|
本人独创的位图处理思路,利用24与8位图像数据区的特点建立互换函数,可以不需使用繁琐的调色板.-original bitmap processing, use 24 and eight image data characteristics of the establishment of the exchange functions, you need to use cumbersome palette. 下载
|
功能:实现pc机键盘(p/s2接口)与8位单片机连接使用 原理:键盘时钟接在p3.2口,既8051的外部中断int0上,键盘数据接到p1.0上 每次按键,键盘会向单片机发脉冲使单片机发生外部中断,数据有p1.0口一位一位传进来 传回的数据格式为:1位开始位(0),8位数据位(所按按键的通码,用来识别按键),1位校验位(奇校验) 1位结束位(1) 实现:将键盘发回的数据放到一个缓冲区里(数组),当按键结束后发生内部中断来处理所按的按键 缺点:由于51单片机的容量有限所以缓冲区不可以开的太大,这就导致可以记录键盘的按键次数过少, 也就是容错性一般。不过如果正常使用键盘是不会出错的- 下载
|
实现pc机键盘(p/s2接口)与8位单片机连接使用 原理:键盘时钟接在p3.2口,既8051的外部中断int0上,键盘数据接到p1.0上 每次按键,键盘会向单片机发脉冲使单片机发生外部中断,数据有p1.0口一位一位传进来 传回的数据格式为:1位开始位(0),8位数据位(所按按键的通码,用来识别按键),1位校验位(奇校验) 1位结束位(1) 实现:将键盘发回的数据放到一个缓冲区里(数组),当按键结束后发生内部中断来处理所按的按键 缺点:由于51单片机的容量有限所以缓冲区不可以开的太大,这就导致可以记录键盘的按键次数过少, 也就是容错性一般。不过如果正常使用键盘是不会出错的 -achieve PCs keyboard (p/s2 Interface) with 8-bit microcontroller connectivity principles : Then in the keyboard clock p3.2 mouth, both of 8051 int0 external interrupts, p1.0 keyboard data received on each button, the keyboard will be made to pulse so SCM SCM external interrupt occurred, data p1.0 I come in a one-to-data formats : a starting place (0), 8 data bits (which keys on the general code, used to identify keys), a parity bit (odd check) at the end of one (1) To achieve : keyboard will be sent back data in a buffer (the array) When the button after internal disruption to address shortcomings on the button : As the 51 SCM buffer capacity is limited not so much open, This has led to record the number of keys of the keyboard is too small, that is fault-tolerant general. However, if the 下载
|