资源列表
文件合并
- 题目:有两个磁盘文件A和B,各存放一行字母,要求把这两个文件中的信息合并(按字母顺序排列), 输出到一个新文件C中。-topic : There are two disk files A and B, the store his letter, the requirements of these two documents, the information merger (in alphabetical order), the output to a new file C.
VBScript脚本程序
- 使用ActiveX技术与VBscr ipt技术相结合,实现了ERDS远程故障诊断系统中的远程信号采集模块,在客户端采集数据-use VBscr ipt and ActiveX technology, which combines the configuration remote fault diagnosis system of remote signal acquisition module, the client data acquisition
IP
- 本程序运行时,检索整个局域网,将局域网中的计算机显示在ListBox控件中,当用户单击ListBox控件中的计算机名时,右边的文本框就可以显示该计算机的机器名和对应的IP地址。-The program is running, retrieve the LAN, the LAN computer display in the ListBox control, ListBox control when the user clicks the computer name, the right of t
Medians_sort
- 在时间复杂度只有O(n)的前提下,获取一个任意数组的第k大的元素。-In only under the premise of O (n) time complexity, to obtain the k-th largest element of an arbitrary array.
FFT.C
- FFT快速傅里叶变换,C语言程序,与其他语言程序比较可正常执行-FFT Fast Fourier Transform, C language program, compared to other language programs can be d correctly
FUNCAO_GETIPDEVICE
- Verifica ip do Device
CSharp-calculator
- C#计算器源程序,实现windows计算器的大部分功能,有界面。C#语言编写-c# calculator
main
- 看清以下数字排列的规律,设1点的坐标是(0,0),x方向向右为正,y方向向下为正。 例如,7的坐标为(-1,-1),2的坐标为(0,1),3的坐标为(1,1)。编程实现输入 任意一点坐标(x,y),输出所对应的数字。-See the law of the arrangement, the following Numbers set 1 point (0, 0), are the coordinates of x direction is positive to the right, y
mdcholsk
- 修正 Cholesky MDCHOLSK find the answer of problem P:G+E=L*D*L- Correction Cholesky MDCHOLSK.m find the answer of problem P: G+E = L* D* L
model
- this my model and I m here to check that it s right and verify it. -this is my model and I m here to check that it s right and verify it.
4_8
- 非稳态二维流体计算,包含非稳态项、对流项、导热项-Unsteady two-dimensional computational fluid dynamics, including unsteady term, the convective terms, thermal items
smallTree
- 最小生成树,这是算法分析与设计的一次实验,利用这一算法可以运用在寻找最短路径。-Minimum Spanning Tree