码迷,mamicode.com
首页 >  
搜索关键字:programs    ( 760个结果
数据挖掘领域最有影响力的18个算法(转载)
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 读后感
最近花了一些时间看了这本书,书名是《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
java调试工具jdb
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
转载php在IIS中运行
在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
groovy install,gvm,groovysh简述(转)
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
Database Overview
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
760条   上一页 1 ... 50 51 52 53 54 ... 76 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!