搜索资源列表

  1. BenYuanyuan

    0下载:
  2. 编程验证[x+1]是GF(28)=GF(2)[x]/(x8+x4+x3+x+1)的本原元,并给出GF(28)=GF(2)[x]/(x8+x4+x3+x+1)中以[x+1]为底的对数表,和同学讨论出来的比较资源占用较少的方法,只供参考。-Program verification [x+1] is the GF (28) = GF (2) [x]/(x8+ x4+ x3+ x+1) of the primitive element, and
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:daipeng
  1. ff_mul

    0下载:
  2. 伽罗华域GF(q)乘法器设计-Galois field GF (q) Multiplier
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:eee
  1. Strategy_GFTD_V2

    2下载:
  2. 广发TD股指期货高频交易策略,matlab实现-GF TD index futures high frequency trading strategies using matlab
  3. 所属分类:金融证券系统

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:taoaming
  1. chengfaqi

    0下载:
  2. 通过verilog hdl语言实现伽罗华域GF(q)乘法器设计-By verilog hdl language Galois field GF (q) Multiplier
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:李永超
  1. myforRANSAC

    0下载:
  2. RANSAC算法,可以滤除SIFT的误匹配,在计算机视觉领域应用广发。-RANSAC algorithm, can filter out erroneous SIFT matching applications in the field of computer vision GF.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1937408
    • 提供者:飞羽
  1. fsgfs-gf

    0下载:
  2. 代码的功能是控制步进电机驱动,到达控制电机转动,-Functionality of the code is to control the stepper motor driver, arrived to control the motor rotation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:51200
    • 提供者:冯远山
  1. gf

    0下载:
  2. 通过查表方式,实现了伽罗华域的四则运算 C++代码-Look-up table method,achieved a Galois field arithmetic C++ code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:胡鹏
  1. GF(2^8)

    0下载:
  2. 在网络安全编程中实现伽罗华域内两个数相乘-Programming is implemented in the network security domain Galois multiplying two numbers
  3. 所属分类:C#编程

    • 发布日期:2024-05-18
    • 文件大小:252928
    • 提供者:hao
  1. TASLP_Code

    0下载:
  2. casa speaker Recognition GF-casa speaker Recognition GFCC
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:197632
    • 提供者:mdmoinuddin
  1. GF

    0下载:
  2. Delphi常见图象格式转换技术提供几个常用的图象格式转换方法和其转换函数 1. ICO图标转换BMP格式 2. 32x32 ICO图标转换BMP格式 3.转换BMP->JPEG文件格式 4.JPEG 转换为BMP函数 5.Bmp转换为JPEG文件格式函数-Delphi common image format conversion technology provides several common image
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-18
    • 文件大小:176128
    • 提供者:周骏
  1. Delphi-7-dblc

    0下载:
  2. gf数据库多表联查小程序3 这是一个数据库多个表一起查询的小程序,主要缓解系统中报表设计中只读取一个表的问题。和对SQL语句不太会用的朋友查询之用。由于这是小程序,功能没有太多,只能查询,不能修改数据库的表。这个软件还有很多足之处,敬请谅解。“如SQL语句出错但没有提示是什么错误。”“不能保存,已经生成的语句。(但可以手动复制TXT文本出来。)”“不能和报表软件有机结合”等等。-gf multi-table database joint
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:2615296
    • 提供者:gfmweb
  1. gf

    0下载:
  2. 白化处理的自然梯度盲源分离统一算法_刘鑫-Natural gradient blind source separation whitening unified algorithm _ Liu Xin
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:354304
    • 提供者:么瑶
  1. wince

    0下载:
  2. WinCE串口编程API函数,非常适合初学者-WinCE dlajg kllg,ad ak gf wt ireot.
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:26624
    • 提供者:孙未来
  1. Finite-field-arithmetic

    0下载:
  2. 通过编程,实现在有限域上的加减乘除运算,以GF(2^8)为例,最终得出结果。-Through programming, implemented on a finite field arithmetic operations in GF (2 ^ 8), for example, the final outcome.
  3. 所属分类:书籍源码

    • 发布日期:2024-05-18
    • 文件大小:112640
    • 提供者:
  1. Q6a7

    0下载:
  2. 1. Write a function that prints the following Fibonacci series by using any loop. 0, 1, 1, 2, 3, 5, 8, 13, 21, ...... 2. Write a function that prints the following diagram by using one of the loops provided in
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:Toqeer Mahmood
  1. gmsv

    0下载:
  2. 魔力仿GF服务端,比较完整,欢迎试玩,大家一起来怀旧吧-Baby Magic dress imitation server
  3. 所属分类:模拟服务器

    • 发布日期:2024-05-18
    • 文件大小:16439296
    • 提供者:赵荣
  1. fpga_DESIGN_examples

    0下载:
  2. 自己收集的常用的FPGA模块设计,大家分享啊 异步FIFO设计/伪随机序列应用设计/积分梳状滤波器(CIC)设计/伽罗华域GF(q)乘法器设计/除法器设计/常用加法器设计/常用乘法器设计/RS(204,188)译码器的设计/CORDIC数字计算机的设计-Common FPGA module design your own collection, to share ah Asynchronous FIFO design/appl
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-18
    • 文件大小:27648
    • 提供者:老于
  1. decoder_EMS

    1下载:
  2. 多进制LDPC扩展最小和译码(EMS),已经成功 希望对后面研究的小伙伴有帮助-GF(q) LDPC decoding the minimum and extended (EMS), has successfully
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:罗小夕
  1. GF-android

    0下载:
  2. Android源码 - 高仿去哪儿酒店预定UI部分Eclipse下通过。-Android source- high imitation where the hotel is scheduled to UI part Eclipse through.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:10604544
    • 提供者:kills
  1. svm

    0下载:
  2. 支持向量机算法,可很好的用于分类问题,广发用于人脸识别,步态识别中!-Support vector machine algorithm, can be a good issue for classification, GF for face recognition, gait recognition!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:269312
    • 提供者:刘晶晶
« 1 2 ... 5 6 7 8 9 1011 12 13 »

源码中国 www.ymcn.org