代码搜索:coded
找到约 2,797 项符合「coded」的源代码
代码结果 2,797
www.eeworm.com/read/486246/6538935
java liquidsph3d.java
/* liquid - smoothed particle hydrodynamics 3D */
/* coded by Ikeuchi Mitsuru */
/* ver 0.0.1 2005.05.21 */
/* ver 0.0.2 2005.07.10 bug of dwwvdr(r,h) fixed */
import java.awt.*;
import jav
www.eeworm.com/read/264420/11315630
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/402410/11535383
m ofdm_signal.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/347508/11659852
txt changes.txt
Changes for Version JM 8.6 to JM 8.5
------------------------------------
- encoder: fix command line checking order (KS)
- encoder: fix coded_frame flag (KS)
- encoder: fix skip mode mb pair prob
www.eeworm.com/read/157691/11671197
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/154031/11994705
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/253602/12210104
txt golden ftp server pro remote user command overflow exploit #2.txt
/*
*
* Golden FTP Server Pro Remote Buffer Overflow Exploit
* Bug Discovered by Reed Arvin (http://reedarvin.thearvins.com)
* Exploit coded By ATmaCA
* Web: atmacasoft.com && spyinstructors.com
www.eeworm.com/read/233935/14127774
java browsercontrol.java
package sql4j.util;
import java.io.IOException;
/**
* A simple, static class to display a URL in the system browser.
*
* Under Unix, the system browser is hard-coded to be 'netscape'.
www.eeworm.com/read/232614/14188285
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/231318/14239103
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