-
latex
this is a short introduction on latex
- 2013-07-31 19:12:42下载
- 积分:1
-
A classic Snake game, by using C language, and more inadequate.
一款经典小游戏贪吃蛇,用C语言编写而成,多有不足。-A classic Snake game, by using C language, and more inadequate.
- 2022-07-15 09:05:45下载
- 积分:1
-
59744
说明: 线性调频信号的匹配滤波及对其进行加窗处理(Matched filtering and windowing of LFM signal)
- 2019-11-11 11:24:48下载
- 积分:1
-
很好的asp参考手册,可以看看对asp的学习者有很大的帮助的
很好的asp参考手册,可以看看对asp的学习者有很大的帮助的-Asp very good reference manual, you can see on the asp learners have a lot of help
- 2022-07-12 17:11:04下载
- 积分:1
-
信号发生器
说明: 一个vivado和matalab混合编程的信号发生器,注意要把vivado里面的核文件路径改一下(A signal generator with mixed programming of vivado and matalab, pay attention to changing the path of the core file in vivado)
- 2019-06-18 10:34:09下载
- 积分:1
-
Java生成一个文件打开的文件选择对话框窗口
Java生成一个文件打开的文件选择对话框窗口,和Win系统的浏览文件窗口相似,使用Java代码模拟实现的窗口程序,相关代码如下:
button.addActionListener(new ActionListener() { //按钮事件处理
public void actionPerformed(ActionEvent e) {
int state; //文件选择器返回状态
chooser.removeChoosableFileFilter(chooser.getAcceptAllFileFilter()); //移去所有文件过滤器
chooser.addChoosableFileFilter(new MyFileFilter("gif","图像文件")); //增加文件过滤器,接爱gif文件
if (comboBox.getSelectedIndex()==0) //组合框为"打开"
state=chooser.showOpenDialog(null); //显示打开文件对话框
else
state=chooser.showSaveDialog(null); //显示保存文件对话框
File file = chooser.getSelectedFile(); //得到选择的文件
- 2022-11-18 17:40:03下载
- 积分:1
-
VHDLrefencebook
doulos公司出的VHDL学习工具,非常易学易懂!~(doulos company out of the VHDL learning tool, very easy to understand! ~)
- 2016-10-09 15:45:57下载
- 积分:1
-
labview实现的中国象棋的程序,可以方便使用而不用使用别的软件。...
labview实现的中国象棋的程序,可以方便使用而不用使用别的软件。-labview chess China to achieve the program, it will be convenient to use without having to use other software.
- 2022-02-02 19:15:58下载
- 积分:1
-
考勤数据库表
java实现考勤系统 前端页面用bootsrap模板语言 SSM框架 转自 码码在线(Java implementation of the front page of the attendance system uses the bootsrap template language SSM framework to turn from code code online)
- 2017-12-14 00:09:55下载
- 积分:1
-
This is when I graduated from university graduates for the design,
这是我大学毕业时作的毕业设计,《HMIS》希望对需要的人有些帮助,里面论文+代码+执行程序,很全的,可以直接用哈,用的是vb和sql作的。-This is when I graduated from university graduates for the design,
- 2022-02-04 08:12:03下载
- 积分:1