-
library IEEE
use IEEE.STD_LOGIC_1164.all
use IEEE.STD_LOGIC_ARITH.all
u...
library IEEE
use IEEE.STD_LOGIC_1164.all
use IEEE.STD_LOGIC_ARITH.all
use IEEE.STD_LOGIC_UNSIGNED.all
- 2022-03-03 21:11:32下载
- 积分:1
-
这是一份关于Linux下usb驱动程序原理以及代码分析的的好文档
这是一份关于Linux下usb驱动程序原理以及代码分析的的好文档-This is a report on the usb driver under Linux as well as code analysis of the principle of good documentation
- 2022-10-28 19:00:03下载
- 积分:1
-
基本操作的基本操作是四大操作,符号…
浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus::value // f1+f2 的结果 btil::fn::minus::value // f1-f2 的结果 btil::fn::multiplies::value // f1*f2 的结果 btil::fn::divides::value // f1/f2 的结果 plus::value::f_val // f1+f2 的结果的值 struct one { static const double f_val = 1.0 } // 两个浮点数 struct two { static const double f_val = 2.0 } minus::value::f_val == 0.5 取负 取负运算就是取一个浮点数的负数。-float basic operations of the basic operations are four major operations, symbols, sizes, and float-watchman"s rattle so. The first document contains "fn.hpp"# include "fn.hpp" float float basic operations of the basic operations are, plus or minus, riding, except from negative, in absolute terms, a comparison of the same. The a
- 2022-05-22 17:45:03下载
- 积分:1
-
Snake games, also known as Worm and Nibbles, are those classic arcade games, whe...
Snake games, also known as Worm and Nibbles, are those classic arcade games, where you feed a snake, which then grows, while moving it over the screen and avoid running into obstacles or your own snake tail.
- 2023-02-08 00:05:04下载
- 积分:1
-
A screen video software, the software can be used to process computer video
一个屏幕录像软件,用该软件可以对电脑操作过程录像-A screen video software, the software can be used to process computer video
- 2022-02-03 14:20:44下载
- 积分:1
-
智能车代码,2009年华南赛区调试代码,智能车采用光电传感器...
智能车代码,2009年华南赛区调试代码,智能车采用光电传感器-Intelligent Vehicle Code, 2009 South Division debugging code, smart car with photoelectric sensors
- 2022-02-11 11:00:38下载
- 积分:1
-
广告公司forDV7.1插件测试无错版,绝对能用的哦,大家快来下载吧...
广告公司forDV7.1插件测试无错版,绝对能用的哦,大家快来下载吧-advertising companies forDV7.1 plugin test version no wrong, absolutely usable Oh, you download it to hurry
- 2022-07-15 00:50:05下载
- 积分:1
-
包含常用的LMS,RLS,快速RLS(FTF)等自适应滤波算法,搜集了多种合集,全部为m文件,很有启发,更好理解自适应算法。...
包含常用的LMS,RLS,快速RLS(FTF)等自适应滤波算法,搜集了多种合集,全部为m文件,很有启发,更好理解自适应算法。-Contains the commonly used LMS, RLS, fast RLS (FTF) adaptive filtering algorithm, etc. to collect a wide range of Collection, all for the m file, very enlightening and better understanding of the adaptive algorithm.
- 2022-07-24 07:34:42下载
- 积分:1
-
这算法实现了插入排序,快速排序,shell,堆排序,还有它们的性能比较!...
这算法实现了插入排序,快速排序,shell,堆排序,还有它们的性能比较!-insertion sort, quick sort, shell, heap sort, and compare their performance!
- 2022-05-08 03:24:52下载
- 积分:1
-
0-1 背包问题
与回溯算法求解0-1背包问题的界限,没有界限,对比搜索量,可以输出程序中的特定数据
- 2022-05-20 14:40:17下载
- 积分:1