Welcome![Sign In][Sign Up]
Location:
Search - st.R

Search list

[Other resourceCORE 图形系统

Description: Graph with no options takes pairs of points (two numbers per line) from the given file (or standard input) as x- and y- values and plots them on the screen, connected by straight lines. A string surrounded by quotes \"...\" may follow a pair of points, and will be displayed starting at that point. If an input file is specified, the program waits for a keypress, then resets the screen parameters and clears the screen before exiting. If the data comes from the standard input, the program exits without clearing the screen or resetting it -Graph with no options takes pairs of points (two numbers per line) from the given file (or st andard input) as x-and y-values and plots them o n the screen. connected by straight lines. A string surround ed by quotes "..." may follow a pair of points. and will be displayed starting at that point. If an input file is specified, the program waits for a keypress. then resets the screen parameters and clears th e screen before exiting. If the data comes from t he standard input, the program exits without clearing the screen o r resetting it
Platform: | Size: 52854 | Author: ysh | Hits:

[Mathimatics-Numerical algorithmscodeing000

Description: 从空格(ASCII码32)到~(ASCII码126)。表内的第一行与表头相同,下面的每一行都与上一行的内容相同,只是字符相左移动了一个位置。这样,下一行的最后一个字符与上一行的第一个字符相同。 为了进行文本编码,可以任意选择一个字符串,称之为编码字符串,也就是常说的密钥。为解释编码方法,我们假设密钥是Walrus,待编码的文本(即常说的明文)是: Meet me in St. Louis 我们在待编码的文本之上重复书写上述密钥,使得其长度与待编码文本相同: WalrusWalrusWalrusWa Meet me in St. Louis 从上述两行文本中按列对应方式依次提取一个字符,可得到多个字符对:WM、ae、le等,这些字符对可用作上表的索引。这样,依次以这些字符对作为索引可从上表查到一系列字符,这些字符就构成了文本编码,即常说的密文。例如,第W行第M列队应得字符是%,因此编码的第一个字符就是%;第a行第e列对应的字符是G;第l行第e列对应的是R。依次进行上述查找操作,可以得到完整的密文 %Grgua=aVauGLol?eiAU 进行相反的操作就可对该文本解码。 编写编码/解码程序,可以对文本文件或键盘输入的字符串进行编码/解码,在选择编码解码后,需要提示用户输入密钥。 -from space (ASCII 32) to ~ (ASCII 126). The schedule of the first line with the same head table, each of the rows below the previous line with the same content. Character movement is a curator position. So, the next line of characters with a final party on the first character of the same. To text encoding, can choose an arbitrary string, the string as coding, which is often said that the key. To explain the encoding method, we assume that key is Walrus when coding the text (often said that an express) : Meet me in St.. Louis coding in question above the text written above key repeat, making its length and text encoding the same question : WalrusWalrusWalrusWa Meet me in St.. Louis from the above two OK text counterpart way out by the extraction followed a character, a number of characters
Platform: | Size: 1879 | Author: 梁清华 | Hits:

[Other resourcejeq

Description: JEQ is class library written in pure Java. It implements the infinite impulse response (IIR) algorithm for bandpass filtering of sound stream. So, it represents a backend code for stereo 10/15/25/31-band equalizer.-JEQ class library is written in pure Java. I t implements the infinite impulse response (II R) algorithm for bandpass filtering of sound st ream. So, it represents a backend code for stereo 10/15/2 5/31-band equalizer.
Platform: | Size: 58740 | Author: 廖广军 | Hits:

[Video CapturereacTIVision-1.3-src

Description: 计算机图象处理 reacTIVision is an open source, cross-platform framework for the fast and robust tracking of fiducial markers. It allows the rapid development of table-based tangible user interfaces. This framework has been developed by -computer image processing reacTIVision is an open source, cross-platform framework for the fast and robu st tracking of Fiducial markers. It allows the r apid development of table-based tangible user interfaces. This framework has been developed by
Platform: | Size: 1570124 | Author: jack | Hits:

[ARM-PowerPC-ColdFire-MIPS9200-emc-test

Description: AT91S_IPheader IpHeader; int status; AT91F_LowLevelInit(); AT91F_DBGU_Printk("\n\n\r-I- ======================================\n\r"); AT91F_DBGU_Printk("-I- AT91RM9200 EMAC Test\n\r"); AT91F_DBGU_Printk("-I- --------------------------------------\n\r"); //* System Timer initialization AT91F_ST_SetPeriodInterval(AT91C_BASE_ST, AT91C_ST_PITS); AT91F_ST_EnableIt(AT91C_BASE_ST, AT91C_ST_PITS); AT91F_AIC_ConfigureIt ( AT91C_BASE_AIC, // AIC base address AT91C_ID_SYS, // System peripheral ID AT91C_AIC_PRIOR_HIGHEST, // Max priority AT91C_AIC_SRCTYPE_INT_LEVEL_SENSITIVE, // Level sensitive AT91F_ST_ASM_HANDLER ); //* Enable ST interrupt AT91F_AIC_EnableIt(AT91C_BASE_AIC, AT91C_ID_SYS); //* Initialize AT91RM9200 EMAC status = AT91F_EmacEntry(); if (status) { sprintf(MsgBuffer, "Error EMAC init: 0x%x", status); AT91F_DBGU_Printk(MsgBuffer); while(1); } while(1) if (AT91F_ProcessEmacPacket(&IpHeader) == AT91C_IPPACKET) AT91F_DisplayIpPacket(&IpHeader);
Platform: | Size: 57527 | Author: onewind | Hits:

[Graph DrawingCORE 图形系统

Description: Graph with no options takes pairs of points (two numbers per line) from the given file (or standard input) as x- and y- values and plots them on the screen, connected by straight lines. A string surrounded by quotes "..." may follow a pair of points, and will be displayed starting at that point. If an input file is specified, the program waits for a keypress, then resets the screen parameters and clears the screen before exiting. If the data comes from the standard input, the program exits without clearing the screen or resetting it -Graph with no options takes pairs of points (two numbers per line) from the given file (or st andard input) as x-and y-values and plots them o n the screen. connected by straight lines. A string surround ed by quotes "..." may follow a pair of points. and will be displayed starting at that point. If an input file is specified, the program waits for a keypress. then resets the screen parameters and clears th e screen before exiting. If the data comes from t he standard input, the program exits without clearing the screen o r resetting it
Platform: | Size: 52224 | Author: ysh | Hits:

[Mathimatics-Numerical algorithmscodeing000

Description: 从空格(ASCII码32)到~(ASCII码126)。表内的第一行与表头相同,下面的每一行都与上一行的内容相同,只是字符相左移动了一个位置。这样,下一行的最后一个字符与上一行的第一个字符相同。 为了进行文本编码,可以任意选择一个字符串,称之为编码字符串,也就是常说的密钥。为解释编码方法,我们假设密钥是Walrus,待编码的文本(即常说的明文)是: Meet me in St. Louis 我们在待编码的文本之上重复书写上述密钥,使得其长度与待编码文本相同: WalrusWalrusWalrusWa Meet me in St. Louis 从上述两行文本中按列对应方式依次提取一个字符,可得到多个字符对:WM、ae、le等,这些字符对可用作上表的索引。这样,依次以这些字符对作为索引可从上表查到一系列字符,这些字符就构成了文本编码,即常说的密文。例如,第W行第M列队应得字符是%,因此编码的第一个字符就是%;第a行第e列对应的字符是G;第l行第e列对应的是R。依次进行上述查找操作,可以得到完整的密文 %Grgua=aVauGLol?eiAU 进行相反的操作就可对该文本解码。 编写编码/解码程序,可以对文本文件或键盘输入的字符串进行编码/解码,在选择编码解码后,需要提示用户输入密钥。 -from space (ASCII 32) to ~ (ASCII 126). The schedule of the first line with the same head table, each of the rows below the previous line with the same content. Character movement is a curator position. So, the next line of characters with a final party on the first character of the same. To text encoding, can choose an arbitrary string, the string as coding, which is often said that the key. To explain the encoding method, we assume that key is Walrus when coding the text (often said that an express) : Meet me in St.. Louis coding in question above the text written above key repeat, making its length and text encoding the same question : WalrusWalrusWalrusWa Meet me in St.. Louis from the above two OK text counterpart way out by the extraction followed a character, a number of characters
Platform: | Size: 2048 | Author: 梁清华 | Hits:

[3D Graphicjeq

Description: JEQ is class library written in pure Java. It implements the infinite impulse response (IIR) algorithm for bandpass filtering of sound stream. So, it represents a backend code for stereo 10/15/25/31-band equalizer.-JEQ class library is written in pure Java. I t implements the infinite impulse response (II R) algorithm for bandpass filtering of sound st ream. So, it represents a backend code for stereo 10/15/2 5/31-band equalizer.
Platform: | Size: 58368 | Author: 廖广军 | Hits:

[Video CapturereacTIVision-1.3-src

Description: 计算机图象处理 reacTIVision is an open source, cross-platform framework for the fast and robust tracking of fiducial markers. It allows the rapid development of table-based tangible user interfaces. This framework has been developed by -computer image processing reacTIVision is an open source, cross-platform framework for the fast and robu st tracking of Fiducial markers. It allows the r apid development of table-based tangible user interfaces. This framework has been developed by
Platform: | Size: 1569792 | Author: jack | Hits:

[SCMst168

Description: 里面收集了st168的所有资料,可以说下了这个资料后其他的都不需要了,里面有详细的电路图和设计方法!-St168 collected inside all the information, it can be said of the information under the other s do not need, and there are detailed circuit diagrams and design method!
Platform: | Size: 2313216 | Author: 蔡亚威 | Hits:

[uCOS485_232

Description: 飞利浦ARM7,LPC2210上,485、232通信在UC_OS操作系统中的实现代码,开发环境为ADS1.2-Philips ARM7, LPC2210, the 485,232 Communication UC_OS operating system in the realization of the code development environment for ADS1.2
Platform: | Size: 342016 | Author: 李戴 | Hits:

[SCMRTC_test

Description: STM32的RTC例程,使用ST的V2.0版固件库,开发平台为MKD。-STM32 of RTC routines, use the ST version of the V2.0 firmware libraries, the development platform for the MKD.
Platform: | Size: 292864 | Author: Scott | Hits:

[EditorP07302048[1].pdf

Description: ANT COLONY SEARCHALG ORI THMFOROPT!MALMANUFAC TURING RESOURCES DI ST R IB U T IO N.it is important to improve your thesis and ability .-ANT COLONY SEARCHALG ORI THMFOROPT! MALMANUFAC TURING RESOURCES DI ST R IB UT IO N.it is important to improve your thesis and ability.
Platform: | Size: 202752 | Author: lisea | Hits:

[Embeded-SCM Developst558_drv

Description: ST558数字功放驱动源程序,包括EQ调节,可以直接使用,是学习使用ST数字功放驱动的参考资料!-ST558 digital power amplifier driver source code, including the EQ adjustment can be directly used to learn the use of ST-driven digital power amplifier reference!
Platform: | Size: 2048 | Author: chenwu | Hits:

[SCM12864-12-BN-R-ST-ELED

Description: 12864液晶显示驱动,对初学者有帮助,欢迎下载参考-12864 LCD driver, help for beginners, are welcome to download information
Platform: | Size: 947200 | Author: jialong | Hits:

[VHDL-FPGA-Verilogfft_st

Description: 用NIOS2核建的FFT工程,能够对输入的数据进行FFT或IFFT变换。-FFT with NIOS2 nuclear construction projects, to input data on FFT or IFFT transform.
Platform: | Size: 45225984 | Author: 米多 | Hits:

[Data structs[sfsjyfx].(st)aswy.qxb

Description: [算法设计技巧与分析].(沙特)阿苏外耶.清晰版.pdf-[Algorithm design and analysis techniques]. (Saudi Arabia) Aso Foreign yeah. A clear version. Pdf
Platform: | Size: 29903872 | Author: yangyue | Hits:

[Mathimatics-Numerical algorithmsmodified-stfd_esprit

Description: 提 出了基于修正空间 时频分布( S TF D) 矩阵 的 ES P RI T算法 以实现 对宽 带线性调 频信号 的到达 角估计-Th e a l g or i t h m f o r di r e c t i o n- o f- a r r i va l o f t he wi d e ba n d c hi r p s i gna l s ba s e d 0 1 3 .ESPRI T u s i n g t he mo di f i e d s p a t i a l t i me- f r e q ue n c y ma t r i x i S pr e s e nt e d.The mod i f i e d STFD ma t r i x whi c h h as t he s i mi l ar ma t he ma t i c a l c on st r uc t i o n wi t h t he c o va r i a nc e ma t r i x c a n be ob t a i ne d wi t h t h e c r o s s W i gn e r- Vi l l e di s t r i but i o ns o f t he o ut pu t s of t he ar r a y.Unde r t he c o nd i t i on of un i f o r m l i n e a r r a y,t he mo di f i e d STFD ma t r i x c a n b e t r a n s f or me d i nt o t he ma t r i x wh i c h h a s t he pr op e r t y of r ot a t i on a l i nva r i a nc e . The n t he ESPRI T c a n be a p pl i e d t o D O A e s t i ma t i on
Platform: | Size: 145408 | Author: fjp119 | Hits:

[AI-NN-PRlunwen

Description: 新一代高性能无人机飞控系统的研究与设计 张小林 赵宇博 范力思-I n o r de r t o cau se t he U A V f lig ht co nt r o l sy st e m has t he f o r mida ble da t a- ha ndling ca pa cit y , t h e lo w po we r lo ss , t he st r o ng f le x ibilit y an d a hig he r int e g r at io n r a t e, pr o po sed o ne kind of t e chn ol og y ba sed on SO P C w hic h ca n so lv e t hes e p r ob lem s o n U A V f lig ht co n  t r o l sy st e m. T r a nsf e r s m any N io s so f t pr o c ess o r . A lt e r a br in gi ng t he I P co r e a s w el l as t he per ip her y ha r dw a r e cir c uit . on e kind o f h ig h per f o r man ce f lig ht co nt r o l sy st em h as be en de sig ned. Co mpa r e s w it h t he t r a diti on al U A V co nt r o l sy s te m, t his o ne hav e ve r y st r o ng dat a handl ing capa cit y , t h e sma ll v o lume a nd lo w po w e r lo s s. T he a ct ua l fl ig ht r esul t indic at e d : Ea ch m odu la r de sig n is r ea so nab le, t he o ve r al l sy st em mo v e ment is st a ble. T his sy st e m ca n b e ser ve d a s t he ne x t g ene r
Platform: | Size: 620544 | Author: 天下 | Hits:

[Other Embeded programM24LR04E-R-discovery-board-1.3.1

Description: CR95HF st资料整理demo板 stm8软件-CR95HF st data compilation software demo board stm8
Platform: | Size: 573440 | Author: jinlonglong | Hits:
« 12 »

CodeBus www.codebus.net