In this Document
Purpose
Scope
Details
A. Form / Functional Issues
"Add to Selection" Button
Are PTOs supp...
分类:
其他好文 时间:
2014-12-09 17:47:43
阅读次数:
332
DONE :Algo : Image selection 的算法部分Rendering : Real time rendering 的框架。Oldtime和happiness Style的参数设置,素材的选取TODO:Algo: 送给Render信息的设计。Rendering : Transitio...
分类:
其他好文 时间:
2014-12-09 07:05:43
阅读次数:
218
Rows(processingRow).Insert ' 在指定的行数processingRow处插入一行 Rows(processingRow - 1).Select ' 选择上一行的整行 Selection.Copy ' 拷贝 Rows(proc...
分类:
编程语言 时间:
2014-12-08 13:50:46
阅读次数:
155
function f=WTF(I);
% compute the 128-D wavelet transform feature of image I
% Input:
% I: the input image
% Output:
% f:128-D feature
%%warning:normalization must be performed after all the features a...
分类:
其他好文 时间:
2014-12-07 23:14:00
阅读次数:
265
【转自 http://blog.csdn.net/forever_crazy/article/details/6542507】report ......selection-screen pushbutton 2(10) pb11 user-command pb11.selection-screen ...
分类:
移动开发 时间:
2014-12-04 19:34:34
阅读次数:
220
考虑典型的文本分类,一个经典的方法就是 分词,扫描所有特征,建立特征词典
重新扫描所有特征,利用特征词典将特征映射到特征空间编号 得到特征向量
学习参数 w
存储学习参数 w , 存储特征映射词典
预测截断装载学习参数w,装载特征映射词典
扫描数据,将所有特征利用特征映射词典映射到特征空间编号 得到...
分类:
其他好文 时间:
2014-12-04 17:47:41
阅读次数:
327
Bloom filter 思路 用多个不同hash 来记录,比如遇到一个 love 有4个hash function 映射到4个bit位置,如果所有位置都是1 那么认为之前已经遇到love这个词(有一定错误概率),如果有任何一个位置是0,那么表明love这个词之前没有遇到(100%这样) Count...
分类:
其他好文 时间:
2014-12-04 17:30:57
阅读次数:
186
在Section的Event中, Do Custom Section("sectionxxx")自定义加载下一个Section Set Selection Append Flag()继承上一个Section中的Selection(system function) Set User Select...
分类:
其他好文 时间:
2014-12-04 17:21:29
阅读次数:
395
http://guodong.me/?p=1560ASP.NET MVC 4 has a new feature called WebAPI which makes it much easier to create a REST API in ASP.NET. Unfortunately, I ra...
控件基本情况
控件本身+ CMainFrame + View
将所有的控件消息全部转发给CMainFrame来处理
BEGIN_MSG_MAP(CIECSChart)
//CHAIN_MSG_MAP(CComControl)
MESSAGE_HANDLER(MSG_SELECTION_CHANGED, MessageHandler)
CHAIN_MSG_MAP(_Base)
{
...
分类:
其他好文 时间:
2014-12-04 08:51:08
阅读次数:
223