期刊文献+
共找到67篇文章
< 1 2 4 >
每页显示 20 50 100
Use of Spreadsheets as an Introductory Tool for Solving Fluid-Structure Interaction Problem
1
作者 Lineu Jose Pedroso Danilo O. T. Belo Paulo Marcelo Vieira Ribeiro 《Journal of Civil Engineering and Architecture》 2014年第9期1098-1109,共12页
A simple and intuitive manner for solving fluid-structure interaction problem has been developed using Microsoft Excel spreadsheets. By eliminating the need of previous knowledge of any programming language, the metho... A simple and intuitive manner for solving fluid-structure interaction problem has been developed using Microsoft Excel spreadsheets. By eliminating the need of previous knowledge of any programming language, the method appears as an interesting introduction to numerical solutions of partial differential equations, due to the direct and didactic way that it is developed. Proposed procedure enables the analysis of tridimensional geometries using the finite difference method and can be extended to other differential equations or boundary conditions. The author's objective in this paper is to develop a simple and reliable preliminary method for solving acoustic fluid-structure interaction problems with application to dam-reservoir interaction phenomena and also contribute in the educational growth for undergraduate students that are beginning research in such matter. 展开更多
关键词 Fluid-structure interaction finite difference method Microsoft Excel spreadsheets.
下载PDF
Analysis of an event study using the Fama–French five‑factor model:teaching approaches including spreadsheets and the R programming language
2
作者 Monica Martinez‑Blasco Vanessa Serrano +1 位作者 Francesc Prior Jordi Cuadros 《Financial Innovation》 2023年第1期2042-2075,共34页
The current financial education framework has an increasing need to introduce tools that facilitate the application of theoretical models to real-world data and contexts.However,only a limited number of free tools are... The current financial education framework has an increasing need to introduce tools that facilitate the application of theoretical models to real-world data and contexts.However,only a limited number of free tools are available for this purpose.Given this lack of tools,the present study provides two approaches to facilitate the implementa-tion of an event study.The first approach consists of a set of MS Excel files based on the Fama–French five-factor model,which allows the application of the event study methodology in a semi-automatic manner.The second approach is an open-source R-programmed tool through which results can be obtained in the context of an event study without the need for programming knowledge.This tool widens the calculus possibilities provided by the first approach and offers the option to apply not only the Fama–French five-factor model but also other models that are common in the finan-cial literature.It is a user-friendly tool that enables reproducibility of the analysis and ensures that the calculations are free of manipulation errors.Both approaches are freely available and ready-to-use. 展开更多
关键词 Event study Fama–French five-factor model Financial education Teaching innovation SPREADSHEET R programming language
下载PDF
HUSS:A Heuristic Method for Understanding the Semantic Structure of Spreadsheets
3
作者 Xindong Wu Hao Chen +3 位作者 Chenyang Bu Shengwei Ji Zan Zhang Victor S.Sheng 《Data Intelligence》 EI 2023年第3期537-559,共23页
Spreadsheets contain a lot of valuable data and have many practical applications.The key technology of these practical applications is how to make machines understand the semantic structure of spreadsheets,e.g.,identi... Spreadsheets contain a lot of valuable data and have many practical applications.The key technology of these practical applications is how to make machines understand the semantic structure of spreadsheets,e.g.,identifying cell function types and discovering relationships between cell pairs.Most existing methods for understanding the semantic structure of spreadsheets do not make use of the semantic information of cells.A few studies do,but they ignore the layout structure information of spreadsheets,which affects the performance of cell function classification and the discovery of different relationship types of cell pairs.In this paper,we propose a Heuristic algorithm for Understanding the Semantic Structure of spreadsheets(HUSS).Specifically,for improving the cell function classification,we propose an error correction mechanism(ECM)based on an existing cell function classification model[11]and the layout features of spreadsheets.For improving the table structure analysis,we propose five types of heuristic rules to extract four different types of cell pairs,based on the cell style and spatial location information.Our experimental results on five real-world datasets demonstrate that HUSS can effectively understand the semantic structure of spreadsheets and outperforms corresponding baselines. 展开更多
关键词 Spreadsheet semantic structure Information extraction HEURISTICS Cell function analysis Table structure analysis
原文传递
Variations in Probability Assessment With Atypical Scenarios
4
作者 Warren Richard Hughes 《Management Studies》 2024年第4期245-247,共3页
Probability assessment in some scenarios may involve unusual aspects such as requiring certain values for some events and extremely high or low probabilities in other cases.
关键词 probability assessment pairwise values spreadsheets
下载PDF
Enhancing Data Analysis and Automation: Integrating Python with Microsoft Excel for Non-Programmers
5
作者 Osama Magdy Ali Mohamed Breik +2 位作者 Tarek Aly Atef Tayh Nour El-Din Raslan Mervat Gheith 《Journal of Software Engineering and Applications》 2024年第6期530-540,共11页
Microsoft Excel is essential for the End-User Approach (EUA), offering versatility in data organization, analysis, and visualization, as well as widespread accessibility. It fosters collaboration and informed decision... Microsoft Excel is essential for the End-User Approach (EUA), offering versatility in data organization, analysis, and visualization, as well as widespread accessibility. It fosters collaboration and informed decision-making across diverse domains. Conversely, Python is indispensable for professional programming due to its versatility, readability, extensive libraries, and robust community support. It enables efficient development, advanced data analysis, data mining, and automation, catering to diverse industries and applications. However, one primary issue when using Microsoft Excel with Python libraries is compatibility and interoperability. While Excel is a widely used tool for data storage and analysis, it may not seamlessly integrate with Python libraries, leading to challenges in reading and writing data, especially in complex or large datasets. Additionally, manipulating Excel files with Python may not always preserve formatting or formulas accurately, potentially affecting data integrity. Moreover, dependency on Excel’s graphical user interface (GUI) for automation can limit scalability and reproducibility compared to Python’s scripting capabilities. This paper covers the integration solution of empowering non-programmers to leverage Python’s capabilities within the familiar Excel environment. This enables users to perform advanced data analysis and automation tasks without requiring extensive programming knowledge. Based on Soliciting feedback from non-programmers who have tested the integration solution, the case study shows how the solution evaluates the ease of implementation, performance, and compatibility of Python with Excel versions. 展开更多
关键词 PYTHON End-User Approach Microsoft Excel Data Analysis Integration SPREADSHEET PROGRAMMING Data Visualization
下载PDF
Building Custom Spreadsheet Functions with Python: End-User Software Engineering Approach
6
作者 Tamer Bahgat Elserwy Atef Tayh Nour El-Din Raslan +1 位作者 Tarek Ali Mervat H. Gheith 《Journal of Software Engineering and Applications》 2024年第5期246-258,共13页
End-user computing empowers non-developers to manage data and applications, enhancing collaboration and efficiency. Spreadsheets, a prime example of end-user programming environments widely used in business for data a... End-user computing empowers non-developers to manage data and applications, enhancing collaboration and efficiency. Spreadsheets, a prime example of end-user programming environments widely used in business for data analysis. However, Excel functionalities have limits compared to dedicated programming languages. This paper addresses this gap by proposing a prototype for integrating Python’s capabilities into Excel through on-premises desktop to build custom spreadsheet functions with Python. This approach overcomes potential latency issues associated with cloud-based solutions. This prototype utilizes Excel-DNA and IronPython. Excel-DNA allows creating custom Python functions that seamlessly integrate with Excel’s calculation engine. IronPython enables the execution of these Python (CSFs) directly within Excel. C# and VSTO add-ins form the core components, facilitating communication between Python and Excel. This approach empowers users with a potentially open-ended set of Python (CSFs) for tasks like mathematical calculations, statistical analysis, and even predictive modeling, all within the familiar Excel interface. This prototype demonstrates smooth integration, allowing users to call Python (CSFs) just like standard Excel functions. This research contributes to enhancing spreadsheet capabilities for end-user programmers by leveraging Python’s power within Excel. Future research could explore expanding data analysis capabilities by expanding the (CSFs) functions for complex calculations, statistical analysis, data manipulation, and even external library integration. The possibility of integrating machine learning models through the (CSFs) functions within the familiar Excel environment. 展开更多
关键词 End-User Software Engineering Custom Spreadsheet Functions (CSFs)
下载PDF
基于Spreadsheet法的盾构衬砌截面可靠度分析 被引量:8
7
作者 李晓军 陈雪琴 朱合华 《岩土工程学报》 EI CAS CSCD 北大核心 2013年第9期1642-1649,共8页
采用Spreadsheet法这一可靠度计算方法计算盾构衬砌截面可靠度,该方法可避免相关变量的独立变换以及极限状态方程对基本变量求偏导这两个问题。承载能力极限状态下,建立衬砌截面的正截面偏心受压破坏和斜截面受剪破坏失效模式下的功能函... 采用Spreadsheet法这一可靠度计算方法计算盾构衬砌截面可靠度,该方法可避免相关变量的独立变换以及极限状态方程对基本变量求偏导这两个问题。承载能力极限状态下,建立衬砌截面的正截面偏心受压破坏和斜截面受剪破坏失效模式下的功能函数,采用Spreadsheet法计算相应的可靠度指标,并计算这两种失效模式串联导致衬砌截面破坏的失效概率。正常使用极限状态下,建立截面开裂、纵缝张开和直径收敛失效模式下的功能函数,采用Spreadsheet法计算相应的可靠度指标。同时,采用Monte Carlo法计算不同失效模式下部分截面的可靠度指标,并与Spreadsheet法的相应计算结果进行比较。结果表明,Spreadsheet法与Monte Carlo法计算的可靠度指标误差最大不超过4%,但是Spreadsheet法节省了大量的计算时间。因此,采用本文建立的承载能力极限状态和正常使用极限状态功能函数,并采用Spreadsheet法求解可靠度指标,提供了一种分析盾构隧道衬砌截面可靠度快速、准确、便捷的方法。 展开更多
关键词 盾构衬砌 可靠度 Spreadsheet法 承载能力极限状态 正常使用极限状态
下载PDF
层次分析法在耕地力评价中的应用及其基于Spreadsheet的实现 被引量:5
8
作者 徐胜祥 徐运清 贺立源 《计算机应用与软件》 CSCD 北大核心 2008年第7期172-173,210,共3页
运用层次分析法实现耕地地力评价时,若系统层次较多且相互关系复杂时,用人工来计算,工作量大且难以保证结果的准确性。提出了在VB环境中利用Spreadsheet组件强大的数据处理功能及较高的用户参与程度来实现层次分析过程的解决方案,是提... 运用层次分析法实现耕地地力评价时,若系统层次较多且相互关系复杂时,用人工来计算,工作量大且难以保证结果的准确性。提出了在VB环境中利用Spreadsheet组件强大的数据处理功能及较高的用户参与程度来实现层次分析过程的解决方案,是提高应用者决策分析工作效率和准确性的一种可行方法。 展开更多
关键词 Spreadsheet组件 层次分析法 VB
下载PDF
Spreadsheet方法在港口吞吐量预测中的运用 被引量:7
9
作者 杨神化 关克平 《武汉理工大学学报(交通科学与工程版)》 2005年第5期801-804,共4页
在港口的经营计划中,吞吐量计划是其他计划编制的基础.文中提出了在港口吞吐量预测中运用趋势预测技术,采用正交函数系作最小二乘拟合建立数学模型,然后应用Spreadsheet建模和求解,得到一条三次拟合趋势曲线,并用实例证明了该方法的有效性.
关键词 SPREADSHEET 吞吐量 最小二乘法 预测
下载PDF
工业项目经济评价模型及评价系统研究与应用 被引量:7
10
作者 夏良玉 于昕 《技术经济》 2007年第9期53-56,共4页
结合项目实例,提出一套构建财务评价模型、设计经济评价系统、开发经济评价软件的完整方案。财务模型按照财务评价基本方法和原理构建。通过引入微软OWC中Spreadsheet和ChartSpace两个控件大大降低了软件开发难度,易于经济评价人员掌握。
关键词 经济评价模型 经济评价系统 SPREADSHEET ChartSpace
下载PDF
基于UG的三维标准件库的建立方法 被引量:4
11
作者 张秀萍 孙文磊 《新疆大学学报(自然科学版)》 CAS 2004年第1期84-86,共3页
论述了采用参数化思想和图形建库工具Spreadsheet电子表格以及UG软件面向用户的二次开发工具建立了部分标准件库,该方法的研究将有利于设计人员对标准件的设计、修改、查询和装配图的零件调用,从而减轻了设计人员的工作强度,提高了设计... 论述了采用参数化思想和图形建库工具Spreadsheet电子表格以及UG软件面向用户的二次开发工具建立了部分标准件库,该方法的研究将有利于设计人员对标准件的设计、修改、查询和装配图的零件调用,从而减轻了设计人员的工作强度,提高了设计效率. 展开更多
关键词 UG软件 标准件 数据库 Spreadsheet电子表格 机械设计 数据库管理
下载PDF
Spreadsheet教学法在重心法选址中的教学研究与应用 被引量:4
12
作者 蔡虹 蒋南云 吴斌 《实验科学与技术》 2015年第2期60-62,共3页
在物流类专业的本科教学中,为了使学生更有效率地应用重心法进行配送中心选址,采纳Spreadsheet教学法快速有效解决问题的思想,将软件应用作为教学的核心,而非单纯强调理论推导及复杂运算。文中应用并比较了Excel、Lingo、Logware-cog三... 在物流类专业的本科教学中,为了使学生更有效率地应用重心法进行配送中心选址,采纳Spreadsheet教学法快速有效解决问题的思想,将软件应用作为教学的核心,而非单纯强调理论推导及复杂运算。文中应用并比较了Excel、Lingo、Logware-cog三种软件,并从迭代次数、选址直观性及学生学习难易度三方面进行比较,分析各自的优缺点,并提出进一步的研究方向。 展开更多
关键词 Spreadsheet教学法 重心法 EXCEL软件 Lingo软件 Logware-cog软件
下载PDF
电子表格在UG中的应用 被引量:1
13
作者 蒋鹏 胡建军 +1 位作者 许洪斌 陈元芳 《机械设计与制造》 北大核心 2005年第3期41-41,共1页
电子表格软件是一种处理日常数据的通用工具软件。UG软件中大量应用到电子表格(Spreadsheet)。不管是简单的表达式编辑,还是MoldWizard中模架库繁杂的数据,在UG中都是用电子表格来处理。
关键词 UG 电子表格 SPREADSHEET
下载PDF
基于填料吸收塔计算机辅助工艺过程设计的资源库建设 被引量:6
14
作者 丁文捷 靳党林 《化工设计》 CAS 2007年第1期25-29,共5页
系统基于派生和复用的设计理念,将典型过程设备填料吸收塔设计资源纳入计算机辅助工艺过程设计(CAPP)资源库,综合运用多种资源整理方法将设计文本资料、矢量化图形、矢量化公式、数据表格等转化为可被设计过程复用的数字化资源,关键在... 系统基于派生和复用的设计理念,将典型过程设备填料吸收塔设计资源纳入计算机辅助工艺过程设计(CAPP)资源库,综合运用多种资源整理方法将设计文本资料、矢量化图形、矢量化公式、数据表格等转化为可被设计过程复用的数字化资源,关键在于资源文档化,文档格式采用单个文件网页格式,计算与表格采用office spreadsheet等;系统的网络化应用实践表明了系统资源的开放性、复用性优势,依靠导航工具系统以及不断丰富的辅助设计资源,系统有望成为过程装备设计文档开发的有力支持平台。 展开更多
关键词 资源导航 B/S架构 派生 复用 资源文档化 office SPREADSHEET
下载PDF
在Delphi开发环境下基于组件进行报表制作与发布 被引量:1
15
作者 张立忠 王瑾 姜楠 《机械设计与制造》 2004年第2期50-52,共3页
报表的制作与发布是数据库应用系统中重要的功能模块之一。从实际要求的角度出发,在Delphi的开发环境下,基于Spreadsheet、ExcelApplication、ExcelWorkbook、ExcelWorksheet四个组件的相关特性,将Spreadsheet组件转换为*.xls文件和*.ht... 报表的制作与发布是数据库应用系统中重要的功能模块之一。从实际要求的角度出发,在Delphi的开发环境下,基于Spreadsheet、ExcelApplication、ExcelWorkbook、ExcelWorksheet四个组件的相关特性,将Spreadsheet组件转换为*.xls文件和*.htm文件,最终实现在OA环境下报表的制作与发布。 展开更多
关键词 报表 制作 发布 数据库 DELPHI SPREADSHEET ExeelApplieation ExcelWorkbook 组件 0WC
下载PDF
虚拟仪器技术在温室测控系统中的研究 被引量:3
16
作者 吴伟斌 洪添胜 《农机化研究》 北大核心 2003年第4期67-69,共3页
利用虚拟仪器软件开发平台LabVIEW,对温室测控系统进行了虚拟化设计。此系统由温度传感器和土壤湿度传感器将温室的空气温度、土壤含水量变化转化为电压变化,然后用虚拟仪器对输入到数据采集控制卡的电压信号进行实时采集。数据以spread... 利用虚拟仪器软件开发平台LabVIEW,对温室测控系统进行了虚拟化设计。此系统由温度传感器和土壤湿度传感器将温室的空气温度、土壤含水量变化转化为电压变化,然后用虚拟仪器对输入到数据采集控制卡的电压信号进行实时采集。数据以spreadsheet类型文件格式存储起来,同时进行初步统计分析,最后通过数据采集控制卡输出开关信号,控制电动机实现温室天窗的开启,以调节空气温度和控制电磁阀,实现喷水的控制,调节土壤湿度,同时将反馈信号显示在操作平台上。 展开更多
关键词 虚拟仪器技术 软件开发平台 LABVIEW 温室 测控系统 虚拟化设计 温度 传感器 土壤湿度 空气 电压 数据采集 spreadsheet类型文件 统计分析 电动机 温室天窗 电磁阀 喷水 反馈信号
下载PDF
Spreadsheet计算引擎的设计 被引量:1
17
作者 冯玉才 杨菲 《计算机工程与科学》 CSCD 2005年第6期62-64,共3页
多维数据计算是联机分析处理(OLAP)应用经常使用的,但传统SQL却缺乏这方面的支持。本文讨论在DM_DW数据仓库原型系统中设计Spreadsheet计算引擎来解决这一问题,并且通过设计Spreadsheet子句扩展SQL的表达能力,更加有效地表示这种计算。
关键词 联机分析处理 多维数据 Spreadsheet计算引擎
下载PDF
非线性强度下的边坡稳定性 被引量:2
18
作者 王建锋 《岩石力学与工程学报》 EI CAS CSCD 北大核心 2005年第A02期5896-5900,共5页
解释土体强度非线性的物理本质,结合常规直剪试验、三轴试验结果,给出了几个非线性强度准则的确定方法,其中,强调优化处理的作用。接着,基于Janbu普遍条分法,运用SPREADSHEET模板程序,提出一个能将非线性强度准则逐点等效到Mohr-Coulom... 解释土体强度非线性的物理本质,结合常规直剪试验、三轴试验结果,给出了几个非线性强度准则的确定方法,其中,强调优化处理的作用。接着,基于Janbu普遍条分法,运用SPREADSHEET模板程序,提出一个能将非线性强度准则逐点等效到Mohr-Coulomb直线强度准则处理上的迭代方法,准确方便地获得了非线性强度下的边坡稳定性分析。最后的算例展示方法的使用过程。 展开更多
关键词 边坡工程 非线性强度准则 边坡稳定性 普遍条分法 SPREADSHEET模块 最优化
下载PDF
在管理科学教学中运用Spreadsheet教学法的探讨 被引量:7
19
作者 丁以中 《上海海运学院学报》 北大核心 2002年第1期76-81,共6页
分析了在管理科学教学中引入Spreadsheet教学法的意义与利弊 ,并用算例加以比较说明 ,提出了有关的建议。
关键词 管理科学 教学内容 Spreadsheet教学法 教学方法
下载PDF
微型计算机在城市规划中的应用和限制 被引量:2
20
作者 叶嘉安 《城市规划》 1987年第6期34-37,23,共5页
一、微型计算机在城市规划方面的应用 微型计算机的功能包括文字处理、数据库、数学计算和程序设计、统计分析、城市数学模型、计算机绘制地图、地理信息系统、数字图象分析、模拟、工程管理及计算机绘图等。 1.
关键词 城市规划 微机 微型计算机 规划工作 软件包 SPREADSHEET 文字处理 规划师 规划委员会 数字图象分析
下载PDF
上一页 1 2 4 下一页 到第
使用帮助 返回顶部