代码搜索:uint

找到约 10,000 项符合「uint」的源代码

代码结果 10,000
www.eeworm.com/read/124109/6056025

rel _fs2uint.rel

;!FILE _fs2uint.asm XH H A areas 36 global symbols M _fs2uint S ___fs2ulong Ref0000 A _CODE size 0 flags 0 A DSEG size 0 flags 0 A OSEG size 0 flags 4 A ISEG size 0 flags 0 A BSEG size 0 flags 80 A XS
www.eeworm.com/read/478750/6702133

asv uint2double.asv

function [y]=uint2double(x,scale,diff_matrix) z=x.*scale; z=z+diff_matrix; y=z;
www.eeworm.com/read/478750/6702135

m uint2double.m

function [y]=uint2double(x,scale,diff_matrix) z=x.*scale; z=z+diff_matrix; y=z;
www.eeworm.com/read/478750/6702138

asv double2uint.asv

function [y]=double2uint(x) x_max=max(max(x)); x_min=min(min(x)); x_dspan=x_max-x_min; x_uspan=256; scale=x_dspan/x_uspan; diff_matrix=zeros(size(x)); diff_matrix(:,:)=x_min; x=(x+diff_matrix)
www.eeworm.com/read/478750/6702152

m double2uint.m

function [y,u,v]=double2uint(x) x_max=max(max(x)); x_min=min(min(x)); x_dspan=x_max-x_min; x_uspan=256; scale=x_dspan/x_uspan; u=scale; diff_matrix=zeros(size(x)); diff_matrix(:,:)=x_min; v=d
www.eeworm.com/read/226770/14452724

c fmt_uint0.c

/* Public domain. */ #include "fmt.h" unsigned int fmt_uint0(char *s,unsigned int u,unsigned int n) { unsigned int len; len = fmt_uint(FMT_LEN,u); while (len < n) { if (s) *s++ = '0'; ++len; }
www.eeworm.com/read/226770/14452750

h1 uint64.h1

/* Public domain. */ #ifndef UINT64_H #define UINT64_H /* sysdep: -ulong64 */ typedef unsigned long long uint64; #endif
www.eeworm.com/read/226770/14452880

h2 uint64.h2

/* Public domain. */ #ifndef UINT64_H #define UINT64_H /* sysdep: +ulong64 */ typedef unsigned long uint64; #endif
www.eeworm.com/read/124283/14578839

h gsl_block_uint.h

/* block/gsl_block_uint.h * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the term
www.eeworm.com/read/124283/14580537

h gsl_sort_uint.h

/* sort/gsl_sort_uint.h * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Thomas Walter, Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms o