资源列表
sort
- 快速排序由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。(Quick sorting was proposed by C. A. R. Hoare in 1962. The basic idea is: through a sort to two part sorting data
insertionSort
- 有一个已经有序的数据序列,要求在这个已经排好的数据序列中插入一个数,但要求插入后此数据序列仍然有序,这个时候就要用到一种新的排序方法--插入排序法,插入排序的基本操作就是将一个数据插入到已经排好序的有序数据中,从而得到一个新的、个数加一的有序数据(There is a sequence of data has been ordered, required in this row of data sequence has good to insert a number of requirement
Segy文件分析 v1.4
- 功能: 1、查看卷头、道头的主要信息 2、工作站格式与微机格式的相互转换 3、各道数据的波形显示,及其频谱分析 4、多种形式的数据输出,可输出文本文件 5、三维数据体的分析,得出工区角点坐标 6、原始炮数据扫描,找出缺炮的道号 7、对数据体进行任意道及时间段的切割 8、对多个Segy文件进行合并处理 9、给出读取微机格式数据的示意性代码(Function: 1. Check the main information of the header and hea
Quicksort
- 实现一个快速排序,快速排序(Quicksort)是对冒泡排序的一种改进。快速排序由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中。。。。。。(To achieve a quick sort, quick sort (Quicksort) is an improvement on bubble sort. Quick sorting was proposed by C. A. R. Hoare in 1962. The basic
局域网数据包捕获程序
- 局域网数据包捕获程序,wincap 用于开发的sniffer程序源码(sniffer program (wincap sniffer))
C#远程控制桌面源码
- C#实现的UPnP端口映射程序,分服务器和客户端(C# implementation of UPnP port mapping procedures, sub server and client)
聊天辅助加解密工具源码
- 聊天辅助加解密工具源码,把内容转为加密格式,别人需要解密才能查看(Chat auxiliary encryption and decryption tool source code, the content into encrypted format, others need to decrypt to view)
U盘屏幕加密锁源码
- U盘屏幕加密锁源码,插入U盘自动解锁,开机自启,屏蔽鼠标和键盘(U disk screen encryption lock source, insert U disk automatically unlock, boot self starting, shielding the mouse and keyboard)
get_SlaveDofs
- 利用MATLAB读取TXT文件,然后剔除无效点(read file and elt uneffiective points)
Wpf_two_screens_code
- The post shows how to position Wpf window on secondary monitor or show two windows on two monitors. The post contains complete code and we discuss how to address several scenarios.
Real-time_data_in_OxyPlot_charts_code
- The post is devoted to the Wpf application that shows (emulated) real-time data in charts. It could be used as base for monitoring application, when data service provide real data like, for example, number of http requests or CPU temperature
Prism_ScreenSaver_code
- The post is devoted to screen saver application written in Wpf with Prism pattern. Provided code is the complete application with two different animation patterns that are implemented in two modules. The application is modular and could be easily ext
