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

XP-driven

  • 这套学籍管理系统,吸取众多软件的优点

    这套学籍管理系统,吸取众多软件的优点,适合:小学、初中、高中、中专等学校使用。 软件摒弃了一些不常用的功能,做到了功能强大但不复杂,界面漂亮而不花哨,使用简单化,窗口操作一目了然。 它具备的功能有: 1、适合在网络环境下使用。只需要将工作目录共享,即可实现联网录入,联网管理。 2、支持用户定义和权限定义,可有效防止数据被删除或泄露。 3、采用office xp菜单(全新修改),XP窗体,XP界面更酷; 4、提供强大的编辑功能,可以实现类EXCEL似的编辑,复制、剪切、粘贴、填充、替换、查找等功能均俱全; 5、对学校版提供了多个实用的报表。报表控件全新修改。 6、报表的任一字段均可以自定义修改,自义定导出等。 7、支持页面的自定义(纸宽、纸高,边距,打印方向) 8、表格支持:隐藏列、行,调整行高、列宽,设置单元格的格式; 9、表格隐藏即不打印,当前表格内容均可导出为其它格式数据。 选择本系统相信会为你的工作减轻不少负担!

    标签: 管理系统 多软件

    上传时间: 2013-12-31

    上传用户:253189838

  • WMI驱动实例

    WMI驱动实例,可参看windows2000/xp WDM设备驱动程序开发

    标签: WMI 驱动

    上传时间: 2014-12-20

    上传用户:wanghui2438

  • 六个系统安装方法及其应用(solaris

    六个系统安装方法及其应用(solaris,freebsd,linux,windows98,2k,xp) 从网络上搜集整理

    标签: solaris 安装方法

    上传时间: 2015-04-14

    上传用户:lanwei

  • 这是一个介绍windows api编程的书

    这是一个介绍windows api编程的书,主要应用于2000/xp系统,有兴趣的可以看看哦,很实用.

    标签: windows api 编程

    上传时间: 2015-04-15

    上传用户:671145514

  • 有关密码为: 服务端:为 “1”。 客户端:为机器的月份+日期。 如“2005/08/05”

    有关密码为: 服务端:为 “1”。 客户端:为机器的月份+日期。 如“2005/08/05”, 则为数字“85” 数据库:为“xzxq”。 适用:Win98,XP. 编译:DELPHI 6.0。 蠢作还有很多问题,如在XP操作系统上还不能屏蔽功能键和进程。

    标签: 2005 08 05 密码

    上传时间: 2013-12-26

    上传用户:qwe1234

  • LPC2148 USB Audio Device Example This USB example project implements an USB Audio Device that conne

    LPC2148 USB Audio Device Example This USB example project implements an USB Audio Device that connects via the USB interface to the PC. It may be used on the following devices: LPC2141 LPC2142 LPC2144 LPC2146 LPC2148 An USB Audio Device (HID) does not require any special USB driver, since the USB Audio support is already built into Windows 2000 and Windows XP. Therefore USB Audio devices can be directly connected to the computer. This example project is designed to work with Keil MCB2140 Evaluation Board. Refer to Running USBAudio for information on how to operate this example project.

    标签: Device USB Audio implements

    上传时间: 2015-04-16

    上传用户:VRMMO

  • CBC下写的串口编程

    CBC下写的串口编程,API函数实例 I wish this site had been around when I was trying to figure out how to make serial communications work in Windows95. I, like many programmers, was hit with the double-whammy of having to learn Windows programming and Win95 serial comm programming at the same time. I found both tasks confusing at best. It was particularly frustrating because I had, over the years, written so much stuff (including lots of serial comm software) for the DOS environment and numerous embedded applications. Interrupt driven serial comm, DMA transfer serial comm, TSR serial comm, C, assembler, various processors... you name it, it had written it. Yet, everything I knew seemed upside-down in the message-driven-callback world of Windows.

    标签: CBC 串口编程

    上传时间: 2014-06-20

    上传用户:cccole0605

  • 这个是请华大学的VC 程序设计的课件。既有对C/c++语言的概括

    这个是请华大学的VC 程序设计的课件。既有对C/c++语言的概括,对C++语言核心内容的讲解。也有对windows API函数的讲解.课件非常的生动,重点非常的突出,对Microsoft Press 出版社出版的<Windows 程序设计>(Charles Petzold写的)(第5版)有非常好的帮助作用。后面章节有对MFC的介绍,和VC编程的实力,技巧。认真学习之后要编一个仿Windows XP的计算器,应该不是一件很难的事了。这个是清华的期末考试的一个课程设计了。

    标签: 大学 程序设计 语言

    上传时间: 2014-01-16

    上传用户:1966640071

  • 英文名为:《Data.Protection.and.Information.Lifecycle.Management》内容为:数据维护计划的统一框架

    英文名为:《Data.Protection.and.Information.Lifecycle.Management》内容为:数据维护计划的统一框架,数据维护的策略标准,使用政策驱动(policy-driven)数据维护及数据生命周期(DLM)管理来提高安全、降低成本等。

    标签: Information Protection Management Lifecycle

    上传时间: 2014-01-08

    上传用户:banyou

  • This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrup

    This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrupt driven (with the exception of sending the data via USB to the host.) An interrupt is generated when the PS/2 start bit is received, at which time the firmware will begin its receive routine. In addition to this interrupt, every 168ms a timer overflow interrupts the main program and implements one state of the mouse state machine. This state machine handles sending bytes to and translating bytes received from the PS/2 mouse automatically. All of this is done in the background while the main program runs in the foreground. The only operation that the main program implements is sending mouse data to the PC via USB.

    标签: firmware mouse translates translator

    上传时间: 2015-04-26

    上传用户:cuiyashuo