-
Arbitrariness
C#源码,随书源码,递归算法,排列组合
C#递归算法:0~N位数的排列组合,组合的数字在0~5之间,输入需要组合的位数,点击“计算”按钮,程序会列出所有符合条件的数列组合。一个学习C#递归算法的好范例。(C# source code, source code with the book, recursive algorithms, permutations and combinations C# recursive algorithm: 0 ~~ N digit permutation and combination, the combination of numbers 0 to 5, enter the number of bits need to combine, click on " Calculate" button, the program will List all eligible series combination. A good example of a recursive algorithm to learn C#.)
- 2012-07-26 20:43:27下载
- 积分:1
-
2833x_FixedPoint_BRevAcq
2833x_FixedPoint_BRevAcq.rar,包含TI_DSP的FIR库函数的应用源程序翻译的文字内容(2833 x_fixedpoint_BRevAcq. Rar, contain TI_DSP FIR library function application source code for the translated text)
- 2013-10-25 16:33:49下载
- 积分:1
-
LIVE555协议源码
环境为VS2010+Win7,文件里包含编译好的live555、提取的4个lib、myLive555Header和编译截图,具体过程可以参考博文:http://www.cnblogs.com/skyseraph/
- 2022-05-22 12:22:07下载
- 积分:1
-
FlappyBird2
说明: 大致思路说说,就是在外部SRAM里面做了一个大数组[320][240]做了一帧缓冲,所有屏幕相关操作都是在这一帧上面实现的,使用DMA直接丢数据到FSMC接口上,比I/O快多了,然后就是资源的去背问题,所有的图片都是我从手机版上面截图下来的,然后背景色都是0X4DF9,然后因为jpg转换软件的关系,蓝色的背景色会有偏差所以直接判断把0x4df9不显示不可行,后来想到可以用RGB颜色来入手,虽然不是0x4df9但是还是蓝色,所以蓝色分量肯定比红色多,所以做了一个阈值判断(Roughly speaking, a large array [320] [240] is made in the external SRAM to do a frame buffer. All screen-related operations are implemented on this frame. Using DMA to drop data directly to the FSMC interface is much faster than I/O. Then it is the problem of resource backtracking. All the pictures are taken from the top of the mobile version, and then the background color is 0X4DF9. Later, because of the relationship between JPG conversion software, the blue background color will be biased, so it is not feasible to directly judge that 0x4df9 is not displayed. Later, I thought that RGB color can be used to start with. Although it is not 0x4df9, it is still blue, so the blue component must be more than red, so I made a threshold judgment, and then it is the transition between scene and scene.)
- 2019-06-17 12:06:28下载
- 积分:1
-
GCD
get Greate Common Divisor of two number (matematics)
- 2010-02-07 03:23:27下载
- 积分:1
-
排序
#包括
- 2022-09-20 01:15:03下载
- 积分:1
-
121
功能:输入一页文字,程序可以统计出文字、数字、空格的个数功能:输入一页文字,程序可以统计出文字、数字、空格的个数(code)
- 2009-12-24 11:19:30下载
- 积分:1
-
matlabdaima y
在计算车辆的平顺性时,需要计算加速度均方根值,这是m文件(The m file that calculates the root mean value of the acceleration.)
- 2020-07-04 03:20:02下载
- 积分:1
-
FFT源代码及其物理意义的详细解释
尽管非常多人都知道FFT是什么,能够用来做什么,怎么去做,可是却不知道FFT之后的结果是什意思、怎样决定要使用多少点来做FFT,本篇文章详细描述FFT的物理意义并且附源代码
- 2023-08-21 09:50:03下载
- 积分:1
-
词法分析器
词法分析器源代码,基于C++实现词法分析,包含实验报告以及源代码
- 2023-02-04 07:55:04下载
- 积分:1