虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Nt

  • 运行平台: LINUX/UNIX MaciNtosh Windows Server 2003 Windows 2000 Windows XP Windows CE Windows 9*/ME Wind

    运行平台: LINUX/UNIX MaciNtosh Windows Server 2003 Windows 2000 Windows XP Windows CE Windows 9*/ME Windows Nt MS-DOS

    标签: Windows MaciNtosh Server LINUX

    上传时间: 2013-12-23

    上传用户:qoovoop

  • Bochs is a highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most po

    Bochs is a highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the INtel x86 CPU, common I/O devices, and a custom BIOS. CurreNtly, Bochs can be compiled to emulate a 386, 486, PeNtium, PeNtium Pro or AMD64 CPU, including optional MMX, SSE, SSE2 and 3DNow! instructions. Bochs is capable of running most Operating Systems inside the emulation including Linux, DOS, Windows 95/98 and Windows Nt/2000. Bochs was written by Kevin Lawton and is curreNtly maiNtained by the Bochs project at "http://bochs.sourceforge.net".

    标签: emulator portable written highly

    上传时间: 2015-04-06

    上传用户:FreeSky

  • 本程序只用于个人EXCEL密码遗忘时

    本程序只用于个人EXCEL密码遗忘时,试图探测密码; 减少重复劳动,不可进行其它不当使用,否则后果由使用者自负; 在文本框中输入EXCEL文档的全路径名称,例如: C:\doc\book1.xls; 适用于WINDOWS95/98/Nt系统 ,安装了EXCEL97 。 此源码公开,欢迎感兴趣的网友优化提高。 稍加修改即可用于探测ACCESS ,WORD 文档的密码。 适当修改或增加密码字典:dict.DIC(纯文本),可提高探测速度。 可探测1~12位密码,可扩展为15位。 可先以4位数字密码来测试本程序,然后再用其它组合。 我发现网上也有类似程序,是共享程序。可能速度快一些.

    标签: EXCEL 程序 密码

    上传时间: 2015-04-13

    上传用户:ayfeixiao

  • This program queries the network and shows the Domains/Servers/Workstations structure. It also shows

    This program queries the network and shows the Domains/Servers/Workstations structure. It also shows the users of each Server or Workstation and can send messages to the selected PC. This programs works only on a Windows Nt 4.0 Machine! 查询网络,显示 域/服务器/工作站的结构,它也显示用户,并将信息发送到指定的PC,只能在Nt 4上工作

    标签: shows Workstations the structure

    上传时间: 2015-04-13

    上传用户:sclyutian

  • 一、 实验内容 S语言的编译程序的词法分析部分实现 从左到右扫描每行S语言源程序的符号

    一、 实验内容 S语言的编译程序的词法分析部分实现 从左到右扫描每行S语言源程序的符号,拼成单词,换成内部表示(token) 二、 实验要求 要求实现编译器的以下功能:  组织源程序的输入  按规则拼写单词,并转换成二元形式  删除空格及无用符号(如回车符,字符常数的引号符等)  发现并定位错误  建立单词表、符号表、常数表等文件 三、 实现方法 数据结构 1、 输入 S语言源程序,为文本文件 2、 输出 词法分析程序的运行结果是:产生一个单词序列文件(token文件)和一个常数表、一个符号表文件,并输出错误信息。 (1) token文件结构 token文件用于存放从S语言源程序中扫描出来的一个个单词符号的机内表示,其文件结构如下: typedef struct token { Nt label char name[30] iNt code iNt addr }token 说明:  label:单词序号;  name[30]:单词本身;  code:单词的编辑;  addr:地址,单词本身保留字时值为-1,为标识符成常数时为大于0常数,即该标识符成常数在符号表中的入口地址。

    标签: 语言 实验 编译

    上传时间: 2015-04-29

    上传用户:refeNt

  • 串口调试助手 v1.0 使用说明 本程序完全参照龚建伟《串口调试助手V2.2》制作而成

    串口调试助手 v1.0 使用说明 本程序完全参照龚建伟《串口调试助手V2.2》制作而成,原软件是用VC编写的,我将它改用Delphi编写,作为我学习串口编程的一个例子与工具使用。 其中用到串口控件为ComPort,该控件为开源软件,各大网站均有下载,目前最新版为3.0。 使用平台: WIN9X/Nt/2000/XP 本软件目前仅供三线制(NONMODEM)串口调试之用,所有功能均置于界面上,一目了然,其义自明,这里仅对十六进制发送作一说明: 十六进制发送:选中(CHECK)十六进制发送后,程序会自动从发送框取16进制数发送,最好按16进制格式填写,例如:12 34 56 77 10 使用窗口悬浮功能:点击程序左下角的针状按钮可以使程序置于最上层,保持可见; 放大至全屏:当需要扩大接收窗口以方便观看数据时,可以点击右上角最大化按钮 另外:还要注意的是调试串口时,插拨串口接头应尽量关闭计算机,至少保证一端是关闭的。 其它串口资料如接线、标准、源代码、编程、串口网络可到 龚建伟技术主页http://www.gjwtech.com 查找。 EMAIL:mastersky@21cn.com QQ:11116580 作者:sky 2005-12-19 原作者:龚建伟 工学博士 原作者联系方式:webmaster@gjwtech.com

    标签: 1.0 2.2 串口 调试助手

    上传时间: 2014-01-10

    上传用户:czl10052678

  • HanGame木马VC源代码 外面流传的很多HANGAME的木马生成器 并不能获取到玩家的身上的钱数 我发的这个源码是VC写的 喜欢VC的朋友来研究研究吧 功能: 在win98/win2k/n

    HanGame木马VC源代码 外面流传的很多HANGAME的木马生成器 并不能获取到玩家的身上的钱数 我发的这个源码是VC写的 喜欢VC的朋友来研究研究吧 功能: 在win98/win2k/Nt/xp/2003下都无进程 能准确截取 HANGAME 玩家登陆的游戏帐号 密码 游戏房间URL 随身钱数 无进程 通过80端口传递信息 主要是想让朋友们一起学习键盘钩子 老鸟就别看拉 是很一般的作品 目前还可以使用的

    标签: win HanGame HANGAME 木马

    上传时间: 2013-12-18

    上传用户:himbly

  • This is an example how one could hide a process on Windows based operation systems from task viewer

    This is an example how one could hide a process on Windows based operation systems from task viewers like ProcDump (G-RoM, Lorian & Stone) or ProcessExplorer (SysINternals). It could e.g. be used as some kind of dump protection. The way to get this done is very differeNt on Nt and 9x machines.

    标签: operation Windows example process

    上传时间: 2013-12-17

    上传用户:wang0123456789

  • 贪吃蛇网络版 运行平台 LINUX/UNIX MaciNtosh Windows Server 2003 Windows 2000 Windows XP Windows CE Windows 9*/

    贪吃蛇网络版 运行平台 LINUX/UNIX MaciNtosh Windows Server 2003 Windows 2000 Windows XP Windows CE Windows 9*/ME Windows Nt MS-DOS

    标签: Windows MaciNtosh Server LINUX

    上传时间: 2015-05-06

    上传用户:徐孺

  • 本书介绍如何编写某些类型的windows设备驱动程序

    本书介绍如何编写某些类型的windows设备驱动程序,主要描述windows 98和windows 2000的windows驱动程序模型(WDM)。另外,还将介绍也可以在W1ndow s Nt 3.51和Nt 4中运行的设备驱动程序,称为“Nt式”驱动程序。

    标签: windows 编写 程序 设备驱动

    上传时间: 2014-01-14

    上传用户:1966640071