登录
首页 » Visual C++ » Interpolation1

Interpolation1

于 2020-09-10 发布 文件大小:4312KB
0 345
下载积分: 1 下载次数: 88

代码说明:

  固高科技 GT400 系列控制软件开发 插补练习中双轴同时运动 立即插补和缓冲区插补(GT400 series of solid high-tech exercise control software interpolation axis interpolation and also sports an immediate buffer interpolation)

文件列表:

插补-7
......\Debug
......\.....\APPMODUL.obj,5150,2011-04-12
......\.....\APPMODUL.sbr,0,2011-04-12
......\.....\BuildLog.htm,4460,2011-03-28
......\.....\GT400.dll,81920,2006-06-21
......\.....\Interpolation.bsc,5374976,2011-04-25
......\.....\Interpolation.exe,114780,2011-04-25
......\.....\Interpolation.exe.embed.manifest,920,2011-03-22
......\.....\Interpolation.exe.embed.manifest.res,984,2011-03-22
......\.....\Interpolation.exe.intermediate.manifest,861,2011-03-27
......\.....\Interpolation.ilk,236284,2011-04-25
......\.....\Interpolation.obj,13405,2011-04-07
......\.....\Interpolation.pch,6938256,2011-04-07
......\.....\Interpolation.pdb,369664,2011-04-25
......\.....\Interpolation.res,2856,2011-04-12
......\.....\Interpolation.sbr,0,2011-04-07
......\.....\InterpolationDlg.obj,36780,2011-04-25
......\.....\InterpolationDlg.sbr,0,2011-04-25
......\.....\mt.dep,67,2011-03-27
......\.....\StdAfx.obj,105741,2011-04-07
......\.....\StdAfx.sbr,1366522,2011-04-07
......\.....\vc60.idb,222208,2011-04-25
......\.....\vc60.pdb,372736,2011-04-25
......\.....\vc90.idb,1125376,2011-03-28
......\.....\vc90.pdb,2011136,2011-03-28
......\DemoReadMe.txt,83,2008-05-30
......\DemoReadMe.txt.bak,83,2008-05-23
......\GT400.dll,81920,2006-06-21
......\Gt400.h,7212,2006-06-21
......\GT400.lib,34746,2006-06-21
......\Interpolation.aps,21472,2011-04-19
......\Interpolation.clw,1437,2011-04-25
......\Interpolation.cpp,2161,2008-05-23
......\Interpolation.dsp,4348,2011-04-07
......\Interpolation.dsw,551,2008-05-23
......\Interpolation.h,1401,2008-05-23
......\Interpolation.ncb,132096,2011-04-25
......\Interpolation.opt,48640,2011-04-25
......\Interpolation.plg,946,2011-04-25
......\Interpolation.rc,5687,2011-04-11
......\Interpolation.sln,891,2011-03-28
......\Interpolation.vcproj,7499,2011-03-22
......\Interpolation.vcproj.MS-CCA0B4AF5DA1.zhj.user,1427,2011-03-28
......\Interpolation.vcproj.PC-201005101946.Administrator.user,1427,2011-03-27
......\InterpolationDlg.cpp,13361,2011-04-13
......\InterpolationDlg.h,1743,2011-04-11
......\ReadMe.txt,3705,2008-05-23
......\res

......\...\Interpolation.rc2,405,2008-05-23
......\resource.h,1105,2011-04-11
......\StdAfx.cpp,215,2008-05-23
......\StdAfx.h,1054,2008-05-23

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

发表评论

0 个回复

  • Simple_Address_book
    实现通讯录的简单功能,录入一些人员的基本信息,以mdc的格式保存(To achieve a simple address book function, some personnel input the basic information in order to save the format mdc)
    2010-02-02 10:26:13下载
    积分:1
  • Big_Num
    大整数阶乘的计算器,能计算上万的阶乘,不过速度有点慢(Large integer factorial calculator that can calculate the factorial of thousands, but a bit slow)
    2010-01-22 12:24:30下载
    积分:1
  • tracelog
    说明:  一个关于A Logging ListBox Control的实用源代码,非常好!(A Logging ListBox Control on a practical source code, very good!)
    2009-08-29 08:15:11下载
    积分:1
  • BusStationManage
    用Visual C++ 6.0实现的公交客运站的站务管理系统,实现售票,退票,车辆调度,财务结算,用户管理等功能。 数据库采用SQL Sever2000 数据库中的表单和代码文件说明相见压缩包中说明文档。(用Visual C++ 6.0实现的公交客运站的站务管理系统,实现售票,退票,车辆调度,财务结算,用户管理等功能。 数据库采用SQL Sever2000 数据库中的表格和代码文件说明相见压缩包中说明文档。)
    2009-04-15 17:15:57下载
    积分:1
  • 856334657645
    小型VB图片管理系统(Access),有需要的就下载吧。(Small VB Image Management System (Access), there is a need to download it.)
    2013-08-04 14:27:44下载
    积分:1
  • LAB1
    用C++编写的成绩管理系统,实现成绩的输入查找,修改和求方差等功能(Prepared with C++ performance management system, to achieve results Enter search, modify and seek variance functions)
    2013-06-19 19:41:54下载
    积分:1
  • 12
    说明:  下面是一个结构体声明: struct box { char maker[40] float height float width float length float volume } a. 编写一个函数,按值传递box结构,并显示每个成员的值 b. 编写一个函数,传递box结构的地址,并将volume成员设置为其他三维长度的成绩。 c. 编写一个使用这两个函数的简单程序 (Here is a structure declaration: struct box {char maker [40] float height float width float length float volume } a. Write a function that is passed by value box structure, and shows the value of each member b . to write a function, passing the address box structure and volume settings for the other three members of the length of the results. c. use these functions to write a simple program)
    2013-06-02 17:27:08下载
    积分:1
  • XIANXING
    线性表的建立与基本运算1.采用表尾挂入法建立一个以la为头的单链表2.采用表首插入法建立一个yilb为头指针的单链表3.就地逆转以lb为头指针的单链表。 还有矩阵的链式存贮及运算。以一个c函数创建任一稀疏矩阵的十字链表。以一个c函数从十字链表的头指针起按行序及三元组形式输出十字链表中各节点的值
    2009-06-17 12:49:15下载
    积分:1
  • Bmpcolor
    VB将彩色图象黑白化典型示例代码,有需要的就下。(VB of the typical black and white color image sample code, there is a need on the next.)
    2013-08-09 09:22:23下载
    积分:1
  • RotationImage
    VB仿PhotoShop功能进行图像旋转,有需要的就下载吧。~(VB imitation PhotoShop image rotation function and has the need to download it. ~)
    2013-08-09 09:29:13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载