-
Read_Dxf2
说明: 能够对dxf文件进行读取,而且是源代码哦(can read the .dxf file)
- 2010-04-16 21:01:13下载
- 积分:1
-
57569947
一个很不错的界面和特效编程例子!火焰,水波,熔岩三类特效,值得学习!()
- 2018-02-22 12:37:13下载
- 积分:1
-
OperateFile
VC++拷贝、删除和移动文件的演示,呵,虽然很简单,但是很基础 ,每一个VC的编程高手都是从这里学起的,不要小看它简单,当初本人也研究了两天呢(VC++ copy, delete and move files in the demo, oh, although very simple, but very basic, every VC is a master of programming by learning from here, do not underestimate it simple, I had also studied it for two days)
- 2011-04-25 21:33:42下载
- 积分:1
-
wenjiangeshid
程序员会用到的文件格式,不是很全也许有用(Programmers will use the file format is not very wide may be useful)
- 2013-05-15 17:19:48下载
- 积分:1
-
defreader
读取行情的def文件的例子,并保存到数据库了,包含了两个行情数据库,上海和深圳的。(Quotes of the def file to read the example, and saved to the database, and contains two Quotes databases, Shanghai and Shenzhen.)
- 2009-10-27 09:29:38下载
- 积分:1
-
3
说明: 无线传感器网络的节点覆盖的研究,覆盖度可达到100 (Wireless sensor network node covered by the study, up to 100 coverage)
- 2010-12-04 15:13:00下载
- 积分:1
-
ZZVMW
Educational administration system()
- 2017-10-16 17:40:16下载
- 积分:1
-
beyond compare3.3.5
文件对比用软件,用于单个文件之间对比,代码对比,多个文件对比等(beyond compare is a useful software, which can be helpful for you to compare two file and find the difference between them)
- 2019-04-16 23:17:42下载
- 积分:1
-
DirDog
监控文件夹变化的库,该功能封装在一个dll库中,方便调用。(monitor the change of the directory)
- 2012-02-21 08:53:09下载
- 积分: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