登录
首页 » 文件处理 » 电子设计领域的GDS文件导入导出,

电子设计领域的GDS文件导入导出,

于 2022-03-13 发布 文件大小:1.15 MB
0 233
下载积分: 2 下载次数: 1

代码说明:

电子设计版图gds文件导入导出及操作软件包,http://jgds.sourceforge.net。- The electronic design domain gds document inducts derives and operates the software package, http://jgds.sourceforge.net.

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

发表评论

0 个回复

  • how to bundle multiple files into one executable file
    如何将多个文件捆绑到一个与源代码匹配的可执行文件中。拉链
    2022-09-12 07:25:04下载
    积分:1
  • I have written Run Length Encoder Decoder program which compress files with RLE...
    I have written Run Length Encoder Decoder program which compress files with RLE algorithm.
    2022-01-26 03:01:16下载
    积分:1
  • all generated static html website, reduce server load, easily collected by searc...
    全部生成静态html网页,减轻服务器负载,容易被搜索引擎收录,采用模板引擎 SMARTY 便于模板的开发,支持多数据库,数据库函数被封装成类 ,自检式安装界面,类似word的图文编辑器htmlArea,静态html目录存放方式可选,支持站内搜索,后台和功能块均支持模板,语言包功能,投票功能,并控制在首页显示,支持评论和评论管理,支持友情链接功能,支持投稿功能,支持投票功能,支持任意多个图形附件上传,后台提供附件动态管理,支持web在线发送邮件,后台管理,支持数据库备份,防止数据灾难性丢失,保证数据安全,支持无限级分类,任意设置,支持公告发布和管理,公告支持有效期,用户注册,投稿,文章批量删除和移动,支持用户组,模板编辑,导入功能,数据库优化,导入导出,密码修改,后台投票管理,语言包编辑,投票功能 -all generated static html website, reduce server load, easily collected by search engines, using template engine Copyright 2004-2006 templates to facilitate the development, support multiple database functions have been packaged as such, the installation of self-check-style interface, similar to word a graphic editor htmlArea, static html directory optional storage methods, support station search, background and function block support template language pack functions, voting functions, and control of the Home show support management comments and comments to support Links function, writing support functions, support functions to vote in su
    2022-07-15 17:57:50下载
    积分:1
  • 信号分析仪探测器和平均为今天的数字通信标准
    快速准确的测量方法,在今天的数字通信信号需要适当使用信号分析仪探测器模式和平均类型。测量传输信号、 杂散信号、 邻道功率和噪声的最佳速度和信心远比复杂的普通连续波 (CW) 信号测量。本文介绍了不同的频谱分析仪探测器模式和平均的类型,及其 W-CDMA,主要通信标准的关系是-2000, GSM 和边缘。对测量精度的影响速度和还将讨论统计置信水平。
    2022-08-06 17:25:12下载
    积分:1
  • 在VB中读写INI,数据库配置会用到的
    在VB中读写INI文件,数据库配置文件会用到的-in VB literacy INI files, database configuration files will use the
    2023-07-26 08:05:03下载
    积分:1
  • 很好用的C++方面的encode ,decode源码;
    很好用的C++方面的encode ,decode源码;-Good use of C++ Area encode, decode source
    2022-01-25 20:17:56下载
    积分:1
  • 实现窗体自动隐藏方法有多种,可以使用定时器,不断监视鼠标,当鼠标移动到窗体边缘时,显示窗体,当鼠标离开后隐藏窗体。也可以在鼠标收到WM_NCMOUSEMOVE或...
    实现窗体自动隐藏方法有多种,可以使用定时器,不断监视鼠标,当鼠标移动到窗体边缘时,显示窗体,当鼠标离开后隐藏窗体。也可以在鼠标收到WM_NCMOUSEMOVE或 WM_MOUSEMOVE(无边框窗体)时激活窗体,然后在窗体消息WM_ACTIVE中设置显示或隐藏,这种方法在窗体未失去焦点时不会隐藏。我在原本的设计中便使用这种方法,只是在设计时发现非主窗体不太合适,激活窗体时会出现两个键盘焦点,而且我所需要的焦点是虚假的,可能我的设计不当,那位朋友若能完美实现,不妨交流一下。-achieve automatic hidden forms There are different ways they can use timers, constant surveillance mouse, the mouse moved to the brink of the form, the form shown when the mouse left hidden forms. The mouse can also receive WM_NCMOUSEMOVE or WM_MOUSEMOVE (no window frame), activated forms, and then in the form set WM_ACTIVE news show or hide, in the form of this method has not lost its focus will not be hidden. In my original design will use this method, the design was found non-main forms not appropriate, will be activated when there Form 2 keyboard focus, and I need the focus is false, maybe I am a poorly designed and friends who can achieve perfection, it may be things about.
    2022-03-04 19:46:00下载
    积分:1
  • 三星的基于nand flash的系统的专利,对于解U盘虚拟映射技术有很大帮助。...
    三星的基于nand flash的文件系统的专利,对于理解U盘虚拟映射技术有很大帮助。-Samsung nand flash-based file system patents, understanding virtual U-mapping technique is very helpful.
    2022-04-10 00:03:44下载
    积分:1
  • python 读写目录浏览功能类
    python 文件读写目录浏览功能类,包括目录浏览,文本文件读写,文本文件计数,编码读写等文本文件功能。还包括的编码的转换。
    2022-09-15 12:50:03下载
    积分:1
  • 完全使用标准 C++ 编写的分割合并程序。采用面向过程的编程风格,也就是俗称的 C 风格。希望各路高手踊跃发言,指出其不足之,提出整改意见、方案等。...
    完全使用标准 C++ 编写的文件分割合并程序。采用面向过程的编程风格,也就是俗称的 C 风格。希望各路高手踊跃发言,指出其不足之处,提出整改意见、方案等。 -Completely using standard C++ Partition the documents prepared by the merging process. Process-oriented programming style, which is commonly known as the C style. Hope that each expert will speak up and point out the inadequacies of the views put forward reform, programs such as.
    2022-03-01 16:16:41下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载