-
This is about the tree code, you can help those who are beginners to learn the r...
这个是关于树的代码,可以帮助那些初学者学习参考-This is about the tree code, you can help those who are beginners to learn the reference
- 2022-08-25 09:38:05下载
- 积分:1
-
MPM3D-F90-master
说明: 张雄mpm的开源软件,很简单实用,现在已经出了非开源版本。(Zhangxiong MPM open source software, very simple and practical, has now been out of the non-open source version.)
- 2020-06-18 11:00:01下载
- 积分:1
-
用图形界面完成的支持向量机模式识别的实验研究…
一个完整的具有图形操作界面的支持向量机模式识别的实验系统.全部用Matlab实现,可以实现多种分类识别. 这是本人的毕业设计的附属程序-complete with a graphical interface SVM pattern recognition to the experimental system. All using Matlab ab realized, could achieve multiple classification. This is my graduation design procedures for the subsidiary
- 2023-07-15 10:50:03下载
- 积分:1
-
surfMatlab
object detection: SURF matlab code
- 2019-05-04 16:53:41下载
- 积分:1
-
C#使用LINQ筛选动态数组中是string类型的元素
C#创建动态数组,筛选指定类型的元素,使用LINQ筛选动态数组中是string类型的元素。核心代码如下:
ArrayList arrList = new ArrayList(); //创建动态数组
arrList.Add(1);//添加动态数组元素
arrList.Add(2);
arrList.Add("A");
arrList.Add(3);
arrList.Add("b");
//使用LINQ筛选动态数组中是string类型的元素
var query = from item in arrList.OfType()
select item;
label1.Text = "是字符串类型的有:";//显示string类型的元素
foreach (var item in query)
{
label1.Text += item + " , ";
}
- 2022-01-24 17:23:38下载
- 积分:1
-
相册专辑插件
说明: 相册专辑插件albumize,jquery,相册代码,灯箱效果(Albumize, jquery, album code, light box effect.)
- 2019-02-16 22:44:39下载
- 积分:1
-
C API programming examples
C API programming examples
- 2020-06-24 02:00:02下载
- 积分:1
-
IBM_Lotus_Symphony(IBM的基于Eclipse的免费开源的Office软件,目前只有文档,电子表格,演示文稿三种功能),我上传的这个是他的数据...
IBM_Lotus_Symphony(IBM的基于Eclipse的免费开源的Office软件,目前只有文档,电子表格,演示文稿三种功能),我上传的这个是他的数据库插件,可以连接编辑Oracle,Sql server,mysql,db2等数据库.-IBM_Lotus_Symphony (IBM
- 2022-01-25 23:37:51下载
- 积分:1
-
FXBluePersonalTradeCopierforMT4Setup
说明: 个人跟单专用软件,mt4跟单软件,无账号限制,直接可用(MT4 documentary software, no account restrictions, directly available)
- 2019-10-16 21:46:42下载
- 积分:1
-
mimo_with_perfect_CSI
非理想信道状态信息对MIMO系统性能的影响(Non-ideal channel state information on the performance of MIMO systems)
- 2010-11-17 20:30:54下载
- 积分:1