-
KEY1
80C51单片机单键控制LED继电器的延时与关闭(One-touch control output delay and Close)
- 2013-01-14 16:00:07下载
- 积分:1
-
模拟卫星轨道
这个程序是计算卫星在地球上的土地在那里当它在大气中的飞
其结果是在区间 [0,2 π],表示经度度东赤道
其结果将是直接由"cout"的输出
- 2023-05-05 00:35:03下载
- 积分:1
-
MT4ExpertAdvisor
MT4智能交易系统 学习指导教程,中文版本。(MT4 Expert Advisors learning tutorials, the Chinese version.)
- 2020-07-23 21:38:44下载
- 积分:1
-
C# 采集器 源码下载
采集器
- 2016-07-27下载
- 积分:1
-
疯狂刷单
说明: 疯狂刷单,一秒一单,自动设止盈,不适合小资金,默认0.01手。(Crazy billing, one second a single, automatic stop earnings, not suitable for small funds, default 0.01 hands.)
- 2020-06-17 00:00:01下载
- 积分:1
-
中点算法 DDA算法 bresenham算法
中点算法
#include "graphics.h"
Void Midpointline (int x1,int y1,int x2,int y2,int color)
{
int a,b,d1,d2,d,x,y;
a= y1-y2;b=x2-x1;d=a+a+b;
d1= a=a;d2= a+a+b+b;
x=x1;y=y1;
putpixel(x,y,color);
while (x
- 2022-08-12 19:19:01下载
- 积分:1
-
fftwuserdll
fftw 快速傅里叶变换, C#算法 直接调用dll(fftw fuliye bianhuan C# suanfa zhijie dianyong dll wenjian zhijie daoru fangzai bin wenjian jia zhong)
- 2020-06-20 13:20:01下载
- 积分:1
-
poly2trellis
poly2trellis,程序清晰简单,容易阅读,matlab调用易实现(poly2trellis, procedures clear and straightforward, easy to read, matlab call easy to realize)
- 2011-05-03 14:17:48下载
- 积分:1
-
Lave1
#include <iostream>
#include <stdlib.h>
#include <string.h>
using namespace std
const kl = 4, kzs = 2, m = 6, n = 4, Error = 5
char *K[kl] = {{"01"},{"bB"},{"23456789ACDEFacdef"},{"hH"}}
int A[m][n] = {{1,2,2,5}, {1,3,2,4},{2,2,2,4},{2,2,2,4},{5,5,5,5},{5,5,5,5}},
- 2010-01-20 23:55:27下载
- 积分:1
-
HT_transform
说明: 使用opencv中霍夫线变换检测直线,阈值可调(Line detection by Hough line transformation with adjustable threshold)
- 2020-06-10 09:35:04下载
- 积分:1