首页 > 2016年03月07日 > 全部分享
转载:ID3算法
ID3算法 ID3算法是J. Ross Quinlan在1975提出的分类预测算法。该算法的核心是“信息熵”。 信息熵就是一组数据包含的信息,概率的度量。一组数据越有序信息熵也就越低,极端时如果一组数据中只有一个非0,其它都是0,那么熵等于0,因为只有可能是这个非0的情况发生,它给人们的信息已经确定
分类:编程语言   时间:2016-03-07 10:12:51    收藏:0  评论:0  赞:0  阅读:307
html BOM、DOM
分类:Web开发   时间:2016-03-07 10:12:41    收藏:0  评论:0  赞:0  阅读:419
EVC编程与调试过程出现的问题
窗体背景图不能完成显示的问题 现象:给MFC窗体增加背景,却发现原本应该是全屏的图片,宽度少于6个像素。 分析:看代码,应该是没有任何问题:从资料中加载图片,选入DC,然后BitBlt()。 原因:最后发现问题的原因在SetWindowPos()上。 对比以下两句: SetWindowPos(&wn
分类:其他   时间:2016-03-07 10:12:32    收藏:0  评论:0  赞:0  阅读:254
sphinx-2.2.10-1.rhel6.x86_64 rpm包安装的位置
/etc/logrotate.d/sphinx /etc/rc.d/init.d/searchd/etc/sphinx/etc/sphinx/sphinx.conf/usr/bin/indexer/usr/bin/indextool/usr/bin/searchd/usr/bin/spelldump
分类:其他   时间:2016-03-07 10:12:23    收藏:0  评论:0  赞:0  阅读:486
【转】七个受用一生的心理寓言
(一)成长的寓言:做一棵永远成长的苹果树 一棵苹果树,终于结果了。 第一年,它结了10个苹果,9个被拿走,自己得到1个。对此,苹果树愤愤不平,于是自断经脉,拒绝成长。第二年,它结了5个苹果,4个被拿走,自己得到1个。“哈哈,去年我得到了10%,今年得到20%!翻了一番。”这棵苹果树心理平衡了。 但是
分类:其他   时间:2016-03-07 10:12:11    收藏:0  评论:0  赞:0  阅读:232
sdk的目录结构及其功能
<!-- /* GitHub stylesheet for MarkdownPad (http://markdownpad.com) */ /* Author: Nicolas Hery - http://nicolashery.com */ /* Version: b13fe65ca28d2e56
分类:其他   时间:2016-03-07 10:12:01    收藏:0  评论:0  赞:0  阅读:337
李学斌:论应用间协作V3
18年IT生涯,2年匠心打造,近两万字长文。主要讨论了巨型复杂业务系统的一种构建思路,力图实现决策意志的快速、准确、一致的下传并简化实施成本提供实施效率。通过全业务领域的即时流程编排,实现全网业务IT系统的快速建设与迭代。
分类:其他   时间:2016-03-07 10:11:51    收藏:0  评论:0  赞:0  阅读:372
Delphi 操作word 表格
var wordApp, WordDoc, WrdSelection, wrdtable: variant; strAdd: string; wdPar,wdRange:OleVariant; iCol, iRow, I, J: Integer; begin try wordApp := Creat
分类:Windows开发   时间:2016-03-07 10:11:41    收藏:0  评论:0  赞:0  阅读:632
about data type in c#
int: identical with int 32, capacity, Type Capacity Int16 -- (-32,768 to +32,767) Int32 (same with int) -- (-2,147,483,648 to +2,147,483,647) Int64 (i
分类:Windows开发   时间:2016-03-07 10:11:31    收藏:0  评论:0  赞:0  阅读:292
two sum
#include #include #include #include using namespace std;vector twoSum(vector& nums, int target) { int len = nums.size(); map temp; vector re; for (int...
分类:其他   时间:2016-03-07 10:11:21    收藏:0  评论:0  赞:0  阅读:270
iOS大神技术博客
唐巧的技术博客 http://blog.devtang.com/atom.xml OneV's Den http://onevcat.com/atom.xml 破船之家 http://beyondvincent.com/atom.xml NSHipster http://nshipster.cn/f
分类:移动平台   时间:2016-03-07 10:11:12    收藏:0  评论:0  赞:0  阅读:296
数据库的简单语句
增:insert into 表名 (字段名) values (?,?,?)删:delete from 表名 where 字段=?改:update 表名 set 字段=? where 条件=?查:select * form 表名(*可以更改为想要查找的内容)精确查询:select * form 表名
分类:数据库技术   时间:2016-03-07 10:10:51    收藏:0  评论:0  赞:0  阅读:223
webView和js交互
与 js 交互 OC 调用 JS // 执行 js - (void)webViewDidFinishLoad:(UIWebView *)webView { NSString *title = [webView stringByEvaluatingJavaScriptFromString:@"docu
分类:Web开发   时间:2016-03-07 10:10:42    收藏:0  评论:0  赞:0  阅读:251
Delphi word编辑
private void but_Table_Click(object sender, EventArgs e) { object Nothing = System.Reflection.Missing.Value; object missing = System.Reflection.Missin
分类:Windows开发   时间:2016-03-07 10:10:33    收藏:0  评论:0  赞:0  阅读:349
windows cluster常见命令
◆查看指定群集中指定节点状态cluster /cluster:gdlxcluster node test001 /status ◆查看指定群集中指定节点属性cluster /cluster:gdlxcluster node test001 /prop ◆指定群集中指定节点暂停cluster /clu
分类:Windows开发   时间:2016-03-07 10:10:11    收藏:0  评论:0  赞:0  阅读:359
Project Euler:Problem 47 Distinct primes factors
The first two consecutive numbers to have two distinct prime factors are: 14 = 2 × 7 15 = 3 × 5 The first three consecutive numbers to have three dist
分类:其他   时间:2016-03-07 10:10:01    收藏:0  评论:0  赞:0  阅读:263
JavaBean在JSP中显示时间
创建DateTimeBean的类,将其放置于org.caiduping.bean的包中,实现时间,星期的封装。 package org.caiduping.bean; import java.text.SimpleDateFormat; import java.util.Calendar; impo
分类:编程语言   时间:2016-03-07 10:09:41    收藏:0  评论:0  赞:0  阅读:222
经典软件推荐:AppVerifier(应用程序验证器)
“Bug”中最头痛的是那么一类:野指针、无效句柄,访问冲突,跟Windows内核打交道比较多的那些,它们发现难,调试难,定位难。不过AppVerifier就是解决这些问题的工具,实际上,以微软为首的大的Windows软件开发商都在使用这个软件作辅助测试。我在这里推荐它的原因,除了它善于抓这些比较内核
分类:移动平台   时间:2016-03-07 10:09:11    收藏:0  评论:0  赞:0  阅读:331
跨域解决方案
javascript跨域访问是web开发者经常遇到的问题,什么是跨域,一个域上加载的脚本获取或操作另一个域上的文档属性,下面将列出三种实现javascript跨域方法: 1.基于iframe实现跨域 基于iframe实现的跨域要求两个域具有aa.xx.com,bb.xx.com这种特点,也就是两个页
分类:其他   时间:2016-03-07 10:09:01    收藏:0  评论:0  赞:0  阅读:197
Dog
---恢复内容开始--- public class Dog { private String color; private String pinpai; private double tizhong; private double shengao; private double shiliang;
分类:其他   时间:2016-03-07 10:08:51    收藏:0  评论:0  赞:0  阅读:164
1518条   上一页 1 ... 61 62 63 64 65 ... 76 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!