-
bragge
啁啾光纤光栅的Matlab程序,给出了相应的源程序,产生的refl记录了反射和透射谱。(Chirped fiber grating Matlab program, gives the corresponding source code, the resulting refl recorded reflection and transmission spectra.)
- 2009-12-29 09:59:05下载
- 积分:1
-
001hello
说明: QT小程序,一个简单的QT程序,可以下载试试,初学QT适合(QT applet, a simple QT program, you can download it to try, the initial learning of QT is suitable.)
- 2020-06-21 00:20:01下载
- 积分:1
-
PMSM_OPEN
说明: 基于C语言编写,可利用TI的CCS软件进行运行。针对DSP28335开发的永磁同步电机三环控制程序。(Based on C language, Ti CCS software can be used for operation. The three loop control program for DSP28335 PMSM is developed.)
- 2020-03-05 14:47:08下载
- 积分:1
-
hsynth_WGS84.grid.5x5
使用egm模型计算基于WGS84参考椭球的大地水准面高等大地测量学物理量( geoid, WGS84, egm2008)
- 2013-09-09 08:19:50下载
- 积分:1
-
ConditonIndex
MTLAB常用故障特征提取函数,包括统计量、小波熵、高阶统计量、尺度熵、相关熵等函数(MATLAB functions of fault feature extraction)
- 2017-05-11 17:19:03下载
- 积分: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
-
Python深度学习实战_原书代码
说明: 深度学习正在为广泛的行业带来革命性的变化。对于许多应用来说,深度学习通过做出更快和更准确的预测,证明其已经超越人类的预测。本书提供了自上而下和自下而上的方法来展示深度学习对不同领域现实问题的解决方案。这些应用程序包括计算机视觉、自然语言处理、时间序列预测和机器人。(Deep learning is bringing revolutionary changes to a wide range of industries. For many applications, deep learning proves to be beyond human prediction by making faster and more accurate predictions. This book provides top-down and bottom-up approaches to demonstrate deep learning solutions to practical problems in different areas. These applications include computer vision, natural language processing, time series prediction and robotics.)
- 2020-07-30 13:10:28下载
- 积分:1
-
实现跳远运动员成绩的动态排序。每次一名运动员成绩出来,都会更新一次排名...
实现跳远运动员成绩的动态排序。每次一名运动员成绩出来,都会更新一次排名-Long jump athletes to achieve a dynamic sort. Every time an athletes out, will be updated every position
- 2023-03-04 07:20:03下载
- 积分:1
-
catabaseuse
我们课程设计的题目,可以使用,数据库用ACCESS(The topic of curriculum design, we can use, use the ACCESS )
- 2017-04-27 14:34:31下载
- 积分:1
-
Res_DemoCard
JAVA纸牌的基础文件,可实现发牌、打开、关闭等功能(JAVA Card basic documents, you can achieve licensing, open, shut down and other functions)
- 2017-06-15 20:56:02下载
- 积分:1