CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 数据库编程 搜索资源 - element

搜索资源列表

  1. AXIQUAD

    0下载:
  2. 用有限单元法计算梁杆构件,工程中的有限元方法.-using finite element method beam components, engineering the finite element method.
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:15.21kb
    • 提供者:陈无敌
  1. Lx10

    0下载:
  2. %four-element for square plate bending question %矩形板横弯问题的有限元程序- Four-element for square plate bending question % rectangular plate horizontal curved question finite element procedure
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:1.43kb
    • 提供者:岳宏亮
  1. xueshengshujukucaozuo

    0下载:
  2. 用c#语言实现数据库编程,实现对学生各种信息的操作,如插入,删除,查询等。里面有工程文件,可在元基础上进行修改,对数据库进一步学习!-With c# Database programming language, for students to achieve all kinds of information operations such as insert, delete, query and so on. There are project files can be modified bas
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-17
    • 文件大小:32.77kb
    • 提供者:yangshuangxue
  1. AList

    0下载:
  2. 基于数组的顺序表,可以实现顺序表的基本功能,如插入,删除,查找等-The list is based on an array.It can insert,cancel,seartch an element.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-08
    • 文件大小:217.84kb
    • 提供者:drifter
  1. String

    0下载:
  2. 数据的表示和存储; (1.1) 累积运算的中间结果和最终的计算结果的数据类型要求是整型——这是问题本身的要求; (1.2) 试设计合适的存储结构,要求每个元素或结点最多存储数据的3位数值。 -Data representation and storage (1.1) cumulative results of operations of the intermediate and final results of the integer data type is require
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-10
    • 文件大小:1.12kb
    • 提供者:guanshan
  1. PROJ-5

    0下载:
  2. 数据的表示和存储; (1.1) 累积运算的中间结果和最终的计算结果的数据类型要求是整型——这是问题本身的要求; (1.2) 试设计合适的存储结构,要求每个元素或结点最多存储数据的3位数值。 -Data representation and storage (1.1) cumulative results of operations of the intermediate and final results of the integer data type is require
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-08
    • 文件大小:1.69mb
    • 提供者:guanshan
  1. Dynamic-distribution-array-element

    0下载:
  2. 在程序运行期间动态建立数组,而不是通过数组说明(定义)建立数组,使程序正常运行却又不会浪费大量内存空间。-During the running of the application of dynamic build array, not through the array declaration (definition) establish arrays, and make the program but again not the normal operation of waste a lot
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-31
    • 文件大小:1.1kb
    • 提供者:ren_xi
  1. JGHFJGHKHJKHJKHJ

    0下载:
  2. 题目:有一个已经排好序的数组。现输入一个数,要求按原来的规律将它插入数组中。 1. 程序分析:首先判断此数是否大于最后一个数,然后再考虑插入中间的数的情况,插入后       此元素之后的数,依次后移一个位置。 2.程序源代码:-Topic: have a already sorted array. Now the input a number, according to the law of the original requirements will it into an ar
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2.47kb
    • 提供者:崔嬴
  1. struts2_01

    0下载:
  2. Struts2框架中核心组件就是Action、拦截器等,Struts2框架使用包来管理Action和拦截器等。每个包就是多个Action、多个拦截器、多个拦截器引用的集合。 在struts.xml文件中package元素用于定义包配置,每个package元素定义了一个包配置。它的常用属性有: l name:必填属性,用来指定包的名字。 l extends:可选属性,用来指定该包继承其他包。继承其它包,可以继承其它包中的Action定义、拦截器定义等。 l namespace:可选
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-16
    • 文件大小:3.92mb
    • 提供者:贾渊渊
  1. nixu

    0下载:
  2. 求数组逆序的函数。从键盘输入int型数组a[ 20 ]的20 个元素值,函数实现对数组元素数据的逆序放置。即第1个元素与第20个元素互换,第2个元素与第19个元素互换,……,第10个元素与第11个元素互换。压缩包内共两种方法。-Find an array reverse function. Input from a keyboard int array [20] of the 20 elements of the value placed on the reverse function to a
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-03
    • 文件大小:655byte
    • 提供者:沐阳浸月
  1. documentcreateelementNS01

    0下载:
  2. The method createElementNS creates an element of the given valid qualifiedName and NamespaceURI.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-11
    • 文件大小:1.15kb
    • 提供者:lsghhrjterli
  1. 1

    0下载:
  2. 1. 编写并测试如下函数: void Add (int a[], int m, int b[], int n) 该函数将数组b的前n个元素追加到数组a的前m个元素后,假定数组a具有至少存放m+n个元素的空间。例如,如果数组a为{22,33,44,55,66,77,88,99},数组b为{20,30,40,50,60,70,80,90},则调用Add(a,5,b,3)后,将把数组a变为{22,33,44,55,66,20,30,40}。注意数组b并没有改变,而且数组a中只需改变n个元素。
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-29
    • 文件大小:149.08kb
    • 提供者:
  1. tongy

    0下载:
  2. 一个元器件管理的管理软件。主要体现在对数据增删改查方面,即对数据库的操作。使用的是ACCESS数据库,ADO方式连接。程序启动时弹出登陆界面。用户名admin,密码123456。不同的用户登陆之后界面也不一样。-An Element Manager System,Use Access Database for add,delete,update and query data.Use ado type connect Database.You can use user:admin,password
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-29
    • 文件大小:77.95kb
    • 提供者:杨铭
  1. attrcreatedocumentfragment

    0下载:
  2. Attr nodes may be associated with Element nodes contained within a DocumentFragment.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1.34kb
    • 提供者:ecurit
  1. attrcreatedocumentfragment

    0下载:
  2. Attr nodes may be associated with Element nodes contained within a DocumentFragment.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1.59kb
    • 提供者:jj77112166paiz
  1. AttributeList

    0下载:
  2. Interface for an element s attribute specifications Source Code for Embedded Linux.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3.63kb
    • 提供者:f2161483duchen
  1. FEPG

    0下载:
  2. 基于FEPG的有限元方法,具体内容大家可以在文件中的说明来看。-The finite element method based on FEPG
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:4.23kb
    • 提供者:bei51739
  1. FEM

    0下载:
  2. 这个程序是利用追赶法求解一维有限元的程序,其中的基函数是二次线性函数。-this is finite element method for one dimention problem using zhuigan method
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2.38kb
    • 提供者:谢江明
  1. 8P

    0下载:
  2. 平面8节点等参元完整程序用FORTAN编写的-Eight-node plane isoparametric element integrity of procedures prepared by FORTAN
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:6.78kb
    • 提供者:ji4gsn
  1. ArraySubAtAdd

    0下载:
  2. 有两个数组a,b,大小都为n,数组元素的值任意,无序; 要求:通过交换a,b中的元素,使数组a元素的和与数组b元素的和之间的差最小-There are two arrays a, b, large and small for n, the value of the element array of arbitrary and disorderly requirements: through the exchange of a, b of elements to the array a elem
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:6.25kb
    • 提供者:y4isi
« 12 »
搜珍网 www.dssz.com