登录
首页 » Windows开发 » 用C语言读取SEGY文件数据的小程序

用C语言读取SEGY文件数据的小程序

于 2022-05-26 发布 文件大小:1.51 kB
0 165
下载积分: 2 下载次数: 1

代码说明:

利用C语言编写的读取Segy文件数据的小程序-Using C language to read file data Segy small program

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 本文简单阐述了使用DIRECTX INPUT获得鼠标输入的办法。简单介绍DIRECTX INPUT使用的函数。...
    本文简单阐述了使用DIRECTX INPUT获得鼠标输入的办法。简单介绍DIRECTX INPUT使用的函数。
    2022-07-02 22:57:36下载
    积分:1
  • 这是一个很小很简单的程序,就是在vc++平台上,实现本地IP地址查询。现实计算机名以及IP地址。...
    这是一个很小很简单的程序,就是在vc++平台上,实现本地IP地址查询。现实计算机名以及IP地址。-This is a very very simple procedure, is vc++ Platform realize the local IP address query. Reality of the computer name and IP address.
    2022-01-22 10:58:24下载
    积分:1
  • 现HSV范围
    #包括“stdafx.h”
    2022-02-06 08:47:30下载
    积分:1
  • 微软CRM3.0客户端应用程序示例,C#
    微软CRM3.0客户端应用程序示例,C#开发-Microsoft CRM3.0 client application examples, the development of C#
    2022-03-23 10:33:10下载
    积分:1
  • “跑快”是民间流传的一种常见的扑克牌游戏,52张牌为…
    “跑得快”是流传于民间的一种常见的扑克牌游戏,52张牌分配给东、南、西、北四家,每家13张,最快出掉手中牌者胜出,所胜点数为其他家手中所剩的牌的张数。出牌组合包括: (1) 单张,大小排列为 3 4 5 6 7 8 9 10 11(J) 12(Q) 13(K) 1(A) 2 (2) 炸弹,4张同点为炸弹,大点压小点,可压任意组合或单张; (3) 同花顺,同一种花色,5连张为同花顺,起张大且张数大时压其它同花顺,也可压其它任何顺; (4) 顺,不同花色,5连张为顺,起张大时压其它顺; (5) 三同,3张牌同点,大点压小点; (6) 对,两张牌不同点为对。 根据上述组合,出牌时能压上家时必须压,否则违规,为简单起见,每回合开始时出牌都从北家开始,并按北、西、南、东次序出牌,某轮次最大的一家再出牌。编写程序实现洗牌发牌,并模仿四家进行游戏,最后统计赢家点数。 -"Run fast" is the spread in the private sector a common poker games, 52 cards assigned to the east, south, west, north four, each 13, the fastest card out off the hands of those who win, the victory points for other homes in the hands of the cards the number of sheets remaining. A brand portfolio includes: (1) leaflets, size of the arrangement for the 3 4 5 6 7 8 9 10 11 (J) 12 (Q) 13 (K) 1 (A) 2 (2) bombs, four bombs with the point, big point pressure dots can be any combination of pressure, or leaflets (3) with a straight flush, the same color, five even Zhang flush, since Da is lar
    2022-01-21 02:14:12下载
    积分:1
  • SPCE061A单片机上的IO端口配置源程序,以及各个端口的使用案例。...
    SPCE061A单片机上的IO端口配置源程序,以及各个端口的使用案例。-the driver source of the IO port of the SPCE061A
    2022-02-26 05:08:35下载
    积分:1
  • the book is certain to have Visual C based on the application prepared by the re...
    本书主要是为具有一定Visual C++应用基础的读者编写的,全书通过150个实例,全面、深入地介绍了利用Visual C++ 6.0开发应用程序的常用方法和技巧。全书共分为6章,主要讲解了Visual C++.net中界面效果、图形图像处理、文件与系统功能控制、控件应用与MFC编程、数据库开发等内容。这些实例简单实用、典型性强、功能突出,很多实例使用的技术可以解决一类问题,读者在掌握实例中的技术或技巧后,使用这些技术可以试着实现更复杂的功能、应用到更多方面。-the book is certain to have Visual C based on the application prepared by the reader, the book by 150 examples, comprehensive, in-depth introduced to the use of Visual C 6.0 application procedures commonly used methods and techniques. The book is divided into six chapters, mainly on the Visual C. Net interface effects, graphics and image processing, document control and system functions, applications and controls MFC programming, database development and other content. These simple and practical examples, the typical strong, prominent features, many examples of the use of technology to solve a problem category, readers grasp examples of technology or skills, the use of these techniques may try to achieve more complex functions, applications to a wider range
    2023-01-11 16:55:04下载
    积分:1
  • wince 串口源代码
    串口是嵌入式系统中应用很广的一种通讯接口。在WinCE中,通常会有一个串口供调试使用,另外的串口可与外围设备连接,如GSM和GPS等模块,以获取相应的信息并进行处理。在WinCE中,为了使用串口,必须有相应的串口驱动程序,一般在BSP中都有实现。串口驱动是典型的流驱动。应用程序中可通过CreateFile()、ReadFile()和WriteFile()等文件系统的操作函数来访问串口,从而实现串口数据的收发。
    2023-06-13 00:25:04下载
    积分:1
  • 基于MFC的简单Winsock聊天程序
    应用背景用MFC实现简单的聊天界面设计,在ip地址的基础上搭建TCP连接。可以实现同一个区域网的连接。是一个很简单很基础的MFC类的聊天程序,后期会慢慢更新聊天版本。谢谢。关键技术MFC类库的基本了解,和winsock编程的相关学习
    2022-08-19 11:52:21下载
    积分:1
  • 钱能编的《C++教程》及课后答案,及源代码
    钱能编的《C++教程》及课后答案,及源代码-Money will be allocated to the
    2023-04-27 17:45:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载