代码搜索:体视化
找到约 10,000 项符合「体视化」的源代码
代码结果 10,000
www.eeworm.com/read/395878/8147139
txt 说明.txt
请大家认真比较, 看看运行效果, 画完线后, 最小化窗口,然后再还原窗口,看看画的内容还有么?
--------------
javateacher
2008-10-21
www.eeworm.com/read/395309/8186370
c mycan.c
#include "mycan.h"
#include "app_cfg.h"
/* 初始化CAN
The procedure to initially start up the MSCAN module out of reset is as follows:
1. Assert CANE
2. Write to the configuration registers in
www.eeworm.com/read/395289/8186847
cpp assignment2.cpp
#include
#include
#include
#include "map.h"
#include "dijkstra.h"
#include
using namespace std;
int fun();
int main()
{
fun();
/*
//数据初始化定义;
www.eeworm.com/read/394928/8201925
c rx.c
/*pic18f8680内置can控制器接收程序*/
#include
#include
void InterruptHandlerHigh(void);
/***********************************************************************************
函数功能:初始化
www.eeworm.com/read/394847/8205075
h mainfrm.h
// MainFrm.h : CMainFrame 类的接口
//
#pragma once
#include"FundDialog.h"
#include"StockDataList.h"
class CMainFrame : public CFrameWnd
{
protected: // 仅从序列化创建
CMainFrame();
DECLARE_DY
www.eeworm.com/read/294359/8236881
c system.c
#include
#include"bit.h"
#include"UZZ9001.h"
///////////////////////////////////////////
//函数:void init_IO(void)
//描述:相应端口初始化
//参数:无
//返回:无
////////////////////////////////////
www.eeworm.com/read/174339/9594910
dfm unit_custindiserv.dfm
object Frm_CustIndiServ: TFrm_CustIndiServ
Left = 34
Top = 51
Width = 762
Height = 478
ActiveControl = FlatComboBoxServMode1
Caption = '个人客户个性化服务'
Color = clBtnFace
Font.Charse
www.eeworm.com/read/368480/9691876
java jtabbedpanetest.java
//JTabbedPaneTest.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
//JTabbedPaneTest类的声明
public class JTabbedPaneTest extends JApplet {
//对象实例化
private JTabbedPane tp =
www.eeworm.com/read/367613/9739674
txt 文本文档.txt
自己编写的一个简单的matlab程序,实现图像直方图的均衡化及规定化处理.digital image processing--histogram processing, histogram equalization,histogram matching (specification).