资源列表
breakpad.tar
- google breakpad 源代码,程序崩溃之前生成dump文件,方便调试(Google breakpad source code, dump files are generated before the program crashes, easy to debug)
grammar
- 预测分析法(LL(1)方法)的基本思想是:从文法开始符S出发,从左到右扫描源程序,每次通过向前查看 1 个字符,选择合适的产生式,生成中间推导过程以及句子的最左推导。本程序可以输入预测分析表,输出最左推导和中间过程。(The basic idea of prediction analysis method (LL (1)) is to start from the grammar start symbol S, and scan the source program from left to r
city_air_py
- 使用python3.6进行编程,能够将各城市的空气质量图形化展示出来。(The air quality of each city can be displayed graphically.)
mercator2roms
- mercator数据集处理,生成roms模型边界文件(processing Mercator datasets to generate the roms model boundary file.)
0796514
- acm 哈尔滨工业大学的部分题源答案,为本小组辛苦测试并检验()
程序自动升级
- PB做的自动程序程序。数据库连接自己配置吧(PB's automatic program. Connect the database to your own configuration)
Eight Queen
- 可以在界面中选择不同条件的八皇后,然后会显示所有结果(You can select eight queens with different conditions in the interface, and then all the results will be displayed.)
seagrid
- delft3d grid 工具,可转换网格为roms网格(delft3d grid tools, it can transform delft grid to roms grid)
GA
- 遗传算法,实现物竞天择,是进化理论的一方面。遗传算法是解决搜索问题的一种通用算法,对于各种通用问题都可以使用。搜索算法的共同特征为: ① 首先组成一组候选解 ② 依据某些适应性条件测算这些候选解的适应度 ③ 根据适应度保留某些候选解,放弃其他候选解 ④ 对保留的候选解进行某些操作,生成新的候选解。(Genetic algorithm, to realize natural selection, is one aspect of evolutionary theory.)
ATJUSNL
- acm 做题和编程时常用的一些算法,自己总结的,主要有大数的运算,qsort函数,排序,等等,()
635443
- acm 大学生程序设计大赛常用代码 c++()
wind farm opf
- 单风电场潮流计算模型,风电集群潮流模型,最优潮流计算,N-1最优潮流计算(detailed wind power model, optimal power flow computation and N-1 based SCOPF)