留学无忧辅导工作室🎓
-->
06
08
C代写:COMP2129PageRank C代写:COMP2129PageRank
Introduction用C实现PageRank算法,同时需要对大数据量节点的情况进行优化。 Task DescriptionIn this assignment your task is to implement the PageRa
2016-06-08 SafePoker
05
30
Python代写:COMP9021Tangram Python代写:COMP9021Tangram
Introduction用Python解一个 Tangram ,也就是七巧板问题,作业给基本框架,往里面填写逻辑即可。 IntroductionThe assignment consists of three parts, from
2016-05-30 SafePoker
16
Bash代写:COMSC171BashScript Bash代写:COMSC171BashScript
Introduction做一个Bash的解析器,类似于IDE的代码自动对齐功能。原理不难,但是用Bash实现就是调试挺麻烦的。 RequirementWrite a bash script to indent code blocks i
2016-05-16 SafePoker
01
NodeJS代写:CSC309SynergySpace NodeJS代写:CSC309SynergySpace
Introduction这次仍然是对之前做的Sharing Economy System进行改进,满足下面列出的新需求。 OverviewSynergySpace is a coworking space rental and team
2016-05-01 SafePoker
04
23
NodeJS代写:CSC309SharingEconomy NodeJS代写:CSC309SharingEconomy
Introduction基于Web的Sharing EconomySystem,不过后端需要用NodeJS,数据库要用MongoDB,前端自然也是JavaScript,算是比较少见的组合。 OverviewIn this project
2016-04-23 SafePoker
03
Python代写:ECM1414DataStructuresandAlgorithms Python代写:ECM1414DataStructuresandAlgorithms
IntroductionInsert Sort和Merge Sort是排序算法中两个最基础的算法,虽然实际中很难用到,但是作为排序的启蒙还是不错的。此次作业要求写出Insert Sort和MergeSort,并根据随机输入对比两个算法的时间
2016-04-03 SafePoker
03
09
PHP设计模式(七):设计模式分类 PHP设计模式(七):设计模式分类
Introduction根据目的和范围,设计模式可以分为五类。按照目的分为:创建设计模式,结构设计模式,以及行为设计模式。按照范围分为:类的设计模式,以及对象设计模式。下面分别介绍。 创建设计模式创建设计模式(Creationalpat
2016-03-09 SafePoker
03
02
09
Vim实战指南(五):文本替换 Vim实战指南(五):文本替换
Introduction在编辑代码时,有时候你希望对变量或者函数重命名。vi提供了强大的替换功能,比其他普通编辑器的ctrl+r更好用。 替换vi的替换基于 ex命令 : :s/old/new/g:将
2016-02-09 SafePoker
06
04
01
15
C代写:CS251Sorting C代写:CS251Sorting
Introduction工程编程中, Sorting 通常都是出现在三方库中直接调用。Sorting的种类繁多,有下面几类: 插入排序Straight Insertion Sort,直接插入排序Shell’s Sort,希尔排序 选择排序
2016-01-15 SafePoker
3 / 4