代码搜索:func
找到约 10,000 项符合「func」的源代码
代码结果 10,000
www.eeworm.com/read/381042/9114221
c interrupt_func.c
/*************************************************************************************
文件类型:
文件作用:
修改权限:
文件相关:
创 建 人:GeminiKQ
创建日期:2006.12.20
当前版本:Ver0.1
版本信息:Ver0.1 Gemini
www.eeworm.com/read/380940/9120314
c use_func.c
#include
void hello_world(void)
{
printf("Hello, world!\n");
}
void main(void)
{
hello_world();
}
www.eeworm.com/read/183824/9136182
inf func_list.inf
ELF Header:
Magic: 7f 45 4c 46 01 01 01 61 00 00 00 00 00 00 00 00
Class: ELF32
Data: 2's complement, little endian
Version:
www.eeworm.com/read/380631/9137706
gif secure_func.gif
www.eeworm.com/read/281650/9144355
c call_func.c
/*
* try to call the VIVI's builtin function
*
*
* only for engineer test
*
* bushi@mizi.com
*
*/
int (*printk)(const char *fmt, ...);
int main()
{
/* refer to ../vivi.map */
printk =
www.eeworm.com/read/379451/9196714
m func_dwt.m
function [I_W , S] = func_DWT(I, level, type);
%
% Wavelet decomposition
%
% input: I : input image
% level : wavelet decomposition level
% type : wavelet used for the dec
www.eeworm.com/read/379451/9196719
m func_invdwt.m
function im_rec = func_InvDWT(I_W, S, type, level);
%
% Inverse wavelet decomposition
%
% input: I_W : decomposed image vector
% S : corresponding bookkeeping matrix
% typ
www.eeworm.com/read/379451/9196770
m func_descendant.m
function value = func_Descendant(i, j, k, type, M)
% Matlab implementation of 3D-SPIHT (without Arithmatic coding stage)
%
% Find the descendant with largest absolute value of pixel (i,j,k)
%
www.eeworm.com/read/379447/9197013
m func_mydescendant.m
function value = func_Descendant(i, j, k, ,t,type, M)
% Matlab implementation of 3D-SPIHT (without Arithmatic coding stage)
%
% Find the descendant with largest absolute value of pixel (i,j,k)
www.eeworm.com/read/379447/9197030
m func_wavedec.m
function [I_W,S] = func_wavedec(I,level,type)
[C,L] = wavedec(I,level,type);