- 博客(9)
- 收藏
- 关注
原创 软件工程团队项目——subway
目录零、分工一、GitHub地址二、PSP表格三、控制台程序解题思路1. 建模思路和文本信息2. Dijkstra算法——/b功能3. /c功能实现4. /a功能实现5. 换乘优化6./z测试功能实现四、控制台程序实现1. Dijkstra算法——/b功能代码2. /a功能代码3./z测试功能代码五、控制台程序性能分析六、...
2019-01-12 14:03:30 704
原创 软件工程基础个人项目——Sudoku
一、Github地址Github地址:https://github.com/ZhangWuren/SoftwareEngineering 二、PSP表格PSP表格 PSP 过程 预估耗时 (分钟) 实际耗时 (分钟) Planning 计划 10 5 ·Esitimate ·估计耗时...
2018-12-12 19:29:12 284
原创 使用echarts实现简单的疾病知识图谱
var size = 60;var size1 = 30;var yy = 200;var yy1 = 250;var listdata = [];var links = [];var med = "药品";var ope = "操作";var che = "检查";//著需要设定一下四个参数//设定疾病名称var diease = "diease";//设定传入的...
2018-09-10 21:46:23 6373
原创 Lucene初步学习(一)
Lucene中重要的几个类IndexWriterpublic class IndexWriterIndexWriter是在索引过程中中的中心组件,它不是唯一用来修饰索引的类,这个类创建一个新的索引并且添加到一个已有的索引中。Directorypublic abstract class DiretoryDirectorys是抽象类,用来表示Lucene索引的位置,有以下两...
2018-07-27 10:45:19 181
原创 知识工程大作业skip_gram模型的实现
参考源码来自https://github.com/NELSONZHAO/zhihu/tree/master/skip_gram导入包、文件以及文本清洗import timeimport numpy as npimport tensorflow as tfimport randomfrom collections import Counterwith open('data.txt') a...
2018-06-10 20:24:24 499
原创 android程设作业记录
大致想做一个类似于Iphone倒数日功能的app简陋版源码://2018.05.16实现了顶部导航栏//2018.05.10//2018.04.23今天大致做了简单的UI界面顶部用Tablayout进行导航里面重复的使用了reclyeview(不过reclyeview的功能好像和我需求的不太一样,想要实现创建一个就添加一个,而不是一次性全部显示)...
2018-04-23 17:37:06 315 1
原创 c++上机(第一次)
1. Read the codes carefully on page 230 and page 248 of the book, or on page 247 and page 266 of the e-book, then answer the questions as below: 1.1 Describe the main data structure of Stack; 1.2 De...
2018-04-19 23:57:31 825
原创 c++中输出输入运算符的重载
<<和>>运算符重载,均为friend友元函数。//标题竟然不能有 '<' 和 '>' 符号class Vehicle {public: int i; friend ostream& operator<<(ostream &out, const Vehicle &vehicle);//重载<<运算符};o...
2018-04-11 23:41:02 1032 3
转载 ubuntu启动后配置环境Anaconda环境变量
Anaconda环境变量配置export PATH=~/anaconda3/bin:$PATH
2018-04-08 16:55:56 2520
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人