码迷,mamicode.com
首页 >  
搜索关键字:bit    ( 10514个结果
: Can‘t load AM D 64-bit .dll on a IA 32-bit platf
SEVERE: Cannot find specified temporary folder at D:\tomcat\temp java.lang.UnsatisfiedLinkError: D:\asmm\bin\tcnative-1.dll: Can‘t load AM D 64-bit .dll on a IA 32-bit platform ? ? ? ? at java....
分类:其他好文   时间:2015-04-15 11:39:19    阅读次数:151
matlab解析出声音文件的频率
因为matlab工具集成了很多算法。记录学习了用matlab来解析声音频率。ff.wav 是一段频率为17640HZ的已知声音文件贴上代码: 1 %1、%[X,Fs,Bit]=wavread('d:\\ff.wav'); 2 %2、然后进行特征提取 3 %3、然后分类器识别 4 %4、输出识别结果 ...
分类:其他好文   时间:2015-04-15 11:08:34    阅读次数:293
关于字符编码
因为计算机只能处理数字,如果要处理文本,就必须先把文本转换为数字才能处理。最早的计算机在设计时采用8个比特(bit)作为一个字节(byte),所以,一个字节能表示的最大的整数就是255(二进制11111111=十进制255),如果要表示更大的整数,就必须用更多的字节。比如两个字节可以表示的最大整数是...
分类:其他好文   时间:2015-04-15 11:08:27    阅读次数:114
Zend Studio 10.6.2正式版中文在线/离线汉化方法
以下方法适合于所有版本的Zend Studio的汉化 在线汉化: 选择Help菜单->Install New Software...在Work with框中复制此地址:http://mirror.bit.edu.cn/eclipse/technology/babel/update-site/...
分类:其他好文   时间:2015-04-15 11:04:23    阅读次数:138
leetcode || 89、Gray Code
problem: The gray code is a binary numeral system where two successive values differ in only one bit. Given a non-negative integer n representing the total number of bits in the code, pr...
分类:其他好文   时间:2015-04-14 21:31:46    阅读次数:149
MongoDB在Windows中的安装部署
MongoDB在Windows中的安装部署测试环境:MicrosoftWindows7(旗舰版64-bit)MongoDB3.0.2(Windows64-bit2008R2+)安装文件:mongodb-win32-x86_64-2008plus-ssl-3.0.2-signed.msi提示:1、MongoDB不支持WindowsXP及以下版本2、安装文件下载地址http://www.mongodb.org/downloads3..
分类:数据库   时间:2015-04-14 20:00:53    阅读次数:168
STM32中断优先级
M3用8bits而STM32用高四位来表示抢占和子优先级:bit=1表示抢占;bit=0表示非抢占即子优先级;所以共有5中方案分组:分组 Bit7 Bit6 Bit5 Bit4 说明:第0组 0 0 0 0第1组 1 0 0 0第2组 1 1 0 ...
分类:其他好文   时间:2015-04-14 19:30:37    阅读次数:112
POJ 1787 Charlie's Change
Charlie's ChangeTime Limit: 1000msMemory Limit: 30000KBThis problem will be judged onPKU. Original ID:178764-bit integer IO format:%lld Java class nam...
分类:其他好文   时间:2015-04-14 16:13:43    阅读次数:138
BNU7538——Clickomania——————【区间dp】
ClickomaniaTime Limit: 10000msMemory Limit: 32768KB64-bit integer IO format:%I64d Java class name:MainSubmitStatusPID: 7538Clickomania is a puzzle in ...
分类:其他好文   时间:2015-04-14 14:22:21    阅读次数:138
POJ3784---Running Median(树状数组+二分)
Description For this problem, you will write a program that reads in a sequence of 32-bit signed integers. After each odd-indexed value is read, output the median (middle value) of the elements receiv...
分类:编程语言   时间:2015-04-14 12:55:57    阅读次数:167
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!