-
shenk__matlab
用于近红外模型传递的shenk算法,可将A机的光谱转移到B机上(Shenk algorithm for near-infrared model transfer, you can transfer the A spectrum to the B machine)
- 2017-07-19 12:35:48下载
- 积分:1
-
pagehelper-5.0.0 - 副本
说明: 分页工具,用于完成分页功能,使用简单,分页工具(Paging tool, used to complete paging function, easy to use)
- 2019-01-16 09:50:44下载
- 积分:1
-
Wallpaper every day for little things, though the code simple, but it does here...
墙纸每日换的小东西,虽然代码简单,但确实是精华,优化了好几次的-Wallpaper every day for little things, though the code simple, but it does here are optimized for several times
- 2022-01-24 16:31:46下载
- 积分:1
-
signal
用LPC2148PWM功能实现的方波低频信号源,频率可调整到小数点后2位,频率值可通过串口接PC更改,并返回PC(LPC2148PWM function with the implementation of low-frequency square-wave signal source, frequency adjustable to 2 after the decimal point, the frequency value can be received through the serial changes in PC and PC return)
- 2009-03-18 10:34:53下载
- 积分:1
-
Java/JSP万年历编写实例
Java万年历源码,
TextField tfYear = new TextField("2004", 5); //显示年份的文本域
Choice monthChoice = new Choice(); //月份选择下拉框
Button btUpdate = new Button("更新"); //更新按钮
GregorianCalendar calendar=new GregorianCalendar(); //日历对象
Font smallFont = new Font("TimesRoman", Font.PLAIN, 15); //显示小字体
Font bigFont = new Font("TimesRoman", Font.BOLD, 50); //显示大字体
String days[] = {"星期日", "星期一", "星期二", "星期三","星期四", "星期五", "星期六"};
String months[] = {"一月", "二月", "三月", "四月","五月", "六月", "七月", "八月", "九月","十月", "十一月", "十二月"};
int daysInMonth[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; //每个月的天数
int searchMonth,searchYear; //查询的年份及月份
public void init(){
setBackground(Color.white); //设置背景颜色
searchMonth = calendar.get(Calendar.MONTH); //得到系统年份
searchYear = calendar.get(Calendar.YEAR); //得到系统月份
add(new Label(" 年:")); //增加组件到Applet
tfYear.setText(String.valueOf(searchYear)); //设置文本域文字
add(tfYear);
add(new Label(" 月:
- 2023-03-16 17:35:03下载
- 积分:1
-
已看【导频】OFDM系统中导频信号的设计方法_杨维
OFDM系统的信道估计算法,导频设计~~~~~~~~~~~(OFDM System Channel Estimation Algorithm, Pilot Design)
- 2018-05-16 15:25:05下载
- 积分:1
-
XQueue_demo
说明: 一个很不错的进程间通信的案例,包含服务器和客户端。(A demon about communication between process that include the server and client)
- 2020-07-11 21:59:35下载
- 积分:1
-
Linux-C-Programming-HOWTO
This document provides a comprehensive list of C++ URL pointers, links to C++ online textbooks, and programming tips on C++. This document also provides a C++ library which imitates Java− language, and which has various methods to avoid memory problems in C++. Using this library you can compile Java s source code under C++. This document serves as a "Home of C++ language".
- 2010-02-16 22:51:53下载
- 积分:1
-
Motor-testing-main-program
采用LabVIEW编程,实现电机测试界面,通过点击界面按钮,实现子函数功能切换。(The LabVIEW programming, realize the motor testing interface, by clicking on the button, realize the son function switch function.
)
- 2011-11-27 17:54:10下载
- 积分:1
-
空间平滑MUSIC算法
说明: 采用空间平滑算法进行DOA估计,同时通过一维谱峰搜索画出频谱图。(A spatial smoothing algorithm is used for DOA estimation, and a spectral map is drawn through one-dimensional spectral peak search.)
- 2020-03-23 13:48:35下载
- 积分:1