由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 请教一个问题
相关主题
求算法:非交子集。琢磨好几天了,特向大家求教。为什么这段程序scala慢java很多
问一个 information retrieval 问题。。。求大牛指导这道题。结果是什么?
Help on a multithread question有人知道AtomicInteger是如何实现的么
问一个VC的include的问题Backtracking search of Boolean satisfy ability
Java代码,老是compile出错,大家帮我看看哪错了。。。scala大牛幫看看這個map是為什麽?不太明白
gdsroot的问题error .mdf file unable to attach in Visual Studio 2013 win (转载)
static void foo( boolean * validPtr ) 中 static 啥意思?再来讨论一直算法课的作业吧
求习题:scheme programming, boolean, circuitVolatile variables do not provide any atomicity (转载)
相关话题的讨论汇总
话题: dnf话题: cnf话题: length话题: any话题: formula
进入Programming版参与讨论
1 (共1页)
U***A
发帖数: 849
1
a boolean function f on n variables can be written as both a DNF formula
where each term is of length at most k and a CNF formula where each clause
is of length at most k.
Show that for any input x of length n, f(x) can be evaluated by only looking
at O(k^2) inputs bits of x. (Assume you already know DNF and CNF mentioned
above)
Any idea? Thanks
1 (共1页)
进入Programming版参与讨论
相关主题
Volatile variables do not provide any atomicity (转载)Java代码,老是compile出错,大家帮我看看哪错了。。。
Scala的map和flatmap什么区别?gdsroot的问题
请教个bitarray distance的问题static void foo( boolean * validPtr ) 中 static 啥意思?
[合集] 答案. 未排序的100个数字,如何最快地找出最大的5个求习题:scheme programming, boolean, circuit
求算法:非交子集。琢磨好几天了,特向大家求教。为什么这段程序scala慢java很多
问一个 information retrieval 问题。。。求大牛指导这道题。结果是什么?
Help on a multithread question有人知道AtomicInteger是如何实现的么
问一个VC的include的问题Backtracking search of Boolean satisfy ability
相关话题的讨论汇总
话题: dnf话题: cnf话题: length话题: any话题: formula