由买买提看人间百态

topics

全部话题 - 话题: multiple
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
c********l
发帖数: 8138
1
来自主题: Hardware版 - Tomoto Multiple SSID 差不多可以用了
家用需要multiple ssid?
a******a
发帖数: 1
2
【 以下文字转载自 SanFrancisco 讨论区,原文如下 】
发信人: alphecca (仙贝), 信区: SanFrancisco
标 题: Has anyone setup multiple IP addresses on AT&T broadband?
发信站: The unknown SPACE (Tue Sep 24 00:13:07 2002) WWW-POST
Before I bought the Linksys WAP11 wireless bridge, I was able to share the
Internet connection among three computers. After that, I requested 4 IP
addresses for my home computers. However I can only get one computer work with
the DHCP server. The other computers can not get IP addresses as expected.
And m
v**n
发帖数: 951
3
【 以下文字转载自 SanFrancisco 讨论区,原文如下 】
发信人: xconnect (Cross Connect), 信区: SanFrancisco
标 题: Re: Has anyone setup multiple IP addresses on AT&T broadband?
发信站: The unknown SPACE (Tue Sep 24 00:39:08 2002) WWW-POST
with
How many ip address you have purchased?
I heard they've sent out notice to the customers about this.
via
to
They may have fully implemented the MAC Address screening.
the MAC address of the LINKSYS wan interface is registered in their access
list,
so only that MAC address is valid.
Cal
b****d
发帖数: 246
4
for example, I have a function as follows:
void f(int[][] a, int[] b){

a = ...
b = ...
}
However, when it returns, a and b are not changed.
Is there any way to change multiple values without
using objects?
Thanks.
f****n
发帖数: 208
5
Java does not allow pointers. So if you want to change the value of multiple
varibles, make them the properties of an object and pass the object as
parameter for the function. I don't know what else can we do.
d*****t
发帖数: 17
6
Hi, everyone,
I use JBuilder 9 for a project. There are a couple sets of code written by
different people for several functions. They have to be placed in multiple
folders and so do the class files. But I can only only set up a single output
path in JBuilder. Does anyone know how to resolve this problem?
Thanks in advance.
x***n
发帖数: 39
7
来自主题: Java版 - how to set up multiple delimiter?
dont understand ur question.
if u want the string of ", ??? ." as the delimiter, since it's a string,
i don't see a problem;
if u want multiple delimiters, say ",", "???", ".", at least u can
replace the occurrences of any other delimiters into one same delimiter.
m******o
发帖数: 774
8
Working on converting a rmi call to web service. The converting itself is no
big deal until I found out the returned value is a HashMap that has 7
ArrayLists. Each of these ArrayList has multiple 'regular' objects (A class
that describes a working shift), and each of these objects contains two more
ArrayLists, one contains classes that describe each segment of this shift
and the other describes related breaks and lunches, etc.
I plan to go the dumb way to convert this stupid thing to a big Strin
e*****t
发帖数: 1005
9
you can certainly have multiple, but their placeholderprefix and suffix
should be different.

my
b****t
发帖数: 114
10

Sorry for the confusion. But the question is kind of general.
Say,
I have one file fieldinput.DATA in the current folder.
Now I have 20 parallel jobs, in job i, first is to create a folder
1. mkdir job$i
2. cp fieldinput.DATA job$i
So for these 20 jobs on 20 computing nodes, its possible that multiple jobs
are copying the same fieldinput.DATA to their corresponding folder job$i.
Would that be problematic? Possible to crash the file fieldinput.DATA?
Thanks again for your comments.
Beet
b****t
发帖数: 114
11

small files. Thanks.
I think this could be a very frequently asked question, but surprisingly no
quick answers on the net.
So a general question:
Would it be possibly a problem if A FILE was copied at the SAME TIME by
multiple applications to different places in linux?
Regards,
Beet
l***t
发帖数: 81
12
来自主题: Programming版 - about multiple inheritance
never use multiple inheritance.
t****t
发帖数: 6806
13
来自主题: Programming版 - about multiple inheritance
这个,也太绝对了吧.没有interface,只好用multiple inheritance来模拟一下,还是可
以用的.
y****e
发帖数: 23939
14
来自主题: Programming版 - C++ help: 一个multiple definition problem.
一个从MSVC port到GCC的project, 有一个GlobalDefinition.h在一个目录中,定义了
很多global的变量,现在编译的时候出现了很多"multiple definition of blah blah"
的错误在link stage。这个头文件已经有inclusion guard,怎么还会有这个问题呢?
网上查了一下,说这个inclusion guard只能protect a single translation unit。有
点迷惑,怎么解决这个问题呢?
Thx
t****t
发帖数: 6806
15
来自主题: Programming版 - C++ help: 一个multiple definition problem.
C language allows multiple declaration of a global variable.
C++ doesn't allow.
If you have to, try do this trick:
#ifdef GLOBAL
#define EXTERN
#else
#define EXTERN extern
#endif
EXTERN int your_variable;
then define GLOBAL in only one .c file.

blah"
i**p
发帖数: 902
16
来自主题: Programming版 - VNC for multiple users ( >= 2) (转载)
【 以下文字转载自 Windows 讨论区 】
发信人: isup (No), 信区: Windows
标 题: VNC for multiple users ( >= 2)
发信站: BBS 未名空间站 (Mon Jul 14 01:31:39 2008)
I just notice the free version of RealVNC server supports 1 viewer only. If
the 2nd viewer is connected, the 1st viewer is automatically disconnected.
Is there any free VNC-like software which supports more than 1 user?
r****t
发帖数: 10904
17
来自主题: Programming版 - VNC for multiple users ( >= 2) (转载)
?? Free version on linux can share between multiple viewers. windoes version whould do too.

If
g****y
发帖数: 101
18
I have a .c function (including parameter passing) files which will call
multiple other .c and .h files. There is no main function.How can I compile
them into one obj file so that it can be called by other program? Thanks a
lot!
s*****w
发帖数: 1527
19
【 以下文字转载自 Linux 讨论区 】
发信人: somehow (淡泊明志,宁静致远), 信区: Linux
标 题: Please recommend good "file sharing/sync for multiple pcs" open source projects
发信站: BBS 未名空间站 (Sat May 14 16:01:14 2011, 美东)
basically file sharing/sync across networks,
if i update 1 file in pc1,
hopefully after a while pc2 will know the updated version.
any good tutorial on this pls ?
t***q
发帖数: 418
20
大家好。我的那个web service 做成了。用了python 的 web.py.
install web.py
cd webpy
编辑python web service.
#!/usr/bin/env python
import web
import csv
import difflib
import re
import operator
import Levenshtein
urls = ('/title_matching2','title_matching2')
app = web.application(urls,globals())
class title_matching2:
def __init__(self):
self.hello = "hello world"
def GET(self):
getInput = web.input(name="World")
b=[]
with open("Book1.txt","rb") as k:
for row in k:
... 阅读全帖
M********t
发帖数: 5032
21
Linus Torvalds因内核注解标点格式发飙
solidot
teikaei
21小时54分钟前
Linus Torvalds在Linux内核邮件开发者列表上再次发飙,将部分程序员偏爱的代码注
解标点格式称为“脑残”。他强烈反对的注解格式类似:/* This is disgusting drug
-induced * crap, and should die */(具体见下图)
和/* This is also very nasty
* and visually unbalanced */
他个人支持的格式类似:
/* This is a comment */

/*
* This is also a comment, but it can now be cleanly
* split over multiple lines
*/
j**********t
发帖数: 12
22
Thanks in advance. I have a slides file, which is in pdf format. I wonder
how can I print multiple pages on a single A4 page.I remember I can do it
for a power point file, is it possible for a PDF file. BTW, my PDF file was
created by beamer. Thank you all.
B*******e
发帖数: 3882
23
open the pdf file in pdf reader, "print", in "page handling"/"Page scaling",
choose multiple pages per sheet.

was
i**p
发帖数: 902
24
来自主题: Software版 - VNC for multiple users ( >= 2) (转载)
【 以下文字转载自 Windows 讨论区 】
发信人: isup (No), 信区: Windows
标 题: VNC for multiple users ( >= 2)
发信站: BBS 未名空间站 (Mon Jul 14 01:31:39 2008)
I just notice the free version of RealVNC server supports 1 viewer only. If
the 2nd viewer is connected, the 1st viewer is automatically disconnected.
Is there any free VNC-like software which supports more than 1 user?
j********0
发帖数: 6
25
来自主题: Software版 - VNC for multiple users ( >= 2) (转载)
try gbridge which had embeded vnc to allow multiple simultaneous connections.
http://www.download.com/Gbridge/3000-2196_4-10877073.html?tag=mncol&cdlPid=10877308
g*****d
发帖数: 35
26
来自主题: TeX版 - multiple authors and affiliations
Hi,
Multiple authors
author A, instituteA
author B, instituteB
author C, instituteA
author D, instituteA
FYI (maybe useful), I found in llncs.cls, we can use the following
\author{A\inst{1}, B\inst{2}, C\inst{1}, and D\inst{1}}
\institute{
instituteA, e.g., MITBBS
\and
insgtituteB, e.g., WaterBBS
}
My current problem is how to realize similar format for kluwer.cls. I only
found some user manual for kluwer, e.g., http://www.google.com/url?sa=t&ct=res&cd=1&url=http%3A//springeronline.com/sgw/cda/p
d*o
发帖数: 108
27
来自主题: Unix版 - multiple slashes don't hurt
A surprising finding today: in unix, when I use multiple slashes,
the sehll alwasy treat it as one. FOr example,
if% cd /////home
is the same as
%cd /home
Any one care to explain this pecuality?
r*****o
发帖数: 28
28
Sorry, I am a novice on Perl and don't quite understand your script.
I assume the $align is the big string for a whole file.
And I think it works to strip out multiple lines in a certain block,
but what about other lines? Can it read them out one by one?
(I think if only to match out certain blocks, isn't .. or ... operators
a better way?)
Another question is how to match nested blocks? e.g.
(block ...
(block ...
...
(block ...
))
)
Is there any way to match the whole outer bloc
r*****o
发帖数: 28
29
After lots of experiments and head-scratch,
I think I can now match the out-most block
(For clarity, I write it in multiple lines:
m{\(
.*?
\( [^\)]*
\)
}gx
x******l
发帖数: 104
30
来自主题: Accounting版 - BEC Multiple choice?
Just start BEC review. I found it's impossible to finish a multiple choice
within 2 minnutes if it's involved a lot of reading and calculations. Feel
so stressful. In real test, are there many questions like that? Do you feel
improvement after read Becker and practice questions 2 or 3 times? Thanks a
lot.
d***u
发帖数: 186
31
A consulting firm has multiple openings for experienced health actuaries.
will sponsor H1-B and green card (EB2). Please contact me through mitbbs if
you are interested.Thanks!
r****o
发帖数: 105
32
这大概是最普及的multiple alignment的方法了。我这里还
补充另一个免费的网上资源,BOXSHADE(用google搜一下就知道了)。
Clustal W 出来的结果文件是原始排列文件,不具备发表文章的
质量。这个BOXSHADE可以把原始文件转换成比较漂亮的具有
发表质量的排列。
h*****o
发帖数: 342
33
似乎很少人会去翻你的博士论文,主要都是看发表的研究文章
multiple-paper可能是指已经发表过几篇文章的,加个前言后语串通一下,然后直接拼
成最后的论文
m*********7
发帖数: 5207
34
而且multiple-paper写起来比较轻松。
F*******o
发帖数: 4216
35
请问matlab能算multiplicity adjusted p-value吗?
或者其他什么软件可以算的?包子答谢!
p****y
发帖数: 95
36
来自主题: Biology版 - 10-100 ul multiple channel pippettor ?
有推荐好用,准确,便宜的10-100 ul multiple 8 channel pippettor 吗?
0.5-10 ul single 的哪?
灰常感谢
J****C
发帖数: 74
37
【 以下文字转载自 Environmental 讨论区 】
发信人: JasonC (Jason), 信区: Environmental
标 题: Graduate assistant positions at multiple universities available
发信站: BBS 未名空间站 (Wed Jan 9 13:56:27 2013, 美东)
The deadline at the University of Minnesota is Jan 15.
http://aeesp.org/jobs/283
Graduate Research Assistants (MS and/or PhD) to work on an international
interdisciplinary project on sustainable cities in India and China
Friday, December 21, 2012
Job Type:
Graduate
Job Rank:
Graduate Research Assistants
Job Instit... 阅读全帖
g***i
发帖数: 90
38
multiple right hand sides CG method
算法或程序, thanks
b*y
发帖数: 14
39
来自主题: Education版 - Multiple Intelligence
I haven't got time to 考古 carefully, but it seems that BM has mentioned to
contribute some theories in education field when watering. :)
This one might connect to the previous posts about the interest.
Conceived by Howard Gardner, Multiple Intelligences are seven different ways
to demonstrate intellectual ability.
1.Visual/Spatial Intelligence: These learners tend to think in pictures and
need to create vivid mental images to retain information.
2. Verbal/Linguistic Intelligence: These learners
b*****d
发帖数: 62
40
【 以下文字转载自 JobHunting 讨论区 】
发信人: bandaid (bandaid), 信区: JobHunting
标 题: multiple job openings in EDA in silicon valley
发信站: BBS 未名空间站 (Mon Mar 3 19:40:12 2008)
I'm not a recruiter or headhunter, but doing this as a favor for several of
my industrial contacts. If you are interested and meet the requirement,
please drop me a line with your resume.
A couple of top semiconductor electronic design automation (EDA) companies
in Silicon Valley have immediate openings in the area of back-end EDA:
physi
m*d
发帖数: 7
41
谢谢huimaqiang!不过你说的和我说的不是一回事情
mathworld上有pdf of multiplication of two ZERO MEAN Gaussian random
variables
我需要的是NON ZERO MEAN
http://mathworld.wolfram.com/NormalProductDistribution.html
I***a
发帖数: 704
42
Cadence schematic里 一个transistor的 multiplicity
这个参数是起什么作用的 ?
t******l
发帖数: 77
43
ntel Folsom validation team has multiple opens.
1. SW/FW developer: senior and junior position; Good knowledge of C/C++,
Python. prefer having validation experience and understanding the low level
HW/SW interaction (such as driver)
2. System validation engineer: senior and junior position: system level
validation in pre-si (SLE/FPGA etc) and post-si. Need to understand the
computer arch, validation, C/C++, debug SW and HW etc. prefer experiencing
RTL, board, scope/LA etc.
https://intel.taleo.ne... 阅读全帖
t******l
发帖数: 77
44
ntel Folsom validation team has multiple opens.
1. SW/FW developer: senior and junior position; Good knowledge of C/C++,
Python. prefer having validation experience and understanding the low level
HW/SW interaction (such as driver)
2. System validation engineer: senior and junior position: system level
validation in pre-si (SLE/FPGA etc) and post-si. Need to understand the
computer arch, validation, C/C++, debug SW and HW etc. prefer experiencing
RTL, board, scope/LA etc.
https://intel.taleo.ne... 阅读全帖
t******l
发帖数: 77
45
Intel Folsom validation team has multiple opens.
1. SW/FW developer: senior and junior position; Good knowledge of C/C++,
Python. prefer having validation experience and understanding the low level
HW/SW interaction (such as driver)
2. System validation engineer: senior and junior position: system level
validation in pre-si (SLE/FPGA etc) and post-si. Need to understand the
computer arch, validation, C/C++, debug SW and HW etc. prefer experiencing
RTL, board, scope/LA etc.
3. PHY technical lead... 阅读全帖
h**********c
发帖数: 4120
46
来自主题: Mathematics版 - modular multiplicative inverse是什么意思?
Hopefully 3*5 \triplequv 1 mod 2
3 and 5 are multiplicative inverse.
good luck
a**a
发帖数: 63
47
FYI --
Multiple post-doc positions available in the area of brain injury, medical
imaging:
http://engineering.dartmouth.edu/people/faculty/songbai-ji/#pos
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)