-
This programs connect to Weigh scale. & shows the actual value.
This programs connect to Weigh scale. & shows the actual value.
- 2023-06-27 05:55:03下载
- 积分:1
-
猜数字游戏,程序提供自动生成及层次判断数字序列,锻炼人的记忆力及推倒能力...
猜数字游戏,程序提供自动生成及层次判断数字序列,锻炼人的记忆力及推倒能力-猜数字game, procedures to determine the level of automatically generated and the number of sequences, training people and tear down the memory capacity
- 2022-03-15 09:36:46下载
- 积分:1
-
Lua Cpp 绑定示例
只是如何将绑定 Lua 和 cpp 的简单示例。在这个项目中我使用 lua 5.2 和使要正确配置编译文件。
- 2023-09-08 05:45:03下载
- 积分:1
-
用与管理影像学资料和数据的处理主要适用于医院
用与管理影像学资料和数据的处理主要适用于医院-Use and management of imaging information and data will apply mainly to deal with hospital
- 2022-02-22 05:29:43下载
- 积分:1
-
rearrangement JiuGongTu the heuristic search algorithm
重排九宫问题的启发式搜索算法求解-rearrangement JiuGongTu the heuristic search algorithm
- 2023-05-16 06:20:03下载
- 积分:1
-
Windows 批处理关于变量输入学习的小程序。
Windows 批处理关于变量输入学习的小程序。-Windows batch study on the variable input applet.
- 2023-09-08 07:15:02下载
- 积分:1
-
windows下编程的入门资料,一份给初学者很不错的资料
windows下编程的入门资料,一份给初学者很不错的资料-windows under introductory information on the program, a very good beginners to the information
- 2022-07-15 23:15:54下载
- 积分:1
-
Dreamweaver 8 web design and website building, 2nd edition. Rar
Dreamweaver 8网页设计与网站建设 第2版.rar-Dreamweaver 8 web design and website building, 2nd edition. Rar
- 2022-06-28 11:43:39下载
- 积分:1
-
have with the whole process
产生全排列的程序-have with the whole process
- 2022-04-16 02:14:03下载
- 积分:1
-
demo(S50)源代码
应用背景D8 读卡器S50DEMO源代码,用于技术开发,和卡片个人化应用关键技术// rfvcDlg.cpp : implementation file
//
#include "stdafx.h"
#include "rfvc.h"
#include "rfvcDlg.h"
#include "dcrf32.h"
#include "General.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//dc_HANDLE icdev;
HANDLE icdev;
unsigned long cardsnr;
/////////////////////////////////////////////////////////////////////////////
// CRfvcDlg dialog
CRfvcDlg::CRfvcDlg(CWnd* pParent /*=NULL*/)
: CDialog(CRfvcDlg::IDD, pParent)
{
//{{AFX_DATA_INIT(CRfvcDlg)
//}}AFX_DATA_INIT
// Note that LoadIcon does not require a subsequent DestroyIcon in Win32
m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME);
}
- 2022-02-16 02:14:23下载
- 积分:1