-
基于MFC的多媒体播放器
1.1. 实现功能 (1) 可以通过界面操作进行音频录制 (2) 可以通过界面播放刚刚录制的声音,或者其他音频文件 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-03-23 08:30:03下载
- 积分:1
-
该程序主要实现了Visual Studio风格的窗口,界面为左边、底部有两个可浮动、可变大小的控制窗体,其界面简洁紧凑,用途很广,通用性很强。...
该程序主要实现了Visual Studio风格的窗口,界面为左边、底部有两个可浮动、可变大小的控制窗体,其界面简洁紧凑,用途很广,通用性很强。-the procedure main Visual Studio style of the window, the interface to the left, the bottom two floating, variable size window control, interface compact, uses very broad, very general nature.
- 2022-03-21 10:41:28下载
- 积分:1
-
Status bar shows that this is a very good code, so that your status bar rich.
状态栏的显示,这是非常优秀的代码,使你的状态栏丰富多采.-Status bar shows that this is a very good code, so that your status bar rich.
- 2022-08-16 04:16:36下载
- 积分:1
-
the rising force code
本文档旨在帮助您了解bsp的使用
- 2022-05-24 00:54:03下载
- 积分:1
-
安卓基本用户界面
应用背景安卓基本用户界面测试例子:一些图形控件,声音,列表控件关键技术测试程序:Java Android NDK,框架,图像,列表控件的控制,
- 2022-02-21 18:26:21下载
- 积分:1
-
clistctrl editable
mfc listctrl 扩展,可编辑,多列排序等功能;可以嵌入到gridproperty,或者放到对话框总,由mfc改写而来
- 2022-04-17 20:06:05下载
- 积分:1
-
ssk格式的文件转换为jx4,基于c++开发的
ssk格式的文件转换为jx4,基于c++开发的
- 2022-01-25 21:17:55下载
- 积分:1
-
生成人工地震波程序
生成人工地震波程序-artificial seismic waves generated procedures
- 2022-03-19 15:45:46下载
- 积分:1
-
word for the open
用于打开word的程序源码,可以在你的程序中嵌入word-word for the open-source process, you can embed the procedures word
- 2022-02-05 22:25:27下载
- 积分:1
-
Qt login,自动识别焦点
#include "mainwindow.h"
#include "ui_mainwindow.h"
MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow)
{
ui->setupUi(this);
pushButton = new QPushButton(this);
pushButton->setObjectName(QString::fromUtf8("pushButton"));
pushButton->setGeometry(QRect(40, 180, 51, 27));
pushButton_2 = new QPushButton(this);
pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));
pushButton_2->setGeometry(QRect(40, 140, 51, 27));
pushButton_3 = new QPushButton(this);
pushButton_3->setObjectName(QString::fromUtf8("pushButton_3"));
pushButton_3->setGeometry(QRect(100, 140, 51, 27));
&
- 2022-03-13 04:00:49下载
- 积分:1