代码搜索:FPGA加速
找到约 10,000 项符合「FPGA加速」的源代码
代码结果 10,000
www.eeworm.com/read/462783/1542971
properties applicationresources_zh_cn1.properties
myappcam.welcome=登陆固定资产管理信息系统!
depreciationForm.speedup.null=加速折旧算法没有写!
error.loginName.required=登录名 必须填写
error.name.required=姓名必须填写
error.address.required=地址必须填写
error
www.eeworm.com/read/462783/1543041
properties applicationresources_zh_cn1.properties
myappcam.welcome=登陆固定资产管理信息系统!
depreciationForm.speedup.null=加速折旧算法没有写!
error.loginName.required=登录名 必须填写
error.name.required=姓名必须填写
error.address.required=地址必须填写
error
www.eeworm.com/read/310450/3697700
txt 153636.txt
-------数据结果输出-------
计算任务时间:15:35:48
---------计算结果---------
总任务量:N=[ 5.0 ]
总时间: T =[ 14.0 ]*dt
吞吐量: P =[ 0.357 ]*1/dt
加速度比: S =[ 3.571 ]
效率: E =[ 0.324 ]
---------杂项数据---------
顺序执行时间:T0=[ 50.0 ]*dt
www.eeworm.com/read/310450/3697703
txt 162121.txt
-------数据结果输出-------
计算任务时间:16:17:13
---------计算结果---------
总任务量:N=[ 6.0 ]
总时间: T =[ 16.0 ]*dt
吞吐量: P =[ 0.375 ]*1/dt
加速度比: S =[ 4.125 ]
效率: E =[ 0.317 ]
---------杂项数据---------
顺序执行时间:T0=[ 66.0 ]*dt
www.eeworm.com/read/420552/2068156
h lcd_expand.h
#ifndef __LCD_EXPAND_h__
#define __LCD_EXPAND_h__
// write your header here
//利用LCD的控制IC特性而编写的加速版的功能函数,以前景色填充矩形
extern void Rectangle_f(unsigned int x,unsigned int y,unsigned int e_x,unsigned int
www.eeworm.com/read/420552/2068178
h lcd_expand.h
#ifndef __LCD_EXPAND_h__
#define __LCD_EXPAND_h__
// write your header here
//利用LCD的控制IC特性而编写的加速版的功能函数,以前景色填充矩形
extern void Rectangle_f(unsigned int x,unsigned int y,unsigned int e_x,unsigned int
www.eeworm.com/read/334736/12579682
m rbf.m
clear all
clc
inputNums=3; %输入层节点
outputNums=3; %输出层节点
hideNums=10; %隐层节点数
maxcount=20000; %最大迭代次数
samplenum=3; %一个计数器,无意义
precision=0.001; %预设精度
yyy=1.3; %yyy是帮助网络加速走出平坦区
alpha=0.01; %学习率
www.eeworm.com/read/291453/8417547
vhd 简单的12位寄存器.vhd
-- User-Defined Macrofunction
-- Download from: http://www.fpga.com.cn
Library IEEE ;
use IEEE.std_logic_1164.all ;
ENTITY reg12 IS
PORT(
d : IN BIT_VECTOR(11 DOWNTO 0);
clk :
www.eeworm.com/read/291453/8417595
txt 莫尔型状态机2.txt
-- Moore State Machine with Concurrent Output Logic
-- dowload from: www.fpga.com.cn & www.pld.com.cn
library ieee;
use ieee.std_logic_1164.all;
entity moore1 is port(
clk, rst: