虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Group-Office

  • 1、smartdraw绿色版软件

    1、smartdraw绿色版软件,下载地址:http://www.onegreen.net/Soft_Show.asp?SoftID=402 2、viso2007:office组件,比较大,功能也不错,支持UML1.4 3、rationalRose2003:IBM的CASE设计工具,商业工具,需要破解,支持UML1.4 4、truFun2005国产CASE设计工具,支持UML1.4,下载地址:http://banma.yninfo.com/chengxukaifa/diaoshigongju/zhong_wenmda_gong_jutrufun_kant_2005_90791.shtml

    标签: smartdraw 绿色版 软件

    上传时间: 2013-12-27

    上传用户:zhenyushaw

  • 利用QuartusII的"MegaWizard Plug-In Manager", 设计输入数据宽度是4bit的ADD、SUB、MULT、DIVIDE、COMPARE 把它们作为一个proje

    利用QuartusII的"MegaWizard Plug-In Manager", 设计输入数据宽度是4bit的ADD、SUB、MULT、DIVIDE、COMPARE 把它们作为一个project,DEVICE选用EPF10K70RC240-4,对它们进行 时序仿真,将仿真波形(输入输出选用group)在一页纸上打印出来。 2.利用QuartusII的"MegaWizard Plug-In Manager"中的LPM_COUNTER, 设计一个20bit的up_only COUNTER, 要求该COUNTER在FE0FA和FFFFF之间自动循环计数; 分析该COUNTER在EPM7128SLC84-7、EPM7128SLC84-10、和EPF10K70RC240-2、 EPF10K70RC240-4几种芯片中的最大工作频率; 请将计数器的输出值在FFFFC--FE0FF之间的仿真波形打印出来 (仅EPF10K70RC240-4芯片,最大允许Clock频率下)。

    标签: MegaWizard QuartusII Manager COMPARE

    上传时间: 2016-12-26

    上传用户:王者A

  • 一个比较完善的超市销售管理系统(后台)

    一个比较完善的超市销售管理系统(后台),漂亮的Office XP界面,功能基本完善,基于MS SQL Server 2000后台数据库开发

    标签: 比较 后台 销售 管理系统

    上传时间: 2014-12-05

    上传用户:hzy5825468

  • 一个打印EXCEL文件的组件

    一个打印EXCEL文件的组件,可以用于打印EXCEL文件,需要OFFICE支持

    标签: EXCEL 打印

    上传时间: 2017-01-28

    上传用户:曹云鹏

  • 微波电路设计

    微波电路设计,切比雪夫微波低通滤波器的设计,Microwave Office设计 仿真,带说明书

    标签: 微波电路

    上传时间: 2017-01-28

    上传用户:皇族传媒

  • 在线生成word

    在线生成word,调用office api,通过jacob调用C++ dll

    标签: word

    上传时间: 2017-03-25

    上传用户:lifangyuan12

  • This document contains a detailed description of the usage and configuration of the JSVM [Joint Scal

    This document contains a detailed description of the usage and configuration of the JSVM [Joint Scalable Video Model] software for the Scalable Video Coding [SVC] project of the Joint Video Team [JVT] of the ISO/IEC Moving Pictures Experts Group [MPEG] and the ITU-T Video Coding Experts Group [VCEG]. It provides information how to build the software on Windows32 and Linux platforms. It contains a description of the usage and configuration for the binaries built from the software package, including examples for spatial, SNR and combined scalability scenarios. Guidelines for the integration and validation of new tools in the software are provided.

    标签: configuration description the document

    上传时间: 2017-03-26

    上传用户:sz_hjbf

  • R1EX24xxx series are two-wire serial interface EEPROM (Electrically Erasable and Programmable ROM).

    R1EX24xxx series are two-wire serial interface EEPROM (Electrically Erasable and Programmable ROM). They realize high speed, low power consumption and a high level of reliability by employing advanced MNOS memory technology and CMOS process and low voltage circuitry technology. They also have a 128-byte page programming function to make their write operation faster. Note: Renesas Technology鈥檚 serial EEPROM are authorized for using consumer applications such as cellular phone, camcorders, audio equipment. Therefore, please contact Renesas Technology鈥檚 sales office before using industrial applications such as automotive systems, embedded controllers, and meters

    标签: Electrically Programmable interface Erasable

    上传时间: 2014-01-07

    上传用户:xiaohuanhuan

  • JODConverter

    JODConverter ,Java OpenDocument的转换器,可以转换不同的文档之间的文件格式。 它利用OpenOffice.org的导入/导出过滤器,转换OpenDocument和微软Office格式

    标签: JODConverter

    上传时间: 2013-12-18

    上传用户:shizhanincc

  • HashTable实例 public class HashTable_msg { public HashTable_msg() { String sum_sql="select

    HashTable实例 public class HashTable_msg { public HashTable_msg() { String sum_sql="select mobilenum,count(*) from SJSJ_Msg where (left(in_date,6)=(select left(CONVERT(varchar(12) , getdate(), 112 ),6)))group by mobilenum" Hashtable<String,Integer> ht = new Hashtable<String,Integer>() try{ ResultSet rs= DBAccess.getInstance().select(sum_sql) while(rs!=null) { ht.put(rs.getString(1),rs.getInt(2)) rs.next() } } catch (Exception e) { Logs.printError(e) } } }

    标签: HashTable_msg public HashTable sum_sql

    上传时间: 2014-12-07

    上传用户:a6697238