|
|
p****e 发帖数: 37 | 3 贴个楼主事后写的:
bool _re_match(const char *str, const char *pattern, char prev_char) {
// 如果str匹配完,检查pattern是否匹配完,或者还剩一个"*"
if (*str == NULL)
return (*pattern == NULL || (*pattern == '*' && *(pattern+1) == NULL
)) ? true : false;
if (*pattern != '*')
{
// 如果当前pattern char不是'*', 试图匹配当前的str char, 然后
继续。
if (*pattern == '.' || *pattern == *str)
{
if (_re_match(str+1, pattern+1, *pattern))
return true;
... 阅读全帖 |
|
p****e 发帖数: 37 | 4 贴个楼主事后写的:
bool _re_match(const char *str, const char *pattern, char prev_char) {
// 如果str匹配完,检查pattern是否匹配完,或者还剩一个"*"
if (*str == NULL)
return (*pattern == NULL || (*pattern == '*' && *(pattern+1) == NULL
)) ? true : false;
if (*pattern != '*')
{
// 如果当前pattern char不是'*', 试图匹配当前的str char, 然后
继续。
if (*pattern == '.' || *pattern == *str)
{
if (_re_match(str+1, pattern+1, *pattern))
return true;
... 阅读全帖 |
|
s********f 发帖数: 510 | 5 如果密码是abcdef
那么以a开头的bucket应该是10个。以b开头的buckt应该是6个,以c开头的是3个,以d
开头的是1个。
如果abcd中间有相同,那么就会出现以a开头的是11个(abca),13个(abad), 14个(
abaa),16个(aacd),17个(aaca),19个(aaad)或者20个(aaaa)
思路是比较清楚,不过算法还要想想。 |
|
|
o********g 发帖数: 23 | 7 a Boston based non-profit orgnization is looking for
Full Time Marketing Manager.
Desired Qualifications:
*Marketing background a must
*Strong communication skills
*Fluent in Chinese and English
*Work Creatively
Specific Responsibilities:
*Advertisement Processing
*Maintain current clients
*Invoice clients
*Promote the angency
Send resume to y**[email protected] |
|
|
|
m***w 发帖数: 1872 | 10 有。请google AACA Boston,华美啥的。免费培训英文和一些可以找工作的课程。你上
他们网站看看呗。好像还帮人申请医疗,housing之类的。 |
|
|
S*******s 发帖数: 10098 | 12 1。 中国城华美福利会AACA 有个考试17号上午9点考, 如果考完符合中级班, 免费,
初级班要交钱$300+
2。 华埠社区, 免费。
如果想找那种拿签证等身份的学校, 那我就不知道了。 |
|
|
B*****w 发帖数: 87 | 14 AACA 华美福利会
87 Tyler st, Boston MA 02111 |
|
h******e 发帖数: 9616 | 15 手贱了。。。
https://www.hg.org/article.asp?id=28265
Scientific Data
A normal passenger vehicle such as a car or small pickup truck will normally
take approximately 316 feet to come to a complete stop after recognizing
the need to stop. In comparison, a semi truck takes about 525 feet before it
comes to a complete stop after recognizing the need to stop. This is an
important aspect of a truck accident case as the stopping distance is often
a question answered through accident reconstruction. To accura... 阅读全帖 |
|
m****8 发帖数: 419 | 16 ☆─────────────────────────────────────☆
babysteps (麦地脚印) 于 (Thu Mar 19 01:14:51 2009) 提到:
Thanks!!!
☆─────────────────────────────────────☆
andyzzdlee (麦地SUNSHINE HUDSON) 于 (Thu Mar 19 01:26:01 2009) 提到:
请问aacas是什么机构?在申请的哪一步向他们提交材料?
☆─────────────────────────────────────☆
andyzzdlee (麦地SUNSHINE HUDSON) 于 (Thu Mar 19 01:53:19 2009) 提到:
前辈所言极有道理。不过我觉得AMCAS没什么用处,就是一个留下记录并且收钱的机构。
☆─────────────────────────────────────☆
Micasa (run) 于 (Thu Mar 19 03:03:26 2009) 提到:
http://www.aam |
|