Thisbookprovidesacomprehensiveintroductiontomodernglobalvariationaltheoryonfibredspaces.Itisbasedondifferentiationandintegrationtheoryofdifferentialformsonsmoothmanifolds,andontheconceptsofglobalanalysisandgeometrysuchasjetprolongationsofmanifolds,mappings,andLiegroups.ThebookwillbeinvaluableforresearchersandPhDstudentsindifferentialgeometry,globalanalysis,differentialequationsonmanifolds,andmathematicalphysics,andforthereaderswhowishtoundertakefurtherrigorousstudyinthisbroadinterdisciplinaryfield.
2024/4/2 18:52:36 8.43MB error correcting
1
Idealforgraduateandseniorundergraduatecoursesincomputerarithmeticandadvanceddigitaldesign,ComputerArithmetic:AlgorithmsandHardwareDesigns,SecondEdition,providesabalanced,comprehensivetreatmentofcomputerarithmetic.Itcoverstopicsinarithmeticunitdesignandcircuitimplementationthatcomplementthearchitecturalandalgorithmicspeeduptechniquesusedinhigh-performancecomputerarchitectureandparallelprocessing.Usingaunifiedandconsistentframework,thetextbeginswithnumberrepresentationandproceedsthroughbasicarithmeticoperations,floating-pointarithmetic,andfunctionevaluationmethods.Laterchapterscoverbroaddesignandimplementationtopics-includingtechniquesforhigh-throughput,low-power,fault-tolerant,andreconfigurablearithmetic.Anappendixprovidesahistoricalviewofthefieldandspeculatesonitsfuture.Anindispensableresourceforinstruction,professionaldevelopment,andresearch,ComputerArithmetic:AlgorithmsandHardwareDesigns,SecondEdition,combinesbroadcoverageoftheunderlyingtheoriesofcomputerarithmeticwithnumerousexamplesofpracticaldesigns,worked-outexamples,andalargecollectionofmeaningfulproblems.Thissecondeditionincludesanewchapteronreconfigurablearithmetic,inordertoaddressthefactthatarithmeticfunctionsareincreasinglybeingimplementedonfield-programmablegatearrays(FPGAs)andFPGA-likeconfigurabledevices.Updatedandthoroughlyrevised,thebookoffersnewandexpandedcoverageofsaturatingaddersandmultipliers,truncatedmultipliers,fusedmultiply-addunits,overlappedquotientdigitselection,bipartiteandmultipartitetables,reversiblelogic,dotnotation,modulararithmetic,Montgomerymodularreduction,divisionbyconstants,IEEEfloating-pointstandardformats,andintervalarithmetic.Features:*Dividedinto28lecture-sizechapters*Emphasizesboththeunderlyingtheoriesofcomputerarithmeticandactua
2024/3/24 20:18:29 8.14MB Computer Arithmetic Algorithms
1
压缩文件中包含了三种算法源码,打开即可直接运行,都是用的C或C++。
论文中详细介绍了三种方法在旅行商问题上的应用,也对三种方法的效率进行了对比,并且对TSP问题进行了总结。
1
Sphericalnear-fieldantennameasurementsHansen,JesperEYear:1988Language:EnglishPages:387
2024/3/10 18:54:10 17.35MB 天线测试
1
人工神经网络实验用CHNN算法求解TSP问题算法:Hopfield神经网络语言:Matlab
2024/3/5 2:33:06 88KB matlab TSP Neural
1
TodaysComprehensiveandAuthoritativeGuidetoAugmentedRealityByoverlayingcomputer-generatedinformationontherealworld,augmentedreality(AR)amplifieshumanperceptionandcognitioninremarkableways.Workinginthisfast-growingfieldrequiresknowledgeofmultipledisciplines,includingcomputervision,computergraphics,andhuman-computerinteraction.AugmentedReality:PrinciplesandPracticeintegratesallthisknowledgeintoasingle-sourcereference,presentingtodaysmostsignificantworkwithscrupulousaccuracy.PioneeringresearchersDieterSchmalstiegandTobiasHollerercarefullybalanceprinciplesandpractice,illuminatingARfromtechnical,methodological,anduserperspectives.CoverageincludesDisplays:head-mounted,handheld,projective,auditory,andhapticTracking/sensing,includingphysicalprinciples,sensorfusion,andreal-timecomputervisionCalibration/registration,ensuringrepeatable,accurate,coherentbehaviorSeamlessblendingofrealandvirtualobjectsVisualizationtoenhanceintuitiveunderstandingInteractionfromsituatedbrowsingtofull3DinteractionModelingnewgeometriccontentAuthoringARpresentationsanddatabasesArchitectingARsystemswithreal-time,multimedia,anddistributedelementsThisguideisindispensableforanyoneinterestedinAR,includingdevelopers,engineers,students,instructors,researchers,andserioushobbyists.
2024/3/3 8:58:44 21.53MB 增强现实
1
目录第1章线性神经网络的工程应用1.1系统辨识的MATLAB实现1.2自适应系统辨识的MATLAB实现1.3线性系统预测的MATLAB实现1.4线性神经网络用于消噪处理的MATLAB实现第2章神经网络预测的实例分析2.1地震预报的MATLAB实现2.1.1概述2.1.2地震预报的MATLAB实例分析2.2交通运输能力预测的MATLAB实现2.2.1概述2.2.2交通运输能力预测的MATLAB实例分析2.3农作物虫情预测的MATLAB实现2.3.1概述2.3.2农作物虫情预测的MATLAB实例分析2.4基于概率神经网络的故障诊断2.4.1概述2.4.2基于PNN的故障诊断实例分析2.5基于BP网络和Elman网络的齿轮箱故障诊断2.5.1概述2.5.2基于BP网络的齿轮箱故障诊断实例分析2.5.3基于Elman网络的齿轮箱故障诊断实例分析2.6基于RBF网络的船用柴油机故障诊断2.6.1概述2.6.2基于RBF网络的船用柴油机故障诊断实例分析第3章BP网络算法分析与工程应用3.1数值优化的BP网络训练算法3.1.1拟牛顿法3.1.2共轭梯度法3.1.3LevenbergMarquardt法3.2BP网络的工程应用3.2.1BP网络在分类中的应用3.2.2函数逼近3.2.3BP网络用于胆固醇含量的估计3.2.4模式识别第4章神经网络算法分析与实现4.1Elman神经网络4.1.1Elman神经网络结构4.1.2Elman神经网络的训练4.1.3Elman神经网络的MATLAB实现4.2Boltzmann机网络4.2.1BM网络结构4.2.2BM网络的规则4.2.3用BM网络解TSP4.2.4BM网络的MATLAB实现4.3BSB模型4.3.1BSB神经模型概述4.3.2BSB的MATLAB实现第5章预测控制算法分析与实现5.1系统辨识5.2自校正控制5.2.1单步输出预测5.2.2最小方差控制5.2.3最小方差间接自校正控制5.2.4最小方差直接自校正控制5.3自适应控制5.3.1MIT自适应律5.3.2MIT归一化算法第6章改进的广义预测控制算法分析与实现6.1预测控制6.1.1基于CARIMA模型的JGPC6.1.2基于CARMA模型的JGPC6.2神经网络预测控制的MATLAB实现第7章SOFM网络算法分析与应用7.1SOFM网络的生物学基础7.2SOFM网络的拓扑结构7.3SOFM网络学习算法7.4SOFM网络的训练过程7.5SOFM网络的MATLAB实现7.6SOFM网络在实际工程中的应用7.6.1SOFM网络在人口分类中的应用7.6.2SOFM网络在土壤分类中的应用第8章几种网络算法分析与应用8.1竞争型神经网络的概念与原理8.1.1竞争型神经网络的概念8.1.2竞争型神经网络的原理8.2几种联想学习规则8.2.1内星学习规则8.2.2外星学习规则8.2.3科荷伦学习规则第9章Hopfield神经网络算法分析与实现9.1离散Hopfield神经网络9.1.1网络的结构与工作方式9.1.2吸引子与能量函数9.1.3网络的权值设计9.2连续Hopfield神经网络9.3联想记忆9.3.1联想记忆网络9.3.2联想记忆网络的改进9.4Hopfield神经网络的MATLAB实现第10章学习向量量化与对向传播网络算法分析与实现10.1学习向量量化网络10.1.1LVQ网络模型10.1.2LVQ网络学习算法10.1.3LVQ网络学习的MATLAB实现10.2对向传播网络10.2.1对向传播网络概述10.2.2CPN网络学习及规则10.2.3对向传播网络的实际应用第11章NARMAL2控制算法分析与实现11.1反馈线性化控制系统原理11.2反馈线性控制的MATLAB实现11.3NARMAL2控制器原理及实例分析11.3.1NARMAL2控制器原理11.3.2NARMAL2控制器实例分析第12章神经网络函数及其导函数12.1神经网络的学习函数12.2神经网络的输入函数及其导函数12.3神经网络的性能函数及其导函数12.3.1性能函数12.3.2性能函数的导函数第13章Simulink神经网络设计13.1Simulink交互式仿真集成环境13.1.1Simulink模型创建1
2024/3/1 2:25:47 10.12MB MATLAB R2016a 神经网络 案例分析
1
[奥莱理]DoingDataScience(英文版)[奥莱理]DoingDataScienceStraightTalkfromtheFrontline(E-Book)☆图书概要:☆Nowthatpeopleareawarethatdatacanmakethedifferenceinanelectionorabusinessmodel,datascienceasanoccupationisgainingground.Buthowcanyougetstartedworkinginawide-ranging,interdisciplinaryfieldthat’ssocloudedinhype?Thisinsightfulbook,basedonColumbiaUniversity’sIntroductiontoDataScienceclass,tellsyouwhatyouneedtoknow.Inmanyofthesechapter-longlectures,datascientistsfromcompaniessuchasGoogle,Microsoft,andeBaysharenewalgorithms,methods,andmodelsbypresentingcasestudiesandthecodetheyuse.Ifyou’refamiliarwithlinearalgebra,probability,andstatistics,andhaveprogrammingexperience,thisbookisanidealintroductiontodatascience.☆出版信息:☆[作者信息]RachelSchutt,CathyO'Neil[出版机构]奥莱理[出版日期]2013年10月31日[图书页数]406页[图书语言]英语[图书格式]PDF格式
2024/2/24 8:12:43 26.1MB Doing Data Science
1
内容来自互联网,如有侵权通知后删除sqluldr2是一款Oracle数据快速导出工具,包含32、64位程序,sqluldr2在大数据量导出方面速度超快,能导出亿级数据为excel文件,另外它的导入速度也是非常快速,功能是将数据以TXT/CSV等格式导出,有需要的赶快下载吧!oracle数据导出工具sqluldr2基本简介  下载完sqluldr解压后,文件夹内容如下:  sqluldr2.exe用于32位windows平台;
  sqluldr2_linux32_10204.bin适用于linux32位操作系统;
  sqluldr2_linux64_10204.bin适用于linux64位操作系统;
  sqluldr264.exe用于64位windows平台。
使用方法  1、首先将sqluldr2.exe复制到执行目录下,即可开始使用  2、查看help帮助sqluldr2官方下载  3、执行数据导出命令  3.1、常规导出  sqluldr2test/test@127.0.1.1/orclquery="select*fromtemp_001"head=yesfile=d:\tmp001.csv  说明:head=yes表示输出表头oracle数据导出工具sqluldr2  3.2、使用sql参数  sqluldr2test/test@127.0.1.1/orclsql=test_sql.sqlhead=yesfile=d:\tmp001.csv  test_sql的内容为:  select*fromtemp_001sqluldr2官方下载  3.3、使用log参数  当集成sqluldr2在脚本中时,就希望屏蔽上不输出这些信息,但又希望这些信息能保留,这时可以用“LOG”选项来指定日志文件名。
  sqluldr2test/test@127.0.1.1/orclsql=test_sql.sqlhead=yesfile=d:\tmp001.csvlog=+d:\tmp001.logoracle数据导出工具sqluldr2  3.4、使用table参数  当使用table参数时,在目录下会生成对应的ctl控制文件,如下语句会生成temp_001_sqlldr.ctl文件。
  sqluldr2test/test@127.0.1.1/orclquery="select*fromtemp_001"table=temp_001head=yesfile=d:\tmp001.csvsqluldr2官方下载  生成的控制文件temp_001_sqlldr.ctl的内容如下:oracle数据导出工具sqluldr2  4、主要参数说明  Field分隔符指定字段分隔符,默认为逗号  record分隔符指定记录分隔符,默认为回车换行,Windows下的换行  quote引号符指定非数字字段前后的引号符  例如现在要改变默认的字段分隔符,用“#”来分隔记录,导出的命令如下所示:  sqluldr2test/testsql=tmp.sqlfield=#  在指定分隔符时,可以用字符的ASCII代码(0xXX,大写的XX为16进制的ASCII码值)来指定一个字符,常用的字符的ASCII代码如下:  回车=0x0d,换行=0x0a,TAB键=0x09,|=0x7c,&=0x26,双引号=0x22,单引号=0x27  在选择分隔符时,一定不能选择会在字段值中出现的字符
2024/2/23 22:52:54 326KB sqluldr2
1
DiscoverhowempiricalresearcherstodayactuallyconsiderandapplyeconometricmethodswiththepracticalapproachinWooldridge'sINTRODUCTORYECONOMETRICS:AMODERNAPPROACH,6E.Unliketraditionaltexts,thisbookuniquelydemonstrateshoweconometricshasmovedbeyondasetofabstracttoolstobecomegenuinelyusefulforansweringquestionsinbusiness,policyevaluation,andforecasting.INTRODUCTORYECONOMETRICSisorganizedaroundthetypeofdatabeinganalyzedwithasystematicapproachthatonlyintroducesassumptionsastheyareneeded.Thismakesthematerialeasiertounderstandand,ultimately,leadstobettereconometricpractices.Packedwithrelevantapplications,thetextincorporatesmorethan100intriguingdatasets,availableinsixformats.Updatesintroducethelatestemergingdevelopmentsinthefield.GainafullunderstandingoftheimpactofeconometricsinpracticetodaywiththeinsightsandapplicationsfoundonlyinINTRODUCTORYECONOMETRICS:AMODERNAPPROACH,6E.
2024/2/21 7:26:41 7.42MB Econometrics
1
共 236 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡