代码搜索:MATLAB各种概率分布画图
找到约 10,000 项符合「MATLAB各种概率分布画图」的源代码
代码结果 10,000
www.eeworm.com/read/143479/12872592
txt 概率.txt
www.eeworm.com/read/386969/8715267
txt 画图.txt
复制Ctrl C 粘贴Ctrl V
1.建一个文件夹,用于放程序。
2.新建一个程序。
3.保存(用Save All)
4.向窗体上放一个按钮(Button)控件,把它的标题(文字,Caption属性)改为
画直线,双击它添加事件,并添加代码:
procedure TForm1.Button1Click(Sender: TObject);
begin
// Canvas是画布
www.eeworm.com/read/181854/9234049
txt 画图.txt
protected override void OnPaint ( System.Windows.Forms.PaintEventArgs e )
{
Font font = new Font("黑体",28);
SolidBrush bluepen = new SolidBrush(Color.Blue);
SolidBrush blackpen = new S
www.eeworm.com/read/167974/9943383
rar 画图.rar
www.eeworm.com/read/329065/12985679
txt 画图.txt
import java.awt.event.*;
import javax.swing.JOptionPane;
import java.awt.geom.*;
import java.io.*;
import java.applet.*;
import java.awt.*;
import java.util.*;
import javax.swing.*;
import jav
www.eeworm.com/read/253842/12183886
cpp 画图.cpp
// 画图.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "画图.h"
#include "MainFrm.h"
#include "画图Doc.h"
#include "画图View.h"
#ifdef _DEBUG
#define new
www.eeworm.com/read/253842/12183888
dsp 画图.dsp
# Microsoft Developer Studio Project File - Name="画图" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Applic
www.eeworm.com/read/253842/12183889
plg 画图.plg
Build Log
--------------------Configuration: 画图 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1\L
www.eeworm.com/read/253842/12183892
ico 画图.ico
www.eeworm.com/read/253842/12183899
rc 画图.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////