Classification==================================#1. C4.5Quinlan, J. R. 1993. C4.5: Programs for Machine Learning.Morgan Kaufmann Publishers Inc.Google...
分类:
编程语言 时间:
2015-11-15 16:15:15
阅读次数:
217
最近花了一些时间看了这本书,书名是《Writing Clean Code ── Microsoft Techniques for Developing Bug-free C Programs》这里主要总结了一些里面的编程思想。为空语句加上NULL当需要使用空语句的时候,最好写上NULL, 比如:if...
分类:
其他好文 时间:
2015-11-12 23:30:55
阅读次数:
277
#include?<windows.h>
?
LRESULT?CALLBACK?WndProc(HWND,?UINT,?WPARAM,?LPARAM);
?
HINSTANCE?hInst;
?
/*?The?‘main‘?function?of?Win32?GUI?programs:?this?is?where?execution?starts?...
分类:
其他好文 时间:
2015-11-11 00:02:16
阅读次数:
255
#include?<windows.h>
?
LRESULT?CALLBACK?WndProc(HWND,?UINT,?WPARAM,?LPARAM);
?
HINSTANCE?hInst;
?
/*?The?‘main‘?function?of?Win32?GUI?programs:?this?is?where?execution?starts?...
分类:
其他好文 时间:
2015-11-10 07:10:14
阅读次数:
253
Finds and fixes bugs in Java platform programs.Synopsisjdb[options] [classname] [arguments]optionsCommand-line options. SeeOptions.classnameName of th...
分类:
数据库 时间:
2015-11-10 00:04:16
阅读次数:
343
#include?<windows.h>
LRESULT?CALLBACK?WndProc(HWND,?UINT,?WPARAM,?LPARAM);
HINSTANCE?hInst;
/*?The?‘main‘?function?of?Win32?GUI?programs:?this?is?where?execution?starts?*/
in...
分类:
其他好文 时间:
2015-11-09 02:01:28
阅读次数:
297
#include?<windows.h>
LRESULT?CALLBACK?WndProc(HWND,?UINT,?WPARAM,?LPARAM);
HINSTANCE?hInst;
/*?The?‘main‘?function?of?Win32?GUI?programs:?this?is?where?execution?starts?*/
in...
分类:
其他好文 时间:
2015-11-08 12:47:13
阅读次数:
234
在IIS中配置PHP运行环境简单步骤安装 IIS 7.0 打开 Control Panel\Programs\Programs and Features\Turn Windows features on or off, 在打开的对话框中勾选上这两个选项: 单击OK等待片刻, IIS就安装完成了.安装...
分类:
Web程序 时间:
2015-11-04 14:37:37
阅读次数:
192
1.1 安装Groovy Groovy主页:http://www.groovy-lang.org 确保本地系统安装了Java 1.1.1 在Windows系统上安装Groovy 1.创建环境变量GROOVY_HOME,其值为Groovy的目录(如:C:\programs\groovy\g...
分类:
其他好文 时间:
2015-10-31 22:54:13
阅读次数:
356
DBMS(Database-Management System): a collection of interrelated data and set of programs to access those data.Part 1: Database-System Applications1. En...
分类:
数据库 时间:
2015-10-29 12:41:41
阅读次数:
327