-
PCSC Delphi sample code
PCSC Delphi sample code源码, 帮助你连线到smart card, 并取得需要的资讯
程式码精简易懂,适合入门的朋友使用
另外也希望可以跟大家交流更多的源码
- 2023-03-05 00:15:04下载
- 积分:1
-
动态生成多个标签对象,可以分别拖动,而且在Memo中输入文字可以在激活的标签上显示。...
动态生成多个标签对象,可以分别拖动,而且在Memo中输入文字可以在激活的标签上显示。-Dynamic Object tags, respectively Drive, but Memo input can be activated language on the labels show.
- 2022-03-23 17:37:26下载
- 积分:1
-
数据库程序设计 药品管理系统 在SQL VB 环境下运行
数据库程序设计 药品管理系统 在SQL VB 环境下运行-database management system to design drugs in SQL VB running
- 2022-03-18 17:29:50下载
- 积分:1
-
编制一个演示约瑟夫环的程序
编制一个演示约瑟夫环的程序-prepare a demonstration Josephus procedures
- 2023-04-27 01:00:02下载
- 积分:1
-
C# WIFI无线通讯软件,控制移动人
应用背景基于C# 的移动小车无线控制软件开发,基于WIFI无线遥控,可以发送小车的命令,设置小车的参数,同时显示小车的状态信息。节目上有菜单栏,dataGrid, Acess 数据库操作关键技术关键技术:WPF应用软件界面开发 无线通讯基于socket,采用UDP协议。界面功能上还有 aceess数据库和dataGrid表格, SQL语句操作
- 2022-08-22 15:29:32下载
- 积分:1
-
几个VB自绘菜单例子
几个VB自绘菜单例子,有顶级菜单,有弹出式菜单
- 2022-02-01 05:10:46下载
- 积分:1
-
这是一个用c++builder调用word的一种方式的小例子,希望大家能够喜欢...
这是一个用c++builder调用word的一种方式的小例子,希望大家能够喜欢-c builder called with word of a way of small example, the hope that we can love
- 2023-04-01 04:10:03下载
- 积分:1
-
VC 6 achieved a pseudo
用VC++6实现的一个伪随机数生成演示程序源码,包含了正态分布随机数生成和平均分布随机数两种生成方式。-VC 6 achieved a pseudo-random number generator demonstration program source code, including the normal random number generation and distribution of random numbers generated both ways.
- 2023-03-02 08:50:04下载
- 积分:1
-
achieve coding, Huffman generate the smallest amount will be calculated from the...
实现编码,生成哈夫曼数 可以计算最小距离图形界面,可以点击每个叶子结点查看编码情况!-achieve coding, Huffman generate the smallest amount will be calculated from the graphical interface, can click on each leaf node View coding!
- 2022-01-22 05:15:38下载
- 积分: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