搜索资源列表
AXIQUAD
- 用有限单元法计算梁杆构件,工程中的有限元方法.-using finite element method beam components, engineering the finite element method.
Lx10
- %four-element for square plate bending question %矩形板横弯问题的有限元程序- Four-element for square plate bending question % rectangular plate horizontal curved question finite element procedure
xueshengshujukucaozuo
- 用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
AList
- 基于数组的顺序表,可以实现顺序表的基本功能,如插入,删除,查找等-The list is based on an array.It can insert,cancel,seartch an element.
String
- 数据的表示和存储; (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
PROJ-5
- 数据的表示和存储; (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
Dynamic-distribution-array-element
- 在程序运行期间动态建立数组,而不是通过数组说明(定义)建立数组,使程序正常运行却又不会浪费大量内存空间。-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
JGHFJGHKHJKHJKHJ
- 题目:有一个已经排好序的数组。现输入一个数,要求按原来的规律将它插入数组中。 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
struts2_01
- Struts2框架中核心组件就是Action、拦截器等,Struts2框架使用包来管理Action和拦截器等。每个包就是多个Action、多个拦截器、多个拦截器引用的集合。 在struts.xml文件中package元素用于定义包配置,每个package元素定义了一个包配置。它的常用属性有: l name:必填属性,用来指定包的名字。 l extends:可选属性,用来指定该包继承其他包。继承其它包,可以继承其它包中的Action定义、拦截器定义等。 l namespace:可选
nixu
- 求数组逆序的函数。从键盘输入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
documentcreateelementNS01
- The method createElementNS creates an element of the given valid qualifiedName and NamespaceURI.
1
- 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个元素。
tongy
- 一个元器件管理的管理软件。主要体现在对数据增删改查方面,即对数据库的操作。使用的是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
attrcreatedocumentfragment
- Attr nodes may be associated with Element nodes contained within a DocumentFragment.
attrcreatedocumentfragment
- Attr nodes may be associated with Element nodes contained within a DocumentFragment.
AttributeList
- Interface for an element s attribute specifications Source Code for Embedded Linux.
FEPG
- 基于FEPG的有限元方法,具体内容大家可以在文件中的说明来看。-The finite element method based on FEPG
FEM
- 这个程序是利用追赶法求解一维有限元的程序,其中的基函数是二次线性函数。-this is finite element method for one dimention problem using zhuigan method
8P
- 平面8节点等参元完整程序用FORTAN编写的-Eight-node plane isoparametric element integrity of procedures prepared by FORTAN
ArraySubAtAdd
- 有两个数组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
