代码搜索:高精度处理

找到约 10,000 项符合「高精度处理」的源代码

代码结果 10,000
www.eeworm.com/read/251419/12345937

asm isr.asm

//====================================================================================// // 文件名: isr.asm // 描 述: 该文件的程序主要用于处理SPCE061A的所有中断 // 日 期: 2003/04/03 //===========================
www.eeworm.com/read/148879/12417536

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/148740/12431722

h core_graphics.h

/************************************************** 图像处理和DirectDraw主干模块 Author: LittleFish QQ:93663886 E-Mail: kittyfish_1981@yahoo.com.cn Blog: http://blog.csdn.net/kittyfish 真诚
www.eeworm.com/read/249868/12465004

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/129122/14265741

cs wall.cs

using System; namespace FiyaSoft.DiamondGame { /// /// 处理游戏逻辑,true为空 /// public class Wall { public bool [,] Cakes=new bool[14,20]; public Wall() { for(
www.eeworm.com/read/128423/14299453

h gp_alpha.h

//******************************************** // 像素级的操作相关处理函数 // softboy 创建于2000年1月25日 //******************************************** #ifndef _GP_ALPHA_ #define _GP_ALPHA_ #include
www.eeworm.com/read/127242/14366459

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/228399/14386959

frm frmsetpara3.frm

VERSION 5.00 Begin VB.Form frmSetpara3 Caption = "参数设置 3:报警事件的处理动作" ClientHeight = 6705 ClientLeft = 4230 ClientTop = 2475 ClientWidth = 6765
www.eeworm.com/read/224892/14564621

cs history.cs

using System; using System.Collections.Generic; using System.Text; namespace PhotoSprite { /// /// 图像处理历史记录 /// public class HistoryImage { private int c
www.eeworm.com/read/220489/14798626

c externint.c

//====================================================================================// // 文件名: ExterInt.asm // 描 述: 该文件的程序主要用于处理PDIUSBD12中断 // 日 期: 2003/04/03 //========================