登录
首页 » Visual C++ » MainPage

MainPage

于 2013-06-28 发布 文件大小:126KB
0 127
下载积分: 1 下载次数: 8

代码说明:

  基于VC++的,以操作文件的方式(CreateFile,WirteFile,ReadFile)来操作串口实现的射频卡门禁系统,实现了包括读卡写卡,寻卡防冲突等功能。(Based VC++ in order to manipulate papers (CreateFile, WirteFile, ReadFile) to operate the serial interface of the RF card access control systems, including the realization of the card reader to write, look for cards anti-collision function.)

文件列表:

MainPage
........\AddInfo.cpp,3573,2013-05-04
........\AddInfo.h,645,2013-05-04
........\CAddInfo.cpp,479,2013-05-04
........\CAddInfo.h,357,2013-05-04
........\CanDriver.ini,552,2013-04-08
........\CF.cpp,1709,2013-04-30
........\CF.h,687,2011-10-14
........\ChangeInfo.cpp,3566,2013-05-04
........\ChangeInfo.h,683,2013-05-03
........\Crypt.cpp,1857,2012-12-03
........\Crypt.dsp,3389,2013-03-17
........\Crypt.dsw,518,2013-03-17
........\Crypt.h,611,2002-08-05
........\Crypt.opt,48640,2013-04-10
........\Crypt.plg,1074,2013-03-17
........\Crypt.sln,874,2013-05-11
........\Crypt.vcproj,4770,2013-05-11
........\Crypt.vcproj.mrhuang-PC.mr.huang.user,1417,2013-05-11
........\DBAdo.cpp,12249,2012-12-10
........\DBAdo.h,2005,2012-12-10
........\Door Control System.mdb,425984,2013-04-30
........\lib_com.dll,9728,2013-05-04
........\lib_com.h,936,2013-05-04
........\lib_com.lib,2270,2013-05-04
........\LoginPage.cpp,2220,2013-04-20
........\LoginPage.h,1224,2013-04-19
........\lot.txt,378,2013-05-01
........\MainPage.aps,48936,2013-05-04
........\MainPage.clw,5002,2013-04-22
........\MainPage.cpp,4807,2012-12-14
........\MainPage.dsp,5682,2013-04-22
........\MainPage.dsw,1028,2012-12-11
........\MainPage.h,1412,2013-04-30
........\MainPage.opt,52736,2013-04-22
........\MainPage.plg,1282,2013-04-22
........\MainPage.rc,13603,2013-05-04
........\MainPage.sln,880,2013-04-26
........\MainPage.vcproj,11284,2013-05-04
........\MainPage.vcproj.mrhuang-PC.mr.huang.user,1417,2013-05-16
........\MainPageDlg.cpp,24593,2013-05-04
........\MainPageDlg.h,3319,2013-05-04
........\msado15.tlh,221931,2012-05-29
........\msado15.tli,167258,2012-05-29
........\mscomm.cpp,8569,2012-12-11
........\mscomm.h,3221,2012-12-11
........\OpenLog.cpp,5439,2012-12-10
........\OpenLog.h,1383,2012-12-10
........\OpenLogRS.cpp,1196,2012-12-08
........\OpenLogRS.h,1244,2012-12-08
........\ReadMe.txt,3615,2012-11-30
........\ReadSet.cpp,3045,2013-04-30
........\ReadSet.h,1386,2013-04-30
........\res

........\...\cursor1.cur,326,2012-12-05

........\...\MainPage.rc2,400,2012-11-30
........\...\Thumbs.db,3072,2012-12-03
........\resource.h,3943,2013-05-03
........\StdAfx.cpp,210,2012-11-30
........\StdAfx.h,1270,2012-12-08
........\SystemSet.cpp,3680,2012-12-14
........\SystemSet.h,1355,2012-12-11
........\SystemSet.ini,106,2013-04-20

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

发表评论

0 个回复

  • 24l01
    这是24L01开发头程序,希望对大家有帮阻(24L01 This is the first development process, we hope to help a resistance)
    2006-10-16 09:20:32下载
    积分:1
  • vb_温湿度_Access
    100% 可以运行的温湿度显示软件,数据保存在数据库之间的通信 串口通信(100% operational temperature and humidity display software, data stored in the database communication serial port)
    2020-06-18 06:20:01下载
    积分:1
  • tu
    说明:  c8051f020图片显示 不复杂 可以自己变换图片 第一次写这类的 不太好大家指出(the c8051f020 picture display pictures online to find the program)
    2012-09-08 19:51:20下载
    积分:1
  • STM32ser
    基于STM32的双串口通信程序,能实现两个串口的收发,程序默认采用串口2接收数据,串口1发送(Based on the STM32 dual serial communication procedures, can achieve two serial transceivers, the program defaults to the serial port 2 receives the data, send the serial port 1)
    2021-04-28 14:58:43下载
    积分:1
  • scope64
    PIC USB OSCILLOSCOPE PIC scope64.asm
    2010-09-20 03:18:18下载
    积分:1
  • (2008)Head-Orientation-Estimation-
    头部姿势估计的综述,英文论文,一共11页(head pose estimation)
    2012-06-12 19:43:54下载
    积分:1
  • PWM-ULN2003A
    利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h> unsigned char timer1 sbit PWM=P1^2 void system_Ini() { TMOD|= 0x11 //PWM TH1 = 0xfe //11.0592 TL1 = 0x33 TR1 = 1 IE =0x8A } main() { system_Ini() while(1) { if(timer1>100) timer1=0 if(timer1<30) PWM=0 else PWM=1 } )
    2013-11-21 15:17:25下载
    积分:1
  • OCMJ
    液晶显示屏OCMG源程序代码,采用的方式为串口驱动。(LCD OCMG source code, the approach for the serial port driver.)
    2011-10-24 18:46:53下载
    积分:1
  • AD_DMA
    研华数据采集的一个的demo文件,很好用,可以作为里程看,也可以作为现场采集数据的一个简单程序(Advantech data acquisition a demo file, very easy to use, you can see as mileage, can also be used as the data collected at the scene of a simple progra)
    2020-09-10 11:08:01下载
    积分:1
  • 130110
    控制蜂鸣器pic18单片机程序,测试通过,已批量生产。(Pic18 microcontroller program to control the buzzer)
    2014-01-24 10:44:16下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载