联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 文件操作(86) 

[文件操作] PDFPrinter

纯VB直接生成PDF文件源码,功能适用,无需其他任何库文件支持
Pure VB directly generates PDF file source, function is applicable, no need to support any other library files. (2018-09-12, Visual Basic, 165KB, 下载18次)

http://www.pudn.com/Download/item/id/1536687362817757.html

[文件操作] UpdateDDNS

控制台程序,获取外网IP并更新3322动态域名的小程序,具备配置文件读取和日志记录功能。
The Programma of console,Get ipaddress of internet and update pubyun domainname. (2017-02-16, C#, 55KB, 下载6次)

http://www.pudn.com/Download/item/id/1487216577650590.html

[文件操作] 39health

软件介绍 39健康网小偷 只需一个文件 放到任意目录下可用。里面的广告我没有去除,有使用的站长朋友欢迎到我的小站交流。
Software introduction 39 Health Network thieves just a file in any directory can be used. I have no inside advertising removal, use the webmaster friends welcome to my station exchange. (2015-12-03, ASP, 3KB, 下载1次)

http://www.pudn.com/Download/item/id/1449113536190609.html

[文件操作] shuizhun

把数据按照固定格式保存在TXT文件中,本程序自动读取惊醒水准网平差,并且能够输出结果。
The data is stored in a fixed format TXT files, this program automatically reads awakened leveling network adjustment, and can output the results. (2015-11-13, C/C++, 241KB, 下载1次)

http://www.pudn.com/Download/item/id/1447422293130547.html

[文件操作] EXAM

阅卷系统。通过读取某个文件夹下代码文件进行评分工作,评分完毕之后可以进行数据处理和保存工作,包括求均分,最高最低分复查等等。
Marking system. Scores of work by reading a folder under the code file, can score after data processing and preservation, including seeking the highest score, lowest score review etc.. (2015-04-17, Java, 10KB, 下载1次)

http://www.pudn.com/Download/item/id/1429284932277299.html

[文件操作] Form1

EXE终结者,封闭所有EXE文件(包括360)断网下360不会拦截
EXE Terminator, closed all the EXE files (including 360) Under 360 will not block off the net (2013-06-26, Visual Basic, 1KB, 下载4次)

http://www.pudn.com/Download/item/id/2289933.html

[文件操作] RS-solar-pingcha-xishujuzhen

摄影测量,光束法区域网平差系数矩阵解算程序.
Programs of my pingcha (2011-04-02, Visual C++, 773KB, 下载106次)

http://www.pudn.com/Download/item/id/1476456.html

[文件操作] F_CS_Send

是在因特网上传送大文件使用的方法,是打开包裹。
Is on the internet transfer large file used by the way, is to open the package. (2010-05-29, Visual Basic, 56KB, 下载1次)

http://www.pudn.com/Download/item/id/1193717.html

[文件操作] AgnPin_NetASC

用于Pas PCB网表倒入Allegro CIS检查/通道分配的小工具。 文件生成VBS,再在CIS中导入执行。
For Pas PCB netlist into Allegro CIS Inspection/channel allocation gadget. File Generation VBS, and then import the implementation of the CIS. (2009-02-12, VBScript, 3KB, 下载34次)

http://www.pudn.com/Download/item/id/642133.html

[文件操作] StoreInfo

命令行模式,通过读写文件,实现一个大众点评网的点评系统
Command-line mode, through reading and writing papers, the realization of a network of public comments Comments System (2009-01-16, Java, 14KB, 下载15次)

http://www.pudn.com/Download/item/id/632231.html

[文件操作] txwjgm

自己很早以前网学编程时写的一个更改文件后缀后的程序,比较基础,
Their net long time ago when learning to write a program to change the file suffix after the procedure, comparative basis, (2008-11-16, Visual Basic, 58KB, 下载3次)

http://www.pudn.com/Download/item/id/580643.html

[文件操作] MINSortDict

Minidx字典整理程序源代码发布 几千条数据排序并去除重复纪录可以有很多排序算法直接内存中操作,但是假如说有几百万条记录需要处理,那就不一定适用了。这个程序最初的目的为了解决Minidx字典中重复数据的问题,但是发现写文件时I/O限制比较明显,虽然可以解决问题,但是效果却不怎么样。 工程基于VS2005,MFC的Unicode模式下编译的,利用了Sqlite3.5.0,作了C++封装处理。写处理中开启了事务. 相关链接 http://cn.minidx.com/index.php?option=com_content&task=view&id=88&Itemid=9
Finishing Minidx dictionary source code release of thousands of data to sort and remove duplicate records can have a lot of sorting algorithm to operate directly in memory, but if that has millions of records that need to be addressed, it does not necessarily apply. The original objective of this procedure in order to resolve the duplication of data dictionary Minidx, but found time to write a document I/O limitations more obvious, although the problem can be solved, but not how to effect. Works based on the VS2005, MFC compile the Unicode mode, the use of Sqlite3.5.0, made C++ Package deal. Write a deal to open the Services. Http://cn.minidx.com/index.php?option=com_content (2008-07-23, Visual C++, 1924KB, 下载15次)

http://www.pudn.com/Download/item/id/515699.html

[文件操作] 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, Java, 148KB, 下载25次)

http://www.pudn.com/Download/item/id/493728.html

[文件操作] FileSendRecv

因特网的迅速发展给现代人们的生产和生活都带来了前所未有的飞跃,大大提高了工作效率,丰富了人们的生活,弥补了人们的精神空缺。但因特网是一个面向大众的开放系统,信息内容的保密问题也随着凸现。网络上的信息在传送过程中如果没有经过预先加密,那么当第三方窃取到传送的信息之后,就能够知道信息的内容,而经过加密之后再传送的密文信息被第三方窃取之后由于第三方不知道如何解密来的到明文信息内容,则保证了信息的安全,不会因为被窃取而泄露
The rapid development of the Internet to modern people (2008-05-21, Visual C++, 58KB, 下载7次)

http://www.pudn.com/Download/item/id/469219.html

[文件操作] record_mic_to_file_to_mp3

由于网速太慢,分开传的,这个是补充硬件解码的一些东西,希望对大家有所帮助,够了啊,我就要一个程序,都传了这么多了
As the network speed is too slow to separate Chuan, this is to supplement the hardware decoding something everyone would like to help, enough ah, I should be a procedure to have passed so many of the (2008-04-07, C/C++, 530KB, 下载3次)

http://www.pudn.com/Download/item/id/431621.html

[文件操作] hxb_leiyuan_MultiThreadSendFile_V1.0

在内网环境中传送大文件,绝对稳定可靠,对于超过1G以上的文件经测试没有出现错误。
Network environment, including transmission of large files, absolutely stable and reliable for more than a document of more than 1G tested no error. (2007-10-07, Delphi, 132KB, 下载14次)

http://www.pudn.com/Download/item/id/341880.html

[文件操作] dabao1

利用网易像册存其它文件的软件,用于将保存的文件与图片打包
use Netease Photograph Volume deposit other documents software, used to preserve documents and photographs packing (2007-06-03, Visual Basic, 73KB, 下载3次)

http://www.pudn.com/Download/item/id/291788.html

[文件操作] qubao

利用网易像册存其它文件的软件,用于将保存的文件与图片取包
use Netease Photograph Volume deposit other documents software, used to preserve documents and photographs from packet (2007-06-03, Visual Basic, 8KB, 下载1次)

http://www.pudn.com/Download/item/id/291787.html

[文件操作] An_Introduction_To_Petri_Nets

正如文件名,一篇介绍petri网的文章,pdf格式。队petri Net 理论作了深入浅出的讲解
as the file name on a petri nets article pdf format. Team Petri Net theory was simple to explain (2007-01-26, PDF, 77KB, 下载29次)

http://www.pudn.com/Download/item/id/245829.html

[文件操作] RVGatekeeper

本文件实现了网守的所有功能,如:带宽管理,端点注册,路由管理等。
Gatekeeper achieved all the functions, such as : bandwidth management, endpoint registration, routing management. (2006-05-24, C/C++, 1881KB, 下载109次)

http://www.pudn.com/Download/item/id/187384.html
总计:86