-
prime
输出用户输入的任意两个整数间的所有素数
输入的大小任意,输出按从小到大的顺序。
C++实现(Output user input between any two integers all prime numbers of arbitrary size of input and output according to the order from small to large. C++ implementation)
- 2009-03-10 10:20:31下载
- 积分:1
-
psd
AR模型频谱估计,包含直接发,相关函数法,burg法(AR model spectrum estimation, including direct transmission, correlation function method, Burg method)
- 2020-07-02 04:20:01下载
- 积分:1
-
af
说明: 应急物流系统中的定位-路径优化 GreenSim团队原创作品(The positioning of emergency logistics system- route optimization GreenSim original works team)
- 2011-09-04 19:36:53下载
- 积分:1
-
face detect
基于参考图像处理的人脸检测
- 2022-07-15 01:00:23下载
- 积分:1
-
ESP8266-WIFI温度传输实验
通过ESP8266把DS18B20模块采集到的数据发送给上位机(Data collected by DS18B20 module is sent to PC through ESP8266)
- 2020-06-21 04:40:01下载
- 积分:1
-
MRF Unpacker Source
MRF解包器源
- 2023-07-29 02:05:04下载
- 积分:1
-
cmopso
典型的多目标粒子群算法(CMOPSO),附测试函数,注解详细,适合学习参考(A typical multi-objective particle swarm optimization (CMOPSO), attached to the test function, annotation detailed reference for learning)
- 2013-11-30 10:40:24下载
- 积分: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
-
12232lcd
12232lcd的参考例程,可以通过调试,用的时候改变一些设置(12232lcd reference routine, you can debug using the time to change some settings)
- 2010-07-05 09:52:28下载
- 积分:1
-
C#常用控件和类的使用
C#常用控件和类的使用
希望对大家有所帮助(C# usage of commonly used controls and classes
We hope to help)
- 2017-09-15 09:13:12下载
- 积分:1