联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 书籍源码(105) 

[书籍源码] Matlab数学建模经典案例实战源程序

本书结合实际,对网上讨论的很多疑难问题也做了解答。 本书共25章,分3篇。主要内容有:MATLAB基础知识、LINGO基础知识、SPSS基础知识、数学建模基础理论及算法设计、基于LINGO的基础理论及算法设计、企业销售额问题、日报销售问题、钢管加工用料
In the case analysis and calculation of this book, MATLAB and other tools are skillfully combined, and different algorithms are used to solve the model to achieve the same result. This book combines with practice, and answers many difficult problems discussed on the Internet. The book consists of 25 chapters and 3 chapters. The main contents include: basic knowledge of MATLAB, lingo, SPSS, basic theory and algorithm design of mathematical modeling, basic theory and algorithm design based on lingo, enterprise sales, daily sales, steel pipe processing materials, air transportation capacity, personnel arrangement, dining satisfaction, food classification and retail of urban residents Price prediction, fire fighting in scenic spots, optimal ventilation rate of coal mine, reasonable pricing of housing, generator arrangement, (2020-12-08, matlab, 26967KB, 下载1次)

http://www.pudn.com/Download/item/id/1607394740517325.html

[书籍源码] 金融数据处理

时间序列分析是根据系统观测得到的时间序列数据,通过曲线拟合和参数估计来建立数学模型的理论和方法。它一般采用曲线拟合和参数估计方法(如非线性最小二乘法)进行。时间序列分析常用在国民经济宏观控制、区域综合发展规划、企业经营管理、市场潜量预测、气象预报、水文预报、地震前兆预报、农作物病虫灾害预报、环境污染控制、生态平衡、天文学和海洋学等方面。
Time series analysis is a theory and method to establish mathematical model by curve fitting and parameter estimation based on time series data obtained from systematic observation. It is usually carried out by curve fitting and parameter estimation methods (such as nonlinear least square method). Time series analysis is often used in macro-control of national economy, regional comprehensive development planning, enterprise management, market potential prediction, meteorological forecast, Hydrological Prediction, earthquake precursor prediction, crop pest and disease disaster prediction, environmental pollution control, ecological balance, astronomy and oceanography. (2020-10-22, matlab, 52064KB, 下载4次)

http://www.pudn.com/Download/item/id/1603338699745346.html

[书籍源码] 03

第3章 企业电子商城网展示网站特价的商品信息。 为用户提供修改个人资料和查看在网站操作提供用户在网站上购物的平台。 展示网站发布的公告信息。 展示商品的销量排行。 展示网站的友情链接信息。 对商品详细信息以及分类信息进行管理。 对用户基本资料、交易制度、消费情况及留言信息进行管理。 对用户提交的订单进行管理。 对管理员信息、网站公告信息、商业资讯信息及友情链接信息进行管理。
Chapter 3 Enterprise e-Commerce web site special display of the commodity information. Provide users modify personal information and view the Web site operator to provide users a platform for website purchases. Show notice information websites. Display merchandise sales ranking. Web site links displayed information. For more information on the goods and the classification of information management. Basic information for users, trading system, the information consumption and message management. Orders submitted by a user to manage. Administrator information on the site notice information, business information and links information management information.  (2010-04-08, Java, 960KB, 下载5次)

http://www.pudn.com/Download/item/id/1117116.html

[书籍源码] qiyerenshi

人事管理系统软件为机关,团体,事业单位,企业,公司等的人事管理带来了极大的方便,能够为用户提供可靠的信息储存和快捷的查询手段。以往人们使用传统人工的方式管理人事档案,这种管理方式存在着许多缺点。随着科学技术的不断提高,计算机日趋成熟,其强大的功能已为人们深刻认识,作为计算机应用的一部分,使用计算机对单位的人事档案信息进行管理,具有手工管理所无法比拟的优点。例如:检索迅速、查找方便、可靠性高、存储量大、保密性好、寿命长、成本低等。这些优点能够极大的提高一个单位人事管理的效率。因此,开发这样一套管理软机成为很有必要的事情,它能够具体化、合理化的管理单位的人事信息,用结构化的思维方式运用计算机解决实际工作和生活中遇到的的问题。
Personnel management system software for agencies, organizations, institutions, enterprises, companies, personnel management has brought great convenience to be able to provide users with reliable information storage and fast query tool. People in the past the use of traditional manual management of personnel files, the management there are many shortcomings. With the continuous improvement of science and technology, computers become more mature, its powerful features have a profound understanding of people as part of computer applications, the use of computer files on the unit s personnel information management, management can not be compared with manual advantages. For example: the rapid search to find convenient, high reliability and large storage capacity, the confidentiality of a good, long life and low cost. These advantages can greatly improve a unit of the efficiency of personnel management. Therefore, the development of such a machine management software has become very necess (2009-05-03, Visual Basic, 91KB, 下载5次)

http://www.pudn.com/Download/item/id/742071.html

[书籍源码] XfokSite.Netv1.0

一、安装SQL数据库 1、 打开Microsoft SQL Server 企业管理器 2、 建立一个新的数据库,名称为 XfokSite_Free (必须为这个名字) 3、选择该数据库,点击鼠标右键 -> 所有任务 -> 还原数据库 -> 从设备 -> 选择设备 -> 添加 -> 选择程序目录下的数据库里面的文件 二、安装程序 1、如果程序没有放在虚拟目录下,请把所有文件放在网站根目录下,否则会提示出错。 三、设置 1、 用文本编辑器打开web.config 2、 找到<add key="SqlConnectionString" value="Data Source=(local) Integrated Security=false Initial Catalog=XfokSite_Free User ID=xfok Password=xfok" /> 红色部分:数据库服务器地址,如果为本地地址,请设置为(local),外部请直接修改为IP地址(不要加括号) 深红部分:数据库名称 粉红部分:SQL数据库登陆用户名 蓝色部分:SQL数据库登陆密码 四、设置完毕! 直接在浏览器中敲入地址,来体验一下心随我动,网站建设超轻松的快感吧!
one, the installation of a SQL database, the Microsoft SQL Server Enterprise Manager 2, the establishment of a new database, known as the XfokSite_Free (for the name) 3, selecting the database, the click of a mouse right-gt; All tasks- gt; Reduction database-gt; from equipment-gt; the selection of equipment-gt; add-gt; the selection process database directory inside the paper two, the installation of a procedure, if the procedures are not on the virtual directory, please send all documents on the website under the root directory, otherwise it would suggest mistakes . 3, a set, using a text editor to open two sed find lt; Add key = "SqlConnectionString" value = "Data Source = (local) Integrated Security = false Initial Catalog = XfokSite_Free User ID = xfok xfok Password =&q (2005-10-31, Visual Basic, 848KB, 下载16次)

http://www.pudn.com/Download/item/id/120963.html
总计:105