-
matlab
卡尔曼滤波 matlab源程序 及其注释(Kalman filter matlab source code and its annotations)
- 2012-11-14 11:21:38下载
- 积分:1
-
abc
基于MFC在编辑框中实现文件的打开、查找和关键字搜索定位等功能(Based on MFC it realized the openning and searching of files or texts in your edit box and so on )
- 2013-12-04 21:04:59下载
- 积分:1
-
初学者代码
STM32AD实验(库函数)
- 2023-06-11 21:35:04下载
- 积分:1
-
6DOF-case-of-sphere-falling
fluent模拟小球入水过程的case和程序(simulation of ball into the case and procedural process water in fluent)
- 2020-07-04 08:40:01下载
- 积分:1
-
GoKit_MCU_STM32
说明: 机智云gokit2代开发板源程序,功能完善,可供大家学习下载。(Smart cloud 2 development board source program, perfect function, available for everyone to learn and download.)
- 2019-11-21 17:02:50下载
- 积分:1
-
Robocup
Robocup机器人足球世界杯赛_历届赛事,获得荣誉国家(Robocup robot soccer World Cup _ the previous events, the national honors)
- 2010-05-22 12:44:31下载
- 积分:1
-
C# 判断是否为数值
C# 判断是否为数值,具体来说就是判断学生年龄是否为数值,private List GetStudent()
{
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
"SELECT 学生姓名,ISNUMERIC(年龄) FROM tb_Student");
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
List P_str = new List();//创建数据集合
foreach (DataRow item in P_dt.Rows)
{
P_str.Add(new Instance() { 姓名=item[0].ToString(),//添加数据项
年龄 = item[1].ToString() ==
"1" ? "数值" : "非数值" });
}
return P_str;//数据集合
}
- 2022-03-19 05:06:24下载
- 积分:1
-
pthread_pie
并行计算:多线程计算Pi值。
运行与编译环境:Linux(Parallel computing: multi-threaded calculating the value of Pi.
Operation and compile environment: Linux)
- 2013-05-07 19:58:57下载
- 积分:1
-
FCBO——概念格生成算法
This program computes intents of all formal concepts in an object-attribute data set (a formal context), i.e. the algorithm computes all maximal submatrices of a boolean matrix which are full of 1’s. The program implements FCbO, a fast algorithm based on Kuznetsov’s CbO with improved canonicity test.
The INPUT-FILE is in the usual FIMI format: each line represents a transaction or an object and it contains of a list of attributes/features/items. If the INPUT-FILE is omitted or if it equals to ‘-’, the program reads the input form the stdin. The OUTPUT-FILE has a similar format, each line represents one intent (itemset), where numbers indicate attributes in the intent (itemset). If the OUTPU
- 2022-03-23 20:17:15下载
- 积分:1
-
ad9910通用驱动
本代码主要实现通过stm32单片机对ad9910的驱动。内附使用说明和使用步骤,希望能够方便大家的使用。使用中遇到问题,欢迎大家踊跃相互交流。谢谢支持!
- 2023-08-17 00:55:03下载
- 积分:1