l*********8 发帖数: 4642 | 1 楼主还需要从linked list restore binary tree。 如果只是double linked list的话:
class BinaryTreeToLinkedList {
public:
TreeNode *head, *tail;
BinearyTreeToLinkedList(TreeNode *root) : head(NULL), tail(NULL) {
convert(root);
}
private:
convert(TreeNode *curr) {
if (!curr) return;
convert(curr->left);
if (tail)
tail->right = curr;
else
head = curr;
curr->left = tail;
tail = curr;
convert(curr->right);
... 阅读全帖 |
|
l*****d 发帖数: 359 | 2 void recrevList(NodeType* &head, NodeType* &tail)
{
if (head!=tail) recrevList(head->next, tail);
NodeType* tmp = head;
head = head->next;
tail = tail->next = tmp;
tail->next = 0;
return;
} |
|
c******o 发帖数: 1277 | 3 我写的和它类似,不过是没 implement eq/Ord
sealed trait List[+A]
case object Nil extends List[Nothing]
case class Cons[+A] (head: A, tail: List[A]) extends List[A]
object List {
def apply[A](as: A*): List[A] =
if (as.isEmpty) Nil
else Cons(as.head, apply(as.tail: _*))
private def asString_internal[A](l: List[A]): String =
l match {
case Nil => ""
case Cons(head,tail) => head.toString + " " + asString_internal(tail)
}
def toString[A](l: List[A]): String =
"[ " + asString_... 阅读全帖 |
|
t*******y 发帖数: 18 | 4 Wow, 抛砖引玉了!
感谢大家回帖,趁这里人多,问几个不明白的地方。
@zooie
Yes, it is Vega, WTF with my brain.
Thank you for sharing your experience. I'd like to discuss the issue further
if you have time.
1. I have no doubt that trading strips of options can largely hedge your VIX
position, especially for a short while. My doubt is merely about whether we
can exactly replicate a payoff of variance swap: σ^2 - E(σ^2) with option
portfolios. The position required for each option is actually 1/(T * K^2),
instead of 1/K^2, T is c... 阅读全帖 |
|
f**d 发帖数: 768 | 5 这是一本计算神经科学的优秀著作,全文拷贝这里(图和公式缺),有兴趣的同学可以
阅读
如需要,我可以分享PDF文件(--仅供个人学习,无商业用途)
From Computer to Brain
William W. Lytton
From Computer to Brain
Foundations of Computational Neuroscience
Springer
William W. Lytton, M.D.
Associate Professor, State University of New York, Downstato, Brooklyn, NY
Visiting Associate Professor, University of Wisconsin, Madison
Visiting Associate Professor, Polytechnic University, Brooklyn, NY
Staff Neurologist., Kings County Hospital, Brooklyn, NY
In From Computer to Brain: ... 阅读全帖 |
|
g******0 发帖数: 1165 | 6 Wall Street Networking
Business - Investing
Description:
Inception: Feb 7th, 2007
Find over 100 links in this group to help you with jobs/internships,
Economics, Bloomberg tutorials, excel spreadsheets, fund manager interviews,
interview questions, learning about the industry (investment banking or
trading? You decide), developing contacts & learning how to make money in
the markets.
_______________
Wall Street Networking Fan Page
http://tinyurl.com/d3kszq
Blackberry Addicts group
http:/... 阅读全帖 |
|
t********r 发帖数: 4908 | 7 ☆─────────────────────────────────────☆
pistone (古代的事物) 于 (Thu Mar 11 10:35:36 2010, 美东) 提到:
跟老爹关税的毛病一样,事情交待得不清楚。这是他们的家庭作业,情节是全班讨论定
的调子,各人可以自由发挥。
The robbery of the cookies
One day Elmo woke up and heard the clattering of trash cans. Then he heard
shouting and banging. He looked outside.
"Give me my precious cookies!" Shouted a green furry guy named Oscar.
Then Elmo saw the Two-headed Monster running away with a cookie jar. As Elmo
chased the Two-headed Monster, he heard music: "O'Elmo, O'E... 阅读全帖 |
|
发帖数: 1 | 8 揭露台湾国立彰化大学教授胡瀚平长期抄袭剽窃我的易学研究论著
揭露台湾国立彰化大学教授胡瀚平长期抄袭剽窃我的易学研究论著
刘 正
国立彰化大学校长郭艳光教授([email protected]/* */)
副校长李清和教授([email protected]/* */)
副校长陈明飞教授([email protected]/* */)
国文学系系主任、台湾文学研究所所长王年双教授([email protected]/* */)
您好!
本人是大陆前 武汉大学、中国人民大学、华东师范大学教授、日本国大阪市立大学文
学博士、日本国京都大学博士后研究员。现旅居美国,为美国汉纳国际作家协会副会长。
今日在网络上和刊物上惊讶地发现贵大学国文学系暨台湾文学研究所教授胡瀚平长期抄
袭我的论著,贵所胡瀚平的《易学在西方》一文不加任何说明地全文百分之七十以上全
文抄袭剽窃我的论著。在此,我将贵所胡瀚平的《易学在西方》一文(《国文学志》第
二卷,页89-103,1998年6月。)全文附上,并附上我的《中国易学预测学》(1991年
,大陆红旗出版社初版)中的中... 阅读全帖 |
|
发帖数: 1 | 9 揭露台湾国立彰化大学教授胡瀚平长期抄袭剽窃我的易学研究论著
刘 正
国立彰化大学校长郭艳光教授([email protected]/* */)
副校长李清和教授([email protected]/* */)
副校长陈明飞教授([email protected]/* */)
国文学系系主任、台湾文学研究所所长王年双教授([email protected]/* */)
您好!
本人是大陆前 武汉大学、中国人民大学、华东师范大学教授、日本国大阪市立大学文
学博士、日本国京都大学博士后研究员。现旅居美国,为美国汉纳国际作家协会副会长。
今日在网络上和刊物上惊讶地发现贵大学国文学系暨台湾文学研究所教授胡瀚平长期抄
袭我的论著,贵所胡瀚平的《易学在西方》一文不加任何说明地全文百分之七十以上全
文抄袭剽窃我的论著。在此,我将贵所胡瀚平的《易学在西方》一文(《国文学志》第
二卷,页89-103,1998年6月。)全文附上,并附上我的《中国易学预测学》(1991年
,大陆红旗出版社初版)中的中篇第四章《西方易学史》的145-160页部分照相版、该
书版... 阅读全帖 |
|
y****n 发帖数: 579 | 10 int RemoveConsecutiveDuplicates(char* s){
if(s==NULL)return 0;
int len = strlen(s);
if(len==1)return 0;
int index = 1;int tail = 0;
while(index
if(s[index]==s[tail]){
index++;
}else{
tail++;
s[tail] = s[index];
index++;
}
}
s[tail+1]='\0';
return len-strlen(s);
} |
|
g*********s 发帖数: 1782 | 11 no, it's not because of that.
in add(), head is not initialized while head->next is referred.
1. head should be initialized as NULL in ctor.
2. add() is doing push_back(). a tail pointer is needed.
add(int v)
{
Node* tmp = new Node(v);
if (head == NULL) {
head = tail = tmp;
}
else {
tail->next = tmp;
tail = tail->next;
}
} |
|
g**********y 发帖数: 14569 | 12 没仔细看后面回帖,贴一个Java解,就是实现next_permute()。对任意输入串,把字母
排序,然后调用就行。
这里的main()就是给了个简单例子。
public class NextPermute {
/**
* Return next permute number/string in sequence. If already highest,
* return null.
*
* @param number
* @return
*/
public String nextPermute(String s) {
int N = s.length();
StringBuilder sb = new StringBuilder(s);
int head = N - 2;
while (head >= 0 && sb.charAt(head) >= sb.charAt(head+1)) head--;
if (h... 阅读全帖 |
|
g***j 发帖数: 1275 | 13 做leedcode上面的关于k-way merge的题目,题目是
Merge k sorted linked lists and return it as one sorted list.
如下的code通过不了,似乎是因为我在priority_queue里面用了指针
std::priority_queue, CompareNode> myQ;
因为如果我改成
std::priority_queue, CompareNode> myQ;
并且把其他的相关->都改了dot之后,就可以全部通过了。
我用debug跟踪,发现myQ.pop()之后,虽然myQ.size()表小了,但是myQ.top()的内容
没有发生变化。
请问,这里面的trick是什么?难道这里不能用Node*么?如果是这样的,还有什么
container不能用Node*的?
大牛帮我解释一下好么?
class Pair{
public:
ListNode* node;
int index;
};
class CompareNo... 阅读全帖 |
|
g***j 发帖数: 1275 | 14 这个code就可以全部test case都通过。改动就是指针和非指针的差别。
class Pair{
public:
ListNode* node;
int index;
};
class CompareNode: public std::binary_function{
public:
bool operator()(const Pair p, const Pair q) const {
return p.node->val > q.node->val;
}
};
class Solution {
public:
ListNode *mergeKLists(vector &lists) {
if(lists.size() == 0) return NULL;
if(lists.size() == 1) return lists[0];
std::priority_queu... 阅读全帖 |
|
Q*******e 发帖数: 939 | 15 现在recruiter都发考题了?
void string_reverse1(char *string)
{
int len = 0;
char * str = string;
char * head = string;
char * tail;
len = 0;
while (*str++) len++;
tail = head + len;
while (head < tail) {
swap(*head, *tail);
head++; tail--;
}
} |
|
f*********m 发帖数: 726 | 16 如何证明longway2008的是线性时间?
是不是这样?
while (tail >=0 && s[tail] <= s[i] && count[s[tail]] > 1) {
chosen[s[tail]] = false;
count[s[tail--]]--;
}
最多执行n次(对于for(i = 0; i < s.size(), ++i){}),因为count[s[i]]的和为
n. |
|
s********r 发帖数: 403 | 17 大牛不敢。
我只是写过一些简单的 non-blocking algorithm。
这些 non-blocking 算法是 Multiple-Thread Multiple Data 的编程模式,用于多核
系统,但其执行效率与体系结构,尤其是 cache 结构相关。还牵涉到 memory
consistent model。在c++11 中,很多 atomic operation 是为这个准备的。
下面的 code 仅仅代表一个思路上的描述:
void enq(Node *queue, T val)
{
Node * node = new node(val);
node->next = NULL;
Node * tail = NULL, *last = NULL;
for (;;)
{
tail = queue->gettail(); //atomic get
last = tail->next;
if (tail == queue->gettail()) //Are we still there?
{... 阅读全帖 |
|
b********6 发帖数: 97 | 18 贴个我刚通过的解法 608ms
public class LRUCache {
static public class Pair {
int key;
int val;
Pair before;
Pair next;
public Pair(int k, int v){
key = k;
val = v;
before = null;
next = null;
}
}
//private LinkedList< Pair > item_list ;
//private ArrayDeque item_list;
private Pair head;
private Pair tail;
private HashMap item_map;
private int cap;
... 阅读全帖 |
|
y**********a 发帖数: 824 | 19 public List quack(Queue q) {
DoublyListNode head=new DoublyListNode(Integer.MIN_VALUE);
DoublyListNode tail=new DoublyListNode(Integer.MAX_VALUE);
DoublyListNode first=head;
DoublyListNode last=tail;
while (!q.isEmpty()) {
int v=q.poll();
DoublyListNode node=new DoublyListNode(v);
if (first.val>v) {
head.after=node;
node.after=first;
node.before=head;
... 阅读全帖 |
|
y**********a 发帖数: 824 | 20 public List quack(Queue q) {
DoublyListNode head=new DoublyListNode(Integer.MIN_VALUE);
DoublyListNode tail=new DoublyListNode(Integer.MAX_VALUE);
DoublyListNode first=head;
DoublyListNode last=tail;
while (!q.isEmpty()) {
int v=q.poll();
DoublyListNode node=new DoublyListNode(v);
if (first.val>v) {
head.after=node;
node.after=first;
node.before=head;
... 阅读全帖 |
|
S*******C 发帖数: 822 | 21 public class LRUCache {
private int capacity;
//key : key, value : node
private Map map;
private Node prehead = new Node(-1, -1);
private Node posttail = new Node(10, 10);
public LRUCache(int capacity) {
map = new HashMap<>(capacity);
this.capacity = capacity;
connect(prehead, posttail);
}
public int get(int key) {
synchronized(map) {
Node p = map.get(key);
if(p == null) {
retur... 阅读全帖 |
|
发帖数: 1 | 22 揭露臺灣國立彰化師範大學教授胡瀚平長期抄襲剽竊我的易學研究論著
劉 正
臺灣教育部領導 暨
國立彰化師範大學校長郭豔光教授([email protected]/* */)
副校長李清和教授([email protected]/* */)
副校長陳明飛教授([email protected]/* */)
國文學系系主任、臺灣文學研究所所長王年雙教授([email protected]/* */)
您好!
本人是大陸前 武漢大學、中國人民大學、華東師範大學教授、日本國大阪市立大學文
學博士、日本國京都大學博士後研究員。現旅居美國,為美國漢納國際作家協會副會長。
今日在網路上和刊物上驚訝地發現貴大學國文學系暨臺灣文學研究所教授胡瀚平長期抄
襲我的論著,貴所胡瀚平的《易學在西方》一文不加任何說明地全文百分之七十以上全
文抄襲剽竊我的論著。在此,我將貴所胡瀚平的《易學在西方》一文(《國文學志》第
二卷,頁89-103,1998年6月。)全文附上,並附上我的《中國易學預測學》(1991年
,大陸紅旗出版社初版)中的中篇第四章《西方易學史》的145... 阅读全帖 |
|
j******6 发帖数: 193 | 23 http://links.ikea-usa.com/ctt?kn=6&ms=NDIzOTUwMgS2&r=MjQyNzIwNDM3OTcS1&b=0&j=MTI4MjQzOTY5S0&mt=1&rt=0
不错哦,讲如何吃小龙虾的这页更诱人
1. Start with clean hands. Remove the
claws from the body. Twist off the joints
from the claw ends. Eat all visible meat.
2. Crack the claw, for example with a
nutcracker to get to the meat inside.
3. Hold the crayfish body and grab the
tail. Twist the tail to loosen it from the
body, and pull away.
4. Pinch the tail, this makes the shell
easier to remove.
5. Crack the tail ope... 阅读全帖 |
|
f*********r 发帖数: 7485 | 24 還有你要考慮裝tail light的問題
tail light最好是裝在rack後面,就是說要把這種東西放在rack後面
http://www.amazon.com/Planet-Bike-Tail-Light-Bracket/dp/B000IQE
我剛才列的兩款,你可以在後面放兩個這樣的mount(就是要稍微改裝一下,用點zip-
tie之類的)所以後面可以同時放兩個tail light,更亮,更保險(如果萬一一個中途
壞掉/沒電/丟失之類的)
但是還有別的品牌也可以這樣,就是買之前要考慮這個 我知道performancebike最便宜
的那種就不能放tail light rack mount |
|
Y****6 发帖数: 1235 | 25 首先申明本人就一山地车爱好者,陪小孩子一起骑而已
太扯了,什么full suspension 是山地车的灵魂,还有"职业比赛有不用full
suspension的么?"
可不可以去google一下,再来忽悠。
在现在professional cross country 的比赛中,还有很多hard tail, 看看这个网站就
知道了。
http://www.usacycling.org/proxct
现在暂时排名女子第一的Emily batty 就是hard tail. 人家骑的是trek superfly
29er
hard tail, 车重17-18lb.
现在cross country 其中一个趋势就是29er, hard tail.
前面有人已经提了,不同的目的,用的车都不一样。 downhill, enduro, cross
country. 不可否认,现在大部分人上来就是 full suspension. 按一美国同事的话说
,骑full suspension going downhill, like siting on couch.
衡量一辆山地车的价钱,和full ... 阅读全帖 |
|
m****m 发帖数: 2452 | 26 周五凌晨近1点才从外地回家,周五就休息了没有出去钓。
星期六,风和日丽,去水库上游的小溪钓鱼,气温在75度,水温
不知道,不过周五早晨下过雨,所以水比较混浊。不然应该收获
更多。上鱼的时间也很怪,集中在下午3点到4点左右,然后就再
也不上了。用的是绿色和白色的CULY TAIL,1/16JIG。最好钓的
是在线的尽头绑一ROOSTER TAIL,然后上面1尺左右挂一个JIG加
CULY TAIL,然后几条大的都是咬那个绿色的JIG。可是两个都放
JIG却上不了鱼。想了一想,原因大概是因为水混,ROOSTER TAIL
的叶片,把水搅动,有了声音,鱼应声而来,喜欢的还是JIG的
CULY TAIL。
大的WHITE比上个月的记录小了一寸左右。所以就算BSO了。 |
|
q*c 发帖数: 17993 | 27 http://www.epicski.com/forum/thread/101395/rocker-demos-some-ro
感兴趣的可以读一读:
My experience with rocker had mostly centered around Volkl skis. Finally
got to demo a bunch of other brands the last 2 days and I came away very
unimpressed with most of them. I now see why some people have such a
negative reaction to rocker - some of these skis are crap in anything other
than powder.
Let's start at the top - feel free to disagree! All were tested on Snowbird
hardpack/bumps(no fresh snow)
Volkls ELP ... 阅读全帖 |
|
i*****s 发帖数: 15215 | 28 【 以下文字转载自 Animals 讨论区 】
发信人: iForpus (coelestis), 信区: Animals
标 题: 再来一组堪察加半岛照片
发信站: BBS 未名空间站 (Wed Jul 4 15:21:42 2012, 美东)
We are back to Kronotsky Nature Reserve, a unique place where one could
admire untouched nature of Kamchatka. The last eruption of this still active
volcano took place in 1923. Today the crater is sealed with large boulders.
Presence of few people who live in the reserve can be traced by little
houses standing among virgin nature. The huts hide themselves this way only
th... 阅读全帖 |
|
g****g 发帖数: 1828 | 29 In probability theory, the normal (or Gaussian) distribution, is a
continuous probability distribution that is often used as a first
approximation to describe real-valued random variables that tend to cluster
around a single mean value. The graph of the associated probability density
function is “bell”-shaped, and is known as the Gaussian function or bell
curve:[nb 1]
f(x) = \tfrac{1}{\sqrt{2\pi\sigma^2}}\; e^{ -\frac{(x-\mu)^2}{2\sigma^2}
},
where parameter μ is the mean (location of the pe... 阅读全帖 |
|
B****t 发帖数: 1982 | 30 比赛项目
Games - Schedule
Time Ring 1 Ring 2 Ring 3
10:30 AM Limbo (>50 lbs) Howling Contest Limbo (<50 lbs)
11:30 AM High Jump (>50 lbs) Best Beggar Look-a-Like
12:30 PM Flyball Demo Flyball Demo Flyball Demo
1:30 PM Musical Sit (small) Rollover Rover High Jump (<50 lbs)
2:30 PM Musical Sit (med) Longest Tail Best Trick (>50 lbs)
3:30 PM Musical Sit (large) Frisbee Toss (style) Best Trick (<50
lbs)
Best Beggar – Everyone knows that s... 阅读全帖 |
|
a********t 发帖数: 4255 | 31 Games - Schedule
Time Ring 1 Ring 2 Ring 3
10:30 AM Limbo (>50 lbs) Howling Contest Limbo (<50 lbs)
11:30 AM High Jump (>50 lbs) Best Beggar Look-a-Like
12:30 PM Flyball Demo Flyball Demo Flyball Demo
1:30 PM Musical Sit (small) Rollover Rover High Jump (<50 lbs)
2:30 PM Musical Sit (med) Longest Tail Best Trick (>50 lbs)
3:30 PM Musical Sit (large) Frisbee Toss (style) Best Trick (<50
lbs)
Best Beggar – Ever... 阅读全帖 |
|
发帖数: 1 | 32 揭露臺灣國立彰化師範大學教授胡瀚平長期抄襲剽竊我的易學研究論著
劉 正
臺灣教育部領導 暨
國立彰化師範大學校長郭豔光教授([email protected]/* */)
副校長李清和教授([email protected]/* */)
副校長陳明飛教授([email protected]/* */)
國文學系系主任、臺灣文學研究所所長王年雙教授([email protected]/* */)
您好!
本人是大陸前 武漢大學、中國人民大學、華東師範大學教授、日本國大阪市立大學文
學博士、日本國京都大學博士後研究員。現旅居美國,為美國漢納國際作家協會副會長。
今日在網路上和刊物上驚訝地發現貴大學國文學系暨臺灣文學研究所教授胡瀚平長期抄
襲我的論著,貴所胡瀚平的《易學在西方》一文不加任何說明地全文百分之七十以上全
文抄襲剽竊我的論著。在此,我將貴所胡瀚平的《易學在西方》一文(《國文學志》第
二卷,頁89-103,1998年6月。)全文附上,並附上我的《中國易學預測學》(1991年
,大陸紅旗出版社初版)中的中篇第四章《西方易學史》的145... 阅读全帖 |
|
y****9 发帖数: 144 | 33 I think I got the soluton, based on the book online:
"
If the database is offline and does not start.
Try to take a tail-log backup. Because no transactions can occur at this
time, using WITH NORECOVERY is optional. If the database is damaged, use
either WITH CONTINUE_AFTER_ERROR or WITH NO_TRUNCATE.
BACKUP LOG database_name TO [WITH { CONTINUE_AFTER_ERROR |
NO_TRUNCATE }
Important:
We recommend that you avoid using NO_TRUNCATE, except when the database is
damaged.
If the databa... 阅读全帖 |
|
发帖数: 1 | 34 給臺灣讀者:國立彰化師範大學教授胡瀚平長期抄襲剽竊
劉 正
臺灣教育部領導 暨
國立彰化師範大學校長郭豔光教授([email protected]/* */)
副校長李清和教授([email protected]/* */)
副校長陳明飛教授([email protected]/* */)
國文學系系主任、臺灣文學研究所所長王年雙教授([email protected]/* */)
您好!
本人是大陸前 武漢大學、中國人民大學、華東師範大學教授、日本國大阪市立大學文
學博士、日本國京都大學博士後研究員。現旅居美國,為美國漢納國際作家協會副會長。
今日在網路上和刊物上驚訝地發現貴大學國文學系暨臺灣文學研究所教授胡瀚平長期抄
襲我的論著,貴所胡瀚平的《易學在西方》一文不加任何說明地全文百分之七十以上全
文抄襲剽竊我的論著。在此,我將貴所胡瀚平的《易學在西方》一文(《國文學志》第
二卷,頁89-103,1998年6月。)全文附上,並附上我的《中國易學預測學》(1991年
,大陸紅旗出版社初版)中的中篇第四章《西方易學史》的145-160頁部... 阅读全帖 |
|
y****e 发帖数: 71 | 35 I do not know if I made it clear. Let me give an example. You might know the
alternative theory to evelution, one of them is "Acquired trait can be
inherited". I remember someone did one experiment, he will chop off the tail
of mouse before they mate, and he did it for something like 20 generations.
He found out that the new-born from short-tailed mouse have the same length of
tail on average compared with long-tailed mouse. Conclusion: At least for
tail-length this trait, acquired trait (s |
|
C*******e 发帖数: 4348 | 36 用RNA ligase的那个不是在合成cDNA以后加tail
是mRNA直接加tail
然后再RT-PCR
再加tail
更方便、更有效。毕竟合成cDNA后,再加tail不是100%cDNA都会有tail。
,也没想过去发
表。好多年了不知是否其他有人发表类似的方法,估计也会有其他人想到。 |
|
f********n 发帖数: 6465 | 37 用EXCEL算TTEST.
问题一,TAILS的=1,=2单尾和双尾有什么区别呢?要怎么选择?
问题二,TYPE的1,2,3又有什么区别要怎么选择呢?
成对,等方差双样本,异方差双样本有什么区别啊?
同一个细胞系,用不同的浓度1uM,1mM的AGONIST处理相同细胞系的相同数量的细胞,每种
浓度都做3次实验(处理后可以产生cGMP)_,看这两种浓度处理的细胞得到的cGMP量是否
有显著的差别.TYPE选什么?
问题三,在用TTEST之前,是否要用FTEST先算一算看能否用TTEST,还是说可以直接用
TTEST?
TTEST(array1,array2,tails,type)
Array1 为第一个数据集。
Array2 为第二个数据集。
Tails 指示分布曲线的尾数。如果 tails = 1,函数 TTEST 使用单尾分布。如果
tails = 2,函数 TTEST 使用双尾分布。
Type 为 t 检验的类型。
如果 type 等于 检验方法
1 成对
2 等方差双样本检验
3 异方差双样本检验 |
|
发帖数: 1 | 38 給臺灣讀者:國立彰化師範大學教授胡瀚平長期抄襲剽竊
劉 正
臺灣教育部領導 暨
國立彰化師範大學校長郭豔光教授([email protected]/* */)
副校長李清和教授([email protected]/* */)
副校長陳明飛教授([email protected]/* */)
國文學系系主任、臺灣文學研究所所長王年雙教授([email protected]/* */)
您好!
本人是大陸前 武漢大學、中國人民大學、華東師範大學教授、日本國大阪市立大學文
學博士、日本國京都大學博士後研究員。現旅居美國,為美國漢納國際作家協會副會長。
今日在網路上和刊物上驚訝地發現貴大學國文學系暨臺灣文學研究所教授胡瀚平長期抄
襲我的論著,貴所胡瀚平的《易學在西方》一文不加任何說明地全文百分之七十以上全
文抄襲剽竊我的論著。在此,我將貴所胡瀚平的《易學在西方》一文(《國文學志》第
二卷,頁89-103,1998年6月。)全文附上,並附上我的《中國易學預測學》(1991年
,大陸紅旗出版社初版)中的中篇第四章《西方易學史》的145-160頁部... 阅读全帖 |
|
发帖数: 1 | 39 給臺灣讀者:國立彰化師範大學教授胡瀚平長期抄襲剽竊
劉 正
臺灣教育部領導 暨
國立彰化師範大學校長郭豔光教授([email protected]/* */)
副校長李清和教授([email protected]/* */)
副校長陳明飛教授([email protected]/* */)
國文學系系主任、臺灣文學研究所所長王年雙教授([email protected]/* */)
您好!
本人是大陸前 武漢大學、中國人民大學、華東師範大學教授、日本國大阪市立大學文
學博士、日本國京都大學博士後研究員。現旅居美國,為美國漢納國際作家協會副會長。
今日在網路上和刊物上驚訝地發現貴大學國文學系暨臺灣文學研究所教授胡瀚平長期抄
襲我的論著,貴所胡瀚平的《易學在西方》一文不加任何說明地全文百分之七十以上全
文抄襲剽竊我的論著。在此,我將貴所胡瀚平的《易學在西方》一文(《國文學志》第
二卷,頁89-103,1998年6月。)全文附上,並附上我的《中國易學預測學》(1991年
,大陸紅旗出版社初版)中的中篇第四章《西方易學史》的145-160頁部... 阅读全帖 |
|
w****1 发帖数: 24 | 40 【 以下文字转载自 AnthroLing 讨论区 】
发信人: kyotosizumot (....), 信区: AnthroLing
标 题: 刘正教授论文《給臺灣讀者:國立彰化師範大學教授胡瀚平長期抄襲剽竊》
发信站: BBS 未名空间站 (Thu Oct 20 16:10:09 2016, 美东)
給臺灣讀者:國立彰化師範大學教授胡瀚平長期抄襲剽竊
劉 正
臺灣教育部領導 暨
國立彰化師範大學校長郭豔光教授([email protected]/* */)
副校長李清和教授([email protected]/* */)
副校長陳明飛教授([email protected]/* */)
國文學系系主任、臺灣文學研究所所長王年雙教授([email protected]/* */)
您好!
本人是大陸前 武漢大學、中國人民大學、華東師範大學教授、日本國大阪市立大學文
學博士、日本國京都大學博士後研究員。現旅居美國,為美國漢納國際作家協會副會長。
今日在網路上和刊物上驚訝地發現貴大學國文學系暨臺灣文學研究所教授胡瀚平長期抄
襲我的論著... 阅读全帖 |
|
h****4 发帖数: 12 | 41 中国文化-出头的椽子先烂,树大招风要不得。
世界的文化-墙倒万人推,破鼓万人捶,平步青云的时候 有的是人锦上添花,而需要雪
中送炭的时候 不可有太多奢求 但求别人不落井下石已经仁至义尽。
媒体的文化- Why does a dog wag its tail? Because a dog is smarter than its
tail. If the tail were smarter, the tail would wag the dog. |
|
c**i 发帖数: 6973 | 42 (1) J-20 Flies Off Into Uncertainty. Strategy Page, Jan 14, 2011.
http://www.strategypage.com
/htmw/htairfo/articles/20110114.aspx
My comment:
(a) The article states, "Of the four stealth fighters than [sic; should be '
that'] have been built and flown so far (U.S. F-22 and F-35, Russian T-50
and I.42), the J-20 looks most like the I.42, a MiG project that was
cancelled in 1997.
Presumably this is because the previous F-111 and F-117 also served as a
bomber.
(b) Regrading I.42. I search the web.... 阅读全帖 |
|
s*****V 发帖数: 21731 | 43 据外媒5月10日报道,在被菲律宾占领的南沙群岛中的仁爱礁附近海域发现一艘中
国海军驱逐舰和两艘民用船只之后,菲律宾海军9日向该海域派出3艘舰只。当时菲海军
派出一艘PS36孔雀级巡逻舰、一艘PS74驱逐舰和一艘PS71运兵舰前往仁爱礁海域,其任
务是监视中国舰船。一名官员说,中国海军的驱逐舰还没有抵达仁爱礁,而另两艘中国
民用船只正在快速接近仁爱礁。
星期二(5月14日),菲律宾的三艘军舰迫使在仁爱礁附近的中国渔船后撤了几海里
。随后菲律宾运送南沙群岛选举人员的船周三上午从中业岛出发,周四经过仁爱礁时遭
到中国多艘海军军舰和海监船的强光照射和追逐,最近距离只有50米,中国舰艇对菲律
宾船只的追逐一直到半月礁才终止。(南海研究论坛消息)
链接:http://www.cjdby.net/redianzhuizong/2013-05-18/military-3928.html
原标题:Chinese warship chases Kalayaan town boat carrying mayor-elect
原文链接:http://www.philstar.com/headline ... ... 阅读全帖 |
|
A**4 发帖数: 2165 | 44 It's impossible for vertical fin to hit the seawall first during landing. It
could be either tail strike or the landing gear. HSTA and TF are located
above the tail section. The impact would be different if the tail fin is
hitting something than the tail section hitting something. |
|
c**i 发帖数: 6973 | 45 (1) Igor Sikorsky (1889-1972; born in Kiev, Russian Empire (present day
Ukraine)) immigrated to US in 1919, founded Sikorsky Aircraft Corporation
in 1923 and sold it to United Technologies Corp in 1929.
Sikorsky
http://en.wikipedia.org/wiki/Sikorsky
("Sikorsky is an English-language respelling of the Slavic surname Sikorski.
Derived from the Polish word sikora – meaning 'chickadee/tit' – it was
originally the name of a noble Polish-Lithuanian Commonwealth family")
(2) Those who follows me know ... 阅读全帖 |
|
I***i 发帖数: 14557 | 46 哈哈,这位老兄怒了
(下面是转贴链接及内容)
http://www.mustang6g.com/forums/showpost.php?p=18761&postcount=
Hey guy's...First time poster, long time lurker.
I've been checking out all of chazcron's render's and all the spyphoto's for
quite some time now. I've been hoping all this time that this isn't what
the new Mustang was going to look like, but today my hopes have been crushed
with the release of these "confirmed" pictures.
I'm sorry but this new Mustang is a mess.
First of all, the front of the car is awful, an... 阅读全帖 |
|
y*****i 发帖数: 727 | 47 先sort,然后维护head tail指针。
如果head+tail>19, set tail point to the middle of the queue, i.e, middle of
[old head, old tail].
if not, head set = middle of the queue.
if equal, return success. |
|
m*****g 发帖数: 226 | 48 能不能用首尾两个指针head tail
while(tail != end)
{
tail++;
len++;
sum+=array[tail];
while(sum>Max)
{
sum-=array[head];
len--;
}
if(len>maxLen) maxLen=len;
}
基本思想就是反正要连续的,那就全都走一遍呗 |
|
b********h 发帖数: 119 | 49 11 Node* partition(Node* head)
12 {
13 Node* positive = NULL;
14 Node* tail = NULL;
15
16 Node* first = head;
17 Node* second = NULL;
18 while(first) {
19 if(first->val > 0)
20 {
21 Node* tmp = first;
22 first = first->next;
23
24 // delete
25 if(second)
26 second->next = first;
27
28 tmp->next = NULL;
29
30 // insert
31 if(!positive)
32 positive... 阅读全帖 |
|
j*****g 发帖数: 294 | 50
Sure.
二面是3道题目:
1. 什么是 Big O notation. 数组search的running time
2. singleton design pattern. 写一个类,然后是synronization的问题
3. 有2个字符串,比如 head tail. 第一步是用第二个字符串tail的最后一个字母(l)
替换head的最后一个字母得到heal,第二部是用tail的第一个字母替换heal的第一个字
母得到teal,以此类推 最后得到替换head为tail,要求打印所有的中间字母,并且这
些中间字母必须是合法的字母.
不知道我表达的清楚不 lol
哪个大牛回答我的问题啊? |
|