-
xingyouxian
Matlab的行优先算法,可以方便的判断对如机场、火车站、公交车的就座问题进行分析(Matlab line priority algorithm, it will be convenient for the judge, such as airports, railway stations, bus seat to undertake an analysis of)
- 2007-11-25 15:45:11下载
- 积分:1
-
Car_Demo
说明: 通过51单片机及语音模块实现了简单的小车运动。(Simple car movement is realized by 51 single chip computer and voice module.)
- 2020-06-16 01:40:01下载
- 积分:1
-
Dwonloadlib源代码c++
#pragma once
#include "downmanager.h"
namespace Downloader
{
class CDownloader :
public DownManager
{
public:
CDownloader(void);
~CDownloader(void);
virtual BOOL Init( LPCSTR szDownUrl, LPCSTR szSaveDir );
virtual void DownLoop();
virtual void UnInit();
void setFileDownlond( const std::string& filename, bool downdloaded );
protected:
virtual void initSM();
virtual void releaseSM();
void save_FlistClient();
protected:
/// 共享内存句柄
HANDLE m_SMHandle;
/// 共享内存指针
SM_Downloader* m_smDownloader;
};
extern CDownloader* g_pDownloader;
}
- 2022-08-05 21:55:48下载
- 积分:1
-
AVR_TWI
一个AVR的TWI双机通讯(主机:mega16从机:mega8)(The AVR TWI a two-machine communication (host: mega16 Slave: mega8))
- 2011-08-10 15:48:51下载
- 积分:1
-
进耗存源码
。net C# 进耗存源码 进销存系统是对企业生产经营中进货、出货、批发销售、付款等进行全程跟踪管理。从接获订单合同开始,进入物料采购、入库、领用到产品完工入库、交货、回收货款、支付原材料款等,每一步都为您提供详尽准确的数据。有效辅助企业解决业务管理、分销管理、存货管理、营销计划的执行和监控、统计信息的收集等方面的业务问题
- 2022-03-14 01:57:58下载
- 积分:1
-
ourdev_512239
RC500原厂代码,支持ISO14443A所有的层(RC500 original code to support all of the layers ISO14443A)
- 2011-10-24 15:45:23下载
- 积分:1
-
Data-structure-diagram
数据结构中图的存储结构的建立与搜索
建立图的二种存储结构
在不同的结构上实现遍历
(Data structure diagram of the storage structure of the establishment of the search to establish two kinds of graph storage structure in the different structures to achieve through)
- 2011-06-27 09:29:40下载
- 积分:1
-
Ransac
RASANC去除无效点,实际测试,效果不错。(RASANC remove invalid points, good results.)
- 2011-11-14 10:20:09下载
- 积分:1
-
EX11_SCI_RS232
利用DSP上所带的按键发送字符串以达到控制(use keys to send message)
- 2014-05-06 20:02:41下载
- 积分:1
-
MSP430
MSP430F5529控制小车的部分程序,希望可以对大家有帮助(MSP430F5529 control car part of the program, I hope you can help)
- 2020-06-18 10:00:01下载
- 积分:1