登录
首页 » 其他项目 » catia Script generated in VB. Very usefull for catia users. This Macro Scans a P...

catia Script generated in VB. Very usefull for catia users. This Macro Scans a P...

于 2023-05-29 发布 文件大小:909.00 B
0 230
下载积分: 2 下载次数: 1

代码说明:

catia Script generated in VB. Very usefull for catia users. This Macro Scans a Product Structure for deactivated (useless) elements. Once a deactivated Part is found, it s activated intermediately for a remove operation following immediately. This action done by the Macro cannot be undone in some cases.-catia Script generated in VB. Very usefull for catia users. This Macro Scans a Product Structure for deactivated (useless) elements. Once a deactivated Part is found, it s activated intermediately for a remove operation following immediately. This action done by the Macro cannot be undone in some cases.

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

发表评论

0 个回复

  • 是一个用C语言编写的一个小游戏,大家可以下载回来交流学习一下啊...
    是一个用C语言编写的一个小游戏,大家可以下载回来交流学习一下啊-Is a C language with a small game, everyone can be downloaded back to the exchange of learning about ah
    2023-08-09 18:15:03下载
    积分:1
  • 阿拉伯语字体包括4个字库,做软件开发或嵌入式使用
    阿拉伯语字体包括4个字库,做软件开发或嵌入式使用-Arabic fonts including four font, do software development or embedded use
    2022-03-14 06:34:40下载
    积分:1
  • 四个拨码开关,拨上去对应的前四个LED灯亮,体现了pld io功能的灵活。请把拨码开关右上方的跳线帽跳上,同时拔掉ADC0804的跳线帽。...
    四个拨码开关,拨上去对应的前四个LED灯亮,体现了pld io功能的灵活。请把拨码开关右上方的跳线帽跳上,同时拔掉ADC0804的跳线帽。-Four DIP switches, dial up the corresponding first four LED lights, reflect the function of flexible pld io. Please dial code switch at the top right of the jumper cap jumped, and pulled out the jumper cap ADC0804.
    2022-02-01 05:24:29下载
    积分:1
  • http.rar
    http.rar
    2022-03-22 16:56:50下载
    积分:1
  • 回文判别 实验要求:称正读和反读都相同的字符序列为“回文”,如“abba”和“abccba”是“回文”,“abcde”和“ababab”则不是“回文”,试设...
    回文判别 实验要求:称正读和反读都相同的字符序列为“回文”,如“abba”和“abccba”是“回文”,“abcde”和“ababab”则不是“回文”,试设计一个算法,判别读入的一个以@为结束符的字符序列是否是“回文”。 实验目的: 1、掌握循环队列的定义及应用; 2、掌握队列的基本操作; 3、进一步熟练掌握栈的基本操作及应用; 4、初步学会解决具体问题的算法设计。-Experimental identification requirements palindrome: that is read and the anti-time sequence of characters are the same as a " palindrome" , such as " abba" and " abccba" is " palindrome" , " abcde" and " ababab" is not " palindrome" and try to design an algorithm to determine a time to @ for the character sequence at the end of it is " Palindrome." The experiment was: 1, master cycle and application of the definition of the queue 2, master the basic operation of the queue 3, and further stack master the basic operation and applications 4, a preliminary settlement of specific issues of the Institute of algorithm design.
    2023-08-10 17:55:02下载
    积分:1
  • Example 3 project for AVR8515 on C for IAR
    Example 3 project for AVR8515 on C for IAR
    2022-08-19 03:29:54下载
    积分:1
  • Windows mimic the small mine
    模仿windows扫雷的小程序。 功能比较齐全。 学习VB的可以参考下。-Windows mimic the small mine-sweeping procedures. Function relatively complete. VB-learning can refer to the next.
    2022-12-04 03:05:04下载
    积分:1
  • 取当前网页地址
    资源描述 vb取当前网页地址     A(1) = "IEFrame"     A(2) = "WorkerW"     A(3) = "ReBarWindow32"     A(4) = "Address Band Root"     A(5) = "ComboBoxEx32"     A(6) = "ComboBox"     A(7) = "Edit" AnimateWindow
    2022-01-22 08:03:03下载
    积分:1
  • Hebei University of Tai second semester freshman year, source curriculum design,...
    河北工业大学大一至大二学期,课程设计源码,课程题目是反弹球,希望对大家有所帮助,特别是河北工业大学的同学。-Hebei University of Tai second semester freshman year, source curriculum design, curriculum entitled rebound the ball, and they hope to help everyone, especially students of Hebei Industrial University.
    2023-04-01 21:05:03下载
    积分:1
  • 本程序是为了计算日变化的平均值。 输入文件的数据格式是 2006 9 20 0 30 12577 0.263253 2.74975...
    本程序是为了计算日变化的平均值。 输入文件的数据格式是 2006 9 20 0 30 12577 0.263253 2.74975 -0.0157112 0.55523 8.65E-05 -7.9142 17.606 该输入文件按列为:年、月、日、时、分、序号、各量 计算结果将保存在数组里,如T【24】,24表示24小时(因为是1小时的平均)。 对输入文件的行进行循环,计算1小时的平均,该行的数据将累计平均到下标取“时”列的数组中。 -this program is to calculate the average daily change. Data input file format is 2006 9 20 0 30 12577 0.263253 2.74975-0.0157112 0.55523 8.65E-05-7.9142 17.606 of the losers into the document, as : year, month, day, hour, minute, serial number, the calculation results will be stored in the array, such as T [24]. 24 said 24 hours (because it is an hour average). On the importation of paper recycling firms, the calculation of the average one-hour, The data will be the cumulative average subscript taking "when" out of the array.
    2022-07-02 15:40:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载