代码搜索结果
找到约 10,000 项符合
1 的代码
lt4_1_1.m
%例4.1.1,拟合优度检验
p0=1/6;
N=[21,28,19,24,16,12];
%%%调用拟合优度检验函数
youdu(p0,N)
t1main.ls1
A51 MACRO ASSEMBLER T1MAIN 08/06/2005 16:25:19 PAGE 1
MACRO ASSEMBLER A51 V6.02
NO OBJECT MODULE REQUESTED
ASSEMBLER INVOKED
ch6_1_1.cpp
//***********************
//** ch6_1_1.cpp **
//***********************
extern int n; //n由另一个源文件定义
void fn2() //fn2()函数用于另一个源文件
{
n=8; //使用n
}
ch1_1.rc2
//
// CH1_1.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
/////
ch1_1view.cpp
// ch1_1View.cpp : implementation of the CCh1_1View class
//
#include "stdafx.h"
#include "ch1_1.h"
#include "ch1_1Doc.h"
#include "ch1_1View.h"
#include "mainfrm.h"
#include "DlgIntensity.