登录
首页 » Visual C++ » BC_HVAC

BC_HVAC

于 2009-06-22 发布 文件大小:1004KB
0 325
下载积分: 1 下载次数: 4

代码说明:

  BC_HVAC一个LNC DDE的例程,很值得下载(LNC DDE a BC_HVAC the routine, it is worth downloading)

文件列表:

LM
..\Db
..\..\BC_HVAC
..\..\.......\BC_HVAC.hst
..\..\.......\db
..\..\.......\..\A0001
..\..\.......\..\.....\maldb01.dat
..\..\.......\..\.....\maldb01.key
..\..\.......\..\.....\maldb02.dat
..\..\.......\..\.....\maldb02.key
..\..\.......\..\.....\pd
..\..\.......\..\.....\vista.log
..\..\.......\..\.....\vista.taf
..\..\.......\..\C0007
..\..\.......\..\.....\mchdb01.dat
..\..\.......\..\.....\mchdb01.key
..\..\.......\..\.....\mchdb02.dat
..\..\.......\..\.....\mchdb03.dat
..\..\.......\..\.....\mchrdmst.log
..\..\.......\..\.....\mchrdmst.taf
..\..\.......\..\.....\mchrdmsw.log
..\..\.......\..\.....\mchrdmsw.taf
..\..\.......\..\.....\mchst01.dat
..\..\.......\..\.....\mchst01.key
..\..\.......\..\.....\mchst02.dat
..\..\.......\..\.....\mchsw01.dat
..\..\.......\..\.....\mchsw01.key
..\..\.......\..\.....\pd
..\..\.......\..\.....\vista.log
..\..\.......\..\.....\vista.taf
..\..\.......\..\D0004
..\..\.......\..\.....\mdmdb01.dat
..\..\.......\..\.....\mdmdb01.key
..\..\.......\..\.....\mdmdb02.dat
..\..\.......\..\.....\mdmdb02.key
..\..\.......\..\.....\mdmdb03.dat
..\..\.......\..\.....\mdmdb04.dat
..\..\.......\..\.....\mdmdb05.dat
..\..\.......\..\.....\pd
..\..\.......\..\.....\vista.log
..\..\.......\..\.....\vista.taf
..\..\.......\..\malrdm.dbd
..\..\.......\..\mchrdm.dbd
..\..\.......\..\mchrdmst.dbd
..\..\.......\..\mchrdmsw.dbd
..\..\.......\..\mdmrdm.dbd
..\..\.......\..\mplrdm.dbd
..\..\.......\..\msmrdm.dbd
..\..\.......\..\N0006
..\..\.......\..\.....\pd
..\..\.......\..\P0002
..\..\.......\..\.....\mpldb01.dat
..\..\.......\..\.....\mpldb01.key
..\..\.......\..\.....\mpldb02.dat
..\..\.......\..\.....\mpldb02.key
..\..\.......\..\.....\mpldb03.dat
..\..\.......\..\.....\pd
..\..\.......\..\.....\vista.log
..\..\.......\..\.....\vista.taf
..\..\.......\..\S0005
..\..\.......\..\.....\conupgrd.rpt
..\..\.......\..\.....\msmdb01.dat
..\..\.......\..\.....\msmdb01.key
..\..\.......\..\.....\msmdb02.dat
..\..\.......\..\.....\msmdb03.dat
..\..\.......\..\.....\msmdb04.dat
..\..\.......\..\.....\msmdb05.dat
..\..\.......\..\.....\pd
..\..\.......\..\.....\vista.log
..\..\.......\..\.....\vista.taf
..\..\.......\..\_0011
..\..\.......\..\.....\pd
..\..\.......\objects.dat
..\..\.......\objects.idx
..\..\.......\recovery
..\..\.......\SC_Demo.hst
..\..\.......\trace.log
..\..\.......\traceControl
..\Drawings
..\........\BC_HVAC
..\........\.......\BC_HVAC.vsd
..\........\.......\HMI
..\........\.......\...\00000001.nbk
..\........\.......\...\00000001.nmd
..\........\.......\...\00000002.nbk
..\........\.......\...\00000002.nmd
..\........\.......\...\00000002.obk
..\........\.......\...\00000002.oes
..\........\.......\...\00000003.obk
..\........\.......\...\00000003.oes
..\........\.......\...\00000004.obk
..\........\.......\...\00000004.oes
..\........\.......\...\00000028.dbk
..\........\.......\...\00000028.dch
..\........\.......\...\00000039.dbk
..\........\.......\...\00000039.dch
..\........\.......\...\00000041.dbk
..\........\.......\...\00000041.dch
..\........\.......\...\Access.csv

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

发表评论

0 个回复

  • spy_fileio_src
    说明:  spy++的一个小例子,涉及Vxd操作和DDK编译(spy++ a small example, involving the operation and DDK compiler Vxd)
    2008-10-25 10:08:51下载
    积分:1
  • RstAndClsCmptr
    用visual c++实现系统开关机,注销(With visual c++ to achieve switching machines, log off)
    2010-05-20 16:12:47下载
    积分:1
  • a
    说明:  得到函数地址的程序,菜鸟级产品不要笑我 刚学驱动(Adress Of function)
    2009-06-24 10:28:07下载
    积分:1
  • the-the
    流行软件中经常可以看到奇形怪状的窗体,此程序是让原窗体变为扇形和椭圆形,(In popular software, you can often see strange forms, which make the original form fan and ellipse.)
    2018-11-05 06:59:51下载
    积分:1
  • BoostTest
    说明:  编写过MFC程序的朋友都知道,通过资源编辑器编辑菜单项,设定菜单项ID,然后MFC内部通过该ID来映射菜单命令处理函数和菜单界面更新函数。我设想撇开MFC的资源编辑,在MFC程序中通过xml文件来进行界面配置,然后利用字符串来映射消息处理函数。借助boost库,我实现了这一设想。具体就是在xml文件指定一个字符串,然后通过这个字符串就能找到它的命令消息处理函数和界面更新命令消息处理函数。(MFC write-off procedures friends all know, through the resource editor to edit the menu item, set the menu item ID, and MFC-house by the ID to map menu and menu command handling function update function. I imagine MFC resource editor aside, the MFC program carried out by the interface configuration xml file, and then use the string to map the message processing function. Using boost libraries, I realized that vision. Specific xml file is to specify a string, then the string can find its command message processing functions and interface update command message processing function.)
    2021-02-04 15:09:57下载
    积分:1
  • rgebks
    这是个可以实现UTF-8与GB2312之间的互换类,不错(This is a can realize utf-8 and GB2312 swaps between classes, is good)
    2017-04-03 15:17:15下载
    积分:1
  • read_harddisk
    在VC++环境下点击按钮读取硬盘序列号并输出显示(In VC++ environment, click the button to read the hard drive serial number and the output display)
    2010-09-07 14:39:47下载
    积分:1
  • ConvDBF
    批量将DBF文件中的数据导入到一个MDB文件中,涉及到数据库操作和VC DLG编程。(Batch data in the DBF file into an MDB file, related to the operation of the database and the VC DLG programming.)
    2013-09-27 20:40:44下载
    积分:1
  • WABAccess-1.2.0.2-Installer
    说明:  对WAB的访问,大家可以下载后安装使用。(Access to the WAB, you can download and install use.)
    2011-03-31 13:29:34下载
    积分:1
  • studentresigter
    此程序避免了对于大学期间的学生登记注册功能(This procedure avoids the college students for the registration function)
    2009-10-19 10:28:13下载
    积分:1
  • 696516资源总数
  • 106554会员总数
  • 12今日下载