码迷,mamicode.com
首页 >  
搜索关键字:exercise 1-3    ( 479个结果
结对项目----实现一个自动生成小学四则运算题目的命令行程序
一.Github项目地址:https://github.com/lyh27/exercise 团队成员:卢耀恒3118005065 莫政3118005067 二.需求 自然数:0, 1, 2, …。 真分数:1/2, 1/3, 2/3, 1/4, 1’1/2, …。 运算符:+, ?, ×, ÷。 ...
分类:其他好文   时间:2020-04-01 23:25:40    阅读次数:72
Go Web爬虫并发实现
题目: "Exercise: Web Crawler" 直接参考了 的实现,不过该代码使用了chan bool来存放子协程是否执行完成,我的代码是使用WaitGroup来让主协程等待子协程执行完成。 完整代码请参考 请注意对于WaitGroup的处理参考了 "Golang中WaitGroup使用的一 ...
分类:Web程序   时间:2020-02-23 19:58:34    阅读次数:94
Codeforces 516D Drazil and Morning Exercise (栈、二分)
题目链接 https://codeforces.com/contest/516/problem/D 题解 我还是数据结构水平太低了啊……连一个点子树内距离不超过$l$的点数都不会求 首先有一个熟知的结论是,我们任取原树的一条直径,那么对于任何一个点,直径的两端点中至少有一个到它的距离等于它到所有点的 ...
分类:其他好文   时间:2020-02-20 15:36:54    阅读次数:65
ipfs camp course c demo exercise 1
[toc] aim: 首先咱们把 broswer 和 自己的api 连接起来(要显示出来自己的本地ipfs id) my bugs CROS How to do cross origin requests on IPFS https://github.com/INFURA/tutorials/wik ...
分类:其他好文   时间:2020-02-08 11:36:29    阅读次数:64
CF1272C
Recently, Norge found a string s=s1s2…sns=s1s2…sn consisting of nn lowercase Latin letters. As an exercise to improve his typing speed, he decided to ...
分类:其他好文   时间:2020-02-06 16:13:31    阅读次数:83
[AST Eslint] No console with schema options && isPrimitive
// eslint exercise 4 (no-console) // When you're finished with this exercise, run // "npm start exercise.eslint.5" // to move on to the next exercise ...
分类:其他好文   时间:2020-01-23 22:36:43    阅读次数:87
[AST Eslint] No Console allowed
// eslint exercise 1 (no-console) // When you're finished with this exercise, run // "npm start exercise.eslint.2" // to move on to the next exercise ...
分类:其他好文   时间:2020-01-23 21:18:20    阅读次数:104
G53MDP Coursework 2 – Running Tracker
G53MDP Coursework 2 – Running TrackerSummaryIn this exercise you are required to build an Android running tracking application, anddocument its design ...
分类:其他好文   时间:2020-01-10 20:19:40    阅读次数:101
selenium爬取驾考宝典题目
要求 [x] Python3+ [x] Chrome驱动并已配置环境变量 [x] Selenium 研究页面 发现驾考宝典的科目四页面URL都是以 https://www.jiakaobaodian.com/mnks/exercise/0 car kemu4 huaibei.html?id=9168 ...
分类:其他好文   时间:2020-01-06 22:51:33    阅读次数:147
web前端入门到实战:制作一个百度首页
一、我们制作一个百度首页作为练习,可直接复制该代码保存后缀名为.html来查看<!DOCTYPEhtml><htmllang="en"><head><metacharset="UTF-8"><title>d93_baidu_home_exercise</title><style>.header{height:250
分类:Web程序   时间:2019-12-29 09:26:28    阅读次数:116
479条   上一页 1 2 3 4 5 ... 48 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!