-
FTP服务器软件
经典实用,可以好好的学习FTP服务器软件的开发。不过,了解了其中的原理,设计做起来就非常的简单易懂。版权所有,仅供参考,谢谢大家实用!
- 2023-06-27 23:20:04下载
- 积分:1
-
选取INF自动安装驱动的源代码
做了个 GUI , 选取INF后 , 可以自动安装和卸载驱动的源代码
- 2022-04-19 03:46:07下载
- 积分:1
-
WTL81_9127
供WTL爱好者学习WTL 是 Windows Template Library 的缩写,由微软的ATL(Active Template Library) 小组开发,主要是基于 ATL 对Win32API 的封装。从 2.0 后,功能逐步完善,成为了一个完整的支持窗口的框架(windows framework)。
- 2022-05-19 18:30:21下载
- 积分:1
-
实现P2P通讯,客户端发往服务器,服务器告诉客户端原理
实现P2P通讯,客户端发往服务器,服务器告诉客户端原理-The realization of P2P communications, the client sent to the server, the server tells the client Principle
- 2022-03-25 19:37:20下载
- 积分:1
-
c++builder组件大全,很好的东西,您可下载
c++builder组件大全,很好的东西,您可下载-c++builder control, very good,you can download.
- 2022-02-10 12:35:19下载
- 积分:1
-
msp430的开发资料,共享大家看看:)
msp430的开发资料,共享大家看看:)-MSP430 development of information-sharing to see everyone:)
- 2022-09-28 02:35:04下载
- 积分:1
-
A digital clock VC graphical procedures, is a very good interface programming so...
一个数字化的图形时钟VC程序,是一个很好界面编程源代码-A digital clock VC graphical procedures, is a very good interface programming source code
- 2023-03-15 20:30:02下载
- 积分:1
-
many forms programming, based on EVC development, running on pocket pc. Windows...
多窗体编程,基于EVC开发,运行于pocket pc。也可作为windows编程的参考代码-many forms programming, based on EVC development, running on pocket pc. Windows also can be used as a reference source programming
- 2022-12-07 18:15:03下载
- 积分: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
-
基于VQ的说话人识别程序 分为训练和识别两个步骤 具体请见程序...
基于VQ的说话人识别程序 分为训练和识别两个步骤 具体请见程序-VQ-based speaker recognition process is divided into training and to identify the specific two-step procedure, see
- 2022-01-31 07:30:44下载
- 积分:1