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

Search list

[Exploit软盘和CD_RW监视模块

Description: 删除----------光驱,软驱-delete ---------- drive, floppy drive
Platform: | Size: 8963 | 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: 38856 | Author: 李小 | Hits:

[Other判别并定位到光驱(软驱)

Description: 本程序介绍如何判别并定位到光驱软驱,并进行读写-the procedures on how to identifying and positioning of the floppy drive, and write
Platform: | Size: 34188 | Author: 李明 | Hits:

[CSharp挽救软盘

Description: 软盘的FAT表(文件分配表)被损坏时,计算机就不能从软盘上读取数据。 但是,在软盘中有两份完全相同的文件分配表,而DOS在读文件时并不使用 第二张文件分配表,因此,它被损坏的可能性较低。在计算机提示FAT表损 坏时,利用第二张分配表重写第一张文件分配表,往往能成功地挽回你的软 盘上的数据。文件分配表在磁盘中的具体位置及长度视磁盘的规格不同而 不同。 本文提供的程序,用Turbo C 2.0编写,于Dos6.22,UCDOS 3.1下通过。 按照程序的提示,可方便地完成这一工作。-floppy FAT (File Allocation Table) were damaged, the computer is not possible to read data on the floppy. However, the floppy disk is identical to the two File Allocation Table, and DOS when reading the document does not use the second-File Allocation Table, therefore, it was the possibility of damage to the lower. The computer table suggested FAT damage, the use of a second table to rewrite the first File Allocation Table, often successfully restore your data on the floppy disk. File Allocation Table disk in the specific location and length depending on the disk with different specifications. In this paper, the procedures used to prepare Turbo C 2.0, in the shadow, UCDOS 3.1 through. According to the suggested procedure would facilitate completion of this work.
Platform: | Size: 1201 | Author: 王想 | Hits:

[assembly languageRAS加密实践

Description: 从软盘启动计算机,并且可以显示时钟,按键可以改变屏幕颜色-your computer from a floppy disk, and can display clock, screen buttons can change color
Platform: | Size: 33513 | Author: 白文博 | Hits:

[Othermicro_os

Description: 微型操作系统,想知道操作系统秘密的初学者可以在这起步。 文件列表: 1 micro-os.img 已编好的软盘映象。 2 micro-os_kernel.bin 命令核心二进制代码 3 micro-os_loader.boot 启动二进制代码 4 micro-os_loader.asm micro-os_kernel.asm 源文件 用法:1 编译源文件 2 将loader.boot 用工具写入软盘0道0头1扇区 kernel.bin写入0.0.2-0.0.n (n<10) 在 0.0.1的最后两个字节写入55h ,aah 3 启动 有几个可用命令 help cls quit exit reboot -micro operating system, the operating system would like to know the secret in this beginners can start. The list : a micro-os.img has compiled a good disk image. Two micro-order core os_kernel.bin binary code three micro-os_loader.boot start binary four micro-os_loader.asm micro-os_kernel.asm source usage : a compiler source 2 to loader.boot using tools into floppy 0 0 1 Sector kernel.bin into 0.0.2 - 0.0.n (4; 10) In the last two 0.0.1 byte write cycles, aah 3 launch several orders can help cls quit exit reboot
Platform: | Size: 9507 | Author: 京继鸿 | Hits:

[Driver Developflpydisk

Description: The flpydisk sample is a floppy driver that resides in the directory \\\\Ntddk\\Src\\Storage\\Fdc\\Flpydsk. It is similar to a class driver in that it sits a level above the floppy disk controller in the driver stack, and brokers communication between the application level and the low-level driver. The floppy driver takes commands from the application and then calls routines in the controller which will in turn perform the actual interaction with the device. The sample compiles in 64-bit, but has not been tested in this environment. It is compatible with x86 and Alpha platforms.
Platform: | Size: 43575 | Author: 真姓名 | Hits:

[Disk Toolsdefrag

Description: NT下的磁盘碎片整理程序 -NT floppy disk fragment reorganization procedure
Platform: | Size: 36864 | Author: 站长 | Hits:

[OS programngdiskspacemonitor

Description: 监控磁盘的可用空间程序,到了设定的限度就提供警告- Monitors the floppy disk to be possible to use the spatial procedure, has provided to the hypothesis limit warned
Platform: | Size: 34816 | Author: 站长 | Hits:

[OtherMakeRavKeyDisk

Description: 破解瑞星软盘的程序-Rising crack floppy procedures
Platform: | Size: 3072 | Author: 站长 | Hits:

[Disk Toolsvolsubs

Description: 修改磁盘卷标的C源程序- Revision floppy disk volume sign C source program
Platform: | Size: 4096 | Author: 李振海 | Hits:

[JSP/Javamedi-doc-0[1].2.0

Description: Medi 这是一个基于Java的媒体文件归档器工具,它可以用于保存你的媒体文件的有关信息(CD,软盘,等等),将文件分类存放到一个数据库。它也是为家庭用户提供的使用DBMS的一套应用程序的开端。-Medi this is based on the Java media document filing away tool, it may use in to preserve your media document related information (CD, floppy disk, and so on), deposits the document classification to a database. It also is a use DBMS set of applications procedure beginning which provides for the family user.
Platform: | Size: 1479680 | Author: 王文 | Hits:

[Editorvb60_fanli

Description: 主要是一些文件操作的技巧,例如文本编辑器的制作,简易的文件管理器,磁盘中查找文件等的基本VB程序 ,广大的VB爱好者可以参考一下我的程序- Mainly is some document operations skills, for example the text editor s manufacture, the simple document management, in the floppy disk searches the document and so on the basic VB procedure, the general VB amateur may refer to my procedure
Platform: | Size: 35840 | Author: 刘键 | Hits:

[Other编程技巧荟萃1

Description: 有关界面操作及检测磁盘是否忙状态、磁硬是否写保护的几个源程序- The related contact surface operation and the examination floppy disk busy condition, are the magnetism whether hard whether writes the protection several source programs
Platform: | Size: 2048 | Author: 蔡志伟 | Hits:

[Multimedia programmedi-doc-0[1].2.0.tar

Description: Medi 这是一个基于Java的媒体文件归档器工具,它可以用于保存你的媒体文件的有关信息(CD,软盘,等等),将文件分类存放到一个数据库。它也是为家庭用户提供的使用DBMS的一套应用程序的开端。-Medi this is based on the Java media document filing away tool, it may use in to preserve your media document related information (CD, floppy disk, and so on), deposits the document classification to a database. It also is a use DBMS set of applications procedure beginning which provides for the family user.
Platform: | Size: 559104 | Author: 张军 | Hits:

[Multimedia programmedi-doc-0[1].2.0.tar

Description: Medi 这是一个基于Java的媒体文件归档器工具,它可以用于保存你的媒体文件的有关信息(CD,软盘,等等),将文件分类存放到一个数据库。它也是为家庭用户提供的使用DBMS的一套应用程序的开端。 -Medi this is based on the Java media document filing away tool, it may use in to preserve your media document related information (CD, floppy disk, and so on), deposits the document classification to a database. It also is a use DBMS set of applications procedure beginning which provides for the family user.
Platform: | Size: 559104 | Author: 赵何 | Hits:

[Windows Develop41-60

Description: vc灵感编程范例源代码 41 3DButton 42 计时器 43 动态改变光标和图标 44 捕获鼠标 45 得到一些系统信息 46 确定应用程序的路径 47 注册系统热键 48 检测光驱软驱是否准备就绪 49 判断驱动器的类型 50 检测磁盘容量 51 MyFormat 52 Win98下热键关机 53 获得当前屏幕的分辨率两种方法 54 在screen上显示文字 55 启动屏幕保护程序 56 开机后程序自动运行 57 Windows 2000下关机 58 屏蔽系统热键 59 获取文件图标 60 避免程序运行多个实例-vc inspiration source code programming examples 3DButton 42 41 43 timer to change the cursor and dynamic map superscript 44 mouse caught some 45 information systems 46 to determine the application's path 47 registration system hotkeys 48 Detection floppy drive the readiness of 49 drivers to judge the types of detection disk capacity 50 51 52 MyFormat Win98 hotkeys under 53 was shutdown current screen resolution two methods in 54 characters displayed on the screen started 55 of 56 screen saver automatically reboot after running under Windows 2000 57 58 Off Screen Hotkey 59 cover access to documents icon 60 to avoid running multiple instances of
Platform: | Size: 760832 | Author: yiyizi | Hits:

[Windows Develop源代码-高源

Description: 包括10个源码:1 令系统托盘(提示区/Sys tray)中的图标显示气泡提示框(Tool Tip)的代码 2 软盘格式化程序 3 一个虚拟驱动盘映射器 4 这个软件可以得到大多数的“高级”系统信息,比如系统缓存的密码、PROXY设置、网卡MAC等 5 用过Flashget和网络蚂蚁的朋友应该知道在IE中右击右击菜单有使用(xxxxx)下载.本代码就实现此功能。可以获取在网页中选择的文本,链接 地址,图片. 6 引起轰动的源码,能在视窗里每一个窗口最小化按钮旁加一个新按钮,这个新按钮的功能是将窗口最小化到系统状态栏,强烈推荐!!! 7 一个系统程序,可以察看系统中当前窗口的局柄等信息,可以察看系统窗口,例如任务栏、开始按钮。可以通过鼠标移动察看光标位置下的 窗口的信息 8 通过Winsock实现的Web服务器程序,目前只支持html格式,如ASP,CGI等可能自己扩展,通过此程序可以学习掌握Winsock控件的使用,多用户的考虑 9 一个可以获得Windows可执行文件(Portable Executable File)的文件头信息的程序 10 可以放大部分图片, 象放大镜.-including 10 Source : Order a system tray (Hint/AB tray), the icon shows bubble boxes (Tool Tip) 2 floppy disk formatting code procedures 3 a virtual disk drive mapping for the four software can be the most "advanced" system information, such as the password caching system, PROXY setup, MAC used five Flashget and network ant friends should know that the IE right-click a right-click menu use (xxxxx). The code on the realization of this function. Can be obtained on the website, select the text link address, and pictures. 6 caused a stir source code, Windows Lane in every one of the smallest window button side a new button, This new button's function is to minimize the window to the system status bar, and strongly recommended! ! ! 7 a system procedures, the system can see the
Platform: | Size: 433152 | Author: 站长 | Hits:

[Exploit-=虚拟启动软盘vFloppy=-

Description: -=虚拟启动软盘vFloppy=-.--= virtual boot floppy vFloppy =
Platform: | Size: 1152000 | Author: 原野 | Hits:

[Linux-UnixBootinst

Description: 用于制作启动软盘!-used to create a boot floppy!
Platform: | Size: 10240 | Author: 贺志宏 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 24 »

CodeBus www.codebus.net