登录
首页 » Visual C++ » sap5

sap5

于 2014-11-08 发布 文件大小:178KB
0 221
下载积分: 1 下载次数: 9

代码说明:

  SAP5源代码有助于研究生学习和工作人员工作(SAP5 source code)

文件列表:

sap5
....\LS1.FOR,58588,1994-01-10
....\LS10.FOR,62396,1994-01-09
....\LS2.FOR,57657,1994-01-09
....\LS3.FOR,52170,1994-01-09
....\LS4.FOR,65747,1994-01-10
....\LS5.FOR,72105,1994-01-10
....\LS6.FOR,51473,1994-01-10
....\LS7.FOR,52620,1994-01-09
....\LS8.FOR,58343,1994-01-09
....\LS9.FOR,54135,1994-01-09
....\S1-1.DAT,3968,1980-05-15
....\S1-2.DAT,2214,1985-12-22
....\S12-1.DAT,4839,1986-01-01
....\S12-2.DAT,5741,1985-12-31
....\S12-3.DAT,1558,1985-12-22
....\S12-4.DAT,5658,1985-12-22
....\S2-1.DAT,9135,1986-12-11
....\S2-2.DAT,2427,1986-06-20
....\S2-3.DAT,5331,1985-12-22
....\S2-4.DAT,5413,1986-01-13
....\S2-4B.DAT,15417,1986-04-05
....\S2-4C.DAT,2297,1986-06-02
....\S2-4D.DAT,5401,1986-02-05
....\S3-1.DAT,4347,1986-01-14
....\S3-2.DAT,1723,1986-01-05
....\S4-1.DAT,2378,1985-12-22
....\S4-2.DAT,9430,1985-12-22
....\S4-3A.DAT,4102,1986-06-18
....\S4-3B.DAT,3609,1986-01-06
....\S4-4.DAT,5740,1985-12-22
....\S4-5.DAT,3444,1985-12-22
....\S5-1.DAT,6232,1985-12-22
....\S5-2.DAT,2112,1986-06-20
....\S6-1.DAT,9185,1986-01-14
....\S6-2.DAT,4428,1985-12-22
....\S6-3.DAT,3034,1985-12-22
....\S6-4.DAT,5249,1986-01-14
....\S8-1A.DAT,3198,1985-12-22
....\S8-1B.DAT,3854,1985-12-22
....\S8-2.DAT,3609,1986-04-02
....\S8-3.DAT,6233,1986-04-02
....\S8-4A.DAT,8036,1985-12-22
....\S8-4B.DAT,11317,1986-04-05
....\S9-1.DAT,1517,1989-01-22

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

发表评论

0 个回复

  • Counter_dll
    基于研华PCI-1710HG数据采集卡基于动态链接库的计数器程序。用VC++6.0MFC实现。程序功能实现实时计数值显示及频率值显示。(Advantech PCI-1710HG-based data acquisition card is based on the dynamic link library counter program. With VC++6.0MFC achieved. Program features real-time count value display and frequency display.)
    2020-09-10 10:58:00下载
    积分:1
  • owkb493
    An MFC Class which offers you the abbility(The An MFC Class which offers you the abbility)
    2017-03-31 21:59:56下载
    积分:1
  • ball
    DirectX开发的一个弹球例子,可以模拟弹球的运行轨迹(DirectX development of a pinball example, can simulate the operation of pinball trajectory)
    2020-10-23 17:27:22下载
    积分:1
  • pop3
    支持pop3的接收email的类 (The class for receiving email supporting pop3)
    2020-11-12 18:09:44下载
    积分:1
  • IP
    说明:  网络状态实时监控,断网报警,本机IP地址显示。(Real-time network status monitoring, fault alarm network, the machine IP address display.)
    2010-08-07 09:50:15下载
    积分:1
  • osgRecipes-master
    osg cookbook 中的源代码,里面有OSG和CG的结合,OSG和CEGUI的结合,OSG与QT的结合以及PHYSX的结合。(the source code of OSGCOOKBOOK,include integration of OSG and CG,CEGUI,QT and physx)
    2013-09-07 21:30:32下载
    积分:1
  • tongy
    一个元器件管理的管理软件。主要体现在对数据增删改查方面,即对数据库的操作。使用的是ACCESS数据库,ADO方式连接。程序启动时弹出登陆界面。用户名admin,密码123456。不同的用户登陆之后界面也不一样。(An Element Manager System,Use Access Database for add,delete,update and query data.Use ado type connect Database.You can use user:admin,password:123456 login in.and different user have different functions.)
    2015-08-04 18:28:17下载
    积分:1
  • MWC
    keil环境下开源飞控程序源码,包含完整控制逻辑和算法(Keil environment, open-source flight control program source code, including complete control logic and algorithms)
    2017-07-19 09:22:41下载
    积分:1
  • 314
    有一存储很多商品数据(每件商品的属性先后包括:品名、规格、单价(有小数位)、数量,数据的最长长度分别为20、10、6、5,在文件中以空格为分隔,每个商品的数据占一行)的文本文件,从键盘输入某种商品的品名,要求在文件中查找有无相应品名商品(可能有多条记录或没有),若有则在屏幕上显示出相应的商品的品名、规格、数量、单价(显示时,品名、规格、数量、单价之间使用逗号(,)作分隔,单价显示时只显示2位小数),若无则显示没有相应品名的商品。 (There are a lot of goods stored data (each item has the attributes include: name, size, price (with decimal places), quantity, the maximum length of the data were 20,10,6,5, a space in the file is separated The data for each item per line) text file, input from the keyboard of a commodity name, asked whether the corresponding file for the product name (may be multiple records or did not), if it is displayed on the screen of the corresponding product name, size, quantity, unit price (display, name, size, quantity, unit price between a comma (,) as a separator, price display shows only two decimal places), if not then show no corresponding product name .)
    2013-05-28 21:05:51下载
    积分:1
  • NetDebug
    1、实现多个网络调试助手示例在一个进程中启动; 2、可以实现TCP_SERVER,TCP_CLIENT,UDP,UDP组播通信;(1, multiple network example debugging assistant to start a process 2, can achieve TCP_SERVER, TCP_CLIENT, UDP, UDP Multicast communication )
    2013-01-28 17:35:58下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载