该项目有两个dome注释清晰明了,其中一个用微信开发平台的Web端扫码登录演示,一个用微信公平平台授权登录
2024/5/29 2:53:45 33.86MB C# .net aps 微信登录
1
用C语言实现了高斯白噪声数据的产生Routinemrandom:Togeneratetherandomnumber(pseudo-whitenoise).inputParameters:n:therandomdatanumberrequested;integer.iseed:theseedforpseudo-randomdatageneration.itmustbeinitializedbymainprogram(suggestedvalueisISEED=12357),andtherandomnumberiscycled,thecyclelength=1,048,576itype:randomdatadistributiontype,seebelow:itype=1:Uniformdistributed,from0.0to1.0itype=2:Uniformdistributed,Mean=0.0,Variance(方差)(Power)p=1.0itype=3:Uniformdistributed,Mean=0.0,Variance(Power)p=p.itype=4:Gaussiandistributed,Mean=0.0,Variance(Power)p=1.0itype=5:Gaussiandistributed,Mean=0.0,Variance(Power)p=p.p:variance(Power)ofrandom,onlyusedwhenitype=3oritype=5.outparameters:u:ndimensionedrealarray,dataisstoredinu(0)tou(n-1).inChapter1
2024/5/19 6:17:19 8KB 高斯白噪声 C语言
1
毕业设计和课程设计全套资料,主程序代码clc;clearall;closeall;warningoffall;I=imread('images\\1.jpg');I1=Image_Normalize(I,0);%图像归一化hsize=[33];sigma=0.5;I2=Image_Smooth(I1,hsize,sigma,0);I3=Gray_Convert(I2,0);bw2=Image_Binary(I3,0);%二值化处理[~,~,xy_long]=Hough_Process(bw2,I1,0);%霍夫变换angle=Compute_Angle(xy_long);%计算角度[I4,bw3]=Image_Rotate(I1,bw2,angle*1.8,0);%图像旋转[bw4,Loc1]=Morph_Process(bw3,0);%形态处理[Len,XYn,xy_long]=Hough_Process(bw4,I4,0);[bw5,bw6]=Region_Segmation(XYn,bw4,I4,0);[stats1,stats2,Line]=Location_Label(bw5,bw6,I4,XYn,Loc1,1);[Dom,Aom,Answer,Bn]=Analysis(stats1,stats2,Line,I4);
1
DatabaseSystemConcepts——数据库系统概念第六版(英文版)作者:AbrahamSilberschatz(YaleUniversity)HenryF.Korth(LehighUniversity)S.Sudarshan(IndianInstituteofTechnology,Bombay)本书目录:Chapter1Introduction1.1Database-SystemApplications11.2PurposeofDatabaseSystems31.3ViewofData61.4DatabaseLanguages91.5RelationalDatabases121.6DatabaseDesign151.7DataStorageandQuerying201.8TransactionManagement221.9DatabaseArchitecture231.10DataMiningandInformationRetrieval251.11SpecialtyDatabases261.12DatabaseUsersandAdministrators271.13HistoryofDatabaseSystems291.14Summary31Exercises33BibliographicalNotes35Chapter2IntroductiontotheRelationalModel2.1StructureofRelationalDatabases392.2DatabaseSchema422.3Keys452.4SchemaDiagrams462.5RelationalQueryLanguages472.6RelationalOperations482.7Summary52Exercises53BibliographicalNotes55Chapter3IntroductiontoSQL3.1OverviewoftheSQLQueryLanguage573.2SQLDataDefinition583.3BasicStructureofSQLQueries633.4AdditionalBasicOperations743.5SetOperations793.6NullValues833.7AggregateFunctions843.8NestedSubqueries903.9ModificationoftheDatabase983.10Summary104Exercises105BibliographicalNotes112Chapter4IntermediateSQL4.1JoinExpressions1134.2Views1204.3Transactions1274.4IntegrityConstraints1284.5SQLDataTypesandSchemas1364.6Authorization1434.7Summary150Exercises152BibliographicalNotes156Chapter5AdvancedSQL5.1AccessingSQLFromaProgrammingLanguage1575.2FunctionsandProcedures1735.3Triggers1805.4RecursiveQueries1875.5AdvancedAggregationFeatures1925.6OLAP1975.7Summary209Exercises211BibliographicalNotes216Chapter6FormalRelationalQueryLanguages6.1TheRelationalAlgebra2176.2TheTupleRelationalCalculus2396.3TheDomainRelationalCalculus2456.4Summary248Exercises249BibliographicalNotes254Chapter7Datab
2024/5/17 10:55:55 10.51MB Database Concepts PDF 英文版
1
MIMOOFDMSimulator:OFDM.m:OFDMSimulator(outerfunction)create_channel.m:GeneratesaRayleighfadingfrequency-selectivechannel,parametrizedbytheantennaconfiguration,theOFDMconfiguration,andthepower-delayprofile.svd_decompose_channel.m:Sincefullchannelknowledgeisassumed,transmissionisacrossparallelsingularvaluemodes.Thisfunctiondecomposesthechannelintothesemodes.BitLoad.m:Applythebit-loadingalgorithmtoachievethedesiredbitandenergyallocationforthecurrentchannelinstance.ComputeSNR.m:Giventhesubcarriergains,thissimplefunctiongeneratestheSNRvaluesofeachchannel(eachsingularvalueoneachtoneisaseparatechannel).chow_algo.m:ApplyChow'salgorithmtogenerateaparticularbitandenergyallocation.EnergyTableInit.m:GiventheSNRvalues,formatableofenergyincrementsforeachchannel.campello_algo.m:ApplyCampello'salgorithmtoconvergetotheoptimalbitandenergyallocationforthegivenchannelconditions.ResolvetheLastBit.m:Anoptimalbit-loadingofthelastbitrequiresauniqueoptimization.modulate.m:Modulatetherandominputsequenceaccordingtothebitallocationsforeachchannel.ENC2.mat:BPSKModulatorENC4.mat:4-QAMModulator(Graycoded)ENC16.mat:16-QAMModulator(Graycoded)ENC64.mat:64-QAMModulator(Graycoded)ENC256.mat:256-QAMModulator(Graycoded)precode.m:Precodethetransmittedvectorateachtimeinstancebyfilteringthemodulatedvectorwiththeright-inverseofthechannel'srightsingluarmatrix.ifft_cp_tx_blk.m:IFFTblockoftheOFDMsystem.channel.m:ApplythechanneltotheOFDMframe.fft_cp_rx_blk.m:FFTblockoftheOFDMsystem.shape.m:Completethediagonalizationofthechannelbyfilteringthereceivedvectorwiththeleft-inverseofthechannel'sleftsingularmatrix.demodulate.m:Performanearestneighborsearchknowingthetransmitconstellationused.
2024/5/11 19:05:15 1.65MB OFDM-MIMO,matlab,
1
《XML基础教程(第2版)》主要针对XML的初学者,重点放在XML中一些重要概念和技术上,所选例题具有较强的针对性,便于理解XML中的概念和技术,帮助读者在较短的时间内打下一个良好的基础。
全书共分9章,内容包括XML简介、规范的XML文件、有效的XML文件、DOM解析器、SAX解析器、XPath语言、XML与数据库、XML与CSS和XMLSchema模式简介。
2024/5/11 5:53:01 6.06MB XML
1
ContentsPrefacevTypographicalConventionsxi1Introduction11.1AQuickOverviewofS.......................31.2UsingS...............................51.3AnIntroductorySession......................61.4WhatNext?.............................122DataManipulation132.1Objects...............................132.2Connections.............................202.3DataManipulation.........................272.4TablesandCross-Classification...................373TheSLanguage413.1LanguageLayout..........................413.2MoreonSObjects.........................443.3ArithmeticalExpressions......................473.4CharacterVectorOperations....................513.5FormattingandPrinting.......................543.6CallingConventionsforFunctions.................553.7ModelFormulae...........................563.8ControlStructures..........................583.9ArrayandMatrixOperations....................603.10IntroductiontoClassesandMethods................664Graphics694.1GraphicsDevices..........................714.2BasicPlottingFunctions......................72viiviiiContents4.3EnhancingPlots...........................774.4FineControlofGraphics......................824.5TrellisGraphics...........................895UnivariateStatistics1075.1ProbabilityDistributions......................1075.2GeneratingRandomData......................1105.3DataSummaries...........................1115.4ClassicalUnivariateStatistics....................1155.5RobustSummaries.........................1195.6DensityEstimation.........................1265.7BootstrapandPermutationMethods................1336LinearStatisticalModels1396.1AnAnalysisofCovarianceExample................1396.2ModelFormulaeandModelMatrices...............1446.3RegressionDiagnostics.......................1516.4SafePrediction....................
2024/5/10 17:01:05 2.73MB R Statistics
1
Copyright2018,bimsurfer.orgBIMSurferislicensedundertheMITLicense.过时的此存储库包含BIMSurferv1和v2。
该代码库不再维护。
在上找到新的BIMSurfer目录介绍BIMSurfer是基于构建的的基于WebGL的3D查看器。
待办事项:更多信息用法BIMSurfer创建一个:varbimSurfer=newBimSurfer({domNode:"viewerContainer"});从BIMServer加载模型:bimSurfer.load({bimserver:ADDRESS,username:USERNAME,password:PASSWORD
2024/5/3 9:45:19 3.31MB JavaScript
1
将kindeditor与ssm完美整合,如果你不是ssm框架,也没关系,核心的代码都已做了修改。
完美显示文件、图片、视频的上传4.11kindeditor版本:新增:俄语语言包,感谢ValeryVotintsev(http://codersclub.org/)。
改善:语言包文件名标准化,zh_CN->zh-CN,zh_TW->zh-TW。
Bugfix:[IE6]当前页面设置了document.domain,销毁编辑器会报错。
Bugfix:行首全角空格被过滤。
Bugfix:修复多语言包的一些小错误。
Bugfix:[IE11]有些设备报错不能显示,对象不支持attachEvent属性或方法。
Bugfix:retina屏幕上按钮裂开。
Bugfix:编辑图片后点击插入图片,弹出两个dialog。
2024/5/1 4:10:08 9.55MB kindeditor SSM 文件上传 图片批量上传
1
这是GradientDomainCompression代码的技术文档,详细的描述了该代码中的每个函数的用法
2024/5/1 2:17:58 260KB HDR Gradient Domain
1
共 407 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡