代码搜索:体视化
找到约 10,000 项符合「体视化」的源代码
代码结果 10,000
www.eeworm.com/read/386754/7093295
cs dataaccount.cs
using System;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Formatters.Binary ;
namespace Eboer.MIS.MF.WinForm.DataAccount
{
///
/// 帐套属性,要被序列化
///
www.eeworm.com/read/328191/7101338
h qqdoc.h
// QQDoc.h : CQQDoc 类的接口
//
#pragma once
class CQQDoc : public CDocument
{
protected: // 仅从序列化创建
CQQDoc();
DECLARE_DYNCREATE(CQQDoc)
// 属性
public:
// 操作
public:
// 重写
publ
www.eeworm.com/read/464239/7167188
h zidongshouhuoji.h
class shouyinji
{
public:
int cashNow();//返回当前的现金
void acceptAmount(int acceptcash);//接受付款
shouyinji(int amount=500);//初始化
private:
int cash;
};
class shouhuoji
{
public:
int amount
www.eeworm.com/read/462042/7211801
txt 代码18-4.txt
I = imread('tire.tif'); % 读入图像
J = histeq(I); % 直方图均衡化
imshow(I) % 显示原始图像
figure, imshow(J) % 显示处理后的图像
figure; imhist(I,64)
www.eeworm.com/read/459813/7264384
c mouse.c
/******************************** 鼠标操作函数 *************************************/
int Msinit()
{
int recored;
regs.x.ax=0; /* 初始化鼠标*/
int86(0x33,®s,®s);
recored=regs.x.ax;
www.eeworm.com/read/457537/7324308
cs class1.cs
using System;
using System.IO;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Formatters.Binary;
namespace Example080_基本序列化
{
[Serializable]
public class MyObject
www.eeworm.com/read/452024/7452106
h mainfrm.h
// MainFrm.h : CMainFrame 类的接口
#include "ColorPaletteBar.h"
#include "ToolPaletteBar.h"
#pragma once
class CMainFrame : public CFrameWnd
{
protected: // 仅从序列化创建
CMainFrame();
DECLARE_
www.eeworm.com/read/448987/7521089
htm 鼠标移到复选框按钮上,按钮变换颜色.htm
var node;
var inited=false;
var init=function() //初始化方法
{
node=document.getElementById("chk1"); //找到页面中的checkbox控件
inited
www.eeworm.com/read/448039/7541233
h songdoc.h
// SongDoc.h : CSongDoc 类的接口
//
#pragma once
#include "SongSet.h"
class CSongDoc : public CDocument
{
protected: // 仅从序列化创建
CSongDoc();
DECLARE_DYNCREATE(CSongDoc)
// 属性
public:
www.eeworm.com/read/448039/7541239
h songview.h
// SongView.h : CSongView 类的接口
//
#pragma once
#include "ShowSongDlg.h"
class CSongSet;
class CSongView : public CRecordView
{
protected: // 仅从序列化创建
CSongView();
DECLARE_DYNCREATE(CSo