代码搜索:高精度处理
找到约 10,000 项符合「高精度处理」的源代码
代码结果 10,000
www.eeworm.com/read/287247/8699850
lis delay.lis
.module delay.c
.area text(rom, con, rel)
0000 .dbfile D:\PROTEU~1.7\PROTEU~1.7\JOHU\1视频处理\fang__2\delay.c
0000
www.eeworm.com/read/387174/8702213
frm frmsetpara3.frm
VERSION 5.00
Begin VB.Form frmSetpara3
Caption = "参数设置 3:报警事件的处理动作"
ClientHeight = 6705
ClientLeft = 4230
ClientTop = 2475
ClientWidth = 6765
www.eeworm.com/read/428927/8828236
cpp grayproc.cpp
// ************************************************************************
// 文件名:GrayProc.cpp
//
// 图像灰度处理函数库:
//
// ToGray() - 彩色位图转化为灰度位图
// PointInvert() - 对图像进行反色变换
// GetIntensit
www.eeworm.com/read/187093/8857130
frm frmsetpara3.frm
VERSION 5.00
Begin VB.Form frmSetpara3
Caption = "参数设置 3:报警事件的处理动作"
ClientHeight = 6705
ClientLeft = 4230
ClientTop = 2475
ClientWidth = 6765
www.eeworm.com/read/283992/8972044
c 9311db.c
/*------------------------------------------------------------------*/
/*模块名称:9311db.c */
/*模块功能:9311的数据库和时间处理函数,主要是管理NVRAM */
/*编写日期:2004年8月
www.eeworm.com/read/380716/9133620
c main.c
/**************************************
*main函数
*Author:echo
*Start Date:2008.4.23
*End Date:
*内容:实现各部分功能
*进度:2008.4.24对接收数据进行处理:丢失,移动,低电压
**************************************/
/**********
www.eeworm.com/read/378041/9253206
m 12-15.m
I = imread('tire.tif');
imshow(I)
I2 = uint8(colfilt(I,[5 5],'sliding',@mean));
% 均值滑动处理
figure, imshow(I2)
www.eeworm.com/read/375694/9353389
frm frmsetpara3.frm
VERSION 5.00
Begin VB.Form frmSetpara3
Caption = "参数设置 3:报警事件的处理动作"
ClientHeight = 6705
ClientLeft = 4230
ClientTop = 2475
ClientWidth = 6765
www.eeworm.com/read/175284/9553428
java listcontrol3.java
import javax.microedition.lcdui.*;
import javax.microedition.midlet.MIDlet;
/**
* 多选列表框的处理
* The MIDlet demonstrates the different types of list supported by MIDP-2.0:
* EXCLUSIVE -
www.eeworm.com/read/371114/9565229
asm isr.asm
//====================================================================================//
// 文件名: isr.asm
// 描 述: 该文件的程序主要用于处理SPCE061A的所有中断
// 日 期: 2003/04/03
//===========================