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

[文件操作] 示波器波形分析

首先读取csv文件(来自示波器或其他来源),csv是字符格式的文本文件。然后,对采样波形进行谐波分析,将输入信号分解成:A0直流分量,A1基频分量,A22次谐波,A33次谐波……N噪声。采用的是加hanning窗的FFT算法。最后,求取 总谐波失真率THD(%)
First read the CSV file, and CSV is a character format text file. Then, the input signal is decomposed into A0 DC component, A1 fundamental frequency component, A22 harmonic, A33 harmonic. N noise. The FFT algorithm with Hanning window is adopted. Finally, the total harmonic loss rate THD (%) is obtained. (2018-09-29, LabView, 77KB, 下载20次)

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

[文件操作] 14679036

这是一款不错的Mdb文件破密程序,可以对97,2000,xp和2003等版本进行破密 (2017-11-05, Visual Basic, 12KB, 下载1次)

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

[文件操作] pattgrn__interpreter

这是一款不错的Mdb文件破密程序,可以对97,2000,xp和2003等版本进行破密 (2017-09-27, Visual Basic, 12KB, 下载1次)

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

[文件操作] IPC9701

標準文件,給於參考,可以調高大家的共享率
the important file (2013-08-09, LISP, 242KB, 下载3次)

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

[文件操作] AnHangPaiXu

大家都知EXCEL只能按列排序, 此代码能让EXCEL实现按行排序的功能
Sub Macro1() Dim i As Integer For i = 2 To Sheet1.Range("a65535").End(xlUp).Row Rows(i).Select Application.CutCopyMode = False Selection.Copy Sheets("Sheet2").Select Range("A1").Select Selection.PasteSpecial Paste:=xlPasteAll, Operation:=xlNone, SkipBlanks:= _ False, Transpose:=True Application.CutCopyMode = False Selection.Sort Key1:=Range("A1"), Order1:=xlDescending, Header:=xlGuess, _ OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom, SortMethod _ :=xlPinYin, DataOption1:=xlSortNormal Selection.Copy Sheets("Sheet1").Select Rows(i).Select Selection.PasteSpecial Paste:=xlPasteAll, Operation:=xlNone, SkipBlanks:= _ False, Transpose:=True Cells(i, 1).Select Next End Sub (2013-02-05, VBA, 8KB, 下载6次)

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

[文件操作] excel

对excel文件数据的操作 运行程序后... 首先点击Creat File按钮创建标准EXCEL文件(非标准excel文件笨程序无法操作) 打开程序目录下的name.xls, excel文件下有3件工作簿分别为TestSheet1,TestSheet2,TestSheet3 //////////一定要注意任何数据不能只是数字!!!!! 将第一组数据复制到TestSheet1里"数据A1"列中 将第二组数据复制到TestSheet2里"数据B1"列中 保存关闭文件,打开程序 下列4个选项 "A并且B" 刷第一组和第二组共同存在的数据。 "A或B" 刷第一组或第二组存在的数据。 "A非B" 刷第一组而不再第二组的数据。 "B非A" 刷第而组而不再第一组的数据。 不用的选项不要选,节省时间,对excel写操作比较慢,需耐心等待(程序运行卡住时等待即可)。
After running the program ... First Click Creat File button to create a standard EXCEL file the (nonstandard excel file stupid program can not operate) open the program directory name.xls excel file 3 workbook the for TestSheet1 TestSheet2 TestSheet3////////// Be sure to pay attention to any data not just numbers!!!!! where the first set of data is copied to the TestSheet1 " the data A1" column in the second set of data replication to TestSheet2 where data B1 close the file is stored in the column, open procedures following four option " A and B" authorize the first and second group of co-existence of data. " A or B" authorize the existing data in the first or second group. " A non-B" brush rather than the second group of data in the first group. B non-A " the brush first group rather than the first group of data. Do not have the option not to vote, to save time, slower writes to excel, to be patient (program run stuck waiting for it). (2013-01-14, Visual C++, 72KB, 下载5次)

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

[文件操作] ALI-3328F-A1

this bin file is ali3328f
this bin file is ali3328f (2012-12-30, FlashMX, 282KB, 下载5次)

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

[文件操作] SuperEditor

haiq写的手机刷机包编辑工具 本程序用于编辑 Linux 操作系统手机刷机包,运行环境为 Windows XP/2003/Vista。使用该程序可以对 Linux 操作系统手机刷机包进行拆解(包括摩托罗拉专用格式的资源文件)、添加、删除、修改文件或目录的 Linux 属性等操作,并可重新构建刷机包。 该程序目前已通过了 Moto A1600、A1210、A1200、A810、A780、E2、E6、E680 等几种手机刷机包的测试。 本次提供的源代码包括完整的帮助文档源文件。该程序没有使用第三方控件,对关键源代码都进行了详细的注解。发布该源代码的目的是供有兴趣的朋友对其进行修改完善。
haiq writing editing tools mobile phone Brush Pack The Linux operating system program used to edit mobile Brush Pack, the operation environment for the Windows XP/2003/Vista. The program can use the Linux operating system, mobile phone Brush Pack for dismantling (including Motorola s proprietary format of the resource file), add, delete, modify files or directories Linux and other operating properties, and re-build Brush Pack. The program has passed the Moto A1600, A1210, A1200, A810, A780, E2, E6, E680 mobile phone Brush Pack several other tests. The provided source code includes complete documentation for source files. The program does not use third-party control of key source code for a detailed comment. The purpose of publishing the source code is for friends who are interested its revised and improved. (2011-03-02, Delphi, 11724KB, 下载28次)

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

[文件操作] AccessCrake

access 数据库破解工具,支持 access 2000 2003 97 等
access track tools source code (2010-02-05, Delphi, 250KB, 下载8次)

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

[文件操作] e6_8

用C++编写的任给一个二进制数进行转换成为十进制数
Written in C++, either be converted to a binary number into decimal number (2009-11-13, C/C++, 2KB, 下载19次)

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

[文件操作] wword8

Microsoft Word 97 (aka Version 8) 文件格式的详细说明,描述通过OLE2.0 api直接生成word的二进制文件。
Microsoft Word 97 (aka Version 8) a detailed description of the file format, describing OLE2.0 api directly generated through word of binary files. (2009-10-26, Windows_Unix, 96KB, 下载19次)

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

[文件操作] Create_Excel_Workbook(BIFF8)

This is a class written in Visual Basic 6 SP6 that will create an Excel Spreadsheet (BIFF8) from scratch. It s was developed after repeated requests from users to be able to export reports from database applications to an excel spreadsheet. this class will produce a workbook from VB without having Excel installed on the client computer and can be viewed using the free Microsoft Excel 97 Viewer
This is a class written in Visual Basic 6 SP6 that will create an Excel Spreadsheet (BIFF8) from scratch. It' s was developed after repeated requests from users to be able to export reports from database applications to an excel spreadsheet. This class will produce a workbook from VB without having Excel installed on the client computer and can be viewed using the free Microsoft Excel 97 Viewer (2009-04-10, Visual Basic, 349KB, 下载38次)

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

[文件操作] vb-word

vb操作word详解 Visual Basic支持一个对象集合,该集合中的对象直接对应于Microsoft Word 97中的元素,并且通过用户界面,用户熟悉这些元素中的绝大多数。例如,Document 对象代表了一个打开的文档,Bookmark对象代表了一个文档中的书签,而Selection对象则代表了在一个文档窗口窗格中的选定内容。在Word中,每一类元素-文档、表格、段落、书签、域等等-都可以用Visual Basic的对象来表示。要在Word中自动执行任务,可以使用这些对象的方法和属性。
vb operating word explain Visual Basic support an object collection, the collection of objects directly correspond to the Microsoft Word 97 elements, and through the user interface, users familiar with the vast majority of these elements. For example, Document object represents a document open, Bookmark object represents a document bookmarks, and the Selection object represents the document in a window pane of the selected content. In Word, each type of element- documents, tables, paragraphs, bookmarks, domain and so on- can use Visual Basic to express the object. To automate tasks in Word, you can use these objects methods and properties. (2008-04-02, Visual Basic, 35KB, 下载587次)

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

[文件操作] exportwordsrc

如果您要在应用程序中处理Word文档,可以参考MSDN. Lori Turner. Automating Microsoft Office 97 and Office 2000,该文内容详细全面,但是要在C++程序中导出Word文档,按照文中的方法来处理是很麻烦的,特别是需要填写的参数太多,所以我们考虑生成正确的VB脚本,然后执行生成Word文档的操作,这个方法的优点在于:一方面可以少填写参数;另一方面可以使用在Word中录制的宏脚本,而只需作少量的修改。我们给出了一些简单的函数来方便生成Word文档(主要是简单的表格)和直接运行内存中的VB脚本,此外,还附带了一个小小的例子。
If you want to process the application processing Word documents, can refer to the MSDN. Lori Turner. Automating Microsoft Office 97 and Office 2000, the paper detailed and comprehensive content, but to the C procedures derived Word documents, in accordance with the text of ways to deal with is very troublesome, particularly the need to fill write too many parameters, we consider it generate the correct VB script, and then the implementation of Word documents generated, the operation of the advantages of this method is : on the one hand less filling parameters; on the other hand, can use Word's macro-recording scripts, and only for a small number of amendments. We give a simple function to facilitate the formation Word documents (mainly simple form) and direct memory running the VB scr (2005-10-04, Visual C++, 141KB, 下载46次)

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

[文件操作] 两岸通--简繁字互转源代码 20040602222316

\ 两岸通--简繁字互转源代码
\-strait-- 66.248.97.196 source code word referrals (2004-09-27, Visual C++, 60KB, 下载15次)

http://www.pudn.com/Download/item/id/1096244117652226.html
总计:15