V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  jsq2627  ›  全部回复第 60 页 / 共 100 页
回复总数  1986
1 ... 56  57  58  59  60  61  62  63  64  65 ... 100  
2016-12-29 15:22:12 +08:00
回复了 bluesky139 创建的主题 分享发现 微信 PC 端的几大缺陷
@zhoushiya 感觉可以期待一下 看起来目前不完善的地方还太多啦
2016-12-29 15:12:44 +08:00
回复了 bluesky139 创建的主题 分享发现 微信 PC 端的几大缺陷
现在是真心感觉 QQ 太先进了
国外软件找一圈都没有像 QQ 这样全能的即时通讯软件

其实只要 QQ 能把游戏、广告推送、各种腾讯产品入口、各种装饰品、各种娱乐功能都去掉,真的是一个完美的 IM 应用

然而因为工作不得不把微信作为主要通讯工具。。。自从微信起来以后,腾讯 TM 就再也没有更新过了,可惜这样一款好产品了。
2016-12-29 12:31:27 +08:00
回复了 wsscats 创建的主题 程序员 我如何利用前端技术得到 XXOO 网站的 VIP
想起来 91 炮也是改 cookie 就能有 vip
2016-12-26 14:22:16 +08:00
回复了 lxiange 创建的主题 程序员 来看看这个函数的时间复杂度是多少
说到底最终还是歧义的问题,不是思维的问题。
2016-12-26 14:20:16 +08:00
回复了 lxiange 创建的主题 程序员 来看看这个函数的时间复杂度是多少
@reus 还是平常我们对概念理解不够清楚的,平常遇到的大部分是多项式时间的,按那种方式定义 n 恰好结论一致。我希望你能自己看一下我上面贴的那篇 so
http://stackoverflow.com/questions/19647658/what-is-pseudopolynomial-time-how-does-it-differ-from-polynomial-time

When working with algorithms that process graphs, lists, trees, etc., this definition more or less agrees with the conventional definition. For example, suppose you have a sorting algorithm that sorts arrays of 32-bit integers. If you use something like selection sort to do this, the runtime, as a function of the number of input elements in the array, will be O(n2). But how does n, the number of elements in the input array, correspond to the the number of bits of input? As mentioned earlier, the number of bits of input will be x = 32n. Therefore, if we express the runtime of the algorithm in terms of x rather than n, we get that the runtime is O(x2), and so the algorithm runs in polynomial time.
2016-12-26 14:05:05 +08:00
回复了 lxiange 创建的主题 程序员 来看看这个函数的时间复杂度是多少
@jhdxr 时间复杂度特指后者用 D 表示的形式。 wiki 上语言表达有些不严谨,前者 O(根号 n)不能称为“时间复杂度”,只能叫做运行时间与 n 的关系。 wiki 后面特别强调“因此素性测试问题的时间复杂度用 D 表示应为 {\displaystyle O(2^{D/2})} O(2^{{D/2}})”。我想也许是翻译导致这个不严谨的产生。(不过英文原文我并没有找到同样的解释)
2016-12-26 13:34:49 +08:00
回复了 lxiange 创建的主题 程序员 来看看这个函数的时间复杂度是多少
我试着解释一下
平时我们说的时间复杂度“ O(关于 n 的一个表达式)”里面 n 的定义是这样的:
The size of the input to a problem is the number of bits required to write out that input.
而此考研题目的精妙之处在于混淆输入数值 n 和上述输入尺寸 n 的概念。

假设把题目那个函数里面的 n 都替换成 x 作为变量名。
x=2^n ( n 是 x 的二进制位数)
于是时间复杂度为 O(x)即 O(2^n)
2016-12-26 13:25:46 +08:00
回复了 lxiange 创建的主题 程序员 来看看这个函数的时间复杂度是多少
2016-12-24 18:39:00 +08:00
回复了 aaronly 创建的主题 PHP Vuerify 完成! Materialize-blog 单页模式,开!
楼主博客切页时似乎是在滑出动画结束后才发起的 http 请求。看了一下实际上请求很快,但是这样等动画完了才请求给人的感觉非常慢。
2016-12-21 19:09:22 +08:00
回复了 GaryZ 创建的主题 Java java 开发接口后,有没有快速生成说明文档的方法?
必须的 swagger +999
2016-12-20 23:32:29 +08:00
回复了 RqPS6rhmP3Nyn3Tm 创建的主题 Windows 如何让 Windows 10 在安装更新前询问我是否安装?
专业版和企业版组策略可破
2016-12-15 14:24:03 +08:00
回复了 gouchaoer 创建的主题 PHP php 的 jit 真的要来了
有点惊讶 php 竟然还没有 jit
2016-12-15 14:18:11 +08:00
回复了 xcatliu 创建的主题 程序员 今天我的 Google doodle 有点不一样
生快~
农历生日,每年只有 qq 和 qq 空间能准时送上生日快乐~
还有一种情况是 office365 家庭版分享,这种有风险,卖家随时可以取消你的订阅。
如果是 office2016 (就是纯粹的软件授权,不和账号绑定),基本确定是 msdn 一 key 多卖的
如果是 office365 恭喜你赚到了,赶紧买买买个十年
2016-12-08 10:36:21 +08:00
回复了 latelx 创建的主题 JavaScript 撸了一个前端的日志工具
mark
1 ... 56  57  58  59  60  61  62  63  64  65 ... 100  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   3238 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 40ms · UTC 04:47 · PVG 12:47 · LAX 21:47 · JFK 00:47
Developed with CodeLauncher
♥ Do have faith in what you're doing.