代码搜索:FPGA加速

找到约 10,000 项符合「FPGA加速」的源代码

代码结果 10,000
www.eeworm.com/read/301267/13862286

m imusolve.m

function [location,velocity,acceleration,attitude,q1,Cb_n] = Imusolve(trajectory_type) %%没有用欧拉法估计 %读取加速度计和陀螺仪的数据 if trajectory_type==1; load acc_gyro_line ; elseif trajectory_type==2 l
www.eeworm.com/read/158177/11638820

txt 说明.txt

奥迪A6 2.4T ecu 件号为:mpfi-V6 的ecu改装目标代码。改装目标:加速提高1.2秒左右 最高扭矩出现降低到2475转。 还要其他改装芯片程序请联系我 电话:86-0871-2973180 13769196505 只接收短信。
www.eeworm.com/read/212882/15146109

js gny01.js

document.write("·杨元庆新春话关联可加速三网协同服务速度1/10") document.write("·
www.eeworm.com/read/209174/15226379

cpp position.cpp

void PositionAndStop(Environment *env,int robot,Vector3D pos ,double bestangle,double limit) { //考虑到可能的 急停和 急快速加速 //特别作了优化 //还有就是 被碰转后的转角过程 不能耽搁时间!!! //转角是最危险的过程 Mydata * p; p=(Mydata *
www.eeworm.com/read/26262/956365

c main.c

#include "fun.h" void Timer0_interrupt() interrupt 1 { //以下通过剩余步数来判断电机处于运行过程中的哪个阶段 if (step > (1000 - 64) ) //加速阶段 { //切换到高一级转速 TH0 = speedtable[1000-step] >>8; TL0
www.eeworm.com/read/194957/8182437

m 例6-7(1).m

function rdot=e31a(t,r) c=0.01; g=9.81; m=1; %空气阻力系数及重力加速度(m/s^2) vm=sqrt(r(3)^2+r(4)^2); %速度大小 rdot=[r(3);r(4);-c*vm*r(3)/m;-c*v
www.eeworm.com/read/291453/8417573

txt 双向总线(注2).txt

VHDL: Bidirectional Bus download from: http://www.fpga.com.cn bidir.vhd (Tri-state bus implementation) LIBRARY ieee; USE ieee.std_logic_1164.ALL; ENTITY bidir IS PORT( bi
www.eeworm.com/read/390924/8433382

txt 雙向總線(注2).txt

VHDL: Bidirectional Bus download from: http://www.fpga.com.cn bidir.vhd (Tri-state bus implementation) LIBRARY ieee; USE ieee.std_logic_1164.ALL; ENTITY bidir IS PORT( bi
www.eeworm.com/read/433021/8551844

vhd 双向总线.vhd

VHDL: Bidirectional Bus download from: http://www.fpga.com.cn bidir.vhd (Tri-state bus implementation) LIBRARY ieee; USE ieee.std_logic_1164.ALL; ENTITY bidir IS PORT( bi
www.eeworm.com/read/426738/9002477

vhd usbcomm.vhd

library IEEE; use IEEE.STD_LOGIC_1164.all; entity USBcomm is port( --FPGA信号 A: in STD_LOGIC_VECTOR(15 downto 0); -- 地址总线 DIN: in STD_LOGIC_VECTOR(7 downto 0); -