-
CWT
说明: 基线校正代码,包括小波基线校正及滤波器基线校正,可用于光谱数据的预处理。((Baseline correction codes, including wavelet baseline correction and filter baseline correction, can be used for preprocessing of spectral data.))
- 2019-06-19 17:13:53下载
- 积分:1
-
桩基工程中质量检测各种不同缺陷的波形变换,包括常见的缩颈扩颈断桩等...
桩基工程中质量检测各种不同缺陷的波形变换,包括常见的缩颈扩颈断桩等-Foundation Engineering quality inspection of various defects waveform conversion, including common Neck expanding carotid broken pile etc.
- 2022-08-02 17:19:59下载
- 积分:1
-
C#枚举出Windows服务的方法
C#枚举出Windows服务的方法,也就是获取正在生效的Windows系统服务名称,列出这些服务,并且可指定系统服务类型,功能得到了进一步扩展。
- 2022-02-13 06:05:32下载
- 积分:1
-
zernfun
计算ZERNIKE函数, 自己编写的MATLAB程序 ,希望有帮助(It can compute zernike function.)
- 2018-08-28 19:05:34下载
- 积分:1
-
立体声是由不同的声道馈给不同的SP于不同的音频信号,使每个SP发出不同的声音,使人有声音是由不同的声源从各个位置传到人耳当中的感觉,产生空间立体概念。...
立体声是由不同的声道馈给不同的SP于不同的音频信号,使每个SP发出不同的声音,使人有声音是由不同的声源从各个位置传到人耳当中的感觉,产生空间立体概念。-stereo is made up of different channels to different feed the SP in different audio signals, SP issued each different voices, the voices of the people are different from the sound source from the location of all of them reached the ears of people feeling have a concept of three-dimensional space.
- 2022-01-26 18:56:27下载
- 积分:1
-
DLA
生成DLA模型的图形,经典的分形图形生成,非常实用,呵呵,啊 (DLA model generated graphics, the classic fractal generated graphics, very useful, huh, huh, ah)
- 2008-03-27 11:02:53下载
- 积分:1
-
Java自定义鼠标光标
super("自定义光标"); //调用父类构造函数
int[] cursor={Cursor.DEFAULT_CURSOR,Cursor.HAND_CURSOR,Cursor.MOVE_CURSOR,Cursor.N_RESIZE_CURSOR,Cursor.W_RESIZE_CURSOR,Cursor.WAIT_CURSOR,Cursor.TEXT_CURSOR}; //预定义光标数组
Container container=getContentPane(); //得到容器
container.setLayout(new FlowLayout()); //设置容器布局管理器
for (int i=0;i JTextArea jta=new JTextArea(3,6); //实例化一个文本框对象
jta.setCursor(Cursor.getPredefinedCursor(cursor[i])); //设置文本框的光标
container.add(jta); //增加组件到容器上
}
Toolkit toolkit=Toolkit.getDefaultToolkit(); //得到默认的ToolKit对象
Image image=toolkit.getImage("cursor.gif"); //得到图像
Cursor customCursor=toolkit.createCustomCursor(image,new Point(6,6),"MyCursor"); //实例化自定义光标对象
JTextArea jta=new JTextArea(3,6); //实例化文本框
jta.setCursor(customCursor); //设置文本框光标
container.add(jta); //增加组件
setSize(300,160); //设置窗口大小
setVisible(true); //窗口可视
- 2022-03-06 15:35:47下载
- 积分:1
-
汇编程序从键盘输入一个字符,要求调用bios中断,并用八进制的形式显示其扫描码和ascii码...
汇编程序从键盘输入一个字符,要求调用bios中断,并用八进制的形式显示其扫描码和ascii码-assembler input from the keyboard of a character, called bios interrupt request, and octal form indicating their scan code and code ascii
- 2022-05-23 23:00:59下载
- 积分:1
-
点击“课程信息”按钮,弹出
单击“课程信息”按钮,弹出“学生基本信息”对话框,单击“添加”按钮,对话框内容显示在列表框中。-click "Curriculum Information" button, the pop-up "students basic information" dialog box, click "Add" button, dialog box as shown in the list box.
- 2022-03-21 22:03:23下载
- 积分:1
-
MSP430F5529实例程序
包括多个基本例程,ad,da,led,pwm(Intelligent tracking car)
- 2020-06-18 13:00:01下载
- 积分:1