-
在工程中引用 Microsoft Scripting Runtime
就可以了!具体看代码! 可以使用任何vbs脚本的功能!注意是使用vbs脚本的语法,和v...
在工程中引用 Microsoft Scripting Runtime
就可以了!具体看代码! 可以使用任何vbs脚本的功能!注意是使用vbs脚本的语法,和vb6稍有不同!-In the works cited in Microsoft Scripting Runtime can be had! Specific code look! Can use any vbs script function! Attention is to use the vbs script grammar, and VB6 is slightly different!
- 2022-01-23 11:16:43下载
- 积分:1
-
语音测试
voice test
voice test -voice test voice test
- 2022-12-06 06:20:03下载
- 积分:1
-
基于ADS7846启动代码,用于医疗上面的一个设备.
基于ADS7846启动代码,用于医疗上面的一个设备.-ADS7846-based startup code for a medical equipment above.
- 2022-01-25 13:59:28下载
- 积分:1
-
在MAX
在MAX-PLUS下设计的函数消耗发生器,波形有正弦波、方波、三角拨、锯齿波(用键盘选择),信号频率可调(用键盘调节)-the MAX-PLUS design of the consumption function generator, a sine wave, square, triangle area and Sawtooth (keyboard), in signal frequency adjustable (keyboard conditioning)
- 2023-03-10 06:30:03下载
- 积分:1
-
C# 在格式化日期查询数据库
C# 在查询语句中使用格式化函数,格式化日期,将出生日期格式化为“年月日”的格式,后附完整源代码下载,以下是部分代码:
private void Frm_Main_Load(object sender, EventArgs e)
{
OleDbConnection con = new OleDbConnection(//创建数据库连接对象
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source="
+ "db_Test.mdb" + ";Persist Security Info=False");
OleDbDataAdapter dap = new OleDbDataAdapter(//创建数据适配器对象
"SELECT * FROM 员工生日表;", con);
DataSet ds = new DataSet();//创建数据集
dap.Fill(ds, "table");//填充数据表
dgv_Message.DataSource = ds.Tables[0].DefaultView;//设置数据源
}
- 2023-05-27 06:05:03下载
- 积分:1
-
UML语言构建的电梯管理系统
UML语言构建的电梯管理系统-UML Elevator Construction Management System
- 2022-08-15 01:07:59下载
- 积分:1
-
The program is a complete 9834 test procedures, these procedures can be transfor...
该程序是完整的9834的测试程序,可以将这程序转变成C程序,直接可用-The program is a complete 9834 test procedures, these procedures can be transformed into C procedures directly available
- 2022-01-28 17:46:35下载
- 积分:1
-
相关软件: ・帝国网站管理系统(Ecms) v3.5 繁体版 ・搜索更多与"帝国网站管理系统(Ecms) "相关的软件 注意事项: ・注意:本站软件一律只用鼠标...
相关软件: ・帝国网站管理系统(Ecms) v3.5 繁体版 ・搜索更多与"帝国网站管理系统(Ecms) "相关的软件 注意事项: ・注意:本站软件一律只用鼠标左键打开,否则将不能正常下载! ・如果出现该页无法显示,请多试几次;如果总是不能下载,请点击报告错误,谢谢! ・请一定升级到最新版[WinRAR]才能正常解压本站提供的软件;如有其它问题,欢迎发信联系管理员. ・由于网站服务器承受能力有限,请其他网站不要直接链接我们提供的软件,-related software : Empire Site Management System (Ecms) v3.5 search for more traditional version of "Empire Site Management System (Ecms)" relevant software Note : Note : site software will be used only to open the left mouse button, they can not download ! If the page can not be displayed, I would like him tried several times; If they can not download, click reporting errors, thank you! Requests must upgrade to the latest version [WinRAR] in order to extract the normal site for the software; For other questions, contact managers welcomed the letter. As network Station server capacity is limited, please other sites do not provide us with direct links to software, thank you! !
- 2022-04-28 13:18:14下载
- 积分: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
-
运用Myeclipse开发Struts应用程序示例,对于学习Struts很有帮助
运用Myeclipse开发Struts应用程序示例,对于学习Struts很有帮助-The use of the development of Struts applications Myeclipse example, helpful for learning Struts
- 2022-12-02 06:20:03下载
- 积分:1