由买买提看人间百态

topics

全部话题 - 话题: definer
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
S*****H
发帖数: 90
1
1. What is Object?
2. What is Polymorphism? How to implement polymorphism?
3. What is Dynamic Binding and Static Binding?
4. What is OOP?
5. What are important features of OOP? Why OOP are better?
6. What is Class?
7. Difference between class and object.
8. What is enum? What is enum's limitation?
9. What are interface and abstract class?
10. How would you choose between an abstract class and interface?
11. What are struct and union?
12. What is the difference... 阅读全帖
S*****H
发帖数: 90
2
1. What is Object?
2. What is Polymorphism? How to implement polymorphism?
3. What is Dynamic Binding and Static Binding?
4. What is OOP?
5. What are important features of OOP? Why OOP are better?
6. What is Class?
7. Difference between class and object.
8. What is enum? What is enum's limitation?
9. What are interface and abstract class?
10. How would you choose between an abstract class and interface?
11. What are struct and union?
12. What is the difference... 阅读全帖
s******i
发帖数: 870
3
来自主题: Sociology版 - 李毅对吴晓刚书评的回复
I believe Dr. Wu’s review of my book makes significant errors, and each
needs to be highlighted and refuted.
1. Dr. Wu said: “The book deviated itself from the current stratification
literature on China by adopting a different perspective and research
methodology.”
This book follows exactly the mainstream thinking in American sociology’s
theory and methodology , exemplified by the masterpiece on Chinese social
stratification (Watson, 1984) . Current mainstream American social
scientists define p... 阅读全帖
c*******7
发帖数: 2506
4
来自主题: Statistics版 - 请教 sas tabulate. 在线等!
proc report works too.
proc reports data=have nowd;
column year grp,(loss interest);
define year/group;
define grp/cross;
define loss/analysis sum;
define interest/analysis sum;
run;
d*****6
发帖数: 100
5
来自主题: Statistics版 - SAS base 一题求助
91. The following SAS program is submitted:
proc report data = work.houses nowd;
column style price;
where price < 100000;

title;
run;
Click the Exhibit button to view the output from the REPORT procedure.
Assume permanent variable labels have been assigned.
Which one of the following completes the program and produces the output
displayed in the exhibit?
A. define style / display width = 9;
define price / sum format = comma9. width = 10;
B. define style / width =
d*****6
发帖数: 100
6
来自主题: Statistics版 - 求助sas base 2题
91. The following SAS program is submitted:
proc report data = work.houses nowd;
column style price;
where price < 100000;

title;
run;
Click the Exhibit button to view the output from the REPORT procedure.
Assume permanent variable labels have been assigned.
Which one of the following completes the program and produces the output
displayed in the exhibit?
A. define style / display width = 9;
define price / sum format = comma9. width = 10;
B. define style / width =
s*********e
发帖数: 944
7
来自主题: Statistics版 - 请问proc report的问题
proc report data=staff;
column A B;
define A/order;
define B/display;
run;
proc report data=staff;
column A B;
define A/group;
define B/display;
run;
请问这两者有什么区别?谢谢!
r********e
发帖数: 1686
8
来自主题: Statistics版 - 请问proc report的问题
Group 和order的唯一区别是,group会collapse rows that have the same value
如果B是numerical variable
for example :
Define A/order
Define B/analysis
A B
a 1
2
3
b 1
2
3
Define A/group
Define B/analysis
A B
a 6
b 6
不过你的B是diplay 的话就是应该完全相同的output了
s******y
发帖数: 352
9
来自主题: Statistics版 - sas proc report的问题。
proc report data=test nowd;
column b=b1 a b=b2 c;
define b1/order noprint;
define a/order;
define b2/order;
define c/display;
run;
Baozi please!
d*******r
发帖数: 71
10
来自主题: Statistics版 - sas proc report的问题。
Just make another variable eq to id, please look
data test1;
input id x y;
datalines;
1 1 5
1 1 2
1 1 3
1 2 8
1 2 7
1 2 10
1 2 4
;
run;
data test1;
set test1;
xc=x;
run;
data proc sort data=test1;
by id x xc;
run;
proc report data=test1 out=test2;
column x id xc y;
define x/order noprint;
define id/ order;
define xc/order;
define y/ display;
run;
h***x
发帖数: 586
11
CALIFORNIA:
0000087272
SAS Programmer (12m)
Bachelor's or Masters in Computer Science or other relevant (Engineering)
degrees with 5+ years of pharmaceutical experience preferred- The work
experience should include at least two years of technical leadership in a
statistical programming environment in a pharmaceutical or biotechnology
environment including the analysis and reporting of clinical trial data-
Knowledge and application of p-values, confidence intervals, linear
regression analysis, ad... 阅读全帖
i*********e
发帖数: 783
12
来自主题: Statistics版 - a sas question
* E2_5a.sas
*
求下面一个sas 程序改错,谢谢!
* Chapter 2 Exercise 5
*
* Create a counter for each age group.
* Why does the following fail. Can you fix the problem?;
proc sort data=sashelp.class out=cl1;
by age;
run;
data class;
set cl1;
by age;
if first.age then cnt+1;
run;
title 'Count the Age Groups';
proc report data=class nowd;
column cnt age sex, height;
define cnt / order;
define age / group;
define sex /across;
define height/analysis;
run;
s**********8
发帖数: 25265
13
来自主题: MedicalDevice版 - FDA Modernization Act of 1997
Overview of FDA Modernization Act of 1997, Medical Device Provisions
CDRH FDA Modernization Act of 1997 Page1
Foreword
Preface
Introduction
Investigational Device Exemptions
Premarket Approval
Premarket Notification [510(k)]
Device Classification
Device Labeling
Device Tracking
Postmarketing Surveillance
Global Harmonization
Medical Device Reporting and Recall Reports
Establishment Registration
Device Standards
Other Sections Related to Medical Devices
Foreword
The Center for Devices and Radiolo... 阅读全帖
s**********8
发帖数: 25265
14
来自主题: MedicalDevice版 - Electronic signatures
http://en.wikipedia.org/wiki/Electronic_signature
Electronic signature
From Wikipedia, the free encyclopedia
may contain original research. Please improve it by verifying the claims
made and adding references. Statements consisting only of original research
may be removed. More details may be available on the talk page. (August 2008
)
The examples and perspective in this article may not represent a worldwide
view of the subject. Please improve this article and discuss the issue on
the talk page.... 阅读全帖
C*****D
发帖数: 1299
15
来自主题: Medicalpractice版 - 来看看我的天文医院帐单
美国是第三方付费制。最后保险公司会纠正过来,但过程比较痛苦。文章有点长,
bottom line is work with them not against them.
http://www.huffingtonpost.com/linda-bergthold/health-insurance-
Health Insurance Claim Denied? Don't Despair. Fight Back.
According to a recent report from the U.S. Government Accountability Office
(GAO), fighting back when you have a health insurance claim denied is well
worth your time.
Michelle Andrews in Kaiser Health News explains:
The... Report found that more claims problems stemmed from annoying but
ofte... 阅读全帖
C*****D
发帖数: 1299
16
来自主题: Medicalpractice版 - 来看看我的天文医院帐单
美国是第三方付费制。最后保险公司会纠正过来,但过程比较痛苦。文章有点长,
bottom line is work with them not against them.
http://www.huffingtonpost.com/linda-bergthold/health-insurance-
Health Insurance Claim Denied? Don't Despair. Fight Back.
According to a recent report from the U.S. Government Accountability Office
(GAO), fighting back when you have a health insurance claim denied is well
worth your time.
Michelle Andrews in Kaiser Health News explains:
The... Report found that more claims problems stemmed from annoying but
ofte... 阅读全帖
w******y
发帖数: 4871
17
来自主题: Neuroscience版 - 侄女发热后抽搐,癫痫治疗
Febrile seizures
Author
Marvin A Fishman, MD
Section Editor
Douglas R Nordli, Jr, MD
Deputy Editor
Janet L Wilterdink, MD
Last literature review version 19.1: January 2011 | This topic last updated:
February 3, 2011 (More)
INTRODUCTION — Febrile seizures are a common cause of convulsions in young
children. They occur in 2 to 4 percent of children younger than five years
of age, but the incidence is as high as 15 percent in some populations. This
incidence has been attributed to closer living arr... 阅读全帖
f****o
发帖数: 4067
18
来自主题: CellularPlan版 - LG volt的tether有人搞成了吗?

# begin build properties # autogenerated by buildinfo.sh ro.build.id=KOT49I.
LS740ZV6 ro.build.display.id=KOT49I.LS740ZV6 ro.build.version.incremental=
LS740ZV6.1440117223 ro.build.version.sdk=19 ro.build.version.codename=REL ro
.build.version.release=4.4.2 ro.build.date=Fri Aug 21 09:36:06 KST 2015 ro.
build.date.utc=1440117366 ro.build.type=user ro.build.user=jenkins ro.build.
host=LGEACI5R6 ro.build.tags=release-keys ro.product.model=LGLS740 ro.
product.brand=lge ro.product.name=x5_spr_us ro... 阅读全帖
f**********g
发帖数: 2252
19
来自主题: _pennystock版 - MNI 动了 LEE 已经飞了
Lee Enterprises posts 38% growth in digital ad revenue
4 hours 14 minutes ago - HUG
Thomson Reuters ONEDAVENPORT, Iowa (January18,2011) -- Lee Enterprises,
Incorporated (NYSE: LEE) reported today that for its first fiscal quarter
ended December26,2010, digital advertising sales increased 37.8 percent
compared with a year ago, while the decline in total revenue moderated to 1.
0 percent, as forecast. Cash costs decreased 2.0 percent, more than forecast
, and operating cash flow(1) increased 1.8 p... 阅读全帖
v**********m
发帖数: 5516
20
来自主题: _pennystock版 - soros的精神导师:Karl Popper的生平
Sir Karl Raimund Popper, CH FRS[1] FBA (28 July 1902 – 17 September 1994)
was an Austro-British[2] philosopher and a professor at the London School of
Economics.[3] He is regarded as one of the greatest philosophers of science
of the 20th century;[4][5] he also wrote extensively on social and
political philosophy.
Popper is known for his attempt to repudiate the classical observationalist
/ inductivist form of scientific method in favour of empirical falsification
. He is also known for his oppo... 阅读全帖
a9
发帖数: 21638
21
Index: channels/chan_gtalk.c
===================================================================
--- channels/chan_gtalk.c (revision 346898)
+++ channels/chan_gtalk.c (working copy)
@@ -481,7 +481,8 @@
break;
}
if (!strcasecmp(name, "error") &&
- (redirect = iks_find_cdata(traversenodes, "r
edirect")) &&
+ ( (redirect = iks_find_cdata(traverseno... 阅读全帖
g********n
发帖数: 2314
22
来自主题: _GoldenrainClub版 - 各州的打屁股法。
Spanking Laws
State by State — United States statutes as they pertaining to spanking and
child abuse.
Editors Note: This page is continually being updated. This information has
been posted here in order to allow parents to read the state statutes for
themselves and find other pertinent code sections. I could use some help. If
you have the time, please look up the code for your state and e-mail them
to me, I'll add them as soon as they come in. Thanks for any help you can
offer!
Select your state... 阅读全帖
g********n
发帖数: 2314
23
来自主题: _GoldenrainClub版 - [合集] goldenrain的观点未免偏颇 (转载)
【 以下文字转载自 SanFrancisco 讨论区 】
发信人: dadabear (bless you), 信区: SanFrancisco
标 题: [合集] goldenrain的观点未免偏颇
发信站: BBS 未名空间站 (Thu Feb 8 16:24:51 2007), 站内
☆─────────────────────────────────────☆
MSJ (Mission San Jose) 于 (Tue Feb 6 00:42:38 2007) 提到:
看完他blog的《现在在哪里买房风险小》,我只能笑着摇摇头。在我眼里,这个列表与
其说是“风险小”列表,不如说是“房子难涨地区列表”。试论证一二:
1. 常言道“强者恒强,弱者恒弱”。NYC, SF地区房价高企不是一年两年了,支撑房价
的不是那个affordability的percentage,而是能afford的人口数和房子总数的比例。
这里看百分比是没有多大意义的。只要还有人能买得起还愿意买,即使affordability
只有15%又如何呢?
2. 正如high tech公司的P/E要远大于... 阅读全帖
p********3
发帖数: 5750
24
INTRODUCTION — The word "acupuncture" is derived from the Latin words "acus
" (needle) and "punctura" (penetration). Acupuncture originated in China
approximately 2000 years ago and is one of the oldest medical procedures in
the world.
Over its long history and dissemination, acupuncture has diversified and
encompasses a large array of styles and techniques. Common styles include
Traditional Chinese, Japanese, Korean, Vietnamese, and French acupuncture,
as well as specialized forms such as hand,... 阅读全帖
a**********s
发帖数: 1075
25
来自主题: History版 - 现在满族的困境
同意
這個是TG的發明,據說是當初劃分是也是學的蘇聯
看看wikipedia的entry:
History of ethnicity in China
Throughout much of recorded Chinese history, there was little attempt by
Chinese authors to separate the concepts of nationality, culture, and
ethnicity.[10] Those outside of the reach of imperial control and dominant
patterns of Chinese culture were thought of as separate groups of people
regardless of whether they would today be considered as a separate ethnicity
. The self-conceptualization of Han largely revolved aro... 阅读全帖
a**********s
发帖数: 1075
26
来自主题: History版 - 為什么要劃分56個民族?
那很明顯,
問題是有些少數民族從語言習俗早就和漢人沒有分別,還要分出來
wiki entry:
History of ethnicity in China
Throughout much of recorded Chinese history, there was little attempt by
Chinese authors to separate the concepts of nationality, culture, and
ethnicity.[9] Those outside of the reach of imperial control and dominant
patterns of Chinese culture were thought of as separate groups of people
regardless of whether they would today be considered as a separate ethnicity
. The self-conceptualization of Han largely revolved ar... 阅读全帖
b****r
发帖数: 2555
27
☆─────────────────────────────────────☆
arabianights (kd) 于 (Tue Aug 23 19:37:39 2011, 美东) 提到:
民國之前沒有民族不是照樣過么
現在搞的民族矛盾異常尖銳,少民說漢族欺負自己,漢族百姓又不滿一邊倒的民族政策
TG干嗎要這么做
☆─────────────────────────────────────☆
Ranma (ranma 1/2) 于 (Tue Aug 23 19:38:45 2011, 美东) 提到:
民国之前谁说没民族了。

☆─────────────────────────────────────☆
vespers (西瓜很好吃) 于 (Tue Aug 23 19:44:27 2011, 美东) 提到:
ft,五族共和不是大炮喊出来的口号?满汉之分不是大清搞出来的妖蛾子?
☆─────────────────────────────────────☆
arabianights (kd) 于 (Tue Aug 23 19:51:39 2011, ... 阅读全帖
T*******x
发帖数: 8565
28
【 以下文字转载自 Military 讨论区 】
发信人: KingofSoccer (Cloudcroft), 信区: Military
标 题: Re: 刘慈欣说意义塔上无结果
发信站: BBS 未名空间站 (Tue Sep 12 14:38:32 2017, 美东)
这是一个典型的民科问题。
所谓的意义,是针对于某个主体的主观判断。这个问题成立的基础是假定存在意义载体
之外的一个独立的主体。这个问题本身是基于主体的价值判断。
养殖场的种猪的意义是一个well-define的问题,因为这里“意义”可以找到真实的价
值判断的主体--人类的意愿。
而撸管索南的意义并不是一个well-define的问题,因为没有证据表明存在一个独立于
索南,或者人类之外的进行价值判断的主体。
进一步的神的意义,宇宙的目的,都不是well-define的问题,没有证据表明宇宙来自
于目的性的创造,宇宙之外并不存在独立的主观意志。
这类问题来自于基督教的创世论。
在达尔文之后就不再是一个值得严肃对待的问题:
自然界的活动本身不带有目的性,自然界的状态是系统自发选择的结果。选择最后产生
了个体意识,产生了目... 阅读全帖
c**i
发帖数: 6973
29
来自主题: Military版 - A Naval Century
(1) Robert D Kaplan, The South China Sea Is the Future of Conflict; The 21st
century's defining battleground is going to be on water. Foreighn Policy,
Sept/Oct 2011.
http://www.foreignpolicy.com/articles/2011/08/15
/the_south_china_sea_is_the_future_of_conflict
Quote:
"Europe is a landscape; East Asia a seascape. Therein lies a crucial
difference between the 20th and 21st centuries. The most contested areas of
the globe in the last century lay on dry land in Europe, particularly in the
flat expa... 阅读全帖
k**0
发帖数: 19737
30
概括:拿钱发帖的老将都是恐怖分子 lol
----------------------------------------------------------------------------
-----
The proposal targets those using violence, sabotage or threats in hopes of
intimidating or coercing governments or international organizations.
Incitement, funding or providing other support would also be considered
terrorism.
----------------------------------------------------------------------------
-----
http://news.yahoo.com/china-considers-better-defining-terrorism
BEIJING (AP) — China s... 阅读全帖
h****d
发帖数: 1420
31
不少在哭求美国干涉军啊。打酱油的也不少。 哈哈
Barack Obama's profile photo
Barack Obama
557 comments
陈学峰's profile photo
陈学峰 - 这是什么东东?
11:12 AM
Turbidsoul Chen's profile photo
Turbidsoul Chen - sofa?
11:12 AM
yuming xie's profile photo
yuming xie - wow
11:13 AM
叶子义's profile photo
叶子义 - 沙发
11:13 AM
童漢令's profile photo
童漢令 - 前排吗
11:13 AM
Rugger Ducky's profile photo
Rugger Ducky - So it is clearly going to be Obama/Biden eh?
11:13 AM
Hai Yan's... 阅读全帖
w********s
发帖数: 343
32
http://www.asiasentinel.com/index.php?option=com_content&task=v
The dispute between China and the Philippines over ownership of the rocks
and reefs variously known as Scarborough Shoal/Panatag Shoal/Huangyan Island
is at one level very petty. But at another it demonstrates what can best be
described blatantly racist bravado on the part of Beijing.
Manila would do well to learn up some of its own pre-Spanish history so as
to better expose the arrogance of a nation which regards other, non-Han
peo... 阅读全帖
s*****e
发帖数: 16824
33
你这个严格来说不叫pension, pension是defined benefit的,你这种是defined
contribution, 相差很远。defined benefit的要好很多很多。
j*******n
发帖数: 10868
34
太复杂了。。。跟贴个毛轮速成手册
#define 太祖万岁万岁万万岁
#define 太祖一句顶一万句
#define 相信太祖要到迷信的程度服从太祖要到盲从的程度
if(太祖朝不好)伤痕文学//没pp没真相
if(not伤痕文学)一定是邓矮干的
if(not邓矮干的)吃货,不知道太祖下大棋啊?
t***h
发帖数: 5601
35
来自主题: Military版 - Snowden 在twitter上回答网友问题
12.43pm ET
Final question from Glenn Greenwald:
Anything else you'd like to add?
Answer:
Thanks to everyone for their support, and remember that just because you
are not the target of a surveillance program does not make it okay. The US
Person / foreigner distinction is not a reasonable substitute for
individualized suspicion, and is only applied to improve support for the
program. This is the precise reason that NSA provides Congress with a
special immunity to its surveillance.
12.41pm ET
Q... 阅读全帖
D*********n
发帖数: 279
36
来自主题: Military版 - Native Americans in the United States
http://en.wikipedia.org/wiki/Native_Americans_in_the_United_Sta
Native Americans in the United States
From Wikipedia, the free encyclopedia
Jump to: navigation, search
"American Indian" redirects here. For other indigenous peoples, see
Indigenous peoples of the Americas and other geographic regions. For
Americans from South Asia, see Indian American.
This article may be too long to read and navigate comfortably. Please
consider splitting content into sub-articles and/or condensing it. (January
2... 阅读全帖
D*********n
发帖数: 279
37
来自主题: Military版 - American History
Pre-Columbian Americans: (pdf) Spreading from Alaska to Tierra del Fuego,
America's first immigrants cultivated maize, developed sophisticated
calendars and used zeros, built temples and pyramids without the use of
wheels, but were helpless against the disease and weapons of the Europeans.
Chart: 16th & 17th Century European Colonizing Efforts (pdf)-Five European
nations (Spain, Portugal, The Netherlands, France, and England) played
major roles in opening up the New World to priests, treasure-... 阅读全帖
y***u
发帖数: 7039
38
来自主题: Military版 - 罗伯特揭露方二剽窃的公开信
An Open Letter to Shi-Min Fang
from Robert Root-Bernstein, Ph. D., Professor of Physiology,
Michigan State University, East Lansing, MI 48824 USA;
r******[email protected].
Dated 3 August 2011.
A number of people, including myself, have accused you of plagiarizing my
work. You and your followers have denied it. Let’s use this difference of
opinion to educate ourselves about what constitutes plagiarism in and see if
we can reach an accord.
Let me begin by stating that I am basing my arguments on The Univ... 阅读全帖
b********n
发帖数: 38600
39
来自主题: Military版 - Ted Cruz Introduces Anti-Gay Marriage Bill
I am going to vote this guy.
http://www.huffingtonpost.com/2014/02/13/ted-cruz-gay-marriage-
WASHINGTON -- It seems Sen. Ted Cruz (R-Texas) has taken up a new cause in
Congress -- defending states' right to regulate marriage.
Amid a wave of court decisions striking down anti-gay marriage laws in
states, the Texas Republican introduced a bill to the Senate Wednesday to
amend U.S. law "with regard to the definition of 'marriage' and 'spouse' for
Federal purposes and to ensure respect for State reg... 阅读全帖
k******1
发帖数: 1393
40
你100%没有在美国工作过,完全不了解美国的退休金制度。就别硬挺了。pension即使
没问题,对于工资较高的人来说401k还是更好的选择,pension相当于defined benefit
, 401k相当于defined contribution,前者的好处是领到死,有的即使死了配偶还可以
领到死,而且抗通胀能力较强,你活到100岁当然赚了,可你要是70岁就死了呢?401k
更灵活,如果你工资比较高,defined contribution可能是更好的选择。两者都不是旁
氏骗局。pension和SS有历史原因,现在的问题都是公开化的,不改革确实无法一直维
持,但是远远谈不上是骗局。说401k是骗局简直就是胡扯,完全的不懂装懂。
p****s
发帖数: 3184
41
摘要:
In market economies, per capita GDP is directly proportional to the
population fraction with verbal IQ equal to or greater than 106.
We can make a pretty good guess. In all his versions, Man is the product of
adaptation to environments that existed more than 50,000 years ago. Africa,
Europe and Asia presented three distinct adaptational challenges resulting
in three major races: Negroid, Caucasoid and Mongoloid, each differing from
the other in certain physical, mental and psychological aspe... 阅读全帖
x********e
发帖数: 35261
42
来自主题: Military版 - 更为合理的暗号解读 (转载)
【 以下文字转载自 USANews 讨论区 】
发信人: xiaxianyue (下弦月), 信区: USANews
标 题: 更为合理的暗号解读
发信站: BBS 未名空间站 (Fri Nov 4 13:24:28 2016, 美东)
http://beforeitsnews.com/scandals/2016/11/breaking-the-language-of-a-pedophile-wikileaks-reveals-secret-sex-code-talk-2436730.html
Here is few words of the Pedophilia Dictionary ( there are more im working
on). This is a breaking story, I have done my best to cross reference slang
terms, so the ones without a link are only by one source. Sorry, Not a
popular subject….
Cheese ... 阅读全帖
C*I
发帖数: 4736
43
Why United Was Legally Wrong to Deplane David Dao
Jens David Ohlin,Newsweek 3 hours ago
This article first appeared on the Dorf on Law site.
On Sunday, United Airlines passenger David Dao was forcibly removed from
his United Airlines flight when he refused to relinquish his seat. The
police officers who removed him from the seat, then dragged him down the
aisle of the airplane. Videos of the incident show a visibly injured and
bloodied Dao screaming.
Videos also show a clearly injured Dao retu... 阅读全帖
w********9
发帖数: 8613
44
康奈尔大学法学教授说联航机管人员并没有按照自己的规则行事
Jens David Ohlin
Associate Dean for Academic Affairs and Professor of Law
http://www.lawschool.cornell.edu/faculty/bio_jens_ohlin.cfm
http://www.dorfonlaw.org/2017/04/united-airlines-own-contract-denied-it.html
。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
Like all airlines, United has a very specific (and lengthy!) contract for
carriage outlining the contractual relationship between the airline and the
passenger. It includes a familiar set of provisions for when a passenger may
... 阅读全帖
c*****r
发帖数: 8227
45
华尔街日报社论
Trump’s Defining Speech
In Poland, he asks the West to defend its values of faith and freedom.
July 6, 2017 7:00 p.m. ET
1212 COMMENTS
The White House description of Donald Trump’s speech Thursday in Warsaw was
simply, “Remarks by President Trump to the People of Poland.” In truth,
Mr. Trump’s remarks were directed at the people of the world. Six months
into his first term of office, Mr. Trump finally offered the core of what
could become a governing philosophy. It is a determined and af... 阅读全帖

发帖数: 1
46
THIS IS INDIA’S CHINA WAR, ROUND TWO
The absurd myth of an ‘unprovoked Chinese aggression’ in 1962 has
fermented in India a persistent longing for revenge
BY NEVILLE MAXWELL
15 JUL 2017 / UPDATED ON 25 JUL 2017
4320 SHARE
Share on FacebookShare on TwitterShare on RedditShare on LinkedInShare on
Google PlusShare on Sina
91Comments
Indian Army soldiers of the Gorkha Regiment patrol the India-China border.
Photo: AFP
Indian Army soldiers of the Gorkha Regiment patrol the India-China border.
Photo: ... 阅读全帖

发帖数: 1
47
来自主题: Military版 - 刘慈欣说意义塔上无结果
这是一个典型的民科问题。
所谓的意义,是针对于某个主体的主观判断。这个问题成立的基础是假定存在意义载体
之外的一个独立的主体。这个问题本身是基于主体的价值判断。
养殖场的种猪的意义是一个well-define的问题,因为这里“意义”可以找到真实的价
值判断的主体--人类的意愿。
而撸管索南的意义并不是一个well-define的问题,因为没有证据表明存在一个独立于
索南,或者人类之外的进行价值判断的主体。
进一步的神的意义,宇宙的目的,都不是well-define的问题,没有证据表明宇宙来自
于目的性的创造,宇宙之外并不存在独立的主观意志。
这类问题来自于基督教的创世论。
在达尔文之后就不再是一个值得严肃对待的问题:
自然界的活动本身不带有目的性,自然界的状态是系统自发选择的结果。选择最后产生
了个体意识,产生了目的性和价值判断,但这是系统在某个尺度下emergent的现象,在
更大或者更小的尺度上这个规律失效。
更general的问题:宇宙为什么是现在这样的?答案是宇宙不是必须这样,这只是N多可
能宇宙中的一个,而我们现在的宇宙之所以是这样只是因为这样的宇宙在演化上具有某
些优越的特... 阅读全帖
t**x
发帖数: 20965
48
来自主题: Military版 - 无标题
America's Nine Classes: The New Class Hierarchy (April 29, 2014)
Eight of the nine classes are hidebound by conventions, neofeudal and
neocolonial arrangements and a variety of false choices.
There are many ways to slice and dice America's power/wealth hierarchy. The
conventional class structure is divided along the lines of income, i.e. the
wealthy, upper middle class, middle class, lower middle class and the poor.
I've suggested that a more useful scheme is to view America through the lens
n... 阅读全帖
m*****e
发帖数: 1506
49
2017 Minnesota Statutes
609.3451 CRIMINAL SEXUAL CONDUCT IN THE FIFTH DEGREE.
Subdivision 1.Crime defined. A person is guilty of criminal sexual conduct
in the fifth degree:
(1) if the person engages in nonconsensual sexual contact; or
(2) the person engages in masturbation or lewd exhibition of the genitals in
the presence of a minor under the age of 16, knowing or having reason to
know the minor is present.
For purposes of this section, "sexual contact" has the meaning given in
section 609.341... 阅读全帖
s***h
发帖数: 487
50
来自主题: Military版 - 再开个数学话题
你这个贴没看到本质问题。这个本质问题就是实数集上的 Axiom of choice,我这不是
开无轨电车,我这么解释。
你上面已经提到了 映射。 你这里的拓扑映射就是实数集合上面的 bijection 。整个
拓扑学就是硬射函数是连续函数, continuous transformation function。
但你不管是怎样的硬射函数,看起来多么 definable,你最终要走到两个实数集之间的
硬射,也就是定义域实数集和值域实数集之间的硬射。
而两个实数集之间的硬射,归根到底就是 axiom of choice 。 而实数集之间的 axiom
of choice ,是没有 definable 的(图灵机刹得住车的)choice function。这就带
来了到底是硬射美胸系花,还是硬射美腿系花,这样的硬射选择困难,因为 choice
function is non-definable(图灵机刹不住车,硬而不射),而最终让数学成为哲学
,或者说,美学。
哥们侃问题要侃本质 。。。


: 复球面无穷远点开集的定义,一句话就定义完了。但是其意义要慢慢展开
,因为
包含的

... 阅读全帖
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)