-
单片机工具,在单片机的设计中有很大的用处,大家下载!
微控器工具,在MCU设计中大有使用,尽情下载!-Microcontroller tools, in the MCU design much use, you download!
- 2023-07-29 10:30:04下载
- 积分:1
-
csjsgc
超声法检测混凝土缺陷技术规程,属于行业资料.工程检测资料(Ultrasonic Detection of defects in concrete technology in order and the information belongs to the industry. Project Detection information)
- 2008-03-20 21:51:33下载
- 积分:1
-
用于和证券行情数据接口的股票数据读取方式源码是用VB做的。...
用于和证券行情数据接口的股票数据读取方式源码是用VB做的。-And securities for the stock market data interface to read the way the data source is used to do in VB.
- 2022-04-30 02:13:52下载
- 积分:1
-
VC++6.0 在程序内注册ActiveX控件的例子源码
VC++6.0 在程序内注册ActiveX控件的例子源码,在程序中动态注册控件到Windows系统中,注册后所依赖该控件的程序才可正常运行。核心代码如下:
//加载ActiveX控件
HINSTANCE hLib = LoadLibrary(lpszDllName);
if (hLib == NULL)
{
TRACE(_T("%s加载失败
"), lpszDllName);
return FALSE;
}
//获得注册函数DllRegisterServer地址
FARPROC lpDllEntryPoint;
lpDllEntryPoint = GetProcAddress(hLib, _T("DllRegisterServer"));
//调用注册函数DllRegisterServer
if (lpDllEntryPoint != NULL)
{
if (FAILED((*lpDllEntryPoint)()))
{
TRACE(_T("调用DllRegisterServer失败
"));
FreeLibrary(hLib);
return FALSE;
}
else
{
FreeLibrary(hLib);
return TRUE;
}
}
else
{
TRACE(_T("调用DllRegisterServer失败
"));
FreeLibrary(hLib);
return FALSE;
}
更多代码请下载本源码包。
- 2022-08-18 20:45:44下载
- 积分:1
-
一个万能的摄像头驱动程序,很不错,大家可以下载用
一个万能的摄像头驱动程序,很不错,大家可以下载用-an omnipotent camera driver, very good, we can use downloaded
- 2022-08-08 19:15:11下载
- 积分:1
-
C#仿中国银行自动取款机程序
仿中国银行自动取款机程序,使用C#编程,有sql数据库文件,附加即可使用,以及程序的使用文档
- 2022-08-10 20:27:22下载
- 积分:1
-
VC++号码生成器-随机生成手机号码
VC++号码生成器-随机生成手机号码,随机生成彩票号码,只要是随机生成号码的都可以用,不过要针对你的要求修改程序,本程序在生成随机号码前需要指定号码位数和随机数范围才可以,用起来还是挺方便的,生成速度比较快,具体界面请参见截图所示。
- 2022-02-04 06:28:17下载
- 积分:1
-
Binary_DoubleTop_Bottom
Binary double top indicator
- 2019-01-14 00:37:19下载
- 积分:1
-
matlab球谐函数工具箱
说明: 将全球采样值通过球谐分析转化为球谐模型,可设置输出的球谐模型阶次。(The global sampling values are transformed into spherical harmonic model by spherical harmonic analysis, and the order of output spherical harmonic model can be set.)
- 2020-12-28 22:39:01下载
- 积分:1
-
Digital Voltmeter
说明: 基于51单片机和8位ADC的数字电压表,可测量0-5V电压,程序用C语言编写。(Based on MCU and 8 bit AD C digital voltmeter, 0-5V voltage can be measured. The program is written in C language.)
- 2019-03-07 21:28:37下载
- 积分:1