登录
首页 » Visual C++ » sap5

sap5

于 2014-11-08 发布 文件大小:178KB
0 231
下载积分: 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 个回复

  • Computer_making.cc
    For introductory programming class, simple logic coding.
    2016-02-25 11:36:54下载
    积分:1
  • VB仿LiveUpdate自动更新
    说明:  自动更新程序升级,仿liveupdate 功能(AUTO update butaidongyingwen)
    2020-03-09 11:12:02下载
    积分:1
  • fft_ifft_4
    基4fft和ifft源码,测试结果和matlab一致(source code of fft&ifft based on 4.result is identical with that of matlab)
    2020-12-19 12:19:10下载
    积分:1
  • test2
    在VC++环境下利用opengl绘制旋转正方体(Use opengl rendering rotating cube in VC++ environment )
    2014-05-19 10:04:33下载
    积分:1
  • MapX
    技术论坛精华文章资料索引,紧供业内人士参考(Forum essence of the article information index, the industry reference for tight)
    2011-11-02 00:37:18下载
    积分:1
  • musicplayer
    音乐播放,可以实现简单的音乐播放功能,可以找到音乐文件进行添加(music play)
    2013-12-01 17:23:55下载
    积分:1
  • Program
    一个利用c#编写的广播发送代码,所在的编译环境是vs!(A use of c# Prepared to send broadcast code, where the compiler environment is vs!)
    2008-07-04 12:09:19下载
    积分:1
  • CvvImage
    好多opencv的应用程序界面中在MFC中显示图像,但是我发现这些显示功能大部分用到了一个叫CvvImage的类,最近使用opencv2.3.1,发现找不到这个类了。 没有具体研究过opencv ,但是opencv在MFC中显示图像需要用的一个叫做CvvImage的类的DrawToHDC()的函数,但是我在2.3.1下却怎么也没有找到这个类,和这个函数。在2.3.1的文档下没有关于这个的任何资料,不知道是不是新版本的opencv去掉了这个类,或者用其他的方式实现了。所以我需要用以前的方式实现这个类。在网上找了一些资料。发现这个问题可以这样处理。 我们可以自己建立一个CvvImage.h和一个CvvImage.cpp的文件,添加到工程中。这样我们在工程中包含上这个CvvImage.h的头文件,就可以正常的按照以前的方式使用CvvImage类将图像绘制到MFC控件中了(Many opencv application interface in the MFC display images, but I found that most of these display features used in a class called CvvImage, the recent use of opencv2.3.1, found that the class can not find. There is no specific study of the opencv, but opencv in the MFC to display the image needs to be used in a class called DrawToHDC () function, but I did not find the kind of 2.3.1 under the CvvImage, and this function. There is no information about this in the 2.3.1 document, and it is not known whether the new version of OpenCV has removed this class, or has been implemented in other ways. So I need to use the old way of this class. On the Internet for some information. Found the problem can be handled in this way. We can create a CvvImage.h and a CvvImage.cpp file, added to the project. So we in the project includes the CvvImage.h header file, you can normally use the CvvImage class in accordance with the previous way draws the image to the MFC control.)
    2016-05-03 09:55:45下载
    积分:1
  • bulang
    模拟布朗无规则运动的程序,运行平台:windows,编程语言:Visual Basic。(Brown simulated irregular movement procedures, operating platform: windows, programming languages: Visual Basic.)
    2009-01-11 10:00:08下载
    积分:1
  • bianjiqi
    功能:输入一页文字,程序可以统计出文字、数字、空格的个数。   静态存储一页文章,每行最多不超过80个字符,共N行;要求(1)分别统计出其中英文字母数和空格数及整篇文章总字数;(2)统计某一字符串在文章中出现的次数,并输出该次数;(3)删除某一子串,并将后面的字符前移。 (功能:输入一页文字,程序可以统计出文字、数字、空格的个数。)
    2021-01-06 14:18:53下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载