登录
首页 » Visual C++ » tvicport

tvicport

于 2005-05-26 发布 文件大小:465KB
0 302
下载积分: 1 下载次数: 10

代码说明:

  在WINDOWS 9X/NT下不通过WIN DDK而直接存取硬件的专用开发包,支持VISUAL C++和DELPHI/C++ BUILDER,需要32位编译器。TVicPort includes transparent support for Windows 95/98 and Windows NT (in Windows 9X/NT under WIN DDK is not passed directly access dedicated hardware development kits, support Visual C and Delphi/C BUILDER need 32 compiler. TVicPort includes transparent support for Windows 95/98 and Windows NT)

文件列表:

BC_PP
.....\INST_BC5.TXT
.....\Resource.h
.....\TVicPort.dll
.....\TVICPORT.H
.....\TVicPort.lib
.....\VERSION.H
.....\Victest.cpp
.....\VICTEST.DEF

.....\VICTEST.IDE
.....\VICTEST.RC
.....\VICTEST.RES
Builder1
........\Hw_test.cpp
........\Hw_test.mak
........\INST_CB1.TXT
........\MAINFORM.CPP
........\MAINFORM.DFM
........\MAINFORM.H
........\PORT_32.DCR
........\PORT_32.DCU
........\PORT_32.HPP
........\PORT_32.OBJ
Builder3
........\Hw_test.bpr
........\Hw_test.cpp
........\INST_CB3.TXT
........\MAINFORM.CPP
........\MAINFORM.DFM
........\MAINFORM.H
........\PORTCB30.BPI
........\PORTCB30.BPK
........\PORTCB30.BPL
........\PORTCB30.CPP
........\PORTCB30.LIB
........\PORTCB30.OBJ
........\PORTCB30.RES
........\PORT_32.DCR
........\PORT_32.DCU
........\PORT_32.HPP
........\PORT_32.OBJ
Builder4
........\Hw_test.bpr
........\Hw_test.cpp
........\Hw_test.res
........\INST_CB4.TXT
........\MAINFORM.CPP
........\MAINFORM.DFM
........\MAINFORM.H
........\PORTCB40.BPK
........\PORTCB40.BPL
........\PORTCB40.CPP
........\PORTCB40.OBJ
........\PORTCB40.RES
........\PORT_32.DCR
........\PORT_32.DCU
........\PORT_32.HPP
........\PORT_32.OBJ
DELPHI2
.......\Hw_test.dpr
.......\Hw_test.res
.......\inst_d2.txt
.......\Main.dfm
.......\Main.pas
.......\port_32.DCR
.......\PORT_32.dcu
DELPHI3
.......\Hw_test.dpr
.......\Hw_test.res
.......\inst_d3.txt
.......\Main.dfm
.......\Main.pas
.......\portd30.dcp
.......\portd30.dcu
.......\portd30.dpk
.......\portd30.dpl
.......\portd30.res
.......\port_32.DCR
.......\port_32.dcu
DELPHI4
.......\Hw_test.dpr
.......\Hw_test.res
.......\inst_d4.txt
.......\Main.dfm
.......\Main.pas
.......\PORTD40.BPL
.......\PORTD40.CFG
.......\PORTD40.DCU
.......\PORTD40.DOF
.......\PORTD40.DPK
.......\PORTD40.RES
.......\port_32.DCR
.......\PORT_32.DCU
DOCS
....\AS_COMP.TXT
....\AS_DLL.TXT
....\AS_OCX.TXT
....\COMMERC.TXT
....\FILE_ID.DIZ

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

发表评论

0 个回复

  • travelingsalesman
    用动态规划法求解旅行商问题 已经加入注释 欢迎批评指正(dynamic programming method for the traveling salesman problem has joined Notes welcome criticism correction)
    2005-06-09 15:40:17下载
    积分:1
  • 9_2
    VC中容器和游标的使用,一个简单的例子。。(VC cursor in the containers and the use of a simple example. .)
    2009-05-31 23:35:52下载
    积分:1
  • Win32Timer
    基于Visual C++ 的win32控制台的程序,实现使用定时器的功能,(Visual C++ win32 console-based program, using the timer function,)
    2012-03-06 14:20:34下载
    积分:1
  • shiper
    Воронежский гос университет, задача по сям
    2009-10-11 01:30:49下载
    积分:1
  • Desktop
    调度问题的回溯算法,算法中的经典问题。问题描述:假设有n个任务由k个可并行工作的机器完成。完成任务i需要的时间为ti。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。(Scheduling problem backtracking algorithm is the classic problem. Problem Description: Suppose there are n-task by the k-parallel machine can be completed. The time required to complete the task i is ti. Try to design an algorithm to find completing these n-best task scheduling, making the earliest time to complete all tasks.)
    2010-02-19 23:31:11下载
    积分:1
  • Csendmail
    这是一个实现用C语言发送电子邮件的小程序,可以把截获的键盘记录发送给监控的主机。(This is a realization of C language small program to send email, you can send intercepted keyloggers monitored host.)
    2013-07-28 19:00:36下载
    积分:1
  • guiji
    惯导系统轨迹生成器,能生成不同位置转动和舰船摇摆条件下的陀螺和加速度计数据,用于研究惯导系统(INS trajectory generator can generate different locations and ships swing conditions rotating gyroscope and accelerometer data, inertial navigation systems for research)
    2013-08-29 09:49:03下载
    积分:1
  • CheckManage
    考勤管理系统可以有效地管理企事业单位员工的出勤情况,规范人事制度管理,保证企事业单位的正常动作,是人力资产管理的重要组成部分。本系统的开发主要包括后台数据库的建立、维护以及前端应用程序的开发两个方面。本系统采用目前比较流行的ADO数据访问技术,并将每个数据库表的字段和操作封装到类中,使应用程序的各个窗体都能够共享对表的操作,无需重复编码,使程序更加易于维护,从而成功地将面向对象的程序设计思想应用到数据库应用程序设计中。这也是本系统的特色和优势。 第1步:还原数据库 按照前面的步骤,还原“考勤管理系统”的数据库为“CheckManage”。 第2步:打开项目并运行 ➊ 在Visual C++ 6.0中,打开“考勤管理系统”项目文件。 ➋ 编译、连接、运行,在“登录对话框”中输入用户名“Admin”,密码“111111”,单击【确定】按钮。(CheckManage System very good)
    2012-08-21 19:33:04下载
    积分:1
  • control2
    这是一个在控制面板中增加自己软件所需配置属性的源程序。(This is an increase in the control panel software required for their configuration properties of the source.)
    2013-07-01 20:28:56下载
    积分:1
  • tongxinlu
    通信录源程序。调试环境为TC2.0或者3.0。运行这个程序需要tc提供的几个头文件。(Example source address book, or 3.0 debugging environment for TC2.0. Tc run the program needs to provide several header files. )
    2011-12-05 15:03:16下载
    积分:1
  • 696518资源总数
  • 106259会员总数
  • 28今日下载