登录
首页 » Windows开发 » 一个Win2000系统下的并口驱动程序源代码,在Vc6.0环境下编的....

一个Win2000系统下的并口驱动程序源代码,在Vc6.0环境下编的....

于 2022-07-26 发布 文件大小:53.27 kB
0 179
下载积分: 2 下载次数: 1

代码说明:

一个Win2000系统下的并口驱动程序源代码,在Vc6.0环境下编的.-a Win2000 system under the parallel port driver source code, the environment Vc6.0 series.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 学生信息管理系统,实现了学生信息的添加删除修改功能
    用java 学生信息管理系统,实现了学生信息的添加删除修改功能 ,包含登录界面,添加信息界面,删除信息界面,修改界面,学生信息存储在mysql数据库中,因此实现了java和mysql数据库的连接
    2022-04-22 13:05:19下载
    积分:1
  • When starting with protocols that work at the upper layers of the network models...
    When starting with protocols that work at the upper layers of the network models, each set of data is wrapped inside the next lower layer protocol, similar to wrapping letters inside an envelope. The application creates the data, then the transport layer wraps that data inside its format, then the network layer wraps the data, and finally the link (Ethernet) layer encapsulates the data and transmits it. Each network layer either encapsulates the data stream with additional information, or manages data handling or come part of the connection
    2022-05-23 09:07:19下载
    积分:1
  • 本对象为自定义按钮对象,修改自扁平按钮 // 主要功能为:扁平按钮形式 〔包括原扁平按钮的所有功能〕 // 渐进色状态 〔具有渐近色的按钮〕 //...
    本对象为自定义按钮对象,修改自扁平按钮 // 主要功能为:扁平按钮形式 〔包括原扁平按钮的所有功能〕 // 渐进色状态 〔具有渐近色的按钮〕 // 正常按钮状态 〔修饰了的原始PB按钮〕 // 新增两种XP风格按钮 〔焦点状态颜色不同〕 // 图片按钮状态〔可用pb自己的图片〕 // 椭圆形按钮状态 〔在以上几种按钮形态下把按钮转换为椭圆形〕 // 提示信息显示 〔显示按钮的提示信息〕-The custom button for the object, modified from a flat button// main function as: a flat button on the form of the original flat button 〔including all the features〕// progressive color asymptotic state 〔〕 button color// normal button state 〔modified button of the original PB〕// Two new XP style buttons 〔〕 different focus of the state of the color// picture button state can be used 〔〕 pb own picture// oval-shaped button in the above state 〔button patterns button under the conversion for the oval-shaped〕// prompt information display shows buttons 〔〕 message
    2023-03-24 13:55:02下载
    积分:1
  • 自己整理的一些东西,我觉得是学习C语言图像变成的好资料,要得就下吧!...
    自己整理的一些东西,我觉得是学习C语言图像变成的好资料,要得就下吧!-people to sort of things, I think it is learning C language into a good image, fine on the next!
    2022-04-22 21:34:33下载
    积分:1
  • 这是一个关于tree kernel 的文章,很有帮助。比较新的文章
    这是一个关于tree kernel 的文章,很有帮助。比较新的文章-This is an article on the tree kernel to deal with it. Relatively new article
    2022-05-27 09:22:34下载
    积分:1
  • 数独游戏C++代码,在VC6.0下运行在控制台上,使用回溯法解决,…
    数独游戏解算C++代码,在vc6.0上运行,控制台,使用回溯法解决,首先输出的是一个满足规则的数独例子,接着可以自己输入已知点的个数及其坐标、数字(要求不能违反规则),然后会生成满足条件的一个例子。-Sudoku solver C++ Code, in vc6.0 run on the console, use backtracking to solve, first of all to meet the output is a single example of a few rules, and then can enter the number of known points and coordinates, numbers (request can not be against the rules), and then meet the conditions will generate an example.
    2023-03-24 18:10:03下载
    积分:1
  • 塔河内问题,一个经典的数学问题,如果人们做,当第…
    汉诺塔问题,古典的一个数学问题,如果人来做,当盘子达到十几个,人力就难及了。-Towers of Hanoi problem, a classical mathematical problem, if people do, when the plate reached a dozen, and the manpower it will be difficult.
    2022-01-24 09:39:36下载
    积分:1
  • 同时利用DLL从记忆
    also using dll from memory
    2023-09-07 18:10:04下载
    积分:1
  • 斯坦福大学数据库系统实现,书中对数据库系统实现原理进行了深入阐述,并具体讨论了数据库管理系统的三个主要成分―存储管理器、查询处理器和事务管理器的实现技术。书中还...
    斯坦福大学数据库系统实现,书中对数据库系统实现原理进行了深入阐述,并具体讨论了数据库管理系统的三个主要成分―存储管理器、查询处理器和事务管理器的实现技术。书中还对信息集成的最新技术,例如数据仓库、OLAP、数据挖掘、Mediator、数据立方体系统等进行了介绍。 -Stanford University database system implementation, the book Principles of database system implementation conducted in-depth exposition and, specifically, the database management system for three main components- store manager, query processor and transaction manager implementation technology. The book also integrates the latest technology information, such as data warehousing, OLAP, data mining, Mediator, data cube system were introduced.
    2022-01-26 02:11:22下载
    积分:1
  • 日期计算器,输入日期就可以查到它是星期几。希望对大家有帮助,谢谢!...
    日期计算器,输入日期就可以查到它是星期几。希望对大家有帮助,谢谢!-Date calculator, enter the date can be found on the day of the week it is. I hope there is help for everyone, thank you!
    2022-04-18 07:55:56下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载