搜索结果
找到约 8 项符合
nl 的查询结果
数学计算 结构力学中用于计算二阶效应问题,输入nl值和刚度系数,计算Ka,Kb值
结构力学中用于计算二阶效应问题,输入nl值和刚度系数,计算Ka,Kb值
技术资料 IPD模式在嵌入式系统开发中的应用:NL公司的POS机开发
IPD模式在嵌入式系统开发中的应用:NL公司的POS机开发共66页这是一份非常不错的资料,欢迎下载,希望对您有帮助!
通讯/手机编程 多线程 ( Multi-Thread ) RS232 串行口通讯控件 ( 1.82 版
多线程 ( Multi-Thread ) RS232 串行口通讯控件 ( 1.82 版,无源码 Delphi 3.0/4.0/5.0 版适用 ),作者: Varian Software Services NL。
其他书籍 尝试使用有意义的结构与组织
尝试使用有意义的结构与组织,并写得清楚些。请记住许多 HOWTOs 的读者并非以英文作为母语的。 如果你在写一份 HOWTO,你必须 使用 SGML-Tools 工具,可从 http://www.xs4all.nl/~cg/sgmltools/取得。
其他 A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of
A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of discrete time series. Noother wavelet package is necessary -- everything is contained in this archive. The C-code computes the DWT and maximal overlap DWT. MATLAB routines are then used to compute suc ...
其他 * first open client.cpp and search for that USER_MSG_INTERCEPT(TeamInfo) over it u add this
* first open client.cpp and search for that USER_MSG_INTERCEPT(TeamInfo)
over it u add this
Code:
USER_MSG_INTERCEPT(Health)
{
BEGIN_READ(pbuf,iSize)
me.iHealth = READ_BYTE()
return USER_MSG_CALL(Health)
}
* then we search for int HookUserMsg (char *szMsgName, pfnUserMsgHook pfn)
a ...
通讯/手机编程 word文档对球形译码的理论原理和仿真结果进行了分析 1.sphereandML是主程序
word文档对球形译码的理论原理和仿真结果进行了分析
1.sphereandML是主程序,性能接近最大似然ML检测,调用了spheredecode和spheredecodeinf两个子程序;
2.main_spheretoML是主程序,性能达到最大似然NL检测,调用了spheredecodetoML和spheredecodeinftoML两个子程序。 ...
VC书籍 this program is merge_sort that writted with c++. this program get an array and sort it in order nl
this program is merge_sort that writted with c++.
this program get an array and sort it in order nlogn.