-
一个MP3的发展,所需的所有技术文件,包括我。
开发一个mp3,所需要的各种技术文档,包括芯片资料。解码芯片的,闪存的,以及运放等-The development of an mp3, all the required technical documentation, including information on the chip. Decoder chips, Flash memory, as well as the operational amplifier, etc.
- 2022-08-15 07:46:46下载
- 积分:1
-
right drive : Sesame, open sesame not close your hand on the button drive
对光驱说: 芝麻开门,芝麻关门 不用你用手按光驱按钮了-right drive : Sesame, open sesame not close your hand on the button drive
- 2022-04-15 02:21:47下载
- 积分:1
-
简单的栈实现的源码 第一个VC++程序
简单的栈实现的源码 第一个VC++程序-simple Stack No. 1 source of the VC Program
- 2022-09-06 23:45:03下载
- 积分:1
-
Access数据库操作类,php连接access数据库和操作acess数据的方法,通过几个类来实现,应用起来也更全面...
Access数据库操作类,php连接access数据库和操作acess数据的方法,通过几个类来实现,应用起来也更全面-Access database operations class, php connect access database acess data and operation methods, through several classes to implement, apply themselves more fully
- 2022-01-26 01:57:22下载
- 积分:1
-
coco2dx游戏引擎实现加减法练练看
项目使用coco2dx游戏引擎实现的加减法练练看,类似于水果练练看,通过完成加法和减法练习来达到消除的目的,游戏使用C++语言编写。
- 2023-07-18 14:15:07下载
- 积分:1
-
基于matlab和C,包括LMS,CMA,MCMA自适应均衡器的程序和论文,论文说明很详细,可以提供相关参考...
基于matlab和C,包括LMS,CMA,MCMA自适应均衡器的程序和论文,论文说明很详细,可以提供相关参考-Including the LMS, CMA, MCMA adaptive equalizer procedures and papers, research papers explain in great detail and can provide relevant information
- 2023-04-13 16:25:03下载
- 积分:1
-
ISING MODEL模拟磁滞回线,用FORTRAN软件包打开
ISING MODEL模拟磁滞回线,用FORTRAN软件包打开-ISING MODEL simulated hysteresis loop with a FORTRAN software package to open
- 2023-07-23 00:00:02下载
- 积分: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
-
这是经典的卫星编程应用程序,可以参考以下
这是经典的卫星编程应用程序,可以参考以下-This is a classic application of satellite programming, you can refer to the following
- 2022-07-05 06:26:13下载
- 积分:1
-
使用Delphi操作Excel的例子。
功能是从一个excel文件中删除另外一个excel文件已经存在的内容。...
使用Delphi操作Excel的例子。
功能是从一个excel文件中删除另外一个excel文件已经存在的内容。-Operation Excel using Delphi examples. Function is from one excel document excel delete a file already exists the contents.
- 2022-03-31 05:09:08下载
- 积分:1