代码搜索:Encoder
找到约 10,000 项符合「Encoder」的源代码
代码结果 10,000
www.eeworm.com/read/152475/12110370
cpp encoder.cpp
/*
* Copyright (C) 2001-2005 Jacek Sieka, arnetheduck on gmail point com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publi
www.eeworm.com/read/152475/12110423
h encoder.h
/*
* Copyright (C) 2001-2005 Jacek Sieka, arnetheduck on gmail point com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publi
www.eeworm.com/read/340781/12134394
m encoder.m
function [output_stream,output_flag]=encoder(video_fname, packet_size)
% Load message
fid = fopen(video_fname, 'r');
message = fread(fid, 5, 'uint8')'
%Generate uniform integers on the set 1
www.eeworm.com/read/340781/12134408
asv encoder.asv
function [output_stream,output_flag]=encoder(video_fname, packet_size)
% Load message
fid = fopen(video_fname, 'r');
message = fread(fid, 5, 'uint8')'
num_samples= ceil(n.*rand(num_samples,1))
www.eeworm.com/read/151781/12176447
cfg encoder.cfg
# New Input File Format is as follows
# = # Comment
#
# See configfile.h for a list of supported ParameterNames
#
# Known bug: Empty strings, i.e. to signal a non
www.eeworm.com/read/339821/12202497
h encoder.h
/*! \file encoder.h \brief Quadrature Encoder reader/driver. */
//*****************************************************************************
//
// File Name : 'encoder.h'
// Title : Quadrature
www.eeworm.com/read/339821/12202505
c encoder.c
/*! \file encoder.c \brief Quadrature Encoder reader/driver. */
//*****************************************************************************
//
// File Name : 'encoder.c'
// Title : Quadrature
www.eeworm.com/read/253420/12223458
cfg encoder.cfg
# New Input File Format is as follows
# = # Comment
#
# See configfile.h for a list of supported ParameterNames
###############################################
www.eeworm.com/read/252075/12304367
jpg encoder.jpg
www.eeworm.com/read/252075/12304369
c encoder.c
/* Powered by Peacock */
#include
#include
#define C 10
main()
{
int n;
int k;
int l;
int i,p,q;
int x,y;
int g[C][C][C];
int m[C][C];