-
qt读取文本文件的内容
qt读取文本文件的内容,自己编写出来的话就表明QT基本入门了(how to use qt to read the txt)
- 2015-09-02 11:57:19下载
- 积分:1
-
C# 使用字符串数组创建一组单选框数据
C# 基于字符串数组创建一组单选按钮的例子,附上了例子源代码,大家可了解C#字符串数组的简单应用。
以下是例子中的代码,运行后可见如下图所示的图片效果:
//基于字符串数组创建一组单选按钮
string[] MyArray = new string[4];
MyArray[0] = "渝北区";
MyArray[1] = "巴南区";
MyArray[2] = "长寿区";
MyArray[3] = "南岸区";
RadioButton[] MyRadioButtons =new RadioButton[4];
for (int i = 0; i < 4; ++i)
{
MyRadioButtons[i] = new RadioButton();
MyRadioButtons[i].Text = MyArray[i];
MyRadioButtons[i].Location = new System.Drawing.Point(
10, 20 + i * 20);
this.groupBox1.Controls.Add(MyRadioButtons[i]);
}
this.groupBox1.Text = "请评选全市卫生城区:";
- 2022-02-27 00:14:46下载
- 积分:1
-
median
中值滤波程序,一个简单的程序,抛砖引玉,简单实用(Median filter program,A simple procedure, author, simple and practical)
- 2012-07-14 10:16:40下载
- 积分:1
-
AT45DB041BSPI
本程序是芯片AT45DB041B的ISP的模拟编程,是一个比较实用的程序,推荐大家看看。(This program is the chip AT45DB041B ISP s analog programming, is a more practical procedure, we recommend a look.)
- 2013-08-19 17:08:07下载
- 积分:1
-
高通410c 安卓系统 源码 opencv
说明: 高通410c 安卓系统的 opencv源代码(Qualcomm Snapdragon 410E (APQ8016E) Processor android system source code about opencv)
- 2020-06-20 05:00:01下载
- 积分:1
-
huoba
说明: 一个火把的opengl程序,很好。一个火把的opengl程序,很好。(A torch opengl program, very good.)
- 2011-03-15 10:39:17下载
- 积分:1
-
system
操作系统作业源代码,方便学习操作系统课程的同学使用 (this is the codes for students who learn computer system.)
- 2013-12-30 21:07:39下载
- 积分:1
-
lcd
STM32F4 ARM FSMC 驱动 12864LCD 8bit 模式 ST7565源码(FSMC driver 12864LCD ST7565 source code)
- 2018-04-15 13:39:45下载
- 积分:1
-
3、stm322.4寸彩屏8位并行发送(优化测试版)
说明: [stm32]一个简单的stm32vet6驱动2.4寸240X320的8位并口tft屏DEMO(a sample demo of stm32vet6LCD driver)
- 2020-06-17 03:20:01下载
- 积分:1
-
MWC2.4
MWC是MultiWii Copter的缩写,它并不是指硬件产品,而是开源固件。此固件的原创作者是来自法国的Alex,他为了打造自己的Y3飞行器而开发了最初的MWC固件(原创交流帖与官网的链接在最下方)。几年来经过许多高手的参与及共同努力,开发进度越来越快。现在MWC已经基本成熟,可以支持更广泛的硬件平台、外围设备及更多飞行模式,让运行MWC的飞控硬件成为国外开源飞控市场上占有率最高之一的产品。
- 2022-08-10 11:10:47下载
- 积分:1