-
xindiantudhfahiyeojop
模拟心电图的功能实现心电图功能,8051单片机实验成果。(The simulated ECG ECG, 8051 experimental results.)
- 2013-04-19 19:25:00下载
- 积分:1
-
3D效果演示
C#开发的3D动态旋转效果,通过绘制图形,实现3D显示效果。完整代码可执行。System.Drawing
- 2022-09-29 10:40:03下载
- 积分:1
-
kinect测量身高
利用kinect测量用户的身高
骨骼识别,利用算法更为稳定
namespace KinectUserHeight
{
///
/// Provides some common functionality on skeletal data.
///
public static class SkeletalExtensions
{
#region Public methods
///
/// Retruns the height of the specified skeleton.
- 2023-02-28 05:50:03下载
- 积分:1
-
China Mobile Fetion perfect version of C# source code
中国移动飞信完美版C#源代码,适合有兴趣的同学学习研究。-China Mobile Fetion perfect version of C# source code
- 2022-01-30 13:48:24下载
- 积分:1
-
double-link
双链表的情况与单链表类似,只是增加了一个前置链而已,以下代码是对双链表的一些基本操作,如:双链表的建立,求链表的长度,在链表中插入
新结点,删除链表中的结点等(some operation to double link,such as creat, insert,delete,etc)
- 2014-08-19 09:50:55下载
- 积分:1
-
2405Genetic
用遗传算法求借最短路径的程序,是我找了很多地方才等到的(Using genetic algorithms for the shortest path through the procedure, I find a lot of places only to wait until the)
- 2008-05-17 09:18:49下载
- 积分:1
-
18b20
超声波语音 智能小车 中 用 12864显示 的 温度传感器程序代码(Voice Smart car using ultrasound shows the temperature sensor 12864 code)
- 2011-08-09 10:30:12下载
- 积分:1
-
Miss920
Miss920程序行为监视器,运用SSDT HOOK技术,可以简单有效的监控程序行为,现在已经实现了进程监控,文件监控,注册表监控,并且可以有效快捷地进行二次开发。(Miss920 monitor program behavior, the use of SSDT HOOK technology, can be simple and effective monitoring of program behavior, the process has already been realized to monitor, document monitor, registry monitor, and can be carried out effectively and expeditiously to the second development.)
- 2009-07-04 23:30:19下载
- 积分:1
-
2dengine
一个简单的2D游戏引擎,有全部的源码和例子,可以作为初学者入门学习之用.(A simple 2D game engine, with all the source code and examples, can serve as a beginner learning.)
- 2011-05-07 14:39:54下载
- 积分:1
-
MPU6050代码
MPU6050的加速度传感器和角速度传感器得到的原始数据对我们用处不大,我们期望得到的是姿态数据,也就是欧拉角:航向角(yaw)、横滚角(roll)和俯仰角(pitch)。但是要得到欧拉角数据就需要我们利用原始数据进行姿态融合结算,这个比较复杂,对于初学者而言不容易掌握,所以MPU6050自带了数字运动处理器DMP,将原始数据转化为四元数输出,进而由四元数方便地计算出欧拉角。当然,我们也可以使用卡尔曼滤波直接从原始数据额得到欧拉角。即存在两种从原始数据得到姿态数据的方法:1、DMP法:原始数据》四元数》姿态数据(欧拉角)2、卡尔曼滤波法:原始数据》姿态数据(欧拉角)
- 2022-04-19 03:58:09下载
- 积分:1