-
是有关基因比对的经典算法的实现。这对于初学计算生物学的人是非常重要的算法。...
是有关基因比对的经典算法的实现。这对于初学计算生物学的人是非常重要的算法。-of the gene compared to the classical algorithm implementation. This computational biology of learning is very important algorithms.
- 2022-07-13 14:30:04下载
- 积分:1
-
数据结构 迷宫问题 迷宫非递归算法.rar
数据结构 迷宫问题 迷宫非递归算法.rar-data structures, maze problem, non-recursive algorithm for maze problem
- 2022-06-03 08:35:45下载
- 积分:1
-
helptipsrc
HelpTipSrc
- 2022-03-17 04:33:56下载
- 积分:1
-
此过程将被应用到离散点云数据(。txt),格式的方法。
本程序适用于将离散点云数据(.txt),转换为IGS格式-this procedure will be applied to discrete point cloud data (. Txt), format conversion of IGS
- 2022-02-15 22:30:14下载
- 积分:1
-
Turbo c run into the Games, according to key vertical and horizontal control, at...
进入turbo c运行游戏,按上下左右键控制,任何时候按ESC键退出,一个函数用来划方块;一个用来划小方块;一个用来擦去小方块-Turbo c run into the Games, according to key vertical and horizontal control, at any time by the ESC key to exit, a function used to draw box a small box used to draw a small box to remove
- 2022-09-02 15:50:03下载
- 积分:1
-
决策树ID3算法实现
多叉树的实现,每个结点的所有孩子采用vector保存,建树时横向遍历考循环属性的值,纵向遍历靠递归调用。程序基于vc6.0实现
- 2022-03-11 22:55:55下载
- 积分:1
-
在ASP.NET中如何用C#.NET实现基于表单的验证.
在ASP.NET中如何用C#.NET实现基于表单的验证.-in ASP.NET how to use C#.NET-based forms of certification.
- 2022-02-04 05:55:13下载
- 积分:1
-
参考源码,学习例子
参考源码,学习例子-reference source, study examples
- 2022-03-12 00:37:45下载
- 积分:1
-
新编win32API大全,只有1M多,用起来方便
新编win32API大全,只有1M多,用起来方便-New Win32API Guinness, only 1M and more convenient to use
- 2022-01-26 07:40:26下载
- 积分:1
-
显示软件的阿什维尼雷达
typedef 结构 _Timestamp
{
无符号短时间 ;
无符号短分钟 ;
无符号短秒 ;
无符号的短毫秒为单位) ;
} S_Timestamp ;
typedef 结构 _PrimaryReports
{
无符号短 messageHeader ;//33031
无符号短 rangeSpread ;
无符号短 azimuthSpread ;
无符号短 filterNumber ;
浮动范围 ;
浮法方位 ;
浮法高程 ;
浮法 multipleElevation [3] ;
浮法强度 ;
} S_PrimaryReport ;
typedef 结构 _PrimaryReportsPerCpi
{
无符号短 messageHeader ;/ / 34952
无符号短 numberOfReports ;
无符号短 cpiNumber ;
无符号的短保留 ;
//float 纬度 ;
//float 经度 ;
S_Timestamp 时间戳 ;
S_PrimaryReport primaryReports [MAX_PRIMARY_REPORTS_PER_CPI] ;
} S_PrimaryReportsPerCpi ;
DetectionDataInterface.MultiCastInit("225.0.0.1",44902) ;
- 2023-05-06 06:10:02下载
- 积分:1