▍1. Excel文件的读取和写入
说明: 使用matlab对Excel文件进行操作,包括写入和读取,也就是实现Excel和Matlab交互(Use matlab to operate on Excel files, including writing and reading, that is, to achieve Excel and Matlab interaction)
说明: 使用matlab对Excel文件进行操作,包括写入和读取,也就是实现Excel和Matlab交互(Use matlab to operate on Excel files, including writing and reading, that is, to achieve Excel and Matlab interaction)
绘制描述事件先后顺序的前驱图,可以拖动现有结点的位置,与该结点相连的有向边也随之移动;可以将前驱图存入文件,从文件中取出(Drawing description of the event sequence of the precursor Figure)
此文件为PEER美国太平洋地震工程中心的地震周期加速度反应谱编译工具,用excel编译地震波的反应谱,然后导入PEER,可得到自己想要的地震波。(This document for the PEER Pacific earthquake engineering center of the seismic cycle acceleration response spectrum compilation tool, using Excel to compile the seismic response spectrum, and then import PEER, you can get the desired seismic wave.)
一整天五分钟某个交通断面的交通流量数据,excel格式数据。(Five minutes a day for a traffic section of traffic data, excel format.)
生成TS流,将十六进制/二进制文件打包成TS流文件(TS stream generated will be hex/binary files packaged into a TS stream file)
说明: NPOI操作EXCEL报表 ( 常用类库 )。(Npoi operation excel report (common class library).)
COUPLE是声场中计算耦合简正波的工具,可以根据输入的海洋环境信息和阵元信息求出声场中的本征函数和耦合简正波系数,进而合成声场,适合于水深缓慢变化(斜坡)的情况,内含说明文件一份(输入、输出文件的解释)(COUPLE is a tool for sound field calculation coupled normal mode, you can ask to speak field eigenfunctions and coupled normal mode coefficients based marine environmental input information and the array element information, and then synthesized sound field, suitable for water depths slow change (slope) of the cases, the Documentation containing a (explain input and output files))
说明: 直剪试验数据处理,生成应力应变关系曲线,求解强度参数(The stress-strain curve is generated by data processing of direct shear test, and the strength parameters are solved)
这个是abaqus的子程序以及inp文件,可用用于材料生热的模拟。(it is the UMATHT for abaqus.)
类似Borland公司的Tdump的程序。分析DLL/EXE文件信息(The app of analysising the infomation of DLL or EXE , which is like the TDump of Borland)
创建多级目录(The example of creating multilevel dir)
C++中对EXCEL的操作,包含绝大部分EXCEL的功能,如单元格格式操作等。(There has been the C++ project BasicExcel for quite some years now. It is very useful to read and write Excel sheets in .xls format. However, it contains only very basic functionality. There are missing features like text formatting using fonts, and display formats and formulas are not yet supported. This article covers this additional functionality. The new, derived project ExcelFormat is based on the old BasicExcel code, and just adds what I was missing for my own needs. If you want to see where I am using the new library, you can look at the Export functions of Service Manager and Uninstall Manager.)
ITU-T G.729A标准源代码解码端,已创建工程文件,方便初学入门者,已测试,运行良好-ITU-T G.729A(ITU-T G.729A standard source code decoder side, the project file has been created to facilitate the beginner beginners, have been tested and run well-ITU-T G.729A)
1、K-means划分聚类; 2、以EXCEL作为数据源; 3、图形显示结果(1, K-means clustering divided 2 to EXCEL as a data source 3, graphics display the results)
文件修改的监视(The example of monitoring the change of files)
用C++是实现的码长为900的BCH码解码程序(本程序用visual studio运行,若用其他软件,可能要修改一下头文件)(The use C++ achieve a code length of 900 BCH code decoding process)
VC word模板混合编程,在VC中操作word模板,能插入文字和图片(VC word template mixed programming, operation in VC word template, can insert text and pictures)
通过用户交互的方式形成Delauny三角网,也可以通过读取点(txt)文件画tin并且输出三角网的每条边的起点,终点,线的斜率和截距(Using the way that users control the positions of the points so as to draw the TIN under the rule of Delauny.Besides,it allows the users that call the txt file which records the information of the points(x,y coordinate),namely ,the read function.Last users can output the information for the TIN s every line start point and end point and k,b information(y=kx+b) )