-
AnirOCX
AnirOCX - An OCX to add remote control support to your Windows applications-AnirOCX- An OCX to add remote control support to your Windows applications
- 2022-06-12 17:48:32下载
- 积分:1
-
归一化二阶系统的阶跃响应曲线,MATLAB初级图形演示系统
归一化二阶系统的阶跃响应曲线,MATLAB初级图形演示系统-Normalized second-order system step response curves, MATLAB junior graphic demonstration system
- 2023-05-13 19:20:02下载
- 积分:1
-
用matlab来实现MFCC的提取,并进行测试
用matlab来实现MFCC的提取,并进行测试-using Matlab MFCC to achieve the extraction and testing
- 2022-07-09 16:57:41下载
- 积分:1
-
VC preparation for the procedure. Its main function is to achieve some data clas...
用VC编写的一段程序.主要功能是实现对一些数据的分类.方法是用模式识别中的固定增量法.-VC preparation for the procedure. Its main function is to achieve some data classification. Was used to pattern recognition fixed incremental method.
- 2022-01-28 11:20:38下载
- 积分:1
-
Producers and consumers of the code, is to use Visual C++ to write programs ......
生产者消费者的代码,是用Visual C++来编写的程序...希望这个代码会对大家有所帮助-Producers and consumers of the code, is to use Visual C++ to write programs ... hope that this code would be helpful to everyone
- 2022-04-01 02:45:11下载
- 积分:1
-
LabWindows CVI方面的经典教材
经典LabWindows CVI方面的教材《LabWindows CVI开发入门和进阶》一书第3章中的例题源码,使用LabWindows CVI的人用得着。麻烦管理员帮我开通下载功能,我急需要本网站上的labwindows/CVI方面的数据库教程,谢谢!-LabWindows CVI aspects of the classic textbook
- 2022-02-14 22:18:56下载
- 积分:1
-
这是COBOL的练习题目,可以有点参考价值
这是COBOL的练习题目,可以有点参考价值-This is the subject of practice, can have a bit of value
- 2022-12-12 01:05:04下载
- 积分:1
-
开发环境c++ builder 6.0。主要功能是实现ie浏览器,可以在当前并且是同一窗口打开网页,一直都是全屏状态,没有关闭最小化和最大化按钮,并可以使浏览器...
开发环境c++ builder 6.0。主要功能是实现ie浏览器,可以在当前并且是同一窗口打开网页,一直都是全屏状态,没有关闭最小化和最大化按钮,并可以使浏览器没有滚动条。-Development environment c++ Builder 6.0. Main function is to achieve the ie browser, you can in the current window and open the same page, has been in full screen mode, there is no closure to minimize and maximize buttons, and allows browser does not have scroll bars.
- 2022-12-04 02:25:03下载
- 积分:1
-
视力表protues库。仿真的必要。
protues 远见库
对照表。仿真必备。-protues vision library table. Simulation necessary.
- 2023-09-03 08:55:02下载
- 积分: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