登录
首页 » Visual C++ » test

test

于 2010-06-29 发布 文件大小:5572KB
0 86
下载积分: 1 下载次数: 42

代码说明:

  用VC++6.0,通过OCX组件对力控组态软件的二次开发,实现油标准密度的计算(With VC++6.0, through OCX control configuration software component of the force the secondary development of the oil standard density calculation to achieve)

文件列表:

test
....\Arithmetic.cpp,727893,2009-12-27
....\Arithmetic.h,577,2009-12-27
....\dbcommocx.cpp,6491,2009-12-25
....\dbcommocx.h,2937,2009-12-25
....\Debug
....\.....\Arithmetic.obj,926657,2009-12-27
....\.....\Arithmetic.sbr,0,2009-12-27
....\.....\dbcommocx.obj,36355,2009-12-27
....\.....\dbcommocx.sbr,0,2009-12-27
....\.....\StdAfx.obj,105451,2009-12-27
....\.....\StdAfx.sbr,1374917,2009-12-27
....\.....\test.bsc,5358592,2009-12-27
....\.....\test.exe,1220655,2009-12-27
....\.....\test.ilk,240664,2009-12-27
....\.....\test.obj,16517,2009-12-27
....\.....\test.pch,6942408,2009-12-27
....\.....\test.pdb,427008,2009-12-27
....\.....\test.res,2648,2009-12-25
....\.....\test.sbr,0,2009-12-27
....\.....\testDlg.obj,45677,2009-12-27
....\.....\testDlg.obj.enc,39018,2009-12-26
....\.....\testDlg.sbr,0,2009-12-27
....\.....\vc60.idb,222208,2009-12-27
....\.....\vc60.pdb,372736,2009-12-27
....\ReadMe.txt,3543,2009-12-25
....\Release
....\.......\Arithmetic.obj,923084,2009-12-27
....\.......\dbcommocx.obj,19978,2009-12-27
....\.......\StdAfx.obj,750,2009-12-27
....\.......\test.exe,942080,2010-01-07
....\.......\test.obj,9821,2009-12-27
....\.......\test.pch,5696040,2009-12-27
....\.......\test.res,2648,2009-12-30
....\.......\testDlg.obj,23971,2010-01-07
....\.......\vc60.idb,50176,2010-04-21
....\res

....\...\test.rc2,396,2009-12-25
....\resource.h,820,2009-12-25
....\StdAfx.cpp,206,2009-12-25
....\StdAfx.h,1054,2009-12-25
....\test.aps,35632,2009-12-30
....\test.clw,1166,2010-05-28
....\test.cpp,2035,2009-12-25
....\test.dsp,4702,2009-12-27
....\test.dsw,560,2009-12-25
....\test.h,1302,2009-12-25
....\test.ncb,66560,2010-05-28
....\test.opt,56832,2010-05-28
....\test.plg,1210,2010-01-07
....\test.rc,5630,2009-12-30
....\testDlg.cpp,10690,2010-01-07
....\testDlg.h,1852,2009-12-27
....\~VC19B.tmp,16384,2009-12-27
....\~VC19C.tmp,0,2009-12-27

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

发表评论

0 个回复

  • obj
    类似查询分析器过的人很多 d当断不断分别代表谔谔二环内而改变 (Similar to Query Analyzer too many people off constantly when d-e-e, respectively, on behalf of change within the Second Ring)
    2008-06-06 10:57:50下载
    积分:1
  • tMCimg
    说明:  tMCimg,惊醒蒙特卡洛光场分布的模拟,得到生物组织中的光场仿真,(tMCimg Monte Carlo)
    2021-04-18 11:38:52下载
    积分:1
  • WindowsAutoLogin
    Visual C# 2010 Windows AutoLogin
    2012-04-27 11:48:47下载
    积分:1
  • prime
    判断数字是否是质数,很好用的,对于小学生来说!(Determine whether the number is a prime number, the good, is for students!)
    2010-12-02 23:02:53下载
    积分:1
  • client-server
    多协议文件传输c/s网络应用设计与实现,程序用 TCP/UDP 两个协议模拟多协议服务器。首先服务器端要将两种协议的套接字创建好,并且监听 TCP 端口的连接。必要时使用select函数来进行多连接处理和非阻塞处理。而客户端直接可以按照发送的地址和端口号来进行通讯。 首先要运行服务器端,服务器会监听 TCP 端口。然后运行客户端,根据事先设定好的 IP和端口,就可以进行连接传输数据了。 程序实现的关键步骤: 以TCP协议为例 服务器端: 1.创建套接字;2.绑定端口;3.进入无穷的循环;4.接收请求;5.处理请求;6.应答。 客户端: 1.找到服务器的IP地址和协议的端口号;2.创建套接字;3.确定连接需要任意的,没有使用的端口号允许TCP去选择一个;4.将套接字和服务器连接;5.使用应用层协议和服务器交互;6.关闭连接。 (Multi-protocol file transfer c/s network application design and implementation of programs simulate multi-protocol server with TCP/UDP both protocols. First socket server to create a good two protocols, TCP port and listens for connections. If necessary, use the function to handle multiple connections and non-blocking treatment. And the client can follow directly address and port number to communicate. First run on the server side, the server listens on TCP port. Then run the client, according to pre-configured IP and port, you can connect the data transmission. The key step program implementation: In TCP protocol as an example Service-Terminal: 1. Create a socket 2 bound port 3 enter an infinite loop 4. receiving a request 5. processing requests 6 response. Clients: 1. Locate the server s IP address and protocol port number 2 creates a socket 3 connections need to determine arbitrary, unused port allows TCP to choose a 4 and the socket server connections 5 using appli)
    2016-07-11 10:19:07下载
    积分:1
  • Client
    網路上搜尋而來的龍族client源碼..(Maronite client source)
    2013-06-24 20:19:13下载
    积分:1
  • xyz2blh
    坐标转换,空间坐标XYZ到BLH的转换,GPS应用(Coordinate transformation, the space coordinates XYZ to BLH conversion, GPS applications)
    2020-06-28 14:20:02下载
    积分:1
  • xsh_reverse
    shell命令其中一部分,可以实现把整数字符串反转的功能。(reverse the string of integers)
    2013-11-23 06:45:38下载
    积分:1
  • NewAT
    一个封装的Modem AT命令操作类YsATModem的快速拨号程序。程序的正常使用,需要两台分别连接modem的PC机,通过电话线拨号连接。(A package category Modem AT command operation procedures YsATModem the speed dial. Procedures for normal use, the need for two separate modem to connect the PC, dial-up connection through the telephone line.)
    2009-06-12 10:17:24下载
    积分:1
  • ART2C++
    该算法是常用的ART2的vc++实现算法,代码思路清晰,注释详细,相信对ART2网络的初学者有很大帮助。(The ART2 algorithm is commonly used in the vc++ Realization of algorithms, code clear, detailed notes, I believe ART2 networks are very helpful for beginners.)
    2008-12-15 17:39:08下载
    积分:1
  • 696524资源总数
  • 103986会员总数
  • 80今日下载