亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? cf_interleaver_10_32.c

?? interleaver即交織器
?? C
?? 第 1 頁 / 共 2 頁
字號:
////  Copyright (c) 2003 Launchbird Design Systems, Inc.//  All rights reserved.//  //  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met://    Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.//    Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.//  //  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,//  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.//  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,//  OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;//  OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT//  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.//  //  //  Overview://  //    Memory interleavers are often used in DSP for reordering continuous streaming data.//    The interleaver is comprised of two interleaving memories.  One memory loads and//    reorders data, while the other memory dumps the data to the output.//    Once loading and dumping of data are complete, the memories reverse roles.//    The dumping memory continuously cycles though the entire memory starting at address 0.//  //  Interface://  //    Synchronization://      clock_c  : Clock input.//  //    Inputs://      swap_i   : Swap signal to interleave memories.  Pulse occurs one frame before the switch//                 and may coincide with the last input data.//      write_i  : Write enable for input data.//      addr_i   : Address for input data.//      data_i   : Input data.//  //    Outputs://      sync_primary_o    : Output sync plus occurs one frame before data new dump.//      sync_secondary_o  : Secondary sync plus occurs one frame before data at address 0 is dumped.//      data_o            : Output data.//  //  Built In Parameters://  //    Address Width  = 10//    Data Width     = 32//  //  //  //  //  Generated by Confluence 0.6.3  --  Launchbird Design Systems, Inc.  --  www.launchbird.com//  //  Build Date : Fri Aug 22 09:33:19 CDT 2003//  //  Interface//  //    Build Name    : cf_interleaver_10_32//    Clock Domains : clock_c  //    Vector Input  : swap_i(1)//    Vector Input  : write_i(1)//    Vector Input  : addr_i(10)//    Vector Input  : data_i(32)//    Vector Output : sync_primary_o(1)//    Vector Output : sync_secondary_o(1)//    Vector Output : data_o(32)//  //  //  #include <stdio.h>#include <stdlib.h>#include <time.h>#include "cf_interleaver_10_32.h"static unsigned char n84[1];static unsigned char *sync_primary_o;static unsigned char n79[4];static unsigned char n58[2];static unsigned char n28[1];static unsigned char n27[1];static unsigned char n26[1];static unsigned char n25[1];static unsigned char n22[1];static unsigned char n21[1];static unsigned char n20[1];static unsigned char n19[1];static unsigned char n18[1];static unsigned char n17[1];static unsigned char n16[1];static unsigned char n7[2];static unsigned char *data_i;static unsigned char *addr_i;static unsigned char *write_i;static unsigned char *swap_i;static unsigned char n2[1];static unsigned char n1[1];static unsigned char *data_o;static unsigned char n59[1];static unsigned char n57[1];static unsigned char n57r[1];static unsigned char n57e[1];static unsigned char n57d[1];static unsigned char n32[1];static unsigned char n10[2];static unsigned char *sync_secondary_o;static unsigned char n45[1];static unsigned char n44[1];static unsigned char n35[1];static unsigned char n34[1];static unsigned char n33[1];static unsigned char n15[2];static unsigned char n15r[1];static unsigned char n15e[1];static unsigned char n15d[2];static unsigned char n48[1];static unsigned char n36[1];static unsigned char n49[1];static unsigned char n37[1];static unsigned char n66[1];static unsigned char n50[1];static unsigned char n38[1];static unsigned char n78[1];static unsigned char n78r[1];static unsigned char n78e[1];static unsigned char n78d[1];static unsigned char n71[4];static unsigned char n71e[1];static unsigned char n71w[1];static unsigned char n71aw[2];static unsigned char n71ar[2];static unsigned char n71dw[4];static unsigned char n71m[4096];static unsigned char n60[1];static unsigned char n43[1];static unsigned char n43r[1];static unsigned char n43e[1];static unsigned char n43d[1];static unsigned char n65[4];static unsigned char n65e[1];static unsigned char n65w[1];static unsigned char n65aw[2];static unsigned char n65ar[2];static unsigned char n65dw[4];static unsigned char n65m[4096];void cf_interleaver_10_32_ports(unsigned char* port_swap_i, unsigned char* port_write_i, unsigned char* port_addr_i, unsigned char* port_data_i, unsigned char* port_sync_primary_o, unsigned char* port_sync_secondary_o, unsigned char* port_data_o) {  swap_i = port_swap_i;  write_i = port_write_i;  addr_i = port_addr_i;  data_i = port_data_i;  sync_primary_o = port_sync_primary_o;  sync_secondary_o = port_sync_secondary_o;  data_o = port_data_o;}void cf_interleaver_10_32_calc() {  n84[0] = 1;  sync_primary_o[0] = n57[0];  if (n78[0]) {    n79[0] = n71[0];    n79[1] = n71[1];    n79[2] = n71[2];    n79[3] = n71[3];  }  else {    n79[0] = n65[0];    n79[1] = n65[1];    n79[2] = n65[2];    n79[3] = n65[3];  }  n58[0] = 0;  n58[1] = 0;  n28[0] = 2;  n27[0] = 0;  n26[0] = 0;  n25[0] = 0;  n22[0] = 1;  n21[0] = 2;  n20[0] = 0;  n19[0] = 0;  n18[0] = 1;  n17[0] = 1;  n16[0] = 0;  n7[0] = 1;  n7[1] = 0;  n2[0] = 0;  n1[0] = 1;  data_o[0] = n79[0];  data_o[1] = n79[1];  data_o[2] = n79[2];  data_o[3] = n79[3];  n59[0] = n15[1] == n58[1] && n15[0] == n58[0] ? 1 : 0;  n57r[0] = n2[0];  n57e[0] = n1[0];  n57d[0] = swap_i[0];  n32[0] = 255 & (swap_i[0] << 1 | n43[0]);  { unsigned int tmp; (tmp = (unsigned int) n15[1] + (unsigned int) n7[1] + (tmp = (unsigned int) n15[0] + (unsigned int) n7[0], n10[0] = 255 & (unsigned char) tmp, 1 & (tmp >> 8)), n10[1] = 3 & (unsigned char) tmp); }  sync_secondary_o[0] = n59[0];  n45[0] = n32[0] == n28[0] ? 1 : 0;  n44[0] = n32[0] == n27[0] ? 1 : 0;  n35[0] = n32[0] == n22[0] ? 1 : 0;  n34[0] = n32[0] == n21[0] ? 1 : 0;  n33[0] = n32[0] == n20[0] ? 1 : 0;  n15r[0] = swap_i[0];  n15e[0] = n1[0];  n15d[0] = n10[0];  n15d[1] = n10[1];  if (n45[0]) {    n48[0] = n25[0];  }  else {    n48[0] = n84[0];  }  if (n35[0]) {    n36[0] = n17[0];  }  else {    n36[0] = n16[0];  }  if (n44[0]) {    n49[0] = n26[0];  }  else {    n49[0] = n48[0];  }  if (n34[0]) {    n37[0] = n18[0];  }  else {    n37[0] = n36[0];  }  n66[0] = write_i[0] & n49[0];  n50[0] = 1 & ~n49[0];  if (n33[0]) {    n38[0] = n19[0];  }  else {    n38[0] = n37[0];  }  n78r[0] = n2[0];  n78e[0] = n1[0];  n78d[0] = n50[0];  n71e[0] = n1[0];  n71w[0] = n66[0];  n71aw[0] = addr_i[0];  n71aw[1] = addr_i[1];  n71ar[0] = n15[0];  n71ar[1] = n15[1];  n71dw[0] = data_i[0];  n71dw[1] = data_i[1];  n71dw[2] = data_i[2];  n71dw[3] = data_i[3];  n60[0] = write_i[0] & n50[0];  n43r[0] = n2[0];  n43e[0] = n1[0];  n43d[0] = n38[0];  n65e[0] = n1[0];  n65w[0] = n60[0];  n65aw[0] = addr_i[0];  n65aw[1] = addr_i[1];  n65ar[0] = n15[0];  n65ar[1] = n15[1];  n65dw[0] = data_i[0];  n65dw[1] = data_i[1];  n65dw[2] = data_i[2];  n65dw[3] = data_i[3];}void cf_interleaver_10_32_init() {  n84[0] = 0;  { int index; for (index = 4; index > 0;) n79[--index] = 0; }  { int index; for (index = 2; index > 0;) n58[--index] = 0; }  n28[0] = 0;  n27[0] = 0;  n26[0] = 0;  n25[0] = 0;  n22[0] = 0;  n21[0] = 0;  n20[0] = 0;  n19[0] = 0;  n18[0] = 0;  n17[0] = 0;  n16[0] = 0;  { int index; for (index = 2; index > 0;) n7[--index] = 0; }  n2[0] = 0;  n1[0] = 0;  n59[0] = 0;  n57[0] = 0;  n57r[0] = 0;  n57e[0] = 0;  n57d[0] = 0;  n32[0] = 0;  { int index; for (index = 2; index > 0;) n10[--index] = 0; }  n45[0] = 0;

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
成人一道本在线| 国产精品女人毛片| 国产精品国产a| 日韩av一级片| 色综合久久88色综合天天6| 精品国产91久久久久久久妲己 | 欧美成人性福生活免费看| 日韩毛片精品高清免费| 国产麻豆视频一区二区| 欧美tickle裸体挠脚心vk| 亚洲一区二区免费视频| 91一区二区在线| 国产亲近乱来精品视频| 国产一区二区三区四| 欧美一区二区性放荡片| 午夜电影一区二区三区| 欧美午夜精品免费| 一区二区三区电影在线播| 91在线高清观看| 亚洲欧洲色图综合| 成人免费电影视频| 国产精品女人毛片| www.久久久久久久久| 中文字幕一区二| 99re成人精品视频| 亚洲天堂福利av| 91视频xxxx| 亚洲精品成a人| 欧美日韩在线亚洲一区蜜芽| 亚洲成人在线观看视频| 欧美日韩国产天堂| 日本欧美久久久久免费播放网| 欧美精品18+| 麻豆精品在线观看| 久久久蜜桃精品| 成人av免费在线| 亚洲人精品午夜| 日本韩国精品一区二区在线观看| 一区二区三区日韩| 91精品国产一区二区| 精品一区二区免费看| 久久久无码精品亚洲日韩按摩| 粉嫩高潮美女一区二区三区| 亚洲国产精品国自产拍av| 99久久综合99久久综合网站| 亚洲自拍偷拍欧美| 日韩一区二区三区观看| 国产一区二区三区四区在线观看| 国产精品毛片久久久久久| 色婷婷久久一区二区三区麻豆| 香港成人在线视频| 久久免费视频一区| 在线视频中文字幕一区二区| 日本不卡视频一二三区| 国产亚洲精品福利| 欧美调教femdomvk| 精品午夜久久福利影院| 国产精品久久影院| 欧美日韩免费一区二区三区| 国产在线精品不卡| 亚洲欧美日韩在线| 日韩亚洲欧美综合| 99精品视频免费在线观看| 日韩不卡在线观看日韩不卡视频| 久久综合狠狠综合久久综合88 | 99久久精品免费| 日韩av一级片| 自拍偷拍亚洲综合| 精品国产成人系列| 欧美色电影在线| 国产精品77777竹菊影视小说| 伊人开心综合网| 久久久久久99精品| 欧美精品久久一区二区三区| 国产乱一区二区| 亚洲一区在线视频观看| 久久久精品天堂| 91麻豆精品国产自产在线| aaa亚洲精品| 久久99久久99小草精品免视看| 亚洲欧美视频一区| 久久久亚洲精华液精华液精华液| 欧美男人的天堂一二区| 不卡的av在线播放| 激情丁香综合五月| 天堂精品中文字幕在线| 一区二区三区在线不卡| 日本一区二区三区dvd视频在线 | 丝瓜av网站精品一区二区| 欧美精彩视频一区二区三区| 欧美一级艳片视频免费观看| 色婷婷亚洲综合| 99riav久久精品riav| 福利91精品一区二区三区| 九九精品视频在线看| 日本亚洲欧美天堂免费| 亚洲高清免费观看 | 欧美日韩一二区| 一本在线高清不卡dvd| 成人动漫一区二区在线| 国产一区在线观看麻豆| 美腿丝袜一区二区三区| 日本vs亚洲vs韩国一区三区二区 | 亚洲欧洲日韩综合一区二区| xfplay精品久久| 精品成人一区二区三区四区| 日韩欧美视频在线| 精品久久久久香蕉网| 欧美一级二级三级蜜桃| 日韩三级在线免费观看| 日韩一区二区免费视频| 日韩一区二区在线免费观看| 日韩亚洲欧美在线观看| 日韩欧美色综合| 精品99999| 国产日韩在线不卡| 久久精品一二三| 中文字幕中文字幕中文字幕亚洲无线| 日本一区二区三级电影在线观看| 欧美激情综合五月色丁香| 中文字幕一区二区在线观看| 亚洲特级片在线| 亚洲成人高清在线| 美女视频黄a大片欧美| 久久成人麻豆午夜电影| 国产黑丝在线一区二区三区| www.亚洲在线| 91浏览器打开| 欧美一区二区三区视频在线观看| 日韩三级免费观看| 欧美韩国日本不卡| 亚洲靠逼com| 午夜精品福利一区二区三区蜜桃| 青草国产精品久久久久久| 国产精品综合网| 日本精品视频一区二区三区| 欧美福利电影网| 国产目拍亚洲精品99久久精品| 亚洲欧美日韩一区二区| 欧美aaa在线| 国产成人精品一区二区三区网站观看| 91免费视频大全| 欧美久久一二区| 国产午夜精品久久久久久久| 亚洲精品福利视频网站| 理论片日本一区| 99久久综合国产精品| 91精品久久久久久久99蜜桃| 久久久精品黄色| 亚洲一区二区欧美激情| 国产精品88888| 欧美日韩国产片| 国产精品视频一二三| 天堂va蜜桃一区二区三区| 成人深夜视频在线观看| 91麻豆精品国产自产在线观看一区| 欧美激情一区在线观看| 免费美女久久99| 色屁屁一区二区| 国产日本一区二区| 免费观看日韩电影| 在线观看www91| 国产日韩欧美在线一区| 日韩福利视频导航| 色av一区二区| 国产精品视频一二| 久久精品99国产国产精| 91国偷自产一区二区使用方法| 久久精品欧美日韩| 蜜臀精品久久久久久蜜臀| 欧美中文字幕一区| 亚洲视频小说图片| 成人在线视频一区| 精品国精品自拍自在线| 午夜精彩视频在线观看不卡| 91女人视频在线观看| 久久久99久久| 国产精品99久久久久| 精品欧美乱码久久久久久1区2区| 亚洲一区二区三区小说| 色欧美片视频在线观看在线视频| 日本一区二区三区久久久久久久久不| 麻豆精品一区二区| 日韩免费看网站| 免费在线观看精品| 欧美一区二区三区视频免费播放| 亚洲成人免费影院| 欧美日韩一卡二卡三卡 | 亚洲品质自拍视频网站| 国产成人在线视频网址| 久久久欧美精品sm网站| 国产乱人伦偷精品视频免下载| 欧美mv日韩mv| 国产在线精品一区二区夜色 | 日韩欧美黄色影院| 青娱乐精品在线视频| 91精品欧美综合在线观看最新 | 国产日韩综合av| 成人免费视频网站在线观看| 欧美国产成人精品|