由买买提看人间百态

topics

全部话题 - 话题: funtional
1 2 3 下页 末页 (共3页)
f***y
发帖数: 98
1
来自主题: Database版 - [转载] Perl calls PL/SQL funtions
【 以下文字转载自 Programming 讨论区 】
【 原文由 ferry 所发表 】
I implemented a pl/sql funtion, created it on oracle and tested it
with pl/sql scripts. it was good.
when this funtion gets called from a perl script,
it fails with an error like this:
f***y
发帖数: 98
2
来自主题: Unix版 - [转载] Perl calls PL/SQL funtions
【 以下文字转载自 Programming 讨论区 】
【 原文由 ferry 所发表 】
I implemented a pl/sql funtion, created it on oracle and tested it
with pl/sql scripts. it was good.
when this funtion gets called from a perl script,
it fails with an error like this:
d******e
发帖数: 152
3
来自主题: Programming版 - MFC 创建event message funtion 问题
MFC 创建event message funtion 问题,
方法1, 用popup menu: classWizard, Click the "add function" button
方法2,用popup menu:events, Click the "add and edit" button
如果同名,问有什么区别?
谢谢!
n*****y
发帖数: 17
4
如题,谢谢
v**i
发帖数: 50
5
如果是一个自变量的函数,应该没有区别。
l**********n
发帖数: 72
6
One simple example for the Delta function:
e approaches zero: 1/(2*pi*e)^0.5*exp(-(x^2)/2e^2), it's the
Gaussian distribution in 1D and as e approaches zero, it
becomes delta function. So as you can see from your example,
after you square the funtion, the denominator becomes 1/e
and it simply diverge at zero after integration.
Delta square function can be regularized by some technique
and if it's only the intermediate step in your calculations,
you can take it as the funtion proposed here. You c
y****g
发帖数: 36950
7
设计学里最强调的就是形式追随功能。功能就是知识的体现,创作团队创作的展示给观
众读者的东西就是form。
如果本身对相关知识并不了解,你是无法创作出让人信服或者是真正合适的form的。
w********l
发帖数: 11447
8
系统的教育,给你搭建了一个知识framework. 在这个framework下,你按照自己的需要
填充,发挥和创造。没有这个framework,正如李敖说的,写的都是些狗屁感想,没有
深度。
K**********n
发帖数: 1197
9

跟这帮自称理科的文科生物wsn实在纠缠不清楚。给丫们上点洋大人自己的说法吧,而
且都是学术圈的,已有reference一堆,其中一份是著名的兰德公司的报告。
另外,美国和澳洲已立法限制使用脑波扫描仪,拿脑波扫描仪扫本国公民已是联邦法的
重罪。不过这个比较难的是你无法证实谁接收了你的脑信号。所以立了法跟没立一个样。
Remote Mind Control Technology

Reprinted from SECRET AND SUPPRESSED: BANNED IDEAS AND HIDDEN
HISTORY, edited by Jim Keith, $12.95, available from
1-800-680-INET.
There had been an ongoing controversy over health effects of electromagnetic
fields (EMF) for years (e.g., extremely low frequency radiation and the
Navy's Project Sea... 阅读全帖
t****v
发帖数: 9235
10
来自主题: Military版 - 关于“加拿大就靠卖资源”一说
垃圾公司进垃圾
你们公司也够白痴的
竟然连个平均数funtion都没有
哪个极品语言要自己去算平均数?
还除10呢


第1
码里
o****p
发帖数: 9785
11
来自主题: Military版 - function跟functionality啥区别?
funtion有时候可以当object来用,一个function表示一个功能模块。
y*****y
发帖数: 2948
12
来自主题: Automobile版 - Durango和大切哪个形象高大?
当然是gc了。
gc是offroad玩具,durango是family funtional suv. 一个玩,一个居家。
u*****l
发帖数: 512
13
来自主题: Automobile版 - Volvo S60新车坏了
If you turned to middle position of the button that is for mirror adjustment
, the mirror will open automatically. My Q5 has same funtion on mirror.
y*****e
发帖数: 408
14
今天在一个staples看到一个 epson printer, 清仓的那种,
不过上面大大的纸贴着红字“for shelf display only"
我仔细检查了一下,箱子封条完好,没拆过的。兴冲冲的去checkout。
结果一个穿tech衣服的小二过来告诉我,说这种贴着display only的
printer虽然没开过,但是个 not full funtional printer。
虽然可以卖给我,但我买来也没用。
我也不知道有没有这种事,只好放弃了。
a*****n
发帖数: 14370
15
来自主题: ebiz版 - 最近STAPLES好像越来越严了
真的不懂啊,从来没买过staples的clearance.
小二告诉我printer是non funtional printer, for display only.
我看了一下,封条倒是没有开过的.
i****h
发帖数: 3161
16
Thank you wodi (卧底)! any funtional smartphone??
l******c
发帖数: 2555
17
来自主题: JobHunting版 - 有面试时三个小时做编程的吗?
you are lucky, this is easy.
Write all funtions you learned in OS class.
Nobody knows it's correct or not.
Definitely better give you a NP or what so ever problem
I**A
发帖数: 2345
18
有没有什么好办法?
我能想到的就是最笨的法子,need O(n^2) time
s*******s
发帖数: 46
19
反过来,比较最长公共字序列
I**A
发帖数: 2345
20
(1)
ababcdbaba
after reverse
ababdcbaba
abab (or baba) is the common sequence, but it is not palindrome.
(2) how to get 最长公共字序列 of two strings effectively?
thanks thanks
s*******s
发帖数: 46
21
1.比较最长公共子序列可以用dp啊 复杂度m*n m,n是两个串的长度
2.第一个确实是个好例子,我觉得可以把问题变成求第一个字母序列是逆序最后一个字
母序列的最长子序列。你把第一步里的二维表打出来的话,这个也很好解决的了。
f*******r
发帖数: 1086
22
common substring的方法是有问题的,比如
下面这个input:"abcdecba"
以下这个link给了一个正确的方法:
http://github.com/stevekrenzel/Miscellaneous/blob/9a5d71051b2c3caffdf85a5c96
30b85bd177aebc/palindrome/palindrome.py
以下是我自己用这个方法写的code,效率是O(N^2)
//O(N^2)
void FindLongestPalindrome(char* a)
{
if(a==NULL) return;
int iLen = strlen(a);
if(iLen == 0) return;
int iStartIdx = 0;
int iEndIdx = iLen-1;
int iMaxLength = 0;
int iMaxIdxStart = 0;
int iMaxIdxEnd = 0;
/
I**A
发帖数: 2345
23
那个link给的solution就是最笨的法子
复杂度是O(n^2)
反正reverse了之后再找common substring, 也是O(n*n)
估计也就不要折腾了。。。
f*********5
发帖数: 576
24
1)create a generalized suffix tree for A[0..n] and its reverse string
B[0..n]
###u need to make sure that u can get LCA of two nodes with O(1).
This step is difficult,i think unless u understand it very well,
otherwise it is very difficult to recite..
2) for (i=1;i find max {LCA(a[i],b[n-1-i]),LCA(a[i+1],b[n-1-i])}
3) the max LCA is just the length of longest parlindrome,
i or i+1 is just the center of the parlindrome
x****k
发帖数: 2932
25
来自主题: JobHunting版 - Apple的一些C++概念题
A general template:
template struct X
{ void f() { cout << "Primary template" << endl; } };
Partial specialized template(only for template class and struct, not for
funtion)
template struct X
{ void f() { cout << "Partial specialization 1" << endl;
} };
c*********l
发帖数: 3438
26
【 以下文字转载自 CS 讨论区 】
发信人: amrita (Amrita), 信区: CS
标 题: [分享]:一篇文章讲通一半Java《面向对象一家人》
发信站: BBS 未名空间站 (Thu Oct 24 04:15:04 2013, 美东)
原文链接:http://ladder.azurewebsites.net/forum.php?mod=viewthread&tid=121&extra=page%3D1
第一集:Mr.Method
Hi,大家好~~我是Mr.Method,和Mr. Okay是好哥们儿。
在所有面向对象的语言里你都能见到我的身影。不信?你们学编程的时候第一个程序
都是Hello World吧?那就是依靠对我的调用实现的——无论是哪个平台、哪种语言,
你一定调用了在命令行里输出字符串的某个Method。
铁三角
在正式介绍我自己之前,还是先说说我的哥哥和妹妹吧,我们的家庭背景有助于大家
对我有一个更好的了解。我的哥哥(Mr. Class)和小妹(Mr. Field)加上我,我们仨
可是面向对象家庭里绝对的主角、“铁三角”。我们三个之所以称为“铁三角”是因为
... 阅读全帖
m******t
发帖数: 273
27
【 以下文字转载自 Quant 讨论区 】
发信人: myregmit (myregmit), 信区: Quant
标 题: how to do data fitting to find distribution
发信站: BBS 未名空间站 (Sat Mar 15 11:02:05 2014, 美东)
Hi,
I need to do data fitting to find the distribution of a given data.
I need to find the pdf funtion of the distribution.
I can use data fitting functions in matlab and python.
It looks like a truncated gamma.
But, how to find the paramters of the distribution ?
What if the data cannot fit the truncated gamma well ?
The QQ-plot (qunatile-qua... 阅读全帖
t********y
发帖数: 14
28
来自主题: JobHunting版 - 一道G家onsite题
N没必要是square number, 比方说下面的funtion
vector<俄罗斯方块> findAll(int n).
vector里面的俄罗斯方块不能有重复。
h***s
发帖数: 45
29
来自主题: JobHunting版 - 一道G家onsite题
既然不能重复 那n一定是4的倍数而且要小于等于28?

:N没必要是square number, 比方说下面的funtion
:vector<俄罗斯方块> findAll(int n).
T*********g
发帖数: 496
30
来自主题: JobHunting版 - Spotify很理直气壮的用Java...
个人认为不会。
编程语言需要厂商,社区的共同支持才能繁荣。鉴于厂商和社区对Java的投入和对
scala的投入,短时间内scala不会取代java.
Java也在进步,比如java 8里lambda的出现很大程度上为java提供了函数式编程的特性
,不知道别人,我个人很喜欢这种OOP和funtional programming的融合。
我记得ruby曾经也被很多人认为会取代java,现在看起来永远不会了。
b**********1
发帖数: 215
31
来自主题: JobHunting版 - 一道Javascript callback 的 面试问题
有没会callback funtion 的高手

发帖数: 1
32
来自主题: JobMarket版 - 网站程序员招聘
Overview:
Develop a Customer Relationship Management system both within and external
to the organization.
Skills/Abilities/Competencies Required:
• Strong understanding of relational databases (mySQL specifically)
and database design
• Knowledge of database architecture and design
• Fluent in programming with PHP, ASP.NET or C# .
• Fluent in HTML, CSS, JavaScript, and JQuery.
Key Responsibilities:
• Design, develop, and test back end web applications ... 阅读全帖
b*******e
发帖数: 67
33
most fire boxes you see in nowaday housing construction should have forced air
fan exhaust funtion, just like this one: the fan is actually part of the fire
box...
http://www.centralfireplace.com/pd-fr-36.html
unless yours is a traditional fire place in a old house

can
k******e
发帖数: 1579
34
来自主题: Living版 - Mortgage Rate vs. APR
well, i may have typo. but if you have a excel, please use it to check.
also, excel has a loan funtion, very convenient.
j****9
发帖数: 50
35
I did some research on both range hoods. I had a feeling that mamale will
have better performance than zephyr. However mamale's looking is ugly and
material is cheap. Zephyr's big drawback is that it hardly can collect the
waste oil into the waste cup. So have to use self clean funtion almost every
week to clean the range hood in order to wash the waste oil into waste cup.
I am still debating which one I should choose.
H******7
发帖数: 34403
36
来自主题: Living版 - costco这个沙发怎么样?
为什么人家review跟你说的相反,very soft, not cold. 19个review, 5 starts啊
Customer Reviews for Cambridge 3-pc Top Grain Leather Reclining Set
Rating:
hellokitty1992
Date: February 26, 2011
BEST SOFA PURCHASE EVER
"* VERY soft
* Recliner is very easy (just lay back)
* Comfy
* Not cold ever
* very stylish"
Share this Review:
Rating:
sGirl
Date: January 13, 2011
Very Nice Purchase!
Pros: great price!
Model Number: Cambridge 3-pc Top Grain Leather Pushback Reclining Set
"If you are looking for a relcining set ... 阅读全帖
t*****e
发帖数: 15794
37
来自主题: Living版 - 【室内】家俱摆放?
i feel the text book is right.
the bad one will show more messy,
the good one showing more space and hide the private part(bed).
btw, studio is not good. too many funtion in one room.
best thing is "one room, one subject(zhuti)"
i***e
发帖数: 9429
38

你的温控器应该是属于传统的机械式温控器,当你拿掉前面的cover后,你会发现cover
上的室内温度显示仪与温控器之间无任何关连。也就是说你的温控器是通过水银仪或铜
圈张力感应来实现对环境温度的控制,可能年份的关系,有了误差。有两种方案可解决。
1)调整目前温控器上的off-set funtion.调高2-3F。但效果到底如何,还有待你的核
实。
2)换成电子温控器,室内温度控制就比较准。
s**********l
发帖数: 99
39
来自主题: Overseas版 - 金融危机对国内的影响
国内不会这样吧。 大锅饭就是这么样。我们公司现在就这样,把报纸啥的都取消了。
我看是前两年膨胀的太快。我们公司香港那边就比较干脆,昨天和人聊,据说前一阵子
砍 supporting funtion, 上个星期已经动到核心部门了。我认识的人也有走的。
I**********e
发帖数: 118
40
我儿子三岁多就很喜欢了.一开始是看写各种的dvd,比如说建筑工地的工具如何工作,分
类,火车飞机潜艇如何FUNTION,主要是他喜欢的SUBJECT,可以很专注的看下来.四岁左右
开始看些书,包括SPACE,OCEAN, GLOBE,,我觉得关键是孩子喜欢的课题,带图的,每次读
上一两页.我们也不强迫他.觉得可能每个孩子的兴趣不一样.
d******i
发帖数: 448
41
其实我觉得目前我认为的滥用,最主要的一个就是这个评估的尺度问题。从2003到2008
短短五年间,美国自闭儿童的比例,从0.53%激增到1.1%以上。这么短的时间段内,这
个跳度很难归结到环境,基因和疫苗等外界原因。在这个激增的同时,这几年的survey
也显示很多接受早期治疗(2,3岁)的孩子4,5岁时可以recovery或是叫摘帽。这就是
我的疑问,这些孩子到底是真的属于ASD吗?如果大量早期干预用在这些孩子身上,会
不会在目前资源有限的情况下,造成对真正需要帮助的自闭儿童的伤害呢?是不是应该
更合理的分配资源。比如对这些儿童进行group训练或是家长集中培训,而不是简单的
一对一的service。
ASD实在是个太泛泛的称谓了。象你家的例子出现regression是很典型的病例特征,但
对于那些2岁左右就确诊的所谓High funtional ADS,某些方面的delay,最后在4,5 岁
是outgrowth 还是治愈,真的很难界定,连学术界现在也是争论不休,甚至有些专家提
出某些“病症”可能归为“difference"更恰当。本来啊,人和人的差别就很大,什么
叫正常,多与众不... 阅读全帖
G*8
发帖数: 13261
42
来自主题: PennySaver版 - sfw有两个3 off 10 produce
SFW应该读SD, 多好的免费funtional QA, 不能算奸细啦 :)
Z****g
发帖数: 13731
43
too funtion: buy sell
o*******y
发帖数: 1076
44
哪位大牛能展开讲讲吗:
2. 药Hep B的市场巨大,是第一个有functional cure潜力的药。
4. 药在动物实验上是冶Hep B病上最有效的。
真的是funtional cure吗?如果是真的,全世界4亿乙肝患者,这股价可是要翻100倍了
o*******y
发帖数: 1076
45
现有的乙肝药只能控制
这个可是funtional cure(如果是真的话),完全不一样的概念

227.
more
l****n
发帖数: 48
46
来自主题: Working版 - 工作背景调查求助
请问各位网友, 如果在简历上写的funtional title, 将来公司做背景调查时, 他们可
能看到的官方职称可能不同. 另外, 猎头公司问我当前工作工资去与当前面试的公司谈
工资,, 我把55K说成约60K, 因为老板正在准备给我涨10% 的工资. 这些在背景调查中
会有问题吗?
先谢谢了.
G**m
发帖数: 138
47
来自主题: Working版 - offer选择
是我的话, 我会选inorganic synthesis chemist
公司里边做一些funtional 的东西如果出成果的话visibility 比较高一些。
quality control lab scientist 感觉晋升空间比较少,拿到的credit少,主要都是帮
别人干活了。
d**e
发帖数: 28
48
1. 32 LCD TV. Perfect for your bedroom. Have had it for 3 and half a year. Never
gave me any trouble. Very nice picture quality. Orignal price is $980. Ask
for $150. Price negotiable.
2. All in one laser printer. Funtions include print, copy, scan and fax.
Have had it for 2 years. Original price is $80. Ask for $27. Two packs of
printing papers to give away if you buy the printer.
3. Extra light vacumn cleaner. Can be used for both carpet and hardwood floor. Very handy and powerful. Have had it
l******u
发帖数: 3169
49
来自主题: Fitness版 - P90X第四轮周记
第二周(4/25-5/1)
4/25 Day8 Chest&Back
4/26 Day9 Plyometrics
4/27 Day10 Burn Interval with Extreme Abs
4/28 Day11 Shoulders&Arms with ARX
4/29 Day12 Legs&Back with ARX
4/30 Day13 YogaX
5/1 Day14 KB Practice (30min)
Weekly Average Calories (Carbs:Fat:Protein) = 2328 (226:73:210)
想法:PlyoX一小时,平均心律156,最大189。Burn Interval 45分钟,平均心律158,
最大184。周日offday开始学习KB的一些基本动作,这周主要是face the wall squats,
halos和pumps,感觉pumps跟yoga的upward/downward dog很接近嘛。
说到Yoga,最近做的是越来越有感觉了,这真是一个提高身体body awareness的好工具
。比如我发现自己最差的除了glute... 阅读全帖
l******u
发帖数: 3169
50
来自主题: Fitness版 - 请教有关臀部练习
呵呵,我记得诺诺好像也有类似的问题?
这个坑对我的困扰并不是美观,而是funtional的。一则我觉得是影响了柔韧性,二则
某些动作时力量也受影响。
总是还是想问问有没有治,还有就是有没有比较好的iso练习。。。
1 2 3 下页 末页 (共3页)