g*****g 发帖数: 212 | 1 bool isAnagramSubstring(string a, string b)
{
int n = a.length();
int m = b.length();
unordered_map fmap;
unordered_map cmap;
for(int i=0; i
{
int c = 1;
if (fmap.find(b[i]) != fmap.end())
{
c += fmap[b[i]];
}
fmap[b[i]] = c;
cmap[b[i]] = 0;
}
int cnt = 0;
int j = -1;
for(int i=0; i
... 阅读全帖 |
|
f*******a 发帖数: 663 | 2 开始忘贴代码了,有朋友要求,就把修改后的代码贴在这里。改动不多,可以部分提升
效率。原来的也没删,注释掉了。供参考。
=========================================================================
clear;
close all
disp('The only input needed is a distance matrix file')
disp('The format of this file should be: ')
disp('Column 1: id of element i')
disp('Column 2: id of element j')
disp('Column 3: dist(i,j)')
if(0)
% mdist=input('name of the distance matrix file (with single quotes)?\n'
);
mdist = 'example_distances.dat';
disp('Reading input dis... 阅读全帖 |
|
s*********b 发帖数: 815 | 3 Monitor只是实现同步的结构化方法。你把数据和相关的同步逻辑封
装到一起,就是monitor了。比如你有一砣ConcurrentHashMap的
实例,就叫cmap吧。当你调用cmap.put(key, value)的时候,你知
道cmap会处理多线程的情况。换句话说,camp就是一枚monitor,
它"监控”了多线程下的数据处理。Conditional variable (不是valuable)
是用来让线程暂时释放一枚lock用的。所以conditional variable多半
同lock绑定在一起,比如Java里java.util.concurrent.locks.Lock就提
供一枚方法叫newCondition(),返回一枚conditional variable. 至于
mutex,就是一坨概念嘛,符合mutex那几条规定。不妨把它想作一枚数
学对象。总结起来就是:lock可以用来实现mutex,而lock+conditional
variable可以用来实现monitor。 |
|
d*********e 发帖数: 3835 | 4 Sierra Nevada Corporation's Integrated Mission Systems business unit in
Hagerstown, Maryland is continuing to grow in support of its customers and
needs your help in this effort. We provide capability to the Department of
Defense, Customs and Border Protection, other agencies, and support
international customers in supplying them with Airborne Intelligence,
Surveillance and Reconnaissance solutions. We design, build, integrate, and
operate these highly capable platforms for missions around the w... 阅读全帖 |
|
r****y 发帖数: 1437 | 5 sure
you define you own color table, let it be
[1 1 1]
monotonically changes to [0 0 0]
e.g cmap = repmat([0:1/63:1]', 1, 3);
colormap(cmap);
If you use colorbar before this set of commands,
replot your colorbar to reflect the changes as well.
|
|
|
j***g 发帖数: 158 | 7 Hi mitwsn and gomer,
多谢两位专家。
病人(65岁左右)的诊断结果我附在下面,医院给开的药是神经节苷脂,输液用。医院
还做了肌电图,有两家医院都说很严重,其中一家甚至说半年至两年之间可能就会瘫痪
。目前看的医院顶多都是中型医院,不知他们说的可信度如何。
两位知不知道国内有没有什么比较有名的针对这类病的医院?还有,我如果想多获取这
类病的相关信息,有没有可以推荐的网站、论坛或其它渠道?
太感谢了!
MCV:左右正中神经,左右尺神经,右胫神经,右腓总神经CMAP潜伏期长|正常,波幅下
降,传导速度正常;
SCV:左右正中神经,左右尺神经,右腓浅神经SNAP波幅下降,传导速度正常|下降
F波:右正中神经,右胫神经F波出现率和潜伏期在正常范围
EMG:所检肌肉为左右胫前胫,右伸指总肌,左右胸锁乳突肌,右脊旁肌T1O,T11,
静息时见左右胫前肌,右伸指总肌较多自发电位(纤颤电位和正锐波),左右胸锁乳突
肌,右脊旁肌T1O,T11未见自发电位,轻收缩左右胫前肌MUP波幅,时限上升,募集单
纯相,左右胸锁乳突肌MUP及募集均正常
结论:上下肢周围神经损害
syndrome
. |
|
|
c*********e 发帖数: 133 | 9 我想做一个这样的博客网页,不知道能不能实现,如何实现,一般要多长时间搞定。请dx
们出招。多谢!
1. Basic blog functions similar to blogger.com
2. For each blog a person makes, the person can add multiple keywords to it
. The keywords could be used repeatedly, meaning that the keywords the person
adds to previous blogs can be used for later blogs.
3. All keywords will be put into one database and the person can make
concept maps out of the keywords like this: http://cmap.ihmc.us/. Besides, on the maps, the blogs associated with the k |
|
W***o 发帖数: 6519 | 10 我有一个csv文件,里面有多行多栏的数据,我想把这些数据通过3D surface plot表述
出来(x轴坐标就用第一列每行的cell 内容,比如Log1, Log2...; y轴就用第一行的cell
content (Sample1, Sample2 ...),z就用下面表格里的数据。我想到用matplotlib,
但是又不太会用,想请教一下。
Measure# Sample1 Sample2 Sample3 Sample4 Sample5
Log1 2.3 3.3 4.5 5.6 6.7
Log2 3.5 6.7 10.0 22.1 30
Log3 4.2 4.5 6.7 8.9 9.1
Log4 4.5 8.9 10.2 11.8 14.7
import csv
from matplotlib import pyplot as plt
import pylab
import numpy as np
from mpl_toolkits.mplot3d import Axes3D
csv_file_path='/path/to/my/C... 阅读全帖 |
|
k****h 发帖数: 27 | 11 Photoshop5.5 和 adobe image ready “集成”在一起,你可以从photoshop 中
启动imageready[There is a button at buttom of the tools, "Jump to
imageready"]. (not very useful to me)
从功能上说,5.5 和5.0没有怎么明显改变,tools 上也没有增加, 处理速度也
没有显著区别(on my pIII500), 倒是稳定性比5.0差了,有时候打开一幅大图
片就死翘翘了(尽管我把scratch disk调到了2G) ,也许跟我的pwin98兼容不好?
If you are using ewin98, it may be stable.
中文输入倒没问题,不过如果Cmap没弄对,会看不到中文字体名,不过你可以用
那个中文字体patch文件ps5chs.exe来运行一把就可以看到中文字体名称了。
Anyway, you can try it. I keep both of the 5.5 and 5.0 on my computer.
Just a new |
|
|
x**u 发帖数: 77 | 13 高通量方法研究分几种:
1. 根据自己关注,设计高通量实验,分析数据,然后mining生物学机制,
2. 完全用public发表的高通量数据,
3. 1,2 的混合,
根据我的经验,第一,三种是非常靠谱的。经常会有大量的novel信息出来,而且一时
半会根本做不完。
比如,我参与的一个leukima的项目,我们这边lab自己产生microarray的数据,和药厂
合作研究compound的resistant,然后我们设计方法跟CMap里面的数据进行比较,效果
是非常好的。
第二种就不好说了,public的数据往往产生条件不同,差异性大,而且质量良莠不齐,
对工具的操作,以及知识面要求很高。如果没有很好的生物信息学traning以及经验,
基本可以等同于一堆垃圾。
BioGrid |
|
j**u 发帖数: 6059 | 14 cmap = repmat([1:-1/63:0]', 1, 3);
就把颜色该成从白到黑了。 |
|
l**k 发帖数: 419 | 15
sigh, nobody replys. Here is the answer, for those who may interest.
[pic cmap] = imread (..);
fft_pic = fft2(pic);
power_pic = abs(fft_pic);
phase_pic = angle(fft_pic); |
|
i**e 发帖数: 19242 | 16 那今年夏天还想去么?我看了看,weekday还是有很多opening的
据说Wenatchee那边很暖和,seattle这边下雨,那边照样晴空万里
我们去年cmap过,娃很喜欢
当然啦,生火,睡帐篷,考mashmellow,串帐篷 :) |
|