代码搜索:Num

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

代码结果 10,000
www.eeworm.com/read/464071/7169955

r90 num_led.r90

www.eeworm.com/read/464071/7169957

dp2 num_led.dp2

num_led.o: C:/ICC/include/iom128.h C:/ICC/include/iom128v.h C:/ICC/include/macros.h
www.eeworm.com/read/464071/7169958

dtp num_led_iar.dtp

www.eeworm.com/read/462038/7211979

m bit2num.m

function num = bit2num(bit, range) % Donne la valeur d'une cha頽e en fonction de son code binaire . integer = polyval(bit, 2); num = range(1) + integer*((range(2)-range(1))/(2^length(bit)-1)) ;
www.eeworm.com/read/459044/7283772

h num2str.h

/* * MATLAB Compiler: 3.0 * Date: Wed Jun 27 13:19:37 2007 * Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on" * "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/457806/7317536

m bit2num.m

function [y] = bit2num(x) y = 0; mul = 1; for i=(length(x):-1:1) y = y + mul*x(i); mul = mul*2; end
www.eeworm.com/read/456209/7353831

sci num2str.sci

function s = num2str(v,f) // num2str - convert numerics to string // // s = num2str(v); // // (this function ensure matlab compatibility) // // Copyright (c) 2008 Gabriel Peyre if argn(2)
www.eeworm.com/read/452643/7436656

cpp strahler_num2.cpp

#include #include #include #include #include #include #include #include #include std::stack s;
www.eeworm.com/read/451164/7470247

gif ed_list_num.gif

www.eeworm.com/read/450040/7491304

bak num_test.v.bak

module NUM_TEST(reset_,sclk,num); input reset_,sclk; output [31:0]num; reg [31:0]num; reg [3:0]counter; always @(posedge sclk or negedge reset_) begin if(!reset_) begin num