代码搜索:coded
找到约 2,797 项符合「coded」的源代码
代码结果 2,797
www.eeworm.com/read/124842/14534361
m decomp.m
% function [sub_trees,sub_count,nodes]=decomp(pop)
%
% Function for decompositioning a population of mathematical expressions
% coded as tree structures. For use with tree_ga2 etc..
% Author
www.eeworm.com/read/223481/14639461
m cmlstartup.m
% CmlStartup
%
% Initializes the Coded Modulation Library
%
% Last updated June 29, 2006
% determine the version of matlab version
version_text = version;
if ( str2num( version_text(1) ) > 6)
www.eeworm.com/read/122946/14655184
h packet_types.h
// IP packet structures...
// -----------------------
// Note: All of this is hard coded little endian!
typedef long n_long;
typedef short n_short;
typedef long n_time;
struct ip
{
www.eeworm.com/read/220956/14781320
m ofdm.m
% Faculty of Engineering, University of Fukui. 2003/11/11
% coded by Sokthai Chan (sokthai@msn.com)
% OFDM signal and its spectrum ( Guard Interval insertion )
clear all;
Fd=1; % s
www.eeworm.com/read/220956/14781321
m ofdm2.m
% Faculty of Engineering, University of Fukui. 2003/11/11
% coded by Sokthai Chan (sokthai@msn.com)
% OFDM signal and its spectrum ( Guard Interval insertion )
clear all;
Fd=1; % s
www.eeworm.com/read/216740/14993952
txt 新建 文本文档.txt
% Faculty of Engineering, University of Fukui. 2003/11/11
% coded by Sokthai Chan (sokthai@msn.com)
% OFDM signal and its spectrum ( Guard Interval insertion )
clear all;
Fd=1; % s
www.eeworm.com/read/214740/15090156
m decomp.m
% function [sub_trees,sub_count,nodes]=decomp(pop)
%
% Function for decompositioning a population of mathematical expressions
% coded as tree structures. For use with tree_ga2 etc..
% Author
www.eeworm.com/read/208871/15233544
effects
Effects I coded :
(see effects.c for more info )
. sobel transformation (works better in 8 bpp) edge detection
. laplace transformation (works better in 8 bpp) edge detection
. gamma correction
www.eeworm.com/read/7654/126114
c fft256c.c
//FFT256c.c FFT implementation calling a C-coded FFT function
#include
#define PTS 256 //# of points for FFT
#define PI 3.14159265358979
typedef struct
www.eeworm.com/read/11175/207468
asm sdmasm.asm
;*
;* COW : Character Oriented Windows
;*
;* sdmasm.asm : SDM specific hand coded stuff
title sdmasm - low level utilities for COW SDM
.xlist
include user.inc
.list
sBegin SDM
a