由买买提看人间百态

topics

全部话题 - 话题: iq300
(共0页)
b***y
发帖数: 2799
1
☆─────────────────────────────────────☆
iq300 (iq300) 于 (Thu Mar 27 18:03:29 2008) 提到:
“Given a string build all possible non-zero length substrings from it.
Example
Input:
abc
Output:
a
b
c
ab
ac
bc
abc
Solve this task using recursion.”
☆─────────────────────────────────────☆
jobseek (seeking+jobs) 于 (Thu Mar 27 18:06:00 2008) 提到:
typical question, please refer to wrox interview book

☆─────────────────────────────────────☆
iq300 (iq300) 于 (Thu Mar 27 18:09:55 2008) 提到:
//sigh
i
b***k
发帖数: 2673
2
☆─────────────────────────────────────☆
iq300 (iq300) 于 (Fri Mar 7 18:17:46 2008) 提到:
今天被一个普林斯顿的物理学博士击败了
很老的一个物理学博士, 我是很年轻的物理学博士
问了几个数学问题,还有c问题
把我搞崩溃了
其实我都懂,但是他做nash的样子,我精神有点错乱
在c里面
b=a[i];
c=d->p;
还有一个XXX
如果[]还有->
我们不想用他叫做broken,那么我们可以用别的什么方法?
聪明才智都花在这个上面
haha
我说指针
haha
☆─────────────────────────────────────☆
iBullStock (牛股) 于 (Fri Mar 7 18:24:17 2008) 提到:
也可以用 " . ", 或者你operator overlod,
你说指针他觉得很好笑?

☆─────────────────────────────────────☆
iq300 (iq300) 于 (Fri Mar 7 18:27:22 2
b***k
发帖数: 2673
3
☆─────────────────────────────────────☆
iq300 (iq300) 于 (Tue Mar 25 13:55:04 2008) 提到:
char *f(char **p)
{
strcpy(p[0],"hello!");
return p[0];
}
Int main()
{
char a[50][50];
printf("%s",f(a))
}
大概程序是这么写的
询问里面有身错,如果是你,怎么修改main 函数来输出hello这个字符串
☆─────────────────────────────────────☆
Jadeson (Jadeson) 于 (Tue Mar 25 13:57:20 2008) 提到:
用一个static 变量保存“hello”
☆─────────────────────────────────────☆
iq300 (iq300) 于 (Tue Mar 25 14:18:18 2008) 提到:
说详细一点!!

☆─────────────────────────────────
i***0
发帖数: 37
4
【 以下文字转载自 JobHunting 讨论区 】
发信人: iq300 (iq300), 信区: JobHunting
标 题: If using C++, please avoid the use of STL for these questions.
发信站: BBS 未名空间站 (Wed Mar 5 17:26:08 2008)
If using C++, please avoid the use of STL for these questions.
Array Rotation
You should be able to do this in less than linear time.
Implement the following function, FindSortedArrayRotation, which takes as
its input an array of unique integers that has been sorted in ascending
order, then rotated by an unknown amount X wher
i***0
发帖数: 37
5
来自主题: Programming版 - Partitioning (转载)
【 以下文字转载自 JobHunting 讨论区 】
发信人: iq300 (iq300), 信区: JobHunting
标 题: Partitioning
发信站: BBS 未名空间站 (Wed Mar 5 17:27:35 2008)
Partitioning
Given an array of balls, which can be one of two colors (RED or BLUE), write
a function that partitions the array in-place such that on exit from the
function all the balls of the same color are contiguous. It does not matter
whether the red or blue balls come first. The return value from the function
is the index of the first ball of the second color. If there
b***k
发帖数: 2673
6
来自主题: Quant版 - [合集] 问大家一个问题(C++)
☆─────────────────────────────────────☆
iq300 (iq300) 于 (Sun Mar 9 03:08:20 2008) 提到:
a=b[i][j]
如果我们不允许用[]
我们用什么别的方式可以表达这个等式!
☆─────────────────────────────────────☆
QL365 (QL) 于 (Sun Mar 9 03:14:18 2008) 提到:
Something like:
a = *(b+...)
My C/C++ is rusty now.

☆─────────────────────────────────────☆
longtian (戒网中...) 于 (Sun Mar 9 03:14:42 2008) 提到:
算b[i][j]的地址
☆─────────────────────────────────────☆
SuperString (闲着,家有娇妻) 于 (Sun Mar 9 03:15:32 2008) 提到:
How is your b decl
g****t
发帖数: 31659
7
来自主题: Returnee版 - 已经归上海某高校3年了
你真以为他是交大毕业的?
这哥们前头说"你说的交大是大陆的?",
然后我给他指出凡是在上海呆过的,都简称"交大",你怎么连这个都不懂.
他先开始bbb的说这个不对.然后自己每帖都改称"交大"了.
这哥们连交大校车怎么坐的都弄不清楚.
我琢磨着,他很可能是斯蒂芬金,或者iq300之类的挖坑大拿.

大哥你太幽默了,交大闵行真的是闵行理工,我一google“闵行理工”第一条就是
“闵行理工学院 和上海交通大学闵行校区是同义词,已合并”
A*****e
发帖数: 29772
8
来自主题: bagua版 - 我是stephenking 我向大家求救
iq200 iq250 iq300 iq350
(共0页)