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

End-user

  • 非线性有限元程序

    非线性有限元程序,NONSAP is a general finite element program for the nonlinear static and dynamic analysis of complex structures. The program is very flexible and was designed to be extended and modified by the user. In particular the program can easily be modified to use a different formulation of the equations of motions, different time integration operators and other additional options.

    标签: 非线性 有限元 程序

    上传时间: 2016-11-12

    上传用户:hopy

  • 安徽省货物销售统一发票管理系统 操作说明 1、开票 F7或双击可 查询

    安徽省货物销售统一发票管理系统 操作说明 1、开票 F7或双击可 查询, 方向键,Home、 End、PgUp、PgDown、回车用于 移动光标位置。 发票无金额时,不允许保存。有金额无品名时也不得保存。 发票打印前,应先确定好打印机。直接在程序中选择即可。也不必非要将票据打印机设置为默认打印机。 首次打印发票时,建议不要直接先用发票,应先用其他纸张裁成与发票同等大小进行试打,经过调整打印位置,打印偏移量来确定好发票套打位置。 2、发票作废 特别小心,本系统为了起到发票的管理功能,没有提供发票的修改、删除、取消作废等功能。所以不管是保存也好,作废也好都有要特别细心。保存过后不得修改,可多次打印。作废过后,则无法取消作废,打印时也标记了作废字样。

    标签: 销售 管理系统 操作说明 查询

    上传时间: 2013-12-13

    上传用户:wfeel

  • C 开发的有限元软件

    C 开发的有限元软件,界面还可以,不错,可以试试。 FElt is a free system for introductory level finite element analysis. It is primarily intended as a teaching tool for introductory type courses in finite elements - probably in the mechanical/structural/civil fields. In a command line environment, FElt uses an intuitive, straightforward input syntax to describe problems. It also includes a graphical user interface for workstations that allows the user to set-up, solve and post-process the problem in a single CAD-like environment.

    标签: 有限元 软件

    上传时间: 2014-03-09

    上传用户:zycidjl

  • public void playerUpdate(final Player p, final String event, final Object eventData) { // queue a

    public void playerUpdate(final Player p, final String event, final Object eventData) { // queue a call to updateEvent in the user interface event queue Display display = Display.getDisplay(midlet) display.callSerially(new Runnable() { public void run() { DRMPlayer.this.updateEvent(p, event, eventData) } }) }

    标签: final playerUpdate eventData public

    上传时间: 2013-12-18

    上传用户:1109003457

  • • Symbian OS basics, Memory Management, Descriptors, Application Structure, Client-Server, Act

    • Symbian OS basics, Memory Management, Descriptors, Application Structure, Client-Server, Active Object, Application UI Viewer, Screen Saver, File Handling, Simple 2D,3D games, Simple Banner, Scalable UI, Location Finder GPS, HTTP client API, End-End Socket HTTP API,DBMS, Messaging Application.

    标签: Client-Server Descriptors Application Management

    上传时间: 2013-12-01

    上传用户:zhangyigenius

  • We propose a technique that allows a person to design a new photograph with substantially less effo

    We propose a technique that allows a person to design a new photograph with substantially less effort. This paper presents a method that generates a composite image when a user types in nouns, such as “boat” and “sand.” The artist can optionally design an intended image by specifying other constraints. Our algorithm formulates the constraints as queries to search an automatically annotated image database. The desired photograph, not a collage, is then synthesized using graph-cut optimization, optionally allowing for further user interaction to edit or choose among alternative generated photos. An implementation of our approach, shown in the associated video, demonstrates our contributions of (1) a method for creating specific images with minimal human effort, and (2) a combined algorithm for automatically building an image library with semantic annotations from any photo collection.

    标签: substantially photograph technique propose

    上传时间: 2016-11-24

    上传用户:三人用菜

  • EPSON的S1D13A05芯片在VxWorks下的WindML显示驱动源码以及使用说明。S1D13A05是一款使用的非常多的LCD控制及USB协议芯片。 1、S1D13A05_WindML_v2.

    EPSON的S1D13A05芯片在VxWorks下的WindML显示驱动源码以及使用说明。S1D13A05是一款使用的非常多的LCD控制及USB协议芯片。 1、S1D13A05_WindML_v2.0_Display_Driver是WindML源代码 2、x40ae003 (S1D13A05 WindML v2.0 Display Driver User Manual Rev 1.0)是WindML源码的说明文档

    标签: S1D13A05 WindML_v VxWorks WindML

    上传时间: 2014-01-26

    上传用户:jcljkh

  • 掌握在uC/OS-II 操作系统下使用ZLG/GUI的基本方法。 1. 启动 ADS 1.2

    掌握在uC/OS-II 操作系统下使用ZLG/GUI的基本方法。 1. 启动 ADS 1.2,使用 ARM Executable Image for UCOSII(for lpc22xx)工程模板建立一 个工程 gui_ucos,工程存储在 uCOS-II 目录下。 说明:在 uCOS-II 目录下要保存有 uCOS-II 的移植代码和内核源代码。 2. 建立 C 源文件 Test .c,编写实验程序,保存到 gui_ucos\src 目录下,然后添加到工程 的 user组中。 3. 复制 ZLG/GUI 文件。把 ZLG_GUI 整个目录及文件复制到 gui_ucos\SRC 目录下。 4. 添加 ZLG/GUI 文件。在工程管理窗口中新建一个组 ZLG/GUI,然后在这个组内添 加 gui_ucos\SRC\ZLG_GUI下的所有 C 源程序文件和 GUI_CONFIG.H配置文件。 5. 新建驱动程序,在工程管理窗口中新建一个组 lcd_drive,并将驱动程序添加到工程 的 lcd_drive组中。驱动程序文件名比如:LCDDRIVE.c、LCDDRIVE.H,可以保存 在 gui_ucos\SRC 目录下。 6. 修改 CONFIG.H,增加包含 LCDDRIVE.H 头文件和 ZLG/GUI 的所有头文件,如程 序清单 1.3 所示。

    标签: OS-II GUI ADS 1.2

    上传时间: 2013-12-21

    上传用户:wyc199288

  • This Application Note describes the steps that are required to install and use the Keil Monitor-51 o

    This Application Note describes the steps that are required to install and use the Keil Monitor-51 on a user specific hardware. The Keil Monitor-51 allows you to connect your 8051 hardware to the μVision2 Debugger. You can use the powerful debugging interface to test application programs in your target hardware.

    标签: Application describes the required

    上传时间: 2013-12-03

    上传用户:lvzhr

  • 电子书店的源代码。电子书店分为普通用户访问界面和管理员访问界面两部分。两种用户均通过login.jsp页面进入系统

    电子书店的源代码。电子书店分为普通用户访问界面和管理员访问界面两部分。两种用户均通过login.jsp页面进入系统,所使用的用户名的身份不同即进入不同的访问界面。用户名和密码可以在数据库book中的user数据表中查询。

    标签: login jsp 电子书

    上传时间: 2014-01-15

    上传用户:498732662