%WAVETEST Example Matlab script for WAVELET, using NINO3 SST dataset % % See "http://paos.colorado.edu/research/wavelets/" % Written January 1998 by C. Torrence % % Modified Oct 1999, changed Global Wavelet Spectrum (GWS) to be sideways, % changed all "log" to "log2", changed logarithmic axis on GWS to % a normal axis.
标签: WAVETEST colorado Example WAVELET
上传时间: 2014-01-06
上传用户:hullow
非常不错的字模生成软件,用于嵌入式开发,液晶显示。 字模3的作者: 龙啸九天 c51bbs@vip.163.com 心意无涯 sitnc@vip.sina.com ……………………………………………………………………………………………… 技巧与提示: ◆ 按“Print Screen键” 或者“Alt+Print Screen键”可以将当前屏幕或窗口 图形拷贝到剪贴板,再按软件的粘贴按钮或者 “F4键”就可以获得彩色转黑白的 图形。 ◆ 打开字体对话框时,按“应用”按钮,可以直接预览字体的大小、效果,可以 在状态栏看到字体的宽和高的像素值。 ◆ 字符输入栏支持Unicode,你可以从Windows的“附件-字符映射表”里复制任 意字符,并且生成字模。也可以通过“左Alt+小键盘”的方式输入ASC是128以上 的字符。 ◆ 字模Ⅲ与其它软件配合会产生更大的威力,比如和Windows画笔配合时, 他们 之间的数据可以通过剪贴板交换,也可以通过打开同一个文件的方式进行, 当画 笔保存文件后,字模Ⅲ会自动检测并更新相应的图形。
上传时间: 2015-12-04
上传用户:Breathe0125
GTRACK Track mouse position and show coordinates in figure title. Once GTRACK is active the mouse position is constantly tracked and printed on the current figure title. A left-click will print the coordinates in the command line and store them. Clicking the mouse right button deactivates GTRACK.
标签: GTRACK mouse coordinates position
上传时间: 2013-12-17
上传用户:Zxcvbnm
linux常用命令find 根据下列规则判断 path 和 expression,在命令列上第一个 - ( , ! 之前的 部份为 path,之后的是 expression。如果 path 是空字串则使用目前路径,如果 expression 是空字串则使用 -print 为预设 expression
标签: expression linux find path
上传时间: 2016-01-11
上传用户:songnanhua
很全的中断手册。 INT 00 - CPU-generated - DIVIDE ERROR INT 01 - CPU-generated - SINGLE STEP (80386+) - DEBUGGING EXCEPTIONS INT 02 - external hardware - NON-MASKABLE INTERRUPT INT 03 - CPU-generated - BREAKPOINT INT 04 - CPU-generated - INTO DETECTED OVERFLOW INT 05 - PRINT SCREEN CPU-generated (80186+) - BOUND RANGE EXCEEDED INT 06 - CPU-generated (80286+) - INVALID OPCODE INT 07 - CPU-generated (80286+) - PROCESSOR EXTENSION NOT AVAILABLE INT 08 - IRQ0 - SYSTEM TIMER CPU-generated (80286+) . . .
标签: CPU-generated INT DIVIDE SINGLE
上传时间: 2013-12-27
上传用户:aa54
分词程序//db.executeUpdate("UPDATE article SET tag= "+server.codestring(tempword)+" WHERE id="+id+"") out.print("原题目:"+title+"<br>"+"分词结果:"+tempword+"<br>") //System.out.println("id:"+id+"---原题目:"+title) //System.out.println("分词结果:"+tempword)
标签: executeUpdate codestring tempword article
上传时间: 2014-11-22
上传用户:奇奇奔奔
This document contains a worksheet for entering the installation information required by AquaLogic Interaction 6.1, running on Windows. Print this document and use it to gather the host computer, portal, database, and additional information that you need to install and configure all of the various AquaLogic Interaction components.
标签: installation information AquaLogic worksheet
上传时间: 2013-12-10
上传用户:宋桃子
Linux Server Hacks, Volume Two By Brian K. Jones, William von Hagen ............................................... Publisher: O Reilly Pub Date: December 2005 Print ISBN-10: 0-596-10082-5 Print ISBN-13: 978-0-59-610082-7 Pages: 478
上传时间: 2016-02-26
上传用户:ZJX5201314
基于XSBOOK数据库,创建多语句表值型函数,该函数要能按院系返回包含(书名,作者,出版社,借阅次数)列的表,利用该函数获取计算机专业借阅图书信息,且按借阅的次数降序排列,从而了解计算机专业对哪些图书比较感兴趣,利用PRINT语句按降序输出计算机专业感兴趣图书的列表。
上传时间: 2016-02-29
上传用户:czl10052678
编程题(15_01.c) 结构 struct student { long num char name[20] int score struct student *next } 链表练习: (1).编写函数struct student * creat(int n),创建一个按学号升序排列的新链表,每个链表中的结点中 的学号、成绩由键盘输入,一共n个节点。 (2).编写函数void print(struct student *head),输出链表,格式每行一个结点,包括学号,姓名,分数。 (3).编写函数struct student * merge(struct student *a,struct student *b), 将已知的a,b两个链表 按学号升序合并,若学号相同则保留成绩高的结点。 (4).编写函数struct student * del(struct student *a,struct student *b),从a链表中删除b链表中有 相同学号的那些结点。 (5).编写main函数,调用函数creat建立2个链表a,b,用print输出俩个链表;调用函数merge升序合并2个 链表,并输出结果;调用函数del实现a-b,并输出结果。 a: 20304,xxxx,75, 20311,yyyy,89 20303,zzzz,62 20307,aaaa,87 20320,bbbb,79 b: 20302,dddd,65 20301,cccc,99 20311,yyyy,87 20323,kkkk,88 20307,aaaa,92 20322,pppp,83
上传时间: 2016-04-13
上传用户:zxc23456789