-
Ellipse-detection
能够检测椭圆,并且在已知摄像机安装高度和倾角的情况下实现单目测距,代码能够运行(Ellipse can be detected, and the camera installation height and in the case of the known inclination to achieve monocular ranging code to run)
- 2016-04-05 10:03:57下载
- 积分:1
-
mpich_1.2.5
MPICH是MPI的重要研究,提供了一系列的接口函数,为并行计算的实现提供了编程环境.(MPICH is an important MPI Research, has provided a series of interface functions, for the realization of parallel computing provides a programming environment.)
- 2020-09-26 10:27:47下载
- 积分:1
-
英飞凌TDA5235驱动
胎压器SP37接收芯片, 英飞凌TDA5235驱动 C语言
- 2022-08-19 12:33:16下载
- 积分:1
-
Exe-input-parameter
Exe Input Parameter ,255
- 2015-01-25 09:37:32下载
- 积分:1
-
host
这个是ADSP-BF609的上位机host程序 用于和609里的fileserver配套 传送文件(This is the ADSP-BF609 host computer host program and 609 in the fileerver supporting the transmission of documents)
- 2017-03-31 10:49:41下载
- 积分:1
-
C#制作简单的倒计时程序
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace _01Timer
{
public partial class Form1 : Form
{
System.DateTime TimeNow = new DateTime();
TimeSpan TimeCount = new TimeSpan();
public Form1()
{
InitializeComponent();
}
private void label1_Click(object sender, EventArgs e)
{
}
- 2022-03-01 00:39:36下载
- 积分:1
-
solve
this code is solution of optimal control
- 2013-07-26 16:12:28下载
- 积分:1
-
juliangfa
矩量法是求解电磁场边界值问题中一种行之有效的数值方法.它所做的工作是将积分方程化为差分方程,或将积分方程中积分化为有限求和,从而建立代数方程组,故它的主要工作量是用计算机求解代数方程组.所以,在矩量法求解代数方程组过程中,矩阵规模的大小涉及到占用内存的多少,在很大程度上影响了计算的速度.如何尽可能的减少矩阵存储量,成为加速矩量法计算的关键.此处介绍了方法(MoM is the solution of electromagnetic field boundary value problem in an effective numerical method. It is the work done by integral equations into differential equations, or integral equations into a finite sum of points, so as to establish algebraic equations Therefore, it is the main workload of the computer to solve algebraic equations. Therefore, in the moment method for solving algebraic equations, the matrix size relates to the amount of memory, to a large extent affected the speed of calculation. how to maximize the reduction of matrix storage has become accelerated MoM calculation of the key. introduce the method here)
- 2008-06-08 11:12:09下载
- 积分:1
-
关于GIS二次开发,实验数据
说明: 关于GIS二次开发,实验数据,关于MapControl应用方面(GIS Experimental data on MapControl applications)
- 2020-06-25 05:00:02下载
- 积分:1
-
C写的购物系统
刚学C大作业写了这样的购物管理系统,读取文件都在txt中,字符型界面,需要的朋友可以完善输入输出安全检测,分身份登陆,顾客可充值,管理员可增加使用人数量和对用户账号进行管理
- 2022-08-03 04:50:09下载
- 积分:1