登录
首页 » Com Port » 一个毕业设计。用vc编写的一个简易测谎仪后台软件。用控件实现access数据库的链接,串口通信功能。...

一个毕业设计。用vc编写的一个简易测谎仪后台软件。用控件实现access数据库的链接,串口通信功能。...

于 2023-03-17 发布 文件大小:277.09 kB
0 131
下载积分: 2 下载次数: 1

代码说明:

一个毕业设计。用vc编写的一个简易测谎仪后台软件。用控件实现access数据库的链接,串口通信功能。-a graduate design. Vc used to prepare a summary of the background polygraph software. Controls used to achieve access to the database link, serial communications functions.

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

发表评论

0 个回复

  • Low Rate Wireless Personal Area Networks ( LR
    Low Rate Wireless Personal Area Networks (LR-WPANs)in C-Low Rate Wireless Personal Area Networks ( LR-WPANs) in C.
    2022-08-10 00:27:56下载
    积分:1
  • this program is targeted at specific GPS receiver
    本程序是针对特定GPS接收机--JAVAD公司的legacy的一个应用,用来收取标准的NMEA-1083GGA信息或JPS格式(JAVAD公司的特有GPS信息格式)的{RT,PO}信息,并统计数据大小与经历时间。本程序用VC6.0+串口控件MSComm实现,其中关于如何在数据长度不定的情况下实现数据帧的同步的方法可以借鉴到其它串口数据采集的应用之中,具备一定的实用价值-this program is targeted at specific GPS receiver-- JAVAD the legacy of an application, used to collect standard NMEA- 1083GGA information or JPS format (JAVAD company"s unique GPS information format) (RT, PO) information and statistical data on the size and duration. The procedures used VC6.0 Serial MSComm control, on how volatile the data length of the data frame synchronization method can draw on to other serial data acquisition applications, to have some practical value
    2022-05-25 01:49:57下载
    积分:1
  • 自己编写的计算机与单片机通讯时,下位机的模拟系统
    自己编写的计算机与单片机通讯时,下位机的模拟系统-I have written single-chip computer and communications, the next bit machine simulation system
    2022-04-17 12:58:33下载
    积分:1
  • 串口数据转换,VB60源程序,本人从网上收集,分享给大家,谢谢,没有解压密码....
    串口数据转换,VB60源程序,本人从网上收集,分享给大家,谢谢,没有解压密码.-Serial data conversion, VB60 source, I gather from the Internet, to share to you, thank you, there is no decompression password.
    2023-03-14 18:25:03下载
    积分:1
  • getmywish结合visual basic60和msdn帮助,编写了一个两个串口的受到发送程序,该程序在win98,win2000,winxp下调试通过,希...
    getmywish结合visual basic60和msdn帮助,编写了一个两个串口的受到发送程序,该程序在win98,win2000,winxp下调试通过,希望和大家工勉-getmywish combine visual and VARIANT basic60 help prepared a two Serial sent by the program, which in win98, WIN2000. Debugging under winxp passed, and we hope that the Mian
    2022-04-24 02:41:46下载
    积分:1
  • 从串口读取数据,有两种方法, 1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。 2、接收到一个EV_RXCHAR后,等一定数据...
    从串口读取数据,有两种方法, 1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。 2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的-read data from the serial port, there are two methods, one, each receiving a EV_RXCHAR, on the ReadFile read, I think this vote. 2, received a EV_RXCHAR after a certain volume of data, such as CPU cycles (GetTickCount), and the one-time reader, the data buffer. To do so, under normal circumstances there is no problem, but if many of the data, and after a "certain amount of data the CPU cycles," also confiscated End Data how do? Few will read the data. I used three lines to complete serial data
    2022-08-09 09:18:25下载
    积分:1
  • USBDC system
    众志-863系统芯片 USBDC(univer serial bus devce control通用串行总线设备控制芯片,以下简称USBDC)是和带有USB主机控制器的设备进行通信的支持部件,实现和带有USB主机控制器的设备进行数据交换。 USBDC和APB连接进行寄存器的初始化配置,和DMAC连接进行大量的数据交换。-USBDC system-on-chip (Univer serial bus control devce Universal Serial Bus device control chips, hereinafter referred USBDC) and USB host controller with the communications equipment of support components, to achieve and with a USB host controller equipment for data exchange. USBDC and APB connection configuration register initialization, and DMAC link for the exchange of large amounts of data.
    2022-02-13 22:46:32下载
    积分:1
  • 用VC实现的串口调试软件
    用VC实现的串口调试软件-with VC serial debugging software
    2022-12-31 20:40:08下载
    积分:1
  • 在LPC2106上实现并测试过的代码,用串口收到的数据回显到串口(通过环行缓存实现)并将串口发送的接口写成了printf的形式...
    在LPC2106上实现并测试过的代码,用串口收到的数据回显到串口(通过环行缓存实现)并将串口发送的接口写成了printf的形式 -To achieve the LPC2106 and tested code, serial data received echo to the serial port (via the ring buffer to achieve) and serial interface to send written in the form of a printf
    2022-02-25 10:26:04下载
    积分:1
  • C serial port and write a communications
    C++Builder对串行口进行读写操作的一个通讯类-C serial port and write a communications
    2023-02-10 01:30:04下载
    积分:1
  • 696516资源总数
  • 106689会员总数
  • 3今日下载