代码搜索:分频处理
找到约 10,000 项符合「分频处理」的源代码
代码结果 10,000
www.eeworm.com/read/150090/12314746
dfm uzycl.dfm
object frmZYCL: TfrmZYCL
Left = 306
Top = 168
BorderStyle = bsDialog
Caption = '增员处理'
ClientHeight = 348
ClientWidth = 544
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Fo
www.eeworm.com/read/150090/12314872
~dfm uzycl.~dfm
object frmZYCL: TfrmZYCL
Left = 136
Top = 129
BorderStyle = bsDialog
Caption = '增员处理'
ClientHeight = 348
ClientWidth = 544
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Fo
www.eeworm.com/read/251419/12345881
c externint.c
//====================================================================================//
// 文件名: ExterInt.asm
// 描 述: 该文件的程序主要用于处理PDIUSBD12中断
// 日 期: 2003/04/03
//========================
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)