• Home

  • Tags

  • Categories

  • Archives

系统分析与设计 作业2

Posted on 2019-03-29 | In 系统分析与设计
Words count in article: 984 | Reading time ≈ 3
简答题 用简短的语言给出对分析、设计的理解 分析的主要任务基于客户的大致需求,对其进行研究和提取更加具体详细的核心内容,其强调的是对问题的调查和需求的研究,而不是解决方案。 设计的主要任务是基于分析的成果,构建出合理的满足要求的模型或者解决方案,其强调满足要求的概念解决方案(在软件和硬件中),而不是 ...
Read more »

系统分析与设计 作业1

Posted on 2019-03-09 | In 系统分析与设计
Words count in article: 2.7k | Reading time ≈ 9
软件工程的定义应用计算机科学理论和技术以及工程管理原则和方法,按预算和进度,实现满足用户要求的软件产品的定义、开发、和维护的工程或进行研究的学科 解释导致 software crisis 本质原因、表现,述说克服软件危机的方法 软件危机(software crisis)本质原因主要是用户需求不明确、 ...
Read more »

区块链发展与现状

Posted on 2019-01-08 | In 区块链
Words count in article: 1.1k | Reading time ≈ 3
​本次主要阅读了三篇论文,所探讨的主题与当前区块链的安全性以及区块链市场相关。论文1主要以Mt.Gox交易所的交易网络作为样本分析加密货币市场中的市场操纵以及操纵模式,其将交易历史通过一系列的分析以及构造成需要的图,将所有账号分成三类:高账户(EHA)、低账户(ELA)、一般账户(NMA),数据分析 ...
Read more »

高性能区块链拓展方法

Posted on 2019-01-07 | In 区块链
Words count in article: 1.8k | Reading time ≈ 6
总结当前区块链研究中用于提高区块链系统性能和可扩展性的方法。并详细说明侧链技术,以及通过以太坊构建侧链的方法 如今,性能过低是当前区块链技术面临的主要挑战之一。区块链的性能指标主要包括交易吞吐量和延时。比特币理论上每秒最多只能处理七笔交易,每十分钟出一个区块,相当于交易吞吐量为7,交易延时为10 ...
Read more »

DApp开发遇到问题以及解决

Posted on 2018-12-24 | In 区块链
Words count in article: 851 | Reading time ≈ 4
前言本次博客简单记录下开发DApp过程中遇到的一些问题,以及相应的解决方案,因此写的也是很随意,仅供参考 项目地址 Vue如何使用Web3 安装Web3的依赖 1npm install web3@^0.20.0 --save 项目里创建全局web3对象 写一个插件,例如命名为Web3.js12 ...
Read more »

Capacitated Facility Location Problem

Posted on 2018-12-22 | In 算法
Words count in article: 2.4k | Reading time ≈ 10
项目地址 介绍Suppose there are n facilities and m customers. We wish to choose: which of the n facilities to open the assignment of customers to facili ...
Read more »

服务计算 - 6 BoltDB学习与简单剖析

Posted on 2018-12-14 | In 服务计算
Words count in article: 3.3k | Reading time ≈ 14
BoltDB 介绍 Bolt is a pure Go key/value store inspired by Howard Chu’s LMDB project. The goal of the project is to provide a simple, fast, and reliable ...
Read more »

132. Palindrome Partitioning II

Posted on 2018-12-06 | In 算法 | leetcode
Words count in article: 800 | Reading time ≈ 3
题目Given a string s, partition s such that every substring of the partition is a palindrome. Return the minimum cuts needed for a palindrome partition ...
Read more »

57. Insert Interval

Posted on 2018-12-06 | In 算法 | leetcode
Words count in article: 730 | Reading time ≈ 3
题目Given a set of non-overlapping intervals, insert a new interval into the intervals (merge if necessary). You may assume that the intervals were ini ...
Read more »

123. Best Time to Buy and Sell Stock III

Posted on 2018-12-02 | In 算法 | leetcode
Words count in article: 1.1k | Reading time ≈ 5
题目Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may com ...
Read more »
<i class="fa fa-angle-left"></i>1234…7<i class="fa fa-angle-right"></i>

65 posts
14 categories
19 tags
RSS
GitHub
© 2023 liuyt49
Powered by Hexo
|
Theme — NexT.Mist v5.1.4
访问人数 访问总量 次