期刊文献+
共找到502篇文章
< 1 2 26 >
每页显示 20 50 100
SQL Server数据库触发器与存储过程技术在自定义数据表中的应用 被引量:7
1
作者 石道生 张士军 孙山 《计算机与现代化》 2004年第3期22-24,共3页
通过对MSSQLServer数据库的触发器和存储过程的介绍 ,并以工资数据表为例详细介绍了在基于客户端 /服务器(Client/Server)结构的MIS系统中利用后台数据库触发器技术和存储过程技术 ,实现自定义数据表 。
关键词 数据库 触发器 存储过程 自定义数据表 SQL SERVER 数据管理 工资制度 工资数据表
下载PDF
VR-Forces计算机兵力生成程序分析与设计 被引量:13
2
作者 高化猛 李智 赵新国 《计算机仿真》 CSCD 2007年第6期212-215,共4页
计算机生成兵力程序的开发环境一般是基于外军环境与武器模型进行构建,为了适应具体的需求,用户必须进行仿真功能的自定义和扩展。以VR-Forces为计算机生成兵力开发环境,对VR-Forces程序结构、类层次结构、类工厂机制和API接口进行分析... 计算机生成兵力程序的开发环境一般是基于外军环境与武器模型进行构建,为了适应具体的需求,用户必须进行仿真功能的自定义和扩展。以VR-Forces为计算机生成兵力开发环境,对VR-Forces程序结构、类层次结构、类工厂机制和API接口进行分析,利用VisualC++开发环境和VR-Forces提供的应用编程接口(Application Programming Interface),对VR-Forces提供的源程序重新进行编程与编译,建立一个自定义的、实现了功能扩展的计算机兵力生成程序,试验数据表明,新的仿真系统功能得到扩展,运行正确,具有较好的适用性。 展开更多
关键词 计算机兵力生成 应用编程接口 自定义 功能扩展
下载PDF
基于改进多层次模糊关联规则的定量数据挖掘算法 被引量:12
3
作者 张定祥 张跃进 《计算机应用研究》 CSCD 北大核心 2019年第12期3619-3622,共4页
针对单一层次结构实现规则提取具有规则提取准确性不高、算法运行时间长、难以满足用户使用需求的问题,提出一种基于改进多层次模糊关联规则的定量数据挖掘算法。采用高频项目集合,通过不断深化迭代的方法形成自顶向下的挖掘过程,整合... 针对单一层次结构实现规则提取具有规则提取准确性不高、算法运行时间长、难以满足用户使用需求的问题,提出一种基于改进多层次模糊关联规则的定量数据挖掘算法。采用高频项目集合,通过不断深化迭代的方法形成自顶向下的挖掘过程,整合模糊集合理论、数据挖掘算法以及多层次分类技术,从事务数据集中寻找模糊关联规则,挖掘出储存在多层次结构事务数据库中定量值信息的隐含知识,实现用户的定制化信息挖掘需求。实验结果表明,提出的数据挖掘算法在挖掘精度和运算时间方面相较于其他算法具有突出优势,可为多层次关联规则提取方法的实际应用带来新的发展空间。 展开更多
关键词 模糊集合 用户定制化 多层次结构 柔性边界 隶属度函数
下载PDF
Distributed and Weighted Extreme Learning Machine for Imbalanced Big Data Learning 被引量:10
4
作者 Zhiqiong Wang Junchang Xin +4 位作者 Hongxu Yang Shuo Tian Ge Yu Chenren Xu Yudong Yao 《Tsinghua Science and Technology》 SCIE EI CAS CSCD 2017年第2期160-173,共14页
The Extreme Learning Machine(ELM) and its variants are effective in many machine learning applications such as Imbalanced Learning(IL) or Big Data(BD) learning. However, they are unable to solve both imbalanced ... The Extreme Learning Machine(ELM) and its variants are effective in many machine learning applications such as Imbalanced Learning(IL) or Big Data(BD) learning. However, they are unable to solve both imbalanced and large-volume data learning problems. This study addresses the IL problem in BD applications. The Distributed and Weighted ELM(DW-ELM) algorithm is proposed, which is based on the Map Reduce framework. To confirm the feasibility of parallel computation, first, the fact that matrix multiplication operators are decomposable is illustrated.Then, to further improve the computational efficiency, an Improved DW-ELM algorithm(IDW-ELM) is developed using only one Map Reduce job. The successful operations of the proposed DW-ELM and IDW-ELM algorithms are finally validated through experiments. 展开更多
关键词 weighted Extreme Learning Machine(ELM) imbalanced big data MapReduce framework user-defined counter
原文传递
基于组件的自定义报表系统的设计与实现 被引量:8
5
作者 宋晓宇 刘蔚然 刘天波 《计算机工程与设计》 CSCD 北大核心 2008年第11期2963-2966,共4页
传统报表定制方式中报表数据项和报表界面是固定的,使系统后期维护繁重并且难以实现用户的需求。针对上述问题,提出了基于组件的自定义报表系统的设计方法,给出了基于组件技术的自定义报表系统的功能模型、组件层次模型以及实现框架,通... 传统报表定制方式中报表数据项和报表界面是固定的,使系统后期维护繁重并且难以实现用户的需求。针对上述问题,提出了基于组件的自定义报表系统的设计方法,给出了基于组件技术的自定义报表系统的功能模型、组件层次模型以及实现框架,通过设计各类型组件实现了用户可自定义报表数据项和报表界面的功能。将组件技术应用到系统开发中,提高了系统开发效率,降低了开发成本,使系统更易维护、扩展和升级。 展开更多
关键词 组件 自定义 报表系统 数据源 数据库 模板
下载PDF
可灵活配置整定原则的继电保护整定计算软件的研究 被引量:8
6
作者 高红艳 杨志刚 《电力系统保护与控制》 EI CSCD 北大核心 2010年第19期175-179,共5页
通过对整定计算软件现状的研究,指出了现有继电保护整定计算软件在软件实现的通用性和可扩展方面存在的问题。提出了解决软件通用性的方法,即用户可以自定义添加和修改整定计算规则,可以自定义添加和修改整定计算公式,该功能是通过数值... 通过对整定计算软件现状的研究,指出了现有继电保护整定计算软件在软件实现的通用性和可扩展方面存在的问题。提出了解决软件通用性的方法,即用户可以自定义添加和修改整定计算规则,可以自定义添加和修改整定计算公式,该功能是通过数值/逻辑解释器这一工具辅助完成的。同时该软件将整定计算函数及软件用到的公共函数做成动态链接库,解决了软件版本控制的问题,使得整定规则可以灵活配置,实现了软件更为通用和可维护可扩展性功能。 展开更多
关键词 继电保护 整定计算 用户自定义 原则可配置化
下载PDF
CASS数据向ArcGis转换解决方案 被引量:8
7
作者 张帅 刘邦兵 +3 位作者 胡建艺 李群喜 李金涛 娄元鹏 《地理空间信息》 2011年第4期48-50,190,共3页
因南方CASS版本较多,且各地政府部门常依据地图使用有所侧重而定制部分属性结构,这就给不同来源的CASS数据向统一的ArcGis格式转换带来了诸多不便。本文就此类问题以VC++语言为依托,兼采用ObjectARX技术进行讨论、研究,并提出一套解决方... 因南方CASS版本较多,且各地政府部门常依据地图使用有所侧重而定制部分属性结构,这就给不同来源的CASS数据向统一的ArcGis格式转换带来了诸多不便。本文就此类问题以VC++语言为依托,兼采用ObjectARX技术进行讨论、研究,并提出一套解决方案,使数据转换做到了完全自定义。 展开更多
关键词 CASS ARCGIS 数据转换 自定义 OBJECTARX
下载PDF
A Target Tracking System for Applications in Hydraulic Engineering 被引量:4
8
作者 沈乔楠 安雪晖 《Tsinghua Science and Technology》 SCIE EI CAS 2008年第S1期343-347,共5页
A new type of digital video monitoring system (DVMS) named user defined target tracking system (UDTTS), was developed based on the digital image processing (DIP) technology and the practice demands of construction sit... A new type of digital video monitoring system (DVMS) named user defined target tracking system (UDTTS), was developed based on the digital image processing (DIP) technology and the practice demands of construction site management in hydraulic engineering. The position, speed, and track of moving targets such as humans and vehicles, which could be calculated by their locations at anytime in images basically, were required for management. The proposed algorithm, dependent on the context-sensitive moving information of image sequences which was much more than one or two images provided, compared the blobs’ properties in current frame to the trajectories of targets in the previous frames and then corresponded them. The processing frame rate is about 10fps with the image 240-by-120 pixels. Experimental results show that position, direction, and speed measurements have an accuracy level compatible with the manual work. The user-define process makes the UDTTS available to the public whenever appropriate. 展开更多
关键词 target tracking system digital image processing user-defined consecutive trajectory
原文传递
对冲式止回阀低流量关闭过程动态特性分析 被引量:5
9
作者 杨志达 陈炳德 +2 位作者 黄伟 韩伟实 张志明 《哈尔滨工程大学学报》 EI CAS CSCD 北大核心 2014年第3期331-335,共5页
为减小动力装置止回阀切换时的水击和阀头与阀座的撞击,提出了阀头与流体运动方向互逆的对冲式止回阀。将FLUENT的动网格技术引入到止回阀内部流场的模拟中,解决了阀门关闭时内部流场区域瞬时变化的问题。由牛顿运动第二定律的欧拉显式... 为减小动力装置止回阀切换时的水击和阀头与阀座的撞击,提出了阀头与流体运动方向互逆的对冲式止回阀。将FLUENT的动网格技术引入到止回阀内部流场的模拟中,解决了阀门关闭时内部流场区域瞬时变化的问题。由牛顿运动第二定律的欧拉显式格式得出了阀门在关闭过程中的流量变化,阀头、阀座的受力变化和速度变化,通过以上参量判断阀头、阀座的工作状态,最后通过实验来验证理论分析的结果。模拟结果与实验表明,动网格技术能够较好地模拟阀门内部流场的变化,对冲式止回阀能够可靠地在小流量情况下关闭。 展开更多
关键词 止回阀 动态特性 动网格 用户自定义文件 流场 user-defined FUNCTION ( UDF)
下载PDF
Development and application of a multi-physics and multi-scale coupling program for lead-cooled fast reactor 被引量:4
10
作者 Xiao Luo Chi Wang +4 位作者 Ze-Ren Zou Lian-Kai Cao Shuai Wang Zhao Chen Hong-Li Chen 《Nuclear Science and Techniques》 SCIE EI CAS CSCD 2022年第2期40-52,共13页
In this study,a multi-physics and multi-scale coupling program,Fluent/KMC-sub/NDK,was developed based on the user-defined functions(UDF)of Fluent,in which the KMC-sub-code is a sub-channel thermal-hydraulic code and t... In this study,a multi-physics and multi-scale coupling program,Fluent/KMC-sub/NDK,was developed based on the user-defined functions(UDF)of Fluent,in which the KMC-sub-code is a sub-channel thermal-hydraulic code and the NDK code is a neutron diffusion code.The coupling program framework adopts the"master-slave"mode,in which Fluent is the master program while NDK and KMC-sub are coupled internally and compiled into the dynamic link library(DLL)as slave codes.The domain decomposition method was adopted,in which the reactor core was simulated by NDK and KMC-sub,while the rest of the primary loop was simulated using Fluent.A simulation of the reactor shutdown process of M2LFR-1000 was carried out using the coupling program,and the code-to-code verification was performed with ATHLET,demonstrating a good agreement,with absolute deviation was smaller than 0.2%.The results show an obvious thermal stratification phenomenon during the shutdown process,which occurs 10 s after shutdown,and the change in thermal stratification phenomena is also captured by the coupling program.At the same time,the change in the neutron flux density distribution of the reactor was also obtained. 展开更多
关键词 Multi-physics and multi-scale coupling method user-defined functions Dynamic link library Thermal stratification Lead-cooled fast reactor
下载PDF
Fully fluid-solid coupling dynamic model for seismic response of underground structures in saturated soils 被引量:4
11
作者 Li Liang Jiao Hongyun +1 位作者 Du Xiuli Shi Peixin 《Earthquake Engineering and Engineering Vibration》 SCIE EI CSCD 2020年第2期257-268,共12页
The seismic response characteristics of underground structures in saturated soils are investigated.A fully fluid-solid coupling dynamic model is developed and implemented into ABAQUS with a user-defined element to sim... The seismic response characteristics of underground structures in saturated soils are investigated.A fully fluid-solid coupling dynamic model is developed and implemented into ABAQUS with a user-defined element to simulate the dynamic behavior of saturated soils.The accuracy of the model is validated using a classic example in literature.The performance of the model is verified by its application on simulating the seismic response characteristics of a subway station built in saturated soils.The merits of the model are demonstrated by comparing the difference of the seismic response of an underground structure in saturated soils between using the fully coupling model and a single-phase medium model.The study finds that the fully coupling model developed herein can simulate the dynamic response characteristics of the underground structures in saturated soils with high accuracy.The seismic response of the underground structure tends to be underestimated by using the single-phase medium model compared with using the fully coupling model,which provides a weaker confining action to the underground structure. 展开更多
关键词 UNDERGROUND structure saturated SOIL SEISMIC RESPONSE fluid-solid COUPLING dynamic model user-defined ELEMENT
下载PDF
医院生物样本数据资源管理系统的优化设计及应用
12
作者 张骐麒 宁晓艳 +5 位作者 黄慧 刘春艳 孙雪滢 甄乐 王志东 蒲春文 《中华医学科研管理杂志》 2023年第1期62-66,共5页
目的建立一套规范化、信息化的用于保存、管理、查询和统计生物样本及其临床数据的信息化管理系统,有利于提高生物样本及其信息的利用率。方法在保障生物样本库运营环境和样本数据安全的前提下,创建一种基于数据库的数据逻辑关系模型,... 目的建立一套规范化、信息化的用于保存、管理、查询和统计生物样本及其临床数据的信息化管理系统,有利于提高生物样本及其信息的利用率。方法在保障生物样本库运营环境和样本数据安全的前提下,创建一种基于数据库的数据逻辑关系模型,应用于信息管理系统管理和分析中心入组生物样本库患者的生物样本及其配套临床信息。结果为保证随访队列的建立,中心生物样本库持续的采集住院和门诊患者的生物样本和配套的临床信息。2014年12月年至今,共保存来自住院、门诊和科研的生物样本超过27万余份。利用该模型优化的信息管理系统高效的完成了生物样本库基本工作;同时,实现了样本源多种信息的联合查询和批量查询功能,并以报表格式进行相互转换和统计学分析。结论中心信息管理系统符合医院级样本库的建设管理模式,优化的信息管理系统满足了样本库日常工作和研究人员多元的科学需求,为精准医疗的发展提供了便利的平台和丰富的资源。 展开更多
关键词 信息化管理系统 生物样本 联合查询 自定义
原文传递
Numerical simulation of coupling multi-physical field in electrical arc furnace for smelting titanium slag
13
作者 He-nan Cui Tao Li +2 位作者 Chen-guang Bai Min Tan Yu-lin Zhu 《Journal of Iron and Steel Research International》 SCIE EI CAS CSCD 2023年第11期2194-2209,共16页
The smelting reduction process of the ilmenite in an electric arc furnace(EAF)is a commonly used technology for producing titanium slag in the world.It has particular significance to analyze the velocity-temperature-e... The smelting reduction process of the ilmenite in an electric arc furnace(EAF)is a commonly used technology for producing titanium slag in the world.It has particular significance to analyze the velocity-temperature-electromagnetics multi-physical field in an EAF for improving its productivity and reducing energy consumption.A transient three-dimensional mathematical model was developed to characterize the flow,heat transfer,and electromagnetic behavior in a titanium slag EAF.For describing the electromagnetic field and its effects on velocity and temperature distribution in the furnace,magnetohydrodynamic equations and conservation equations for mass,momentum,and energy were solved simultaneously by compiling the user-defined function program.The numerical model was verified by comparing with the literature data.The results indicate that the Lorentz force is the main driving force of the velocity and temperature distribution.Moreover,the influence of input current and location of electrodes on the multi-physical field distribution was also investigated.It is found that the appropriate range of input current and diameter of pitch circle are about 30,000 A and 3000-3500 mm,respectively.The mathematical model established can characterize the multi-physical field more accu-rately than before,which can provide valuable guidance for the operation improvement and design optimization of the EAF for producing titanium slag. 展开更多
关键词 Electric arc furnace Titanium slag MAGNETOHYDRODYNAMIC Multi-physical field user-defined function
原文传递
图书馆自定义统计系统的设计与实现 被引量:4
14
作者 王婷 杨守文 郭勇 《现代图书情报技术》 CSSCI 北大核心 2008年第5期94-97,共4页
结合北京化工大学图书馆在开发和测试图书馆自定义统计系统过程中的研发实践,介绍自定义统计系统的设计理念和具体实现方法,通过实例分析B/S模式、JSP、SVG和SQL等相关技术的运用以及系统设计的技术要点。
关键词 图书馆自动化系统 自定义统计 B/S模式 JSP
下载PDF
Effects of Structural Characteristics of a Bionic Dragonfly Wing on Its Low Velocity Impact Resistance 被引量:2
15
作者 Azadeh Arjangpay Abolfazl Darvizeh Mehdi Yarmohammad Tooski 《Journal of Bionic Engineering》 SCIE EI CSCD 2018年第5期859-871,共13页
The influence of the structural features of dragonfly wings, including the sandwich-type configuration of longitudinal veins and the longitudinal corrugations, on the impact response of a bio-inspired structure is inv... The influence of the structural features of dragonfly wings, including the sandwich-type configuration of longitudinal veins and the longitudinal corrugations, on the impact response of a bio-inspired structure is investigated. According to experimental observations of the wing morphology, a novel foam-based composite structure is introduced consisting of E-glass/epoxy face-sheets bonded to a polyurethane foam core. A finite element model is employed to simulate the structural responses of the biomimetic structure under low velocity impact. The initiation and evolution of the impact-induced damage in composite skins are simulated by applying a user-defined progressive damage model together with the interracial cohesive law for intra- and inter-laminar damages, respectively. To simulate the nonlinear behavior of the foam core, a crushable plasticity model is implemented. The numerically obtained results are found to correlate with the experimentally measured ones, acquired by drop-weight testing on a bio-inspired structure. It is numerically predicted that reinforcing the structure with the veins gives the more impact load-bearing capacity and the longitudinal corrugation can increase the stiffness and damage resistance of the structure. Effects of the change in impact location, the configuration of the veins and the corrugated angle on damage resistance of the structures are fully discussed. 展开更多
关键词 dragonfly wing bio-inspired structure impact response progressive damage Vectorized user-defined Material subroutine
原文传递
Stress analysis and damage evolution in individual plies of notched composite laminates subjected to in-plane loads 被引量:2
16
作者 Hu Junshan Zhang Kaifu +3 位作者 Cheng Hui Liu Ping Zou Peng Song Danlong 《Chinese Journal of Aeronautics》 SCIE EI CAS CSCD 2017年第1期447-460,共14页
This work aims to investigate local stress distribution, damage evolution and failure of notched composite laminates under in-plane loads. An analytic method containing uniformed boundary equations using a complex var... This work aims to investigate local stress distribution, damage evolution and failure of notched composite laminates under in-plane loads. An analytic method containing uniformed boundary equations using a complex variable approach is developed to present layer-by-layer stresses around the notch. The uniformed boundary equations established in series together with conformal mapping functions are capable of dealing with irregular boundary issues around the notch and at infinity. Stress results are employed to evaluate the damage initiation and propagation of notched composites by progressive damage analysis(PDA). A user-defined subroutine is developed in the finite element(FE) model based on coupling theories for mixed failure criteria and damage mechanics to efficiently investigate damage evolution as well as failure modes. Carbon/epoxy laminates with a stacking sequence of [45°/0°/ 60°/90°]sare used to investigate surface strains, in-plane load capacity and microstructure of failure zones to provide analytic and FE methods with strong validation. Good agreement is observed between the analytic method, the FE model and experiments in terms of the stress(strain) distributions, damage evaluation and ultimate strength, and the layerby-layer stress components vary according to a combination effect of fiber orientation and loading type, causing diverse failure modes in individuals. 展开更多
关键词 Damage evolution Failure mode Failure strength Layer-by-layer stresses user-defined subroutine
原文传递
Confidence support vector domain description 被引量:2
17
作者 Liu Sanyang Liang Jinjin +1 位作者 Wu De Duan Wei 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2009年第4期852-857,共6页
To accelerate the training of support vector domain description (SVDD), confidence support vector domain description (CSVDD) is proposed based on the observation that the description boundary is determined by a sm... To accelerate the training of support vector domain description (SVDD), confidence support vector domain description (CSVDD) is proposed based on the observation that the description boundary is determined by a small subset of training data called support vectors. Namely, the number of training samples in the userdefined sphere is calculated and taken as the confidence measure, according to which the training samples are ranked in ascending order. Those former ranked ones are selected as the boundary targets for the SVDD training. Simulations on UCI data demonstrate the effectiveness and superiority of CSVDD: the number of training targets and the training time are reduced without any loss of accuracy. 展开更多
关键词 support vector domain description confidence support vector domain description user-defined sphere confidence measure boundary targets.
下载PDF
高校财务自定义票据打印系统设计与实现 被引量:3
18
作者 张正何 《玉林师范学院学报》 2013年第2期127-133,共7页
高校财务票据打印工作是一项重复性很强的工作,为了减轻财务工作人员的工作量,笔者开发了本系统,该系统具有操作简便、扩展性强、维护成本低的特点,能充分适应高校财务工作中票据打印的工作。
关键词 财务票据 自定义 打印系统
下载PDF
基于ASP.NET控件定义的分析与比较 被引量:2
19
作者 马洁 周静 《通信技术》 2010年第4期144-146,共3页
针对ASP.NET程序员能够使用的两种控件WEB自定义控件和WEB用户控件进行讨论,分析与总结一些自定义用户控件和自定义控件的方法,以此来解决用户在得不到控件库的满足时的需要,并通过介绍这些自定义的方法和两种控件的比较来进一步学习和... 针对ASP.NET程序员能够使用的两种控件WEB自定义控件和WEB用户控件进行讨论,分析与总结一些自定义用户控件和自定义控件的方法,以此来解决用户在得不到控件库的满足时的需要,并通过介绍这些自定义的方法和两种控件的比较来进一步学习和理解这两种控件,达到逐步理解ASP.NET自定义控件的含义,从而理解更多重用和封装自定义UI的代码的方法,帮助开发人员缩短开发周期。 展开更多
关键词 动态服务器页面 控件 自定义
原文传递
The IRIS Development Platform and Proposed Object-Oriented Data Base 被引量:1
20
作者 Mihai-Octavian Dima 《Journal of Software Engineering and Applications》 2015年第4期167-174,共8页
Various code development platforms, such as the ATHENA Framework [1] of the ATLAS [2] experiment encounter lengthy compilation/linking times. To augment this situation, the IRIS Development Platform was built as a sof... Various code development platforms, such as the ATHENA Framework [1] of the ATLAS [2] experiment encounter lengthy compilation/linking times. To augment this situation, the IRIS Development Platform was built as a software development framework acting as compiler, cross-project linker and data fetcher, which allow hot-swaps in order to compare various versions of software under test. The flexibility fostered by IRIS allowed modular exchange of software libraries among developers, making it a powerful development tool. The IRIS platform used input data ROOT-ntuples [3];however a new data model is sought, in line with the facilities offered by IRIS. The schematic of a possible new data structuring—as a user implemented object oriented data base, is presented. 展开更多
关键词 SOFTWARE Development PLATFORM user-defined OBJECT ORIENTED Data-Base
下载PDF
上一页 1 2 26 下一页 到第
使用帮助 返回顶部