搜索资源列表
一个非常好用的Autocad工具集
- ********************************************************* * AyungerStudio AutoCAD-Tools 更新日期: 2010.02.01 * ********************************************************* 这是本人近年来独自开发的一个AutoCAD修改工具集合,现与各位共享,主要包括: 1、 绘制类: 箭头、示坡线、锥坡线、剖断线、垂线、切线、等高线加
AFuzzyAdaptiveTrackingAlgorithmBasedonCurrentStati
- 基于“当前”统计模型的模糊自适应跟踪算法 我存的一篇论文,拿来与大家共享-Current statistical model needs to pre-define the value of maximum accelerations of maneuvering targets.So it may be difficult to meet all maneuvering conditions.The Fuzzy inference combined with Current stati
ANN-in-maneuvering-target-tracking
- 在机动目标跟踪中,机动目标模型是机动目标跟踪的基本要素之一,一般希望机动目标模型能准确表征目标机动时的各种运动状态。比较常用的模型有匀速运动(CV)模型、匀加速运动(CA) 模型、时间相关模型(Singer)和机动目标“当前”统计模型。上述模型均采用机动频率表征目标的机动情况。在应用当中,通常采用固定的机动频率,这就表示机动目标的机动时间是一定的,而实际上机动目标的机动时间是不断变化的,也就是说机动频率是不断变化的,采用固定机动频率必然会带来误差。采样周期在0.5—2S时,机动频率越小跟踪精度越
dianzizhangwu
- 需求与功能分析 1、通过建立不同帐务信息实现对个人理财的简单管理,个人帐务数据是由帐务明细条目构成,其信息包括:序号,日期(年、月、日),收支项名称,收支类型(收入/支出),收支金额(正/负数表示收支),备注等。 2、数据保存形式: 所有个人帐务数据以二进制文件保存,并通过对二进制文件的保存和载入实现帐务信息的存储管理 3、界面功能要求: 1) 采用友好的字符界面,实现一个功能控制菜单。 2) 每次操作都从该菜单选择,利用循环结构使得一次运行程序可进行多次操作。 需要
Arithmetic
- 编写程序,随机出20道100以内的算术题,每题5分,加减乘除随机,每出一道题,用户答一次,并统计当前得分,最后显示总分及准确率,并把错误题目列出。-Java Language
CS
- 上传了几个基于“当前”统计模型的机动目标跟踪的程序,包括子程序和文献,还有粒子滤波的目标跟踪程序-From a few based on the " current" statistical model for maneuvering target tracking procedures, including routine and literature, as well as particle filter target tracking process
choose
- 用c++编写的选票系统,并可统计相关得票情况-#include <iostream> using namespace std struct Person//声明结构体类型Person; { char name[20] int count } int main() { Person leader[3]={"aaa",0,"bbb",0,"ccc",0} //定义Person类型的数组,内容为当前候选人的姓名及得票数;
renshiguanli
- 根据企业对人事管理的要求,本系统可以实现以下目标: 操作简单方便、界面简洁美观。 在查看员工信息时,可以对当前员工的家庭情况、培训情况进行添加、修改、删除的操作。 方便快捷的全方位数据查询。 按照指定的条件对员工进行统计。 可以将员工信息以表格的形式插入到Word文档中。 实现数据库的备份、还原及清空的操作。 由于该系统的使用对象较多,要有较好
system-progress
- 每秒统计一次当前系统的进程状况,并按照内存使用自多到少排序打印输出相关信息。对已经结束的进程,另外给出一个列表,并显示该进程的结束时间和持续时间。-Statistics once the current system status of the process, in accordance with the memory usage from more to less printout of the relevant information per second. The end of the
a_text_editor
- A Text Editor Imlementation。 对输入缓冲区中的文件内容进行编辑,包括:显示当前文件内容、到第一行、到最后一行、到前一行、到下一行、到指定的某一行、插入一行、删除一行、替换当前行、替换某个子串、查找指定的某个子串、统计文件行数及字符数、重新读入文件、保存当前文件、退出系统等操作-A Text Editor Imlementation 。edit the contents of the file in the input buffer, including: disp
Edmonds.cpp.tar
- Edmonds算法,寻找网络最大流 算法流程: 在残余网络中, 通过广搜找到一条增广路 找出增广路上的最小权值的边 更新残余网络 直到找不到增广路为止 // 统计当前网络中汇点的流-Edmonds algorithm to find the maximum network flow algorithm process: in the residual network, through extensive search to find an augmenting path
chi
- 一种修正chi分布的跟踪算法。比较了本方法与当前统计模型的效果。-A tracking algorithm chi distribution correction. This method compares the results with the current statistical model.
CS
- 一种当前统计模型算法。给出了CS模型的建立过程以及跟踪结果。-A statistical model algorithm currently. CS gives the model building process and tracking results.
4_2
- 定义一个立方体类,包含的数据成员有立方体的左上角坐标位置和右下角坐标位置,并实现如下要求。 要求: 1)构造函数带入两个三维坐标点位置来初始化成员变量; 2)另一个构造函数带入一个坐标点位置和一个边长来构造一个正方体; 3)一个成员函数求立方体的中心; 4)一个成员函数来获取立方体的体积和表面积; 5)添加静态成员变量统计当前有多少个对象处于生存期,添加静态成员变量表示一个生成过多少个对象; 6)添加静态成员函数获取上面的两个静态成员变量。 7
currentmodel
- 当前统计模型和Singer模型跟踪算法 注:请将初始化矢量放在蒙特卡洛仿真循环内-Singer model and current statistical model tracking algorithm Note: Keep an initialization vector on the Monte Carlo simulation loop within
GameOfGo
- C#围棋 支持单机模式和双人对战模式,过程中可以统计当前结果,玩家可以聊天-C# Go- Single & two Battle
qouhie
- 包含CV、CA、Single、当前、恒转弯速率、转弯模型,主要为数据分析和统计,利用自然梯度算法。- It contains CV, CA, Single, current, constant turn rate, turning model, Mainly for data analysis and statistics, Use of natural gradient algorithm.
当前统计模型+跟踪+卡尔曼滤波
- 基于 “ 当前 ” 统计模型的自适应不敏卡尔曼滤波算法(Adaptive Unscented Kalman Filtering Algorithm Based on Current Statistical Model)
单模和双模比较
- 北斗GPS双模在利用“当前”统计模型并利用kalman滤波时,其系统噪声和观测噪声未知且时变,而且加速度上下限不能自适应于未知运动规律的无人飞行器当前加速度,导致导航精度降低。该程序是相应的MATLAB仿真程序。(Beidou GPS dual mode uses the "current" statistical model and the Kalman filter. Its system noise and observation noise are unknown a
盈亏统计指标
- Mt4 平台统计订单和手数指标,可以看到当前持仓和做单路径!(Mt4 Platform Statistical Order and Hand Number Indicators can see the current position and single path!)