-
200471711251525
高频变压器设计软件,很有用,是个EXCELL小软件(High-frequency transformer design software, very useful, is a small software Excel)
- 2009-03-08 01:13:24下载
- 积分:1
-
SLIHFLL
很简单的语音大厅,VB写的,WINSOCK控件,局域网用很合适的,(Very simple speech hall, written by VB, the WINSOCK control, local area network (LAN) with very well,)
- 2017-05-20 23:16:45下载
- 积分:1
-
C-read-write-excel
利用c语言读取和写入excel,代码简单易懂,可以让你很容易学会(Using c language written excel, simple and easy to understand code that allows you to easily learn)
- 2014-06-11 23:49:02下载
- 积分:1
-
apdlaa
ANSYS的APDL参数化建模,介绍了ANSYS中用APDL建模的基本思想,提出格式表准化建议(ANSYS APDL parameters of the modeling, using ANSYS APDL model introduced the basic idea, put forward proposals standardized format table)
- 2011-01-29 17:23:19下载
- 积分:1
-
evolution-of-STD-and-header-files
C++标准库——命名空间std和头文件的演变(The C++ Standard Library-- the evolution of namespace STD and header files)
- 2012-11-03 22:24:44下载
- 积分:1
-
K-means
1、K-means划分聚类;
2、以EXCEL作为数据源;
3、图形显示结果(1, K-means clustering divided 2 to EXCEL as a data source 3, graphics display the results)
- 2020-07-03 18:40:01下载
- 积分:1
-
readText
读取文本文档,并显示在控件中,要长要长要长要长要长(Read the text document, and displays in the control, longer longer longer longer longer)
- 2011-04-21 10:47:00下载
- 积分:1
-
thuass
修改的条件是设定页中的日期,只有文件日期与原来日期相同的那,()
- 2018-05-05 09:09:22下载
- 积分:1
-
word
可以把word表格转为数据库需要的格式文件(Word forms can be converted into the format required by the database file)
- 2013-08-06 10:29:13下载
- 积分:1
-
javadirtree
java实现系统目录树控件 //导入以下类
import cn.xcode.framework.gui.useModule.xFilesTree.FilesTreeManager
//在面板初始化的地方
FilesTreeManager ftm=new FilesTreeManager() //新增一个文件目录树总管对象
JTree tree=ftm.getFilesTree() //新增一个JTree对象,把ftm.getFilesTree()赋值给它这个树就是系统文件目录树了;
ftm.setShowHidenFiles(true) //设置是否显示隐藏文件
ftm.setShowFilesMode(ftm.SHOWFILESMODE_ALL) //显示的模式有两种(ftm.SHOWFILESMODE_ALL 显示全部
(java realization of the system directory tree control// into the following categories of import cn.xcode.framework.gui.useModule.xFilesTree.FilesTreeManager// in the panel to initialize the local FilesTreeManager ftm = new FilesTreeManager ()// add a file directory Object Explorer tree JTree tree = ftm.getFilesTree ()// add a JTree object to ftm.getFilesTree () assigned to it by the tree is a tree system files ftm.setShowHidenFiles (true)// Set whether to display hidden document ftm.setShowFilesMode (ftm.SHOWFILESMODE_ALL)// show mode, there are two (ftm.SHOWFILESMODE_ALL Show All)
- 2008-06-19 14:16:16下载
- 积分:1