代码搜索:Resolution
找到约 5,618 项符合「Resolution」的源代码
代码结果 5,618
www.eeworm.com/read/233554/4666525
c precision.c
#include "ntp_unixtime.h"
#include
#define DEFAULT_SYS_PRECISION -99
int default_get_resolution();
int default_get_precision();
int
main(
int argc,
char *argv[]
)
{
printf("log2(reso
www.eeworm.com/read/362216/2936158
m imodwt_mra.m
function [DJt, SJt, mra_att] = imodwt_mra(WJt, VJt, w_att)
% imodwt_mra -- Calculate MODWT multi-resolution details and smooths from wavelet coefficients via IMODWT transform.
%****f* wmtsa.dwt/imodw
www.eeworm.com/read/256086/4370790
h times.h
/*
* sys/times.h
*/
#ifndef _SYS_TIMES_H
#define _SYS_TIMES_H
#include
struct tms {
/* Empty */
};
#define HZ 18 /* Piddly resolution... */
#define CLK_TCK HZ
typedef uint16
www.eeworm.com/read/415996/11045307
txt hl151.txt
#PCA 80C151SX#
Programmable Counter Array\n
- Measures periods, pulse widths, duty cycles, and phase differences\n
- 16-bit timer/counter with 250-ns resolution at 16 MHz\n
- Five high-speed, 1
www.eeworm.com/read/197686/7976145
c stability_th_cov.c
#include
#include
#include
#define max_samples 10000
double cwnd[max_samples];
int sample_num;
#define resolution 1 /*number of samples per second*/
#define interval_num
www.eeworm.com/read/197686/7976159
c stability_cwnd_cov.c
#include
#include
#include
#define max_samples 10000
double cwnd[max_samples];
int sample_num;
#define resolution 10 /*number of samples per second*/
#define interval_num