由买买提看人间百态

topics

全部话题 - 话题: constraints
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
D*******a
发帖数: 3688
1
equality constraints are much easier to manipulate than inequality
constraints.
n*l
发帖数: 44
2
来自主题: EE版 - PCB Allegro DRC Error!
There are some vias in the board are in the middle of nowhere, that is there
aren't any components within 75 mil of their vicinity, and those vias still
give me via-to-shape spacing error.
En, I set the constraint in Setup -> Constraint -> Physical (lines/vias)
rule set : Set Values ..
I***a
发帖数: 704
3
来自主题: EE版 - ISE的map error 求教
Mapping design into LUTs...
ERROR:MapLib:30 - LOC constraint CLOCK on clock<0> is invalid: No such site
on
the device. To bypass this error set the environment variable
'XIL_MAP_LOCWARN'.
ERROR:MapLib:30 - LOC constraint RESET on reset<0> is invalid: No such site
on
the device. To bypass this error set the environment variable
'XIL_MAP_LOCWARN'.
这个ISE的map error有谁知道怎么弄吗?thanks.
I***a
发帖数: 704
4
1. 3.644 ns is the clock tree delay
" Info: + Longest clock path from clock "CLK" to source register is 3.644
ns "
http://www.altera.ru/Disks/Altera%20Documentation%20Library/literature/an/an123.pdf
page 3:
tCO = Clock Delay + Micro tCO + Data Delay
In my case;
Clock Delay = 3.644 ns (can be minimized by setting tCO constraint)
Micro tCO = 0.099 ns (intrinsic, cannot change)
Data Delay = 10.461 ns (can be minimized by setting tCO constraint, in RTL
no logic)
in total, tCO = 14.204 ns
2. rising... 阅读全帖
m********e
发帖数: 15
5
来自主题: Mathematics版 - 请问LP问题~~
我也不清楚冗余变量的准确定义是什么。google搜出来的东西好乱啊。
http://lpsolve.sourceforge.net/5.5/set_presolve.htm
这个东东,你看他的remark,说For example a constraint on only one variable is
converted to a bound on this variable (and the constraint is deleted).
那么上面那个不正好是他的反例,说明他的程序是错的么?
我完全被他们搞晕了。
s***t
发帖数: 113
6
来自主题: Mathematics版 - 问个optimization的问题
what type of optimization problem it is? constraint or non-constraint.
My impression is that with only 2 variables, you can probably try some
brute-force method to figure out the global optimum rather than seek
local optima.

e*******s
发帖数: 62
7
来自主题: Mathematics版 - 我也来问一个优化问题
我的问题用了matlab 里面的fmincon
然后设了一些nonlinear的constraints, 居然能解,
明天再线性搜索一下,看看结果对不对
下面的意思是说找到解了吧?
Optimization terminated: first-order optimality measure less
than options.TolFun and maximum constraint violation is less
than options.TolCon.
exitflag =
1
First order optimality conditions were satisfied to the specified tolerance.
f******d
发帖数: 3
8
给定一个max线性规划,要求引入一个额外的(满足一些简单性质的)constraint,使得
在加入这个新的constraint之后,这个线性规划的最优解最小。请问有不有类似的研究
或者结果,谢了先...
d*****1
发帖数: 1837
9
max c'x
st Ax <= b
get optima f*, with solution x*
you want to add some constraints Dx <= d such that
f*, x* will be optima and solution of the following problem
min c'x
st Ax <= b
Dx <= d
a simple constraint
c'x >= f*
can do the job
s***i
发帖数: 2
10
来自主题: Mathematics版 - 请教一个(非凸)约束优化问题
First, because x_i\le C_i for all index i, then the k-th largest (smallest)
element among x_i is smaller than the corresponding k-th largest (smallest)
element in C_i. Therefore if you reorder x_i into decreasing order (x_n\le x
_{n-1}\le \cdots \le x_1) it does not change the objective function, and the
constraints remains feasible. So you can add extra constraint x_n\le x_{n-1
}\le \cdots \le x_1 to the original problem without changing objective value.
Now by first order condition, it is easy
f******k
发帖数: 297
11
这个比较有意思。一般模型好像都是从假设理性(individual rationality)与否开始研
究行为,而这个角度是从行为来看是否存在理性,有点inverse map的味道。或者等价
的命题是,可以假设理性成立,从行为推测belief、risk aversion等等,甚至可以检
验behavioral constraint,比如moral constraint等等,看看Lagrange multiplier是
不是always 0,呵呵...

ZD
t*****n
发帖数: 58
12
来自主题: Quant版 - 请教一道option的题
Given two stocks at time T, one has to pay the difference of their values
unless they had the same value (which is considered to be continuous in time
) at some time before T, in which case there is no obligation. How much
does this derivative worth now? What if we drop the constraint of not
having the same value?
我不明白这里的constraint "unless they had the same value", 有区别吗?另外,
第一问,是不是考虑S_1(T)>S_2(T), or S_1(T) 谢谢!
c*******e
发帖数: 150
13
看看天花乱坠忽悠到头了,其实挺空虚的,基本都是大陆技术 factor models -> mean
-variance portfolio construction with a power-functional form of TC.
最后一段 "Second-Order Cone Programming" 是告诉观众们 他们的 portfolio
construction process 除了一个 TE constraint,其它的都是线性constraints,而且
the TC term 应该是 有理数次方 (e.g. trades.^2 or trades.^(3/2) )。 只有
有一句话“techniques of Bayesian return forecasting” 偶没有完全看懂,不知道
是说在return forecasts过程中用了 Black-Litterman shrinkage,还是说用了dummy
observations 这些经典的Bayeisan 技术,还是有更高级的Bayesian 技术。 抛砖引玉
,希望有大侠出来指点一二 :)
k*****a
发帖数: 7389
14
cavaliere, can u tell me why "Second-Order Cone Programming" 是告诉观众们 他
们的 portfolio construction process 除了一个 TE constraint,其它的都是线性
constraints,而且the TC term 应该是 有理数次方 ?
this is a greencard ad, my firm posts couples of this every month.
r**a
发帖数: 536
15
这个主要是利用
\delta(g(\omega))=\frac{\delta(\omega-\omega_0)}{|g'(\omega_0)|}
where \omega_0 is the solution of g(\omega)=0.
你把上面这个公式带进去,然后提出 1/|g'(\omega_0)|,当然最后你还得对\omega_0
求和或积分.最后你会发现1/|g'(\omega_0)| 对应到 E[\delta(g(\omega))]。另外,
那个公式推导过程中作者应该多写了个1/2.但是最终的结果就是1.12上面的那个方程是
对的。
物理中经常会遇到类似的东西,比如我想把物理场限制在一个constraint上。那么多数
情况下,这个constraint是关于物理场得一个函数。那么做路径积分的时候就应该出来
一个delta函数。

you.
L*******t
发帖数: 2385
16
Theoretically。。可以人为的加constraints,这个在理论上1992年就被Cvitanic和
Karatzas解决了,然后具体用起来可以假设一个Markov的structure用PDE来解
然后Mean variance也可以加各种constraints。这样应该就不会有extreme了吧。此外
Mean variance要估计一个超大的Covariance matrix,然后参数不确定性的情况下,如
何用Mean Variance似乎也有结论。
L*******t
发帖数: 2385
17
大牛来说说Mean variance除了extreme weights, mean return hard to estimate, 还
有啥缺点??
如果大家都喜欢MV和BL模型,我们可以work together搞一个综合一点的模型,
possibly with VaR or CVaR constraints,portfolio weight constraints而且可以
incorporate views和equilibrium return (或者Fama French的factor models).
搞一个综合一点的模型might not be impossible啊。。
L*******t
发帖数: 2385
18
喉哥,我想来想去,觉得没有multivariate什么事情,假设任务就是生成一个
portfolio weights对应的CVaR和VaR,把所有资产的return series列好,然后按照
portfolio weights加成为一条return series,然后fit一个一维的CVaR模型,很多情
况下这个都是有closed form的,比如Gaussian, Generalized Hyperbolic
distribution, EVT等等。
然后portfolio optimization的任务就是最大化我的expected portfolio return,对
应CVaR或者VaR的某个水平,这个得自己好好推导一下,如果用MATLAB,fmincon, GA等
函数都能handle nonlinear constraints,或者我们自己理论推导一下有没有closed
form,加了constraints,应该很好玩。
如果要估计一个超大的Cov矩阵,精度的确成问题。而且一旦要求个逆速度慢不说,精
度就很差了。没有time series model可以handle这个... 阅读全帖
L*******t
发帖数: 2385
19
来自主题: Quant版 - 求教Bessel过程
但是业界似乎用一些很有趣的东西比如SABR,Local Vol,Local Stochastic Vol (这
个最猛,猛到连SDE的存在唯一性现在都没人能证出来,参见Julien Guyon的
Nonlinear Option Pricing),解法也鸡零狗碎,有用heat kernel expansion,有的用
singualar perturbation神马的。
记得看到一些很不错的学术论文,比如On Stock Option Pricing using HJM Methods
,差不多是这个title,用HJM来搞权益类期权定价。但是他们没给出价格满足
的FBSDE,我还没看到有应用,但是他们的方法可以对initial impl vol surface
完美的拟合,这个挺不错的。这个方法基于Levy models。还有另一些人比如Prin
ceton的Rene Carmona做Tangent Levy models,也是一样的思路。
但是他们不能证明存在唯一性,似乎我记得也没有数值结果。
我的PhD Thesis大概会把他们的结果用FBSDE表示出来然后计算数值解。
如果你想... 阅读全帖
L*******t
发帖数: 2385
20
来自主题: Quant版 - 求教Bessel过程
但是业界似乎用一些很有趣的东西比如SABR,Local Vol,Local Stochastic Vol (这
个最猛,猛到连SDE的存在唯一性现在都没人能证出来,参见Julien Guyon的
Nonlinear Option Pricing),解法也鸡零狗碎,有用heat kernel expansion,有的用
singualar perturbation神马的。
记得看到一些很不错的学术论文,比如On Stock Option Pricing using HJM Methods
,差不多是这个title,用HJM来搞权益类期权定价。但是他们没给出价格满足
的FBSDE,我还没看到有应用,但是他们的方法可以对initial impl vol surface
完美的拟合,这个挺不错的。这个方法基于Levy models。还有另一些人比如Prin
ceton的Rene Carmona做Tangent Levy models,也是一样的思路。
但是他们不能证明存在唯一性,似乎我记得也没有数值结果。
我的PhD Thesis大概会把他们的结果用FBSDE表示出来然后计算数值解。
如果你想... 阅读全帖
c****m
发帖数: 91
21
来自主题: Science版 - Re: 数学高手请进!!

我不是高手,但是做N-dimensional assignment一段时间了,下面
写的是一些已知的结果:
你的问题是一个2-D assignment问题,可以relax integer constraints,
用LP求解,最好是用primal-dual interior point method.
如果是sparse问题,modified auction可以很快得到结果,如果是dense
问题,偶觉得JVC比较合适.如果能separate问题to subproblems,也许可以
分别用auction和JVC解相应的子问题.如果你知道其中一些约束,问题是能
不能转化为linear cost flow问题,如果可以,则偶推荐用auction求解.不
能的话对提高运算速度从worst case角度看无帮助.
对3-D以上assignment问题,通常搜索最优解是NP hard,此时不能relax integer
constraints,但是可以解dual problem using successive Lagrangian relaxation.
偶最近提出用LP解primal p
c******r
发帖数: 6
22
来自主题: Science版 - An optimization problem
Hi,
Sincere thank to Ahhaau and Fern for their discussions about this problem. :)
Two points I want to make:
1. I've tried to use simulated annealing to do iterative improvement. But
because of the effect of parameter tuning, the algorithm is kind of slow.
That's why I want to find a computationally effecient algorithm to solve it.
If not, at least a good heuristics.
2. I also tried to formulate the constraints as integer constraints. But
notice that the cost functions may not be linear, so solv
d*****s
发帖数: 285
23
来自主题: Statistics版 - 请问这个面试问题的回答
不知道啊,我当时面试的时候就跟他说加constraint,他说他们直接set to 0。另外,
constraint怎么加啊?
l*********s
发帖数: 5409
24
来自主题: Statistics版 - market mix model
LP is embarrassingly simple. It is just brutal force/exhaustive search with
constraints. e.g, in market mix, budget is the constraint, the revenue or
profit is the target criterion.
b******r
发帖数: 548
25
来自主题: Statistics版 - R 中lm的问题
可以考虑用quadratic programming package
for example,
http://cran.r-project.org/web/packages/quadprog/quadprog.pdf
positive constraint is a linear constraint.
L****n
发帖数: 12932
26
这个很像和版上多位戚戚相关啊。
【 以下文字转载自 Stock 讨论区 】
发信人: daxigua111 (方教主), 信区: Stock
标 题: 【请置顶 紧急投票】改写亚裔孩子要比非裔SAT高450分才能入名校 (转载)
发信站: BBS 未名空间站 (Wed Feb 29 15:34:32 2012, 美东)
发信人: tools (aaaaa), 信区: WaterWorld
标 题: 【请置顶 紧急投票】改写亚裔孩子要比非裔SAT高450分才能入名校 (转载)
发信站: BBS 未名空间站 (Wed Feb 29 12:12:34 2012, 美东)
发信人: alderbrook (Alderbrook), 信区: Parenting
标 题: 【请置顶 紧急投票】改写亚裔孩子要比非裔SAT高450分才能入名校的现实
发信站: BBS 未名空间站 (Tue Feb 28 01:38:53 2012, 美东)
【紧急投票动员】改写亚裔孩子要比非裔SAT高450分才能入名校的现实
决战最高法院, 请投庄严一票,来捍卫你孩子公平竞争入学名校的机会
请置顶,请在以下网页签... 阅读全帖
l*****r
发帖数: 131
27
刚收到的,不知道是不是有人发过,请大家转发给自己朋友。
紧急动员:决战最高法院, 请投庄严一票
捍卫你孩子公平竞争入学名校的机会
(必须是绿卡或公民才可以投票,谢谢合作。)
历史性的时刻已经到来了:2/21/2012,美国最高法院决定审理用“族裔”的理由来提
高亚裔和白人高校入学门槛的做法是否违宪。您--关爱孩子未来的父母--现在就可以花
一分钟时间来帮助孩子增大孩子上他们理想大学的机会。请您立即投票赞成(FOR) 80
-20全美亚裔教育基金会的民调书,清楚明白地表明亚裔在这件案子上的立场。
http://admin.80-20nj.info/cgi/80/e?l=8/11e/f&w=no
资料显示,亚裔在美国要比其他族裔成绩优秀许多才能上同样的学校。要上同样的名校
,亚裔SAT要考1550分,白人1410分,而非裔只需要1100分*(英文和数学满分是1600)
。亚裔入学这么高的门槛使得许多亚裔的大学申请者非常害怕,有些干脆拒绝列出他们
是亚裔—其实学校一看名字还是能知道哪些孩子是亚裔。。。
下面几周内,我们需要征集到至少五万个签名,让结果写入Amicus Curiae (“法庭之... 阅读全帖
p*********n
发帖数: 7788
28
基本背景:
2/21/2012,美国最高法院决定审理大学录取过程中“族裔考量”是否违宪。您--关爱
孩子未来的家长--现在就可以花一分钟时间来帮助孩子共同抵抗歧视,增大孩子上他们
理想大学的机会。请您立即投票赞成(VOTE “FOR”) 80-20全美亚裔教育基金会的民
调书中所建议的不分族裔,按学生综合素质为标准的大学入学政策,清楚明白地表明亚
裔在这宗案子上的立场。
http://admin.80-20nj.info/cgi/80/e?l=8/11e/f&w=no
父母请各签一个名表示赞成“FOR”,学龄孩子也可以签名。(必须是绿卡或公民才可
以投票,谢谢合作。)
资料显示,亚裔在美国要比其他族裔成绩优秀许多才能上同样的学校。要上同样的名校
,亚裔SAT要考1550分,白人1410分,而非裔只需要1100分*(英文和数学满分是1600)
。亚裔入学这么高的门槛使得许多亚裔的大学申请者产生心里恐惧,有些干脆拒绝列出
他们的亚裔身份—其实学校一看名字还是能知道哪些孩子是亚裔。
未来几周 (4月10日前),我们需要征集到至少五万个签名 (力争大于十万),让结果
写入Amicus Curi... 阅读全帖
A*********r
发帖数: 2115
29
来自主题: _BayAreaFishing版 - 好消息:RF and Lingcod regulation放松了
From NCKA.org.
new RF regs approved for 2011-2012
« on: October 26, 2010, 12:22:12 pm »
Quote
The new RF regs have been officially approved.
http://www.dfg.ca.gov/marine/groundfishcentral/regulations.asp
RECREATIONAL
* Decrease the lingcod minimum size limit to 22 inches
* Increase the statewide bag limit of cabezon from two to three fish
* Removal of the lingcod spawning closure in the months of January
through March and December
* Increase the California scorpionfish... 阅读全帖
z****r
发帖数: 183
30
来自主题: _Auto_Fans版 - 我终于有Porsche啦
That's exactly my point. If money is a constraint, there are many cars of
the same class to Porsche boxster/cayman. If money is not a constraint and
the buyer like the porsche badge, why not 911 s/turbo for both the
performance and the practicality?

gt3
q********g
发帖数: 10694
31
http://finviz.com/quote.ashx?t=ATRC,BONE,CDXS,MRIC.OB,SRPT&ty=c
the link: http://seekingalpha.com/article/885411-5-healthcare-companies-with-insider-buying-during-september-2012?source=yahoo
5 Healthcare Companies With Insider Buying During September 2012
September 24, 2012 | 3 comments | includes: ATRC, BONE, CDXS, MRIC.OB,
SRPT
Disclosure: I am long BONE. (More...)
The Healthcare sector has been the top performing group during the last 6
months with a 11.4% gain during that period.
(click t... 阅读全帖
m********t
发帖数: 1591
32
【 以下文字转载自 Military 讨论区 】
发信人: mrlancelot (名为汉相), 信区: Military
标 题: 现在感觉汉语还真的不严谨
发信站: BBS 未名空间站 (Mon Sep 27 15:40:56 2010, 美东)
我小将的,不是度论运
跟英语相比,感觉汉语的确不是非常严谨的语言,由于同音字太多,咱们举例说明吧
1。汉语中的“边”就是一个问题,在英文里面可以是margin(书的白边),end(那边
,这边),或者boundary(边界),还有side(那一边)等等,这些汉语中的“边”用
英文中的一个词可以准确描述,而汉语就有歧义或者需要解释
2。汉语中的限,在英语中也有多个表示,比如无限infinity,有限limited,或者限制
constraint,还有限于confined,等等,汉语就这一个字,需要无穷的修饰才能完成表
达,而英语仅仅用一个词汇就能搞定了,准确快捷,没有歧义。
3。汉语中表述几何中的一些词汇就更离谱了,英文中用polytope表示有限多面体,用
polyhedron表示多面体,这样当你说的东西是有限的时候,英文词汇可以直接准
C******n
发帖数: 284
33
来自主题: ChinaNews版 - 中国最令我忧心的两大硬伤!
基督教文化中的宽容未必更多(there is a God,but not Gods,参见Agora)
中国农民(占人口30%以上?)是非常理性的,并且精于经济学意义上的“计算”;on
average, they have successfully maximized their profits under a variety of
constraints on which you have no idea at all
p**********d
发帖数: 7918
34
http://www.nytimes.com/2011/04/04/world/asia/04museum.html?_r=1
April 3, 2011
At China’s New Museum, History Toes Party Line
By IAN JOHNSON
BEIJING — At the elaborately renovated National Museum of China in
Tiananmen Square, visitors interested in the recent history of the world’s
fastest rising power can gaze at the cowboy hat that Deng Xiaoping once wore
when he visited the United States, or admire the bullhorn that President Hu
Jintao used to exhort people to overcome hardship after the Sichu... 阅读全帖
u****r
发帖数: 1163
35
【 以下文字转载自 Parenting 讨论区 】
发信人: lana1972 (lana), 信区: Parenting
标 题: 紧急投票:捍卫你孩子公平竞争入学名校
发信站: BBS 未名空间站 (Wed Feb 29 10:46:15 2012, 美东)
please FWD the link to other Asian groups too.
发信人: xxxyyz (冬瓜圣诞), 信区: NextGeneration
标 题: (发这个版可能有点早)紧急投票:捍卫你孩子公平竞争入学名校的机会
发信站: BBS 未名空间站 (Wed Feb 29 10:03:37 2012, 美东)
转帖:紧急动员:决战最高法院,请投庄严一票捍卫你 孩子公平竞争入学名校的机会

历史性的时刻已经到来了:2/21/2012,美国最高法院决定审理用“族裔”的理由 来提
高亚裔和白人高校入学门槛的做法是否违宪。您--关爱孩子未来的父母--现 在就可以
花一分钟时间来帮助孩子增大孩子上他们理想大学的机会。请您立即投 票赞成(FOR)
80-20全美亚裔教育基金会的民调书,清楚明白地表明亚裔在... 阅读全帖
Y********g
发帖数: 4
36
紧急动员:向最高法院, 请投庄严一票
捍卫你孩子公平竞争入学名校的机会
2/21/2012,美国最高法院决定审理用“族裔”的理由来提高亚裔和白人高校入学
门槛的做法是否违宪。
请您立即投票赞成(FOR) 80-20全美亚裔教育基金会的民调书,清楚明白地表明
亚裔在这件案子上的立场。
http://admin.80-20nj.info/cgi/80/e?l=8/11e/f&w=no
资料显示,亚裔在美国要比其他族裔成绩优秀许多才能上同样的学校。要上同样的
名校,亚裔SAT要考1550分,白人1410分,而非裔只需要1100分*(英文和数学满分是
1600)。
下面几周内,我们需要征集到至少五万个签名,让结果写入Amicus Curiae (“法
庭之友”的文书)作为证据资料递交最高法院。我们要表明亚裔赞同以考生的综合素质
(而不是族裔)作为美国高校的招生标准。综合素质包括申请学生现在的学术成绩和未
来可能的成功潜力,例如申请人是否能在不利的生活环境中仍能不懈努力等 (i.e.
Overcome adversity under soc... 阅读全帖
U*E
发帖数: 3620
37
【 以下文字转载自 Stock 讨论区 】
发信人: PatientMoney (机器人), 信区: Stock
标 题: Guagua Bo,dumping shares that he had years ago in the US M
发信站: BBS 未名空间站 (Mon Aug 26 15:31:28 2013, 美东)
NEW YORK (MarketWatch) — Guagua Bo, who has been a son of Xilai Bo is
dumping shares that he had years ago in the US Market. As his father
prepares to face the court in what's being billed as China's trial of the
century, the son of former high-flying politician Bo Xilai has expressed
hope that his father is able to "defend himself... 阅读全帖
a********k
发帖数: 32
38
如果您还没有在80-20全美亚裔教育基金会的民调书上签字的话,请马上去投票赞成(FOR)高校取消用族裔(race)作为录取标准。
http://admin.80-20nj.info/cgi/80/e?l=8/11e/f&w=no
(如果链接无法打开,那是因为点击太高,请稍候再点击。谢谢)
基本背景:
历史性的时刻已经到来了:2/21/2012,美国最高法院决定审理用“族裔”的理由来提高亚裔和白人高校入学门槛的做法是否违宪。您--关爱孩子未来的父母--现在就可以花一分钟时间来帮助孩子增大孩子上他们理想大学的机会。请您立即投票赞成(FOR) 80-20全美亚裔教育基金会的民调书,清楚明白地表明亚裔在这件案子上的立场。
误区1:作为少数族裔,我们亚裔应该支持“族裔优先”的招生政策 (race-based admission policy)
回答:在高校入学上,我们亚裔从来就是不受欢迎的少数族裔(over-represented minority)。资料显示,亚裔在美国要比其他族裔成绩优秀许多才能上同样的学校。要上同样的名校,亚裔SAT要考1550分,白人1410分,西裔1280分,而非裔只需... 阅读全帖
T****M
发帖数: 1913
39
来自主题: History版 - 现在感觉汉语还真的不严谨
【 以下文字转载自 Military 讨论区 】
发信人: mrlancelot (名为汉相), 信区: Military
标 题: 现在感觉汉语还真的不严谨
发信站: BBS 未名空间站 (Mon Sep 27 15:40:56 2010, 美东)
我小将的,不是度论运
跟英语相比,感觉汉语的确不是非常严谨的语言,由于同音字太多,咱们举例说明吧
1。汉语中的“边”就是一个问题,在英文里面可以是margin(书的白边),end(那边
,这边),或者boundary(边界),还有side(那一边)等等,这些汉语中的“边”用
英文中的一个词可以准确描述,而汉语就有歧义或者需要解释
2。汉语中的限,在英语中也有多个表示,比如无限infinity,有限limited,或者限制
constraint,还有限于confined,等等,汉语就这一个字,需要无穷的修饰才能完成表
达,而英语仅仅用一个词汇就能搞定了,准确快捷,没有歧义。
3。汉语中表述几何中的一些词汇就更离谱了,英文中用polytope表示有限多面体,用
polyhedron表示多面体,这样当你说的东西是有限的时候,英文词汇可以直接准
S*******C
发帖数: 7325
40
☆─────────────────────────────────────☆
TempBM (Temp) 于 (Mon Sep 27 21:20:45 2010, 美东) 提到:
发信人: mrlancelot (名为汉相), 信区: Military
标 题: 现在感觉汉语还真的不严谨
发信站: BBS 未名空间站 (Mon Sep 27 15:40:56 2010, 美东)
我小将的,不是度论运
跟英语相比,感觉汉语的确不是非常严谨的语言,由于同音字太多,咱们举例说明吧
1。汉语中的“边”就是一个问题,在英文里面可以是margin(书的白边),end(那边
,这边),或者boundary(边界),还有side(那一边)等等,这些汉语中的“边”用
英文中的一个词可以准确描述,而汉语就有歧义或者需要解释
2。汉语中的限,在英语中也有多个表示,比如无限infinity,有限limited,或者限制
constraint,还有限于confined,等等,汉语就这一个字,需要无穷的修饰才能完成表
达,而英语仅仅用一个词汇就能搞定了,准确快捷,没有歧义。
3。汉语中表述几何中的一
A***6
发帖数: 243
41
Evolution is in the design, but it does not mean what it called "progress"
is better. Capitalism in most applications is based on greed. Without
balance between desire and self-constraint, desire going to extreme is greed
, trying to get what you want regardless of harming others and eventually
harming self. By now, most countries have learned that capitalism without
socialism to balance it will destroy everything (China is slow to realize it
again). People have to try different things, but when... 阅读全帖
m***y
发帖数: 14763
42
来自主题: History版 - 为啥打仗看书就能学会
都有练兵这个过程啊,其实练的不光是兵,也是将自己啊。反例就是宋,大家都知道它
一个问题是,兵不知将,将不知兵。穿越小说里面,“窃明”系的都是学的近代操典,
就是军队标准化,这样兵将之间对对方的预期都有一个底线,有common sense。不然,
就象赵括一样,嗯,最优解是这样的,你们当兵的就这么执行吧。知兵的就会把自己军
队的条件代入作为constraints,这样某个次优解就成了这些受限条件下的局部最优了。
回到孙庞那个例子,魏军是庞自己练出来的,所以他能自己带着。孙到了齐,身体不能
练兵了,所以只能给田忌出主意,最后的执行,还是得靠田忌操盘。
这也是,经常看军师出个上中下三策,头却只能用中策的原因。纸上谈兵的上策往往不
可行。
m***y
发帖数: 14763
43
来自主题: History版 - 为啥打仗看书就能学会
都有练兵这个过程啊,其实练的不光是兵,也是将自己啊。反例就是宋,大家都知道它
一个问题是,兵不知将,将不知兵。穿越小说里面,“窃明”系的都是学的近代操典,
就是军队标准化,这样兵将之间对对方的预期都有一个底线,有common sense。不然,
就象赵括一样,嗯,最优解是这样的,你们当兵的就这么执行吧。知兵的就会把自己军
队的条件代入作为constraints,这样某个次优解就成了这些受限条件下的局部最优了。
回到孙庞那个例子,魏军是庞自己练出来的,所以他能自己带着。孙到了齐,身体不能
练兵了,所以只能给田忌出主意,最后的执行,还是得靠田忌操盘。
这也是,经常看军师出个上中下三策,头却只能用中策的原因。纸上谈兵的上策往往不
可行。
c******o
发帖数: 1184
44
评价的不错
http://www.exurbe.com/?p=2176
“The Borgias” vs. “Borgia: Faith and Fear” (accuracy in historical
fiction)
Posted by exurbe on July 26, 2013 Fandom
BorgiaFrenchTVPoster
A French “Spot the Saint” themed poster for “Borgia: Faith and Fear”
assigning Cesare the attributes: archbishop’s robes, scythe, dagger, bloody
hands, blood. The French caption reads “Don’t have faith in them.” I
can’t argue.
There was a Borgia boom in 2011 when, aiming to capitalize on the commercial
success of The Tudor... 阅读全帖
o****o
发帖数: 8077
45
你丫就别扯蛋了
地摊GPS似乎看起来精度很高,那是因为用了地图路径数据来constraint,一般民用GSP
可没那么高精度
E*U
发帖数: 2028
46
If China could chalk up growth this decade of 7-8 percent annually, that
would still be a strong performance. The issue was whether the pace could be
sustained, Yi said, not least because of the environmental constraints
China faces.
In an assessment disputed by Beijing, the International Energy Agency said
last week that China had surpassed the United States as the world's largest
energy user.
If China can keep up a clip of 5-6 percent a year in the 2020s, it will have
maintained rapid growth f
E*U
发帖数: 2028
47
If China could chalk up growth this decade of 7-8 percent annually, that
would still be a strong performance. The issue was whether the pace could be
sustained, Yi said, not least because of the environmental constraints
China faces.
In an assessment disputed by Beijing, the International Energy Agency said
last week that China had surpassed the United States as the world's largest
energy user.
If China can keep up a clip of 5-6 percent a year in the 2020s, it will have
maintained rapid growth f
W*F
发帖数: 3941
48
来自主题: Military版 - 这里言论太自由了
看了这么多帖子,什么话都敢讲啊。
不过还是有个constraint,大家还是不敢得罪MD
d*****l
发帖数: 8441
49
Joke, "巴基斯坦没有签署(核不扩散)条约"
This is actually a good reason why Pakistan is not constraint by retulations
of IAEA.
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)