资源列表
MMC02
- 基于pscad的mmc逆变模型,仅含有逆变部分,借鉴别人的,仅供参考。(Based on PSCAD MMC inverter model, only contains the inverter part, learn from others, for reference only.)
读写优先
- 事件对象解决读写者问题实现P、V操作用Win32提供的同步对象实现P、V操作,并使用它们解决读者-写者问题 利用事件机制模拟多值信号量。(Event object solves the problem of reader writer)
Windows核心编程(第5版)中文版
- windows核心编程,对理解windows的执行过程和操作原理很重要。(Windows core programming is very important for understanding the execution process and operation principle of windows.)
VC++ Email电子邮件收发客户端
- mfc写的邮件发送程序,支持smtp和pop3(MFC write mail program, support SMTP and POP3)
Python基础教程
- python基础教程,不错的入门书籍吗,介绍条理清晰,结构合理逻辑性强(Python basic tutorials, good introductory books, introduced clear, reasonable structure, logic strong)
rtklib_2.4.2_p11
- RTKLIB是日本东京海洋大学开发(Tokyo University of Marine Science and Technology)开发的一个开放源程序包,供标准与精确GNSS全球导航卫星系统应用。RTKLIB包括一个可移植的程序库和几个应用程序(AP)库。 RTKLIB的特点: (1)支持标准的和精确的定位算法: GPS,GLONASS,QZSS准天顶卫星系统,北斗和SBAS (2)支持多种 定位模式与GNSS实时和后处理: 单点,DGPS / DGNSS,动态的,静态的,移动
rtklib_2.4.2_bin
- RTKLIB是日本东京海洋大学开发(Tokyo University of Marine Science and Technology)开发的一个开放源程序包,供标准与精确GNSS全球导航卫星系统应用。RTKLIB包括一个可移植的程序库和几个应用程序(AP)库。 RTKLIB的特点: (1)支持标准的和精确的定位算法:GPS,GLONASS,QZSS准天顶卫星系统,北斗和SBAS (2)支持多种定位模式与GNSS实时和后处理:单点,DGPS / DGNSS,动态的,静态的,移动基线,定点,
LEVY 工具箱
- 计算levy函数工具箱,包括概率密度函数的求解和随机数的生成等(Calculate the probability density function of levy stable distribution)
Qt操作百度地图
- QT 加载百度地图,并且与百度地图交互。。。。。。。。。(QT loads Baidu maps and interacts with Baidu maps)
遗传算法
- 优化TSP路径,可以最短路径完成旅行商问题(Optimizing TSP path,the shortest path can be used to solve the traveling salesman problem.)
MH-MCMC
- Metropolis-Hastings算法的R语言实现(Implementation of Metropolis-Hastings algorithm in R language)
nask
- VC实现的PL0编译器,该程序实现词法分析,语法分析及语义分析()