代码搜索:modulus
找到约 3,028 项符合「modulus」的源代码
代码结果 3,028
www.eeworm.com/read/381853/2640196
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity lpm_counter is
generic(
lpm_width : integer := 1;
lpm_direction : string := "UNUSED";
lpm_modulus : integer :
www.eeworm.com/read/260612/4330024
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity lpm_counter is
generic(
lpm_width : integer := 1;
lpm_direction : string := "UNUSED";
lpm_modulus : integer :
www.eeworm.com/read/260612/4330226
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity lpm_counter is
generic(
lpm_width : integer := 1;
lpm_direction : string := "UNUSED";
lpm_modulus : integer :
www.eeworm.com/read/367152/9779888
m wrap.m
% wrap - Wrap around (modulus)
% (C) 2000.06.28 Kui-yu Chang
% http://lans.ece.utexas.edu/~kuiyu
% This program is free software; you can redistribute it and/or modify
% it under the terms of the G
www.eeworm.com/read/100612/15868996
cpp ibe_set.cpp
/*
Boneh & Franklin's Identity Based Encryption
Set-up phase
After this program has run the file common.ibe contains
www.eeworm.com/read/430096/8766367
java primes.java
// control/Primes.java
// TIJ4 Chapter Control, Exercise 4, page 139
// Write a program that uses two nested for loops and the modulus operator (%)
// to detect and print prime numbers.
public c
www.eeworm.com/read/281848/9129766
java primes.java
// control/Primes.java
// TIJ4 Chapter Control, Exercise 4, page 139
// Write a program that uses two nested for loops and the modulus operator (%)
// to detect and print prime numbers.
public c
www.eeworm.com/read/178529/9393786
m spec.m
function [freq, a] = spec(X, N)
%%X = data of length N
%%gives frequencies and corresponding spectral estimate
%%(modulus squared of fft of the data); frequency from
%%[0, 0.5]
freq=(0:(N-1))./(2
www.eeworm.com/read/353439/10446404
java primes.java
// control/Primes.java
// TIJ4 Chapter Control, Exercise 4, page 139
// Write a program that uses two nested for loops and the modulus operator (%)
// to detect and print prime numbers.
public c
www.eeworm.com/read/352425/10553379
java primes.java
// control/Primes.java
// TIJ4 Chapter Control, Exercise 4, page 139
// Write a program that uses two nested for loops and the modulus operator (%)
// to detect and print prime numbers.
public c