-
guanliandufnex
基于灰色预测模型对旅游人数的预测matlab代码(Grey prediction model based on the forecast of tourist arrivals matlab code)
- 2011-02-05 21:53:49下载
- 积分:1
-
renlianjiance
说明: 基于matlab的一种人脸检测算法,可以检测人脸,可以识别人脸 (face )
- 2011-04-15 20:26:15下载
- 积分:1
-
tcp-server-代码
tcp服务器的代码(网上找的),说有点的源代码。(Tcp program code in vxworks)
- 2020-06-20 14:20:01下载
- 积分:1
-
c#代码,关于管理线程
c#代码,关于管理线程-c# code on the management of threads
- 2023-03-17 10:40:03下载
- 积分:1
-
NSGA2-dynamic
说明: 多目标优化进化算法目前公认效果收敛性最好的算法NSGA2c++源码,具有一般性,可在此基础上继续改进,对实现其他多目标优化算法很有帮助.(Multi-objective optimization evolutionary algorithm is currently the best recognized effect of convergence of the algorithm NSGA2c++ Source, with the general, could be on this basis to continue to improve the achievement of other multi-objective optimization algorithm helpful.)
- 2008-11-12 10:04:30下载
- 积分:1
-
C#抓取IE浏览器网站整体截图实例源码
C#抓取整个网站为一个图片
- 2013-01-17下载
- 积分:1
-
APF
三相四桥臂有源电力滤波器的控制与实验研究论文,三相四桥臂有源电力滤波器的控制与实验研究论文(APF san xiang si qiao bi yan jiu)
- 2016-04-24 19:47:58下载
- 积分:1
-
SVPWM的原理讲解
说明: SPWM原理讲解,详细介绍了SPWM的原理以及过程,理论推导详细,过程清晰。(The principle of SPWM is explained. The principle and process of SPWM are introduced in detail. The theoretical derivation is detailed and the process is clear.)
- 2019-12-18 11:30:46下载
- 积分:1
-
24l01发送端代码
#include #include #include "1602.h"typedef unsigned char uchar;typedef unsigned char uint;//****************************************IO端口定义***************************************sbit MISO =P1^2;sbit MOSI =P3^2;sbit SCK =P1^6;sbit CE =P1^5;sbit CSN =P1^7;sbit IRQ =P1^3;//***********************************数码管0-9编码*******************************************uchar seg[10]={0xC0,0xCF,0xA4,0xB0,0x99,0x92,0x82,0xF8,0x80,0x90}; //0~~9段码//************************************按键**********************************************sbit KEY1=P3^6;sbit KEY2=P3^7;//***********************************数码管位选**************************************************sbit led1=P2^1;
- 2022-03-18 17:46:09下载
- 积分:1
-
DHT11 STC15W4K48S4 驱动程序
DHT11的驱动程序 使用的单片机为STC15W4K48S4 已测试成功
- 2022-04-06 19:19:52下载
- 积分:1