Welcome![Sign In][Sign Up]
Location:
Search - int

Search list

[assembly languageint

Description: 编写函数int index返回字符t在字条串s中出现的最左边的位置,如果在s中没有与t匹配的子串,不返回-1-function int index prepared to return to the characters not string's note appeared in the leftmost position, If s and t is not matched substring, not to return -1
Platform: | Size: 7774 | Author: luyou | Hits:

[Linux-UnixINT

Description: 清华大学-电子信息工程系-实验用ARM-linux-源代码-int篇
Platform: | Size: 11486 | Author: 姜勇 | Hits:

[OS DevelopINT

Description: 在主机上编译后,上传INT,重起开发板。 在主机上编译后,上传CLOCK,重起开发板。
Platform: | Size: 10127 | Author: 哈哈哈 | Hits:

[Other resourceTouch8x10D(INT)

Description: 这是一个D系列触摸屏程序,这个是TOUCH 8x10D(INT)产品的程序
Platform: | Size: 2204 | Author: shidi wong | Hits:

[Other resourceTouch15x20D(INT)

Description: 这是一个D系列触摸屏程序,这是一个型号为Touch15x20D(INT)型号的程序
Platform: | Size: 2166 | Author: shidi wong | Hits:

[Other resourceInterface PC KEYBOARD using 8051 INT pin

Description: Interface PC KEYBOARD using 8051 INT pin
Platform: | Size: 2549 | Author: 高威 | Hits:

[SCMInterface PC KEYBOARD using 8051 INT pin

Description: Interface PC KEYBOARD using 8051 INT pin
Platform: | Size: 2048 | Author: 高威 | Hits:

[assembly languageint1ctsr

Description: 汇编语言中断TSR时间程序(int 1ch)-assembly language TSR interruption time (int 1ch)
Platform: | Size: 1024 | Author: 王丹 | Hits:

[Crack Hack特殊磁道加密源代码

Description: 使用的是API编程,可格式化、校验和读写特殊扇区。可用作Windows下的磁盘加密。本函数还有以下两个缺点以待改进: 1.本函数还只能读能读 A: 和 B:,即只能对软盘操作 2.不能改变磁盘扇区大小,只能是标准的 512 个字节。 参数说明: command 操作: 0 重置磁盘 2 读扇区 3 写扇区 4 校验磁道 5 格式化磁道 8 得到设备参数 (int 1EH) drive 驱动器 A:=0 B:=1 head 磁头号,范围 0 - 1 track 磁道号,范围 0 - 84 ( 80 - 84 为特殊磁道,通常用来加密 ) sector 扇区号,范围 0 - 255 ( 19 - 255 为非标准扇区编号,通常用来加密) nsectors 每次读或写的扇区数,不能超出每磁道的最大扇区数 buffer 数据写入或读出的缓冲区,大小为 512 个字节 返回值 ( 同 Int 13H ): 0x0 成功 0x1 无效的命令 0x3 磁盘被写保护 0x4 扇区没有找到 0xa 发现坏扇区 0x80 磁盘没有准备好-using the API programming, formatting and testing literacy and special sectors. Windows can be used as a disk encryption. This function has the following two shortcomings to be improved : 1. This function can only be read, read A : and B : that only the right to operate two floppy disks. No change disk sector size, the standard is only 512 bytes. Parameter Description : command operations : 0 Reading 2 replacement disk write Sector Sector 3 4 5 checksum track to be formatted track eight equipment parameters (int 1EH) drive drive A : = 0 B : = 1 head head, range 0-1 track track, the range of 0-84 (80-84 for special track, normally used for encryption) sector sector, the scope of 0-255 (19-255 for a non-standard sector numbers, commonly used encryption) nsectors each read or write in the num
Platform: | Size: 38912 | Author: 李小 | Hits:

[Crack Hack大整数的加法

Description: 多数程序设计语言处理整数的能力是有限的,如C语言中,int类型数据范围是-32767----32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,本程序是设计算法实现大整数的加减运算。-majority programming language processing is integral to the limited capacity, such as C language, int data type is the scope-32767---- 32767. Practical problems of the treatment process often involves large integer arithmetic, such as the RSA encryption algorithm requires at least 64-bit integers, the procedure is designed algorithm large integer addition and subtraction operations.
Platform: | Size: 1024 | Author: 王承陶 | Hits:

[OS programBootCmos

Description: 龙已飞去的屠龙刀,系统关键数据/区MBR,DBR,CMOS-RAM 管理工具,适用Win9X/DOS ,开发工具BC3.1(+Turbo Vision),BIOS Int 13h-exiting the holding, the system key data/MBR District, DBR, CMOS-RAM management tools, application Win9X/DOS, development tools BC3.1 (Turbo Vision), the BIOS Int 13h
Platform: | Size: 111616 | Author: szh | Hits:

[Com PortPC机串行通信程序设计

Description: 本串行通信程序利用汇编语言通过BIOS中断调用和DOS功能调用实现PC机双机串行通信。其中,上位机和下位机串行口均为辅串口COM2(口地址为2FXH),对外用9针连接器与令一台PC机连接;BIOS通过“INT 14H”4个中断服务子程序,分别完成串口初始化编程、发送一帧数据、接受一帧数据以及测试通信线状态。本程序分为PC机串口自动测试程序(目的是测试串口好坏)和PC机全双工双机通信程序两个部分。-the serial communications procedures through the use of assembly language BIOS interrupt calls and function calls DOS PC Dual Serial Communication. Among them, PC and the next crew will be supplemented by serial port Serial COM2 (I address 2FXH) external with 9-pin connectors and enable a PC connection; through the BIOS "INT 14H," four interrupt service routines, complete serial port initialization programming, Send a data receiving a data communications test and the state line. The procedures are divided into PC serial automatic test procedure (for the purpose of testing Serial good or bad) and full-duplex PC-machine communication program two parts.
Platform: | Size: 58368 | Author: 王成 | Hits:

[Othertool_floppy_disk_wr

Description: 写软盘扇区的小程序及ASM源程序,采用ASM编程,直接使用BIOS INT 13H,使用方法,wr sourcefilename 0x115600 0x3000,参数1:被写文件名,参数2:起始逻辑扇区号,参数3:写长度-sector of floppy disks to write small programs and ASM source code, using ASM programming, direct use of the BIOS INT 13H, use, wr sourcefilename 0x115600 0x3000, a parameter : written documents, and two parameters : initial logic sector, three parameters : write length
Platform: | Size: 3072 | Author: tonyyang | Hits:

[Otherread2sec

Description: 我自己编写的一个汇编小程序 read2sec.asm 用扩展int 13h调用读取扇区内容(C调用的汇编子程序)-I prepared a compilation of small programs used to expand read2sec.asm call int 13h read Sector (C compilation subprogram call)
Platform: | Size: 1024 | Author: 江河 | Hits:

[File FormatINT_13_EXT

Description: 这文档,是祥细说明了Int 13调用的技术文件.-This document is a note wound calling Int 13 technical papers.
Platform: | Size: 29696 | Author: 李三零 | Hits:

[OtherBCD-int

Description: BCD码和16/32位有符号以及无符号整型数之间的转换-BCD and 16/32 bits signed and unsigned integer conversion between the
Platform: | Size: 1024 | Author: huhc | Hits:

[OtherHexStrToInt

Description: 函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2-16]任意进制数值字符串 返回:长整型数值 参数:strData 为将要转换的字符串 参数:jz 为字符串的进制 如: CString s s="FFA6" long data=StrToData(s,16) 则:data的值为:65446 用法:将StrToData.h和StrToData.cpp复制加入到您的工程里,在需要调用的函数中      加入#include "StrToData.h"即可调用 -function long StrToData (CString strData. int jz) function : is the string to integer values [string for 2-16] arbitrary numerical string to 229 : long integer numerical parameters : strData will be converted to a string parameters : jz for the string-band such as : CString s = s "FFA6" long StrToData data = (s, 16) : data values are : 65446 directions : StrToData.cpp StrToData.h and will be added to your copy of the works, in the need to call a function to add# include "StrToData.h" can be transferred with
Platform: | Size: 12288 | Author: 张海良 | Hits:

[CSharpcommunicationfunctiontesting

Description: 该程序的功能是利用BIOS的INT 14H号功能调用,将指定的数据从串行口发送出去。在发送过程中,程序不断检测通信线路状态,只有在“发送保持寄存器空”的情况下才发送下一个字符。 整个程序有主函数MAIN()及三个函数SEND(),INIT(),LINETEST()组成。MAIN()是程序的入口并控制数据的发送;INIT()函数提供对串行异步通信的初始化;SEND()函数将指定数据逐一发送出去;LINETEST()函数用于在发送数据前检测通信线路状态。 利用BIOS 功能调用进行串行异步通信,可以随时监测通信线路状态,只有在“发送保持寄存器空”或“接受缓冲器满”的条件下才能进行数据的发送和接收。-function of the program is to use the BIOS INT 14H, function, will be designated by the data from the serial port sent. In this process, procedures and ongoing testing communications circuits state Only in the "Send to maintain registers empty" the circumstances under which this under one character. The whole process is the main function MAIN () function and three SEND (), INIT (), LINETEST (). MAIN () is the entrance procedures and control data delivery; INIT () function to provide asynchronous serial communication initialization; SEND () function will be specified data sent out one by one; LINETEST () function to send data in the detection of pre-state communication lines. Use BIOS functions called serial asynchronous communication, it may state monitoring communications lines,
Platform: | Size: 25600 | Author: huwei | Hits:

[OtherTIME-INT

Description: 该程序利用了定时器1的周期中断功能,每1ms产生一次中断-procedures for the use of the timer interrupt the cycle of a function, each have an interruption 1ms
Platform: | Size: 1024 | Author: 林博 | Hits:

[CSharpBAS-INT

Description: 一个最简单的整型BASIC的C语言源码 一个最简BASIC的C语言源码,不提供编辑,通过C编译后,直接在命令行执行 BASIC程序.如 BAS-INT MIN. BAS-One of the most simple integer BASIC C-language source one of the most simple C-language source code BASIC, does not provide editing, compiled by C directly in the command-line implementation of the BASIC program. Such as BAS-INT MIN. BAS
Platform: | Size: 5120 | Author: iddison | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net