-
动网格
说明: 简谐运动,震动表面的UDF文件,xy二维(Simple harmonic motion)
- 2019-04-14 13:07:09下载
- 积分:1
-
fwi正反演
地震波的正演和反演的差分计算,采用二阶时间八阶空间精度(Differential calculation of seismic wave forward modeling and inversio
- 2022-03-21 04:39:32下载
- 积分:1
-
Xbee_Checksum_Test
Xbee API Frame CheckSum Calculte
- 2014-02-17 19:32:59下载
- 积分:1
-
史上最快人脸检测系统(超越OpenCV)
史上最快人脸检测系统(超越OpenCV)
- 2019-03-19下载
- 积分:1
-
C++实现六自由度的机械手
用C++实现六自由度的机械手的运动学正反解问题,并用MFC做界面实现
- 2022-05-21 11:27:52下载
- 积分:1
-
ex6
program that will calculate how many odd integers in a given interval from 1 to N, where N is entered through the keyboard. The program will print out the total number of odd numbers in a given interval as the product of all odd numbers in that interval. As a result, the program should print "at intervals of 1 to N has <x> odd numbers and their product is <proizvod>.".
- 2014-02-04 18:16:03下载
- 积分:1
-
LV8731驱动测试例程
基于stm32f103设计的自平衡小车程序,电机驱动主要是LV8731。(STM32F103 based design of self balancing car program, motor drive, mainly LV8731.)
- 2017-09-18 14:37:03下载
- 积分:1
-
Teechart时间曲线实时移动图实例
Teechart时间曲线实时移动图实例
- 2018-07-15下载
- 积分:1
-
vp树
#ifndef _VPTREE_HEADER_
#define _VPTREE_HEADER_
#include
#include
#include
#include
#include
#include
template
class VpTree
{
public:
VpTree() : _root(0) {}
~VpTree() {
delete _root;
}
void create( const std::vector& items ) {
delete _root;
_items = items;
_root = buildFromPoints(0, items.size());
}
void search( const T& target, int k, std::vector* results, std::vector* distances)
- 2023-06-23 00:20:03下载
- 积分:1
-
Counter_dll
基于研华PCI-1710HG数据采集卡基于动态链接库的计数器程序。用VC++6.0MFC实现。程序功能实现实时计数值显示及频率值显示。(Advantech PCI-1710HG-based data acquisition card is based on the dynamic link library counter program. With VC++6.0MFC achieved. Program features real-time count value display and frequency display.)
- 2020-09-10 10:58:00下载
- 积分:1