V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  picasso250  ›  全部回复第 13 页 / 共 31 页
回复总数  608
1 ... 9  10  11  12  13  14  15  16  17  18 ... 31  
2014-12-03 13:34:54 +08:00
回复了 picasso250 创建的主题 分享创造 撸了个图灵机 http://picasso250.github.io/Turing-Machine/
打印0和1

m-Configuration Symbol Operations final-m
zero P1,R one
one P0,R zero
2014-12-01 15:36:26 +08:00
回复了 tabris17 创建的主题 PHP 各位公司内部对 PHP 开发的初中高级分级标准是啥?
@tini8 如真能这样,也算做了件善事
@xlvecle 这个不是递归,是解方程组。
For a given point [i,j], we could write down it's expression,
v[i,j] = (v[i-1,j] + v[i+1, j] + v[i, j-1] + v[i, j+1]) / 4.
If all the 4 points' value is known, we could calculate the value of v[i,j]. This condition is the base condition, 3x3 matrix.

In general, we could write down (m-2)*(n-2) equations about all unknown points, hence we could solve that system of linear equations.

For us coder, we just need to make another matrix and solve it.
2014-11-18 13:56:44 +08:00
回复了 picasso250 创建的主题 分享创造 Hacker News Mobile http://hackernewsmobile.duapp.com/
@ChiChou 我自己测试时可以适配手机页面的
2014-11-14 21:30:26 +08:00
回复了 p2p 创建的主题 Python 明天上海 PyCon 有 V 友同去的吗?
我去的
2014-10-24 21:52:56 +08:00
回复了 yakczh 创建的主题 问与答 continue 怎么跳到上一级的循环
def can_print(i):
>>>>for s in skip:
>>>>>>>>if i % s == 0: return False
>>>>return True

for i in arr:
>>>>if can_print(i): print(i)

if you find a way hard, then u might choose the wrong way
2014-10-09 18:21:30 +08:00
回复了 picasso250 创建的主题 分享创造 Hacker News Mobile http://hackernewsmobile.duapp.com/
@kokdemo 可以用手机访问
2014-10-09 12:47:55 +08:00
回复了 killpanda 创建的主题 互联网 有人需要 Ello 邀请么?
cumt.xiaochi#gmail.com

谢谢
2014-10-09 09:58:28 +08:00
回复了 ly710 创建的主题 PHP nginx 用的 php 解析器是不是比 apache 更严格啊?
想用这个特征,可以用BAE。
2014-09-02 17:04:08 +08:00
回复了 jamiesun 创建的主题 程序员 相信星座决定性格的程序员不是合格的程序员?
@mahone3297 挺有道理的,南半球和北半球的星座性格是反的。
2014-08-27 10:26:37 +08:00
回复了 takato 创建的主题 问与答 有那些你认为翻译得很渣的术语?
最差劲的翻译,是容易让人误解的翻译。
次差劲的翻译,是让人摸不到头脑而不能立刻理解的翻译。
好的翻译,是让人觉得理所当然的翻译。
2014-08-18 16:57:16 +08:00
回复了 picasso250 创建的主题 PHP 100 行的 PHP shell
@CoX 在linux平台果然这样。我无能为力。
2014-08-18 15:26:17 +08:00
回复了 picasso250 创建的主题 PHP 100 行的 PHP shell
@CoX and php -r is also not so usable
2014-08-18 15:25:25 +08:00
回复了 picasso250 创建的主题 PHP 100 行的 PHP shell
@dorentus 我一早就知道~ 我只是想写个轻量级的……
2014-08-18 15:20:51 +08:00
回复了 picasso250 创建的主题 PHP 100 行的 PHP shell
@Green 在你的里面输入echo 1;就报错了
2014-08-15 16:00:10 +08:00
回复了 picasso250 创建的主题 PHP 100 行的 PHP shell
@CoX I'm sure they are different
2014-07-25 15:55:52 +08:00
回复了 picasso250 创建的主题 问与答 如何做一个月入7k的自由职业者?有什么好的方法?
@freeze 到现在也没调整好。稍有缓解。
个人经验是佛和女人。
推荐《佛陀的正见》
2014-07-25 14:49:36 +08:00
回复了 picasso250 创建的主题 问与答 如何做一个月入7k的自由职业者?有什么好的方法?
@freeze 我在某度……
1 ... 9  10  11  12  13  14  15  16  17  18 ... 31  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2223 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 32ms · UTC 07:29 · PVG 15:29 · LAX 00:29 · JFK 03:29
Developed with CodeLauncher
♥ Do have faith in what you're doing.