代码搜索:reed
找到约 758 项符合「reed」的源代码
代码结果 758
www.eeworm.com/read/283511/4078588
java reed.java
//*****************************************************************
//
// JAVA Source for com.idautomation.datamatrix; 4.10
//
// Copyright, IDAutomation.com, Inc. 2000-2004.
// All rights
www.eeworm.com/read/285982/8795973
rar reed solomon.rar
www.eeworm.com/read/371229/9560634
cpp reed_sol.cpp
// Copyright 2007 Altera Corporation. All rights reserved.
// Altera products are protected under numerous U.S. and foreign patents,
// maskwork rights, copyrights and other intellectual property
www.eeworm.com/read/371229/9560643
v reed_sol.v
// Copyright 2007 Altera Corporation. All rights reserved.
// Altera products are protected under numerous U.S. and foreign patents,
// maskwork rights, copyrights and other intellectual property
www.eeworm.com/read/441064/7676625
ps reed_solomon.ps
%!PS-Adobe-2.0
%%Creator: dvipsk 5.58f Copyright 1986, 1994 Radical Eye Software
%%Title: reed_solomon.dvi
%%Pages: 13
%%PageOrder: Ascend
%%BoundingBox: 0 0 612 792
%%EndComments
%DVIPSCommandLine: d
www.eeworm.com/read/481542/6642954
c reed_solomon.c
/*
* lib/reed_solomon/reed_solomon.c
*
* Overview:
* Generic Reed Solomon encoder / decoder library
*
* Copyright (C) 2004 Thomas Gleixner (tglx@linutronix.de)
*
* Reed Solomon code lifted f
www.eeworm.com/read/339148/12255261
v reed_solomon.v
/////////////////////////////////////////////////////////////////////
//// ////
//// High Speed Reed Solomon Encoder
www.eeworm.com/read/115925/14996496
txt reed-write.txt
读者优先算法:
设置两个互斥信号量:rwmutex 用于写者与其他读者/写者互斥的访问共享数据
rmutex 用于读者互斥的访问读者计数器readcount
var rwmutex, rmutex : semaphore := 1,1 ;
int readcount = 0;
cobegin
readeri begi
www.eeworm.com/read/115479/15013094
v reed_solomon.v
/////////////////////////////////////////////////////////////////////
//// ////
//// High Speed Reed Solomon Encoder