伪随机数生成算法,很优秀,32位real
上传时间: 2014-10-14
上传用户:咔乐坞
FreeRTOS,这个比 Real Time Linux 和 eCos 更小的实时操作系统,并且你也不用为这两个大的操作系统弄得头大了。FreeRTOS是一个非常小的实时操作系统,它包含有一个实时的内核及一个内核调制程序。它支持的单片机有 Philips ARM7, TI MSP430, Renesas (Hitachi) H8/S, Atmel AVR, Motorola/Freescale HCS12, Motorola/Freescale ColdFire, 及其他8051的单片机
标签: FreeRTOS
上传时间: 2014-05-28
上传用户:253189838
如果已经安装好了vobsub,就可以运用vobsub里面带的字幕提取工具vsrip提取字幕。 打开VobSub程序组,运行vobsub.configure,点击Open来打开vts_01_0.ifo文件(此文件已经拷贝到硬盘上,无需从光盘上找),选定放置字幕文件的子目录,点击确定.提取完成之后会生成Vts_01_0.sub和vts_01_0.idx两个字幕文件,若按照DVDrip的做法是在最终视频文件生成之后,将字幕文件更名并与主体一致,但在此这个步骤被提前了,因为real格式文件的字幕是嵌入在画面那的.我们需要做的是将vts_01_0.idx和vts_01_0.sub更名为vts_01_1.idx和vts_01_1.sub,与vts_01_1.vob同名.这样才能进行制作时被vobsub自动调用同步嵌入字幕
标签: vobsub
上传时间: 2015-04-28
上传用户:wangdean1101
In most software-development organizations, the testing program functions as the final "quality gate" for an application, allowing or preventing the move from the comfort of the software-engineering environment into the real world. With this role comes a large responsibility: The success of an application, and possibly of theorganization, can rest on the quality of the software product.
标签: software-development organizations functions the
上传时间: 2015-05-03
上传用户:s363994250
Evaluate a sequence of Bessel functions of the first and second kinds and their derivatives with integer orders and real arguments
标签: derivatives functions and Evaluate
上传时间: 2015-05-27
上传用户:685
Ever wanted to just type tail -f error_log on Windows?Envious of your Unix friends who can track changes to a file, in real time, as they happen? Well, now with the Objektiv Tail for Win32, you ll be happily monitoring your log files like you ve never done before. What s even better, you can track several files all at the same time with the patented "Multiple Document Interface"TM technology, with each file having its own, fabulous window.
标签: error_log Envious Windows friends
上传时间: 2015-05-31
上传用户:rocwangdp
Routine mampres: To obtain amplitude response from h(exp(jw)). input parameters: h :n dimensioned complex array. the frequency response is stored in h(0) to h(n-1). n :the dimension of h and amp. fs :sampling frequency (Hz). iamp:If iamp=0: The Amplitude Res. amp(k)=abs(h(k)) If iamp=1: The Amplitude Res. amp(k)=20.*alog10(abs(h(k))). output parameters: amp :n dimensioned real array. the amplitude-frequency response is stored in amp(0) to amp(n-1). Note: this program will generate a data file "filename.dat" . in chapter 2
标签: dimensione parameters amplitude response
上传时间: 2013-12-19
上传用户:xfbs821
Routine mar1psd: To compute the power spectum by AR-model parameters. Input parameters: ip : AR model order (integer) ep : White noise variance of model input (real) ts : Sample interval in seconds (real) a : Complex array of AR parameters a(0) to a(ip) Output parameters: psdr : Real array of power spectral density values psdi : Real work array in chapter 12
标签: parameters AR-model Routine mar1psd
上传时间: 2015-06-09
上传用户:playboys0
K3:--- P1.6 K4:--- P1.7 BEEP:--- P3.7 K3 --- 控制按键 K4 --- 清零按键 开机显示: SECOND-CLOCK 0 TIME 00:00:00:00 K3 --- 控制按键: 第一次按下时,开始计时。 显示 BEGIN COUNT 1 TIME 00:00:01:88 第二次按下时,暂停计时。 显示 PAUST COUNT 2 TIME 00:00:01:88 第三次按下时,累计计时。 显示 BEGIN COUNT 3 TIME 00:08:08:88 第四次按下时,暂停计时。 显示 PAUST COUNT 4 TIME 00:08:08:88 K4 --- 清零按键: 在任何状态下,按一下K4,均可清零。 显示 SECOND-CLOCK 0 TIME 00:00:00:00 0,1,2,3,4 表示按下K3键的次数。
标签: SECOND-CLOCK K3 BEEP K4
上传时间: 2014-01-14
上传用户:515414293
Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edition (March 27, 2001) Format: PDF Summary: The Standard Template Library was created as the first library of genetic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.
标签: Programming Reference Standard Template
上传时间: 2014-01-19
上传用户:netwolf