Click here to Skip to main content
15,886,110 members
Articles / Artificial Intelligence

A Suite of Discrete Probability Classes

Rate me:
Please Sign up or sign in to vote.
4.93/5 (21 votes)
26 Mar 20039 min read 71.4K   2.2K   60  
Five classes for computing discrete probabilities
; CLW file contains information for the MFC ClassWizard

[General Info]
Version=1
LastClass=CProbDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Prob.h"

ClassCount=3
Class1=CProbApp
Class2=CProbDlg
Class3=CAboutDlg

ResourceCount=3
Resource1=IDD_ABOUTBOX
Resource2=IDR_MAINFRAME
Resource3=IDD_PROB_DIALOG

[CLS:CProbApp]
Type=0
HeaderFile=Prob.h
ImplementationFile=Prob.cpp
Filter=N

[CLS:CProbDlg]
Type=0
HeaderFile=ProbDlg.h
ImplementationFile=ProbDlg.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC
LastObject=IDC_COMBO_RVT

[CLS:CAboutDlg]
Type=0
HeaderFile=ProbDlg.h
ImplementationFile=ProbDlg.cpp
Filter=D

[DLG:IDD_ABOUTBOX]
Type=1
Class=CAboutDlg
ControlCount=4
Control1=IDC_STATIC,static,1342177283
Control2=IDC_STATIC,static,1342308480
Control3=IDC_STATIC,static,1342308352
Control4=IDOK,button,1342373889

[DLG:IDD_PROB_DIALOG]
Type=1
Class=CProbDlg
ControlCount=17
Control1=IDC_EDIT_N,edit,1350631552
Control2=IDC_SPIN_N,msctls_updown32,1342242866
Control3=IDC_EDIT_Y,edit,1350631552
Control4=IDC_SPIN_Y,msctls_updown32,1342242866
Control5=IDC_EDIT_P,edit,1350631552
Control6=IDC_SPIN_P,msctls_updown32,1342242866
Control7=IDC_BUTTON_Compute,button,1342242816
Control8=IDOK,button,1342242817
Control9=IDCANCEL,button,1342242816
Control10=IDC_STATIC,static,1342308352
Control11=IDC_STATIC,static,1342308352
Control12=IDC_STATIC,static,1342308352
Control13=IDC_STATIC,static,1342308352
Control14=IDC_STATIC_Result,static,1342308352
Control15=IDC_STATIC,static,1342308352
Control16=IDC_COMBO_RVT,combobox,1342242818
Control17=IDC_STATIC,static,1342308352

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions