由买买提看人间百态

topics

全部话题 - 话题: bit
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
c******m
发帖数: 5
1
I have some bit map string, I want to know which bit is 1.
For example
switch(bitvec)
{
case 0x0L:
return -1;
case 0x1L:
return 0;
case 0x2L:
return 1;
case 0x4L:
return 2;

case 0x8L:

r
t****t
发帖数: 6806
2
来自主题: Programming版 - What is "number of bits set"?
"number of bits set" means "number of bits (that are) set"
英文太差了

and
b*********n
发帖数: 1258
3
64 bit下的int也是4 bytes?
那就和32 bit下的int一样了,对吗?
k***r
发帖数: 4260
4
来自主题: Programming版 - Python problem on 64 bit Linux
If I compile from source, it always compiles to 64 bit.
So I guess I'll need to install 32 bit binaries. If I
install with RPM, doesn't it always go to the default
directories? Or is there a way for me to specify that?

e.g. /
k***r
发帖数: 4260
5
来自主题: Programming版 - Python problem on 64 bit Linux
The difference is, I wasn't sure (still am not) what I need
to install on the 64 bit machine to compile. I use python's
configure and make and I didn't really want to mess with
the generated Makefile. Maybe it's easy. Maybe I should give
it a try next time.
It seems that in my case, the /usr/local/lib/python2.5 files
are all for 64 bit. I checked with file and confirmed this.

specify the
default.
"file".
t****t
发帖数: 6806
6
来自主题: Programming版 - Python problem on 64 bit Linux
it's rarely need to mess with the "configure" generated Makefile.
in your case, you can do
configure --prefix=/usr/local32
env CC="gcc -m32" make
make install
also, i believe */lib/python2.*/* is so called python byte-compiled file and
doesn't matter whether it's 32-bit or 64-bit...
d***a
发帖数: 13752
7
来自主题: Programming版 - 程序员的电脑装 OS: 32-bit还是64-bit?
一般都可以吧。如果要开发很大的系统,那应该上64-bit,用大内存。
y****e
发帖数: 23939
8
来自主题: Programming版 - 程序员的电脑装 OS: 32-bit还是64-bit?
是呀,这个没什么好选的吧。还有大内存的支持。我的笔记本都是32GB,用32位就是浪
费了。

bit
a*w
发帖数: 4495
9
来自主题: Programming版 - 程序员的电脑装 OS: 32-bit还是64-bit?
在32位机上也可以cross compile 64位程序。

bit
r*********e
发帖数: 20
10
来自主题: Programming版 - std::string 是8 bit clean的吗?
最近遇到一个字符串处理的题,要求是必须保证8 bit clean,传进来的字符串是const
unsigned char*, 我想把它转成std::string 然后一个个字符来处理,请问这样做的
话还是8 bit clean吗?
B*****s
发帖数: 45
11
来自主题: Software版 - does DELL sell OEM version 64-bit vista?
I bought Dell Dimension 9200 with quad core. The Operating system turned out
to be a 32-bit vista. Do dell sell 64-bit OEM version of vista?
g*******t
发帖数: 1039
12
should I install the 64-bit edition, if I got a amd 64 cpu, but all my
applications are 32-bit.
you suggestions will be appreciated!
d******a
发帖数: 32122
13
来自主题: Windows版 - XP 64-bit不支持电视卡?
看了几个,并不支持xp 64-bit 但是支持vista 64-bit
R*******i
发帖数: 99
14
【 以下文字转载自 HiFi 讨论区 】
发信人: Rossoneri (Forza Milan), 信区: HiFi
标 题: Vista Ultimate 64 Bit - 用什么卡拉OK软件?
发信站: BBS 未名空间站 (Fri Jan 2 17:40:04 2009)
想装一个HTPC,用Vista Ultimate 64 Bit (有Media Center组件)。卡拉OK应该怎么
实现呢?
d*******s
发帖数: 28
15
I am trying to install flash player to a 64 bit xp sp2. Tried with 32 bit
browser but unsuccessful. Any instruction how to install the flash or it can
not be done?
y***n
发帖数: 2318
16
I once tried Vista 64-bit on a 4GB PC, and I remember it left about 3GB RAM
as free(some services like Server turned off).
I heard Windows 7 occupies less resource, just wonder how much RAM is free
for the 64-bit version?
Please advise,thank you.
m*****e
发帖数: 4193
17
来自主题: Windows版 - 你们有谁装了64-bit的Windows么?
【 以下文字转载自 SanFrancisco 讨论区 】
发信人: microbe (纵使相逢应不识), 信区: SanFrancisco
标 题: 你们有谁装了64-bit的Windows么?
发信站: BBS 未名空间站 (Mon Jun 22 02:23:33 2009, 美东)
兼容性怎么样,比如装游戏或者Daemon Tools这样的东东。
现在32-bit只能用3G内存,不爽。
o******d
发帖数: 1552
18
来自主题: Windows版 - win 7 32bit vs 64 bit
大多数32-bit应用都可以跑在64-bit系统上。
g*g
发帖数: 6908
19
原来在win7 64 和32上面都装过没问题,无论是64/32的IE,还是32的ff
最近在一台新机器上,IE的flash没问题。死活给ff装不上了
OEM win 7 64bit
firefox 7.0.1 (32 bit)
去adobe网上下载了flash for win 7 64 bit, other browsers
运行这个install_flashplayer11x64_mssd_aih
不停在appdata/local/temp里出现install_flashplayer11x64_mssd_aih_1, install_
flashplayer11x64_mssd_aih_1_1_1_1....等临时文件,但是安装界面没能出现(比如
安装程序到adobe下载完整程序之类的)
还是习惯用firefox了,大家给出个主意,怎么回事呢?
m**j
发帖数: 213
20
来自主题: Windows版 - 奇怪的T400 Win 7 64 bit 启动问题
本来是3GB windows xp,后来升级到windows 7 64-bit,换成了2x2G ram
如果关机或者hibernation时间很长,按power键每个小灯LED会亮一遍,但最后只有(z)
和电池,电源LED亮着,机器无响应,press * hold power键彻底关机,在boot( 1 or
more times)就可以了。
一旦运行起来,机器没任何问题。我怀疑是不是静电 or Memory / Bios issue?
我怀疑是mem插槽问题?我把原先的1G 2G对换插槽,就很难启动,又买2个2x2G,结果
就启动不起来。我换ram没带防静电手套/wire,但这个症状也太奇怪了
我换成3GB + windows 7 32-bit,一点问题没有。
T400支持2x4GB max ram.
谁有类似问题?3x
f*****0
发帖数: 489
21
I just received 30 32bit mcus. those are 50mhz parts, 32bit risc mcus
running at 50mhz, 32k flash / 8k sram, one channel of ssi, one channel of
i2c, 8 channels of 10-bit adc running at 1 million samples per second.
60mips and 100mw in power dissipation.
for those chips, I paid more for shipping than for the chips themselves.
whoever is still programming 8/16 bit mcus must be concerned because their
days are numbered.
w**i
发帖数: 136
22
I did not say there is no market for 32 bit MCUs. In my previous post, I
just gave an example which might possibly shake your conclusion. Take a
detailed example, say an Orman blood pressure monitor, which is quite
popular in Market. Do you think it is necessary to add fancy functions with
32 bits MCUS for the current products if you were the CEO of Orman? If there
is any improvement needed to be done in their system, modification is
enough. That is the reason I believe it is a long run before 8
f*****0
发帖数: 489
23

I don't think performance is the reason for the proliferation of low-end
32-bit devices. obviously it helps. take a software-based vga display
for example. at 480 bit horizontal resolution, and 2 instructions per
second (to load up data), you need a mcu capable of 480*2/25us = 40mips.
that translates into a 160mhz PIC 8bit mcu - it doesn't exist. a 50mhz
32bit cortex-m3 chip (capable of 60mips+) can easily do that.
what will drive people to 32bit mcus is easier software development: the
ability
f*****0
发帖数: 489
24

true. they did a good job marketing the cortex-m3 architecture to compete
with the 8/16 bit mcus.
I am moving up from the pic world, and struggled with the arm7's way of
setting / clearing the gpio. and the bit banding on the cortex-m3 is a big
help for me.
they have a pretty good portfolio now and covers pretty much anything that
a typical 8/16bit mcu can do.
s******8
发帖数: 164
25
cos(2pi*f*t)的带宽是多少?
一种说法是f,另一种说法是0。
带宽单位到底是Hz(rad)还是bit/s?
计算机专业的人不学通信原理只学上层的计算机网络原理,计算机网络一般只研究信息
传输速率而不涉及通信原理中傅立叶变换功率谱密度那套东西,所以他们认为带宽单位
就是bit/s;通信专业的人学了通信原理,里面没完没了地研究传输信号功率谱或者频
谱的宽度,所以他们认为带宽的单位是Hz(rad)。
到底谁对?
k*******d
发帖数: 1340
26
我觉得是0
因为“带宽”有两种不同的含义,所以有时候用bit/s,有时候用hz, 用bit/s的时候的
意思是data rate,用Hz的时候是频谱上占用的频带的宽度
楼主提得两种理解都是对的,要看上下文来决定到底指的是哪个含义
S******y
发帖数: 1123
27
来自主题: Statistics版 - 64-bit R on 64-bit Windows box
I have a 64-bit windows box -
Intel Xeon CPU E7340 @ 2.4GHz 31.9GB of RAM
I have R 2.11.1 (64bit) running on it.
My csv data is 3.6 GB (with about 15 million obs, 120 variables.)
I*M
发帖数: 30
28
就重新装了64-bit office, 还是不行,显示error:class not registered, error in
the libname statement. 请问怎么才能让它connect 啊, 需要重新装回32-bit
office, install PC files server吗?多谢
A*****a
发帖数: 1091
29
我用SAS9.4,32-bit office, installed PC files server,可以import excel
需要DBMS=EXCELCS
http://blogs.sas.com/content/sasdummy/2012/05/01/64-bit-gotchas

in
u**o
发帖数: 4652
30
I Support him as BIT board needs some fresh blood.
ColinFirth seems enthusiastic about BIT board.
m*********k
发帖数: 10521
31
来自主题: WBCenter版 - BIT版征文活动奖励
[BIT版征文]我的大学
200*16=3200
成功奖励 200 伪币的用户: xinmajia2009, lllllloooooo, woodstock001, pious,
milkswan, xinmajia2011, miami911, NaLanXingDe, London2012, ladyred,
Sochi2014, reikoreiko, MJ7, MJ7, iPad3, H11
成功扣除 3000 伪币的用户: mitbbs
扣除版面:(BIT)200伪币成功
C********h
发帖数: 2374
32
来自主题: WBCenter版 - BIT圣诞包子代发申请
版面活动:圣诞活动
代发版面/ID:
BIT
代发事由(主题标题或链接):
http://www.mitbbs.com/article_t/BIT/31107973.html
伪币金额:
所有不重复ID,20伪币/ID,请发前44楼(包括楼主)
请从版面金库扣除880伪币,谢谢。
m*********k
发帖数: 10521
33
来自主题: WBCenter版 - BIT圣诞包子代发申请
[BIT]
6879 ; hualavender Dec 22 ● 啥时候发节日包?(活动已经结束)
成功奖励 20 伪币的用户: hualavender, laocat, GoBeijingGo, ukyo, cciss, nn2,
Dramaer, deepbluesea, polymacro, A17, nmg, DVI, Bruegel, NWWolf, ximalaya,
befast, shaya, UnderArmour, sophiashs, greenspring, H11, xiwei0728, ylonglew
, TheGetty, loveaddict, Renshaw, oengoeng, cengceng, sesesese, YuanShihKai,
huntsman, ifuel, pedicure, linaopen, zhumulangma, W247, Ni5, chartis,
EmmaStone, gogety, carney, Chargers, Novotel, Westin
扣除版面:(BIT)880伪币成功
w*******y
发帖数: 60932
34
This seems like a pretty good deal to me, I have read some people having
issues with the 5450 and TV tuners so i wanted something with just a little
bit more juice. This seems to fit the bill.
POWERCOLOR AX5550 512MK3-H Radeon HD 5550 512MB 128-bit DDR3 PCI Express 2.1
x16 HDCP Ready Video Card + Free 4GB USB drive w/ purchase
Link:
http://www.newegg.com/Product/Product.aspx?Item=N82E16814131355&cm_re=5550_ATI-_-14-131-355-_-Product
w*******y
发帖数: 60932
35
mwave has a good HTPC video card MSI R5450-MD512H Radeon HD 5450 512MB 64-
bit GDDR3 pci-e 2.1x16 hdcp ready video card - Retail:
http://www.mwave.com/mwave/skusearch_v3.asp?scriteria=BD11227&pagetitle=MSI R5450-MD512H Radeon HD 5450 512MB 64-bit GDDR3 pci-
for $45 - $25 Rebate:
http://www.mwave.com/mwave/spechr/rebates/bd11227f.pdf
= $20 AR + FS for mclub members (free to join)
Description:
MSI introduces the 5400 series of graphics cards with Microsoft DirectX 11
Support for real time rend
w*******y
发帖数: 60932
w*******y
发帖数: 60932
37
Link:
http://www.circuitcity.com/applications/SearchTools/item-details.asp?EdpNo=6891953&CatId=4938
First deal post so if I mess something up, please let me know.
Circuit City has this laptop on sale for $799.99. Ground Shipping (3-5 days)
is $8.57 (to CA) which rounds up to $809.
ASUS K52JT-XT1 15.6" Brown Laptop
Screen Size: 15.6"

Maximum Resolution: 1366 x 768

Memory Type: DDR3

Memory Size: 4GB

Memory Speed: DDR3 1066

... 阅读全帖
w*******y
发帖数: 60932
38
NewEgg has a EVGA GeForce GTX 465 (Fermi) 1GB 256-bit GDDR5 Video Card for
159.99 after 30mir + $7.56 shipping, total of 167.55 + Free Mafia 2 game
coupon with purchase. Card might run a little hot, but it's still a great
deal and very decent card!!
Link:
http://www.newegg.com/Product/Product.aspx?Item=N82E16814130555&cm_re=gtx_465-_-14-130-555-_-Product
Details:
Brand
EVGA
Model
01G-P3-1465-AR
Interface
Interface
PCI Express 2.0 x16
Chipset
Chipset Manufacturer
NVIDIA
GPU
G... 阅读全帖
w*******y
发帖数: 60932
39
LINK:
http://www.sears.com/shc/s/p_10153_12605_00966020000P?sid=IAx20050830x000233&aff=Y
1.png
Craftsman 21 Piece Black Oxide Drill Bit Set. Designed for general purpose
drilling in wood, plastic, and soft metal
Set includes: 1/16, 5/64, 3/32, 7/64, 1/8, 9/64, 5/32, 11/64, 3/16, 13/64, 7
/32, 15/64, 1/4, 17/64, 9/32, 19/64, 5/16, 21/64, 11/32, 23/64, 3/8 in. bits
, plus metal case - Features: Black Oxide coating for increased life and
better general purpose drilling in wood, plastic, and soft me... 阅读全帖
w*******y
发帖数: 60932
40
来自主题: _DealGroup版 - 【$】Windows 7 Home 64-Bit OEM $86.99
Windows 7 64-Bit OEM $86.99 at Superbiiz after using code RACE0905
Link:
http://www.superbiiz.com/detail.php?name=MSGFC00599&title=Microsoft-Windows-7-Home-Premium-64-bit-1-Pack-Full-Version-OEM
I'm not sure how hot this deal is but I would call it warm and figured if
anyone is doing a search for a deal on Win7 OS they would stumble on this.
w*******y
发帖数: 60932
41
Acer 15.6" Blu-Ray Aspire AS5551-4200 Laptop PC with AMD Turion X2 Dual-Core
P520 Processor, Blu-Ray Disc Drive & Windows 7 Home Premium 64-Bit Edition
.97 shipping or free Site to Store shipping.
SPECS
# AMD Turion X2 dual-core P520 processor 2.3GHz, 1066MHz Front Side Bus, 2MB
L2 Cache
# 4GB DDR3 system memory Gives you the power to handle the most power-hungry
applications and tons of multimedia work
# 320GB SATA hard drive Store 213,000 photos, 91,000 songs or 168 hours of
HD video and m... 阅读全帖
w*******y
发帖数: 60932
42
HP G62-358NR Notebook 15.6" High-Definition HP BrightView LED Display (1366
x 768) Intel Pentium Processor P6100 2.00GHz 3GB DDR3 320GB HD HDMI 6-Cell
W7HP 64-Bit
$499.99 - $100 instant rebate - $30 off w/Coupon Code LHD30 = $369.99 + Free
Shipping
*Free 2-Day Shipping Available
Link:
http://www.shopping.hp.com/webapp/shopping/store_access.do?clea
Genuine Windows 7 Home Premium 64-bit
Intel Pentium Processor P6100 (2.00GHz, 3MB L3 Cache)
3GB DDR3 System Memory (2 DIMM); Max supported = 8GB... 阅读全帖
w*******y
发帖数: 60932
43
Free Kindle E-Book:
Stingray Bit My Nipple!: True Stories from Real Travelers (Kindle Edition)
Lot's of funny stories..
Amazon LINKY:
http://www.amazon.com/Stingray-Bit-Nipple-Travelers-ebook/dp/B0
Product Description
One of the things I love most about our 'True Stories' section (and by
extension, this book) is that readers are so willing to laugh at themselves-
they send in what are sometimes very embarrassing stories, because we all
know that that's life, especially when you travel." --Erik T... 阅读全帖
w*******y
发帖数: 60932
44
HP Pavilion dm1-3020us Notebook AMD Dual-Core Processor E-350(1.6GHz) 11.6"
3GB Memory 320GB HDD 7200rpm AMD Radeon HD 6310 $399.99 Shipped After $50
MIR
(Maybe $379.99 After MIR - see below)
W/ Free Gift: Targus ACP45US Universal Docking Station w/ Digital Audio (
value:$19.99)
The Docking station is OOS Now, so I called & got a $20.00 refund.
My Cost: $379.99 Shipped (After $50.00 MIR)
A hard to beat small laptop at an excellent price (IMHO) & no bad reviews (
that I could find)
Link:
http://w... 阅读全帖
w*******y
发帖数: 60932
45
Lenovo ThinkPad Edge E520 11433BU 15.6" Notebook, Intel Core i3-2310M (2.
10GHz), 4GB DDR3 Memory, 320GB (7200rpm) HDD, DVD Super Multi-Drive, Intel
HD Graphics, Windows 7 Professional 64-Bit
Linky:
http://www.buy.com/prod/thinkpad-edge-e520-1143-intel-core-i3-2
Specs:
15.6" HD Anti-glare LED backlight display (1366 x 768)
4GB DDR3 1333 (1x4) 1 Slot Available
320GB Hard Drive 7200RPM
Intel Core i3-2310M (2.10GHz)
Intel HD Graphics 3000
Windows 7 Professional 64-Bit
DVD Super Multi Burner
1 - eSA... 阅读全帖
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)