-
利用C++和MFC编写一个简易的填充问卷 适合c++入门初学者
编写并利用一个应用程序Ex_Research实现问卷调查的功能:针对“上网”话题提出了三个问题并在之基础上加多个问题(1.被调查者年龄2.被调查者的网络接入方式3.被调查者上网的目的4.被调查者的平均上网时间),其中前2个和最第4个是利用单选框,第3个是利用复选框,当回答问题后,单击“确定”按钮,弹出一个消息对话框,显示用户选择的内容。首先,先创建程序Ex_Research,利用组框、静态文本、单选按钮、复选框、静态图片等控件创建并设计调查问卷对话框(参照实验内容示图),然后,需要通过CheckRadioButton函数来设置同组单选按钮的最初选中状态,通过SetCheck来设置指定复选框的选中状态,然后利用GetCheckRadioButton和GetCheck来判断被选中的单选按钮和复选框,并通过GetDlgItemText或GetWindowText获取选中控件的窗口文本;这样,当回答问题后,单击“确定”按钮,弹出一个消息对话框,就会显示用户选择的内容。
- 2023-07-12 15:05:06下载
- 积分:1
-
S7-300400自整定PIDFB58源程序
simenst plc FB58 autotune pid come from 300PLC library function ,SCL source code and C sourec code and PDF document
- 2019-06-13 08:31:34下载
- 积分:1
-
VCPP-Mp3
vc实现mp3播放器,界面堪比qq静听,美观大方。窗口停泊(vc mp3 player interface is comparable to the qq listening, nice. Berthing window)
- 2013-04-25 10:59:14下载
- 积分:1
-
stm32cube教程
说明: 之前找到STM32CUBEMX教程整合,感觉这一份比较有用(Before stm32ubemx tutorial integration, I feel this one is more useful)
- 2020-05-20 21:56:44下载
- 积分:1
-
ads1158配置
首先说明ADS1158命令读写模式,然后解析命令含义及配置顺序等。(First, the ADS1158 command read and write mode, and then parse the command meaning and configuration order and so on.)
- 2021-03-31 14:19:09下载
- 积分:1
-
Thermometer
这是一个远程温度计
MCU: AT89S52
温度传感器: DS18B20
晶振: 12MHz
使用串口连接,在PC端使用"超级终端"打开
设置如下:
波特率: 4800
数据位: 8
奇偶校验: 无
停止位: 1
数据流控制: 无
电路图见Thermometer-SCH.jpg
该程序的编写参照了Keil UV2自带的便子
见EXAMPLESMEASURE
使用终端交互方式
其实,这不仅是一个测漫器,
它的时钟也非常准确.(This is a remote thermometer MCU: AT89S52 Temperature sensor: DS18B20 crystal: 12MHz to use serial port connection, in the PC client to use super terminal Open settings are as follows: baud rate: 4800 data bits: 8 Parity: None Stop bits: 1 Data Flow Control: No schematics see Thermometer-SCH.jpg the program prepared by the light of the Keil UV2 own son will see the use of terminal interactively EXAMPLESMEASURE In fact, this is not only a measured man, and it is also very accurate clock.)
- 2008-01-02 15:27:23下载
- 积分:1
-
track
基于opencv的运动目标轮廓检测,用MFC编写的界面,实现视频在对话框指定位置的显示,有详细注释,适合初学者。(Moving target based on the contour detection opencv prepared with MFC interface, video display dialog box to specify the location, detailed notes for beginners.)
- 2013-12-05 10:20:54下载
- 积分:1
-
arm_threadX
ThreadX OS for Arm source
- 2019-04-11 23:53:07下载
- 积分:1
-
intersection-between-line
快速排斥试验:设以线段 P1P2 为对角线的矩形为 R , 设以线段 Q1Q2 为对角线的矩形为 T ,如果 R 和 T 不相交,显然两线段不会相交。
(2) 跨立试验:如果两线段相交,则两线段必然相互跨立对方。若 P1P2 跨立 Q1Q2 ,则矢量 ( P1 - Q1 ) 和( P2 - Q1 ) 位于矢量 ( Q2 - Q1 ) 的两侧。
(intersection between line)
- 2011-12-20 20:36:08下载
- 积分:1
-
code
两个线程间通信,期间检测出来线程读是空时,则提示错误(Interthread communication)
- 2018-01-09 19:12:43下载
- 积分:1