代码搜索:randomizer
找到约 111 项符合「randomizer」的源代码
代码结果 111
www.eeworm.com/read/228934/14357398
c pilot_randomizer.c
/*****************************************************************************/
/* FIle Name : pilot_randomizer.c */
/* Description : WiMax OFDM pilot rand
www.eeworm.com/read/373367/2764694
h atsci_randomizer.h
/* -*- c++ -*- */
/*
* Copyright 2001 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the ter
www.eeworm.com/read/373367/2764698
cc atsc_randomizer.cc
/* -*- c++ -*- */
/*
* Copyright 2006 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the ter
www.eeworm.com/read/373367/2764789
cc atsci_randomizer.cc
/* -*- c++ -*- */
/*
* Copyright 2002 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the ter
www.eeworm.com/read/373367/2764803
h atsc_randomizer.h
/* -*- c++ -*- */
/*
* Copyright 2006 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the ter
www.eeworm.com/read/420102/2071171
svn-base randomizer.java.svn-base
/*
* Randomizer.java
*
* Created on 28. Dezember 2006, 20:35
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package kanjitori.u
www.eeworm.com/read/373367/2764773
cc qa_atsci_randomizer.cc
/* -*- c++ -*- */
/*
* Copyright 2002 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the ter
www.eeworm.com/read/373367/2764795
h qa_atsci_randomizer.h
/* -*- c++ -*- */
/*
* Copyright 2002 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the ter
www.eeworm.com/read/413630/11149213
java example3.java
package neuralNetwork;
/*
Coded by Aydin Gurel, 2003
The code is free, but please contact me if you wish to use the code entirely or partially in any kind of project so that I can reference it and
www.eeworm.com/read/138258/13244277
c random.c
/*
* Random number routines: rnd and seedrnd
*/
#include
#include //for the seedrnd() function
int rnd(int range);
void seedrnd(void);
/* Generate a random value */