-
dos source
dos source
- 2022-01-24 15:35:54下载
- 积分:1
-
DMA VHDL 设计IP核经常遇到大数据交换要用DMA,本IP核来自开源组织,免费开源版...
DMA VHDL 设计IP核经常遇到大数据交换要用DMA,本IP核来自开源组织,免费开源版-DMA VHDL design IP core often encountered in large data exchange to use DMA, the IP core from the open-source organizations, free open source version
- 2023-07-05 04:35:03下载
- 积分:1
-
基于手机短信和gps、gis的车辆定位调度系统 使用了灵图的地图模块,长征卫导的定位系统...
基于手机短信和gps、gis的车辆定位调度系统 使用了灵图的地图模块,长征卫导的定位系统-cell phone-based text messaging and a GPS, vehicle location and gis scheduling system uses a map of Hope map module, the long march Wei Positioning System Introduction
- 2022-09-06 17:55:03下载
- 积分:1
-
Find prime numbers prepared by screening the function: void sieve (bool isPrime...
编写筛选查找素数函数:
void sieve(bool isPrime[], int n)
其中isPrime[ ]为一个布尔型数组,n为数组大小。由于2是第一个素数,
所以设置isPrime[0]和isPrime[1]的值为false,并设置其余的元素初值为true。
然后对从4到n-1的每一个i,判断i是否能够被2整除,如果i能够被2整除,则设置isPrime[i]为false。
对从2到n/2的每一个可能的数值重复以上处理,当操作结束时,所有值为true的isPrime[i]所对应的i就是素数,它们将是从筛子中掉下来的。-Find prime numbers prepared by screening the function: void sieve (bool isPrime [], int n) which isPrime [] as a Boolean array, n is the size of the array. Because 2 is the first prime number, so set the isPrime [0], and isPrime [1] a value of false, and set the initial value of the remaining elements of true. And then from 4 to n-1 for each i, to determine whether i can be divisible by 2, if i can be divisible by 2, then set the isPrime [i] is false. From 2 to n/2 possible values for each one to repeat the above processing, when the operation ended, all the true value of the isPrime [i] corresponding to i is a prime number, they will be falling from the sieve in the past.
- 2023-03-02 04:45:03下载
- 积分:1
-
I designed a small player, is vc development, I hope you like them
本人设计了一个小的播放器,是以vc++开发的,希望大家喜欢-I designed a small player, is vc development, I hope you like them
- 2022-01-24 15:40:40下载
- 积分:1
-
GB码与BIG5码转换(200KB)。邮编
GB码与BIG5码的相互转换(200KB).zip-GB yards and BIG5 code conversion (200KB). Zip
- 2022-07-01 05:58:33下载
- 积分:1
-
在这种情况下,用于描述源程序包的多个演示版本…
本例所使用的包的源描述超过了演示版限制的300行,
如果您需要对其进行编译与模拟,请与北京理工大学
ASIC研究所联系,获取Talent系统的完全版本.
联系方法:
电话:010-68912434
信函:北京理工大学ASIC研究所 刘明业 教授收
邮编:100081-In this case used to describe the source package for more than a demo version of the 300 line limit, if you need to be compiled with the simulation, please contact ASIC Institute of Beijing Institute of Technology to obtain the complete version of Talent system. Contact: Tel: 010-68912434 correspondence: Institute of Beijing Institute of Technology Professor Liu Mingye ASIC received Postcode: 100081
- 2022-01-31 08:41:45下载
- 积分:1
-
template实例 可以测试编译器支持的标准程度,g++和borland c++编译器都能通过...
template实例 可以测试编译器支持的标准程度,g++和borland c++编译器都能通过-template examples can test the compiler to support the standard, g and borland c compiler can be accessed through the
- 2022-03-06 01:52:10下载
- 积分:1
-
详细介绍OFDM仿真过程,包括信源的产生,信道的加入,编码解码以及LS,MMSE,SVD三种信道估计方法...
详细介绍OFDM仿真过程,包括信源的产生,信道的加入,编码解码以及LS,MMSE,SVD三种信道估计方法-Detailed OFDM simulation process, including source generation, the addition of channel coding and decoding LS, MMSE, SVD three channel estimation methods
- 2022-02-07 20:50:59下载
- 积分:1
-
利用矩形阵列传感器实现音乐算法
Implementation of MUSIC Algorithm using Rectangular array of sensors
- 2022-03-11 00:22:54下载
- 积分:1