-
seg-y地震数据操作(全部源码 qt)
本例支持qt4.8以上版本,实现了对地震格式seg-y数据的读取,显示,初级FK变换,二维线性插值的内容。
seg-y地震数据操作(全部源码 qt)。
- 2022-07-08 09:14:28下载
- 积分:1
-
测量平差
说明: 有关测量平差计算的一个很好的程序,不知大家是否对测绘学科的内容感兴趣?(adjustment calculation of the measurement of a good procedure, we do not know whether the right mapping disciplines interested in the content)
- 2005-10-18 14:32:34下载
- 积分:1
-
project
南京罗姆显示器 单片机显示控制软件,显示 频率码和标识信息。(Single chip microcomputer display control software, display frequency code and identification information in Nanjing.)
- 2015-09-10 22:52:37下载
- 积分:1
-
Infrared-emission
STM32红外发射源码,帮助新手学习,理解简单实用(STM32 infrared emission source, help novices learn to understand simple and practical)
- 2021-02-22 17:29:41下载
- 积分:1
-
VidomiEncoderSource.469
Encodes video and audio
- 2005-01-03 20:06:08下载
- 积分:1
-
game2048
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
int table[16]={0},Score=0,Max_number=0;
bool allprint=true;
int&at(int* pn,int x,int y=-1,bool rev=false){
return rev?(~y?pn[x*4+y]:pn[x]):(~y?pn[y*4+x]:pn[x]);
}
bool canMove(int* pn,int direction){
for(int i=0,sum=0;i
- 2023-08-08 02:35:03下载
- 积分:1
-
LadarScanner
基于Visual C++的激光雷达数据读取和处理程序。激光雷达型号为LMS511(Based on Visual C++ lidar data reading and processing procedures. Model LMS511 laser radar)
- 2013-06-05 20:15:40下载
- 积分:1
-
C 语言开发的日历
C 语言开发的日历,在我刚学习时给了我很多的启发。
- 2022-06-22 01:56:06下载
- 积分:1
-
TheStandardTemplateLibrary(STL)Tutorial-c-plusplus
说明: C++STL的一个简单向导,先看看这个,可以先理清学习思路(C++ STL in a simple wizard, look at this, can first sort out learning ideas)
- 2010-04-16 00:40:51下载
- 积分:1
-
Labview多通道温度采集系统
说明: 能够进行多个通道的温度信息的采集,并且显示(It can collect and display temperature information of multiple channels)
- 2021-03-11 11:14:48下载
- 积分:1