STM8L05单片机+LT89202.4G无线通信抢答器(硬件+源码+设计文档等全部资料),PROTEL99SE设计的硬件文件,包括原理图PCB,已制作样板测试,可以做为你的设计参考。
本验证板由LT8920和STM8L051组成,主要演示2.4G的无线收发通信实验。
本演示,需要两个PCBA,一个板做发射,另外一个板做接收。
硬件都一样的,只是烧录进单片机的软件不同(一个是Tx的HEX文件,另外一个是Rx的HEX文件)。
为了使用正常使用这个PCB空板,请大家按照一下步骤进行操作:第1步:根据BOM表,焊接出PCBA。
焊接过程中,需要注意的是Y1,C1,C2不用焊接,
1
ProfessionalExcelDevelopment:TheDefinitiveGuidetoDevelopingApplicationsUsingMicrosoftExcel,VBA,and.NET(2ndEdition)2ndEditionbyRobBovey(Author),DennisWallentin(Author),StephenBullen(Author),JohnGreen(Author)“AsExcelapplicationsbecomemorecomplexandtheWindowsdevelopmentplatformmorepowerful,Exceldevelopersneedbookslikethistohelpthemevolvetheirsolutionstothenextlevelofsophistication.ProfessionalExcelDevelopmentisabookfordeveloperswhowanttobuildpowerful,state-of-the-artExcelapplicationsusingthelatestMicrosofttechnologies.”–GabhanBerry,ProgramManager,ExcelProgrammability,Microsoft“ThefirsteditionofProfessionalExcelDevelopmentismymost-consultedandmost-recommendedbookonOfficedevelopment.Thesecondeditionexpandsboththedepthandrange.Itshinesbecauseittakeseveryissueonestepfurtherthanyouexpect.Thebookreliesontheauthors’current,real-worldexperiencetocovernotonlyhowafeatureworks,butalsothepracticalimplicationsofusingitinprofessionalwork.”–ShaunaKelly,Director,ThendaraGreen“Thisbookillustratestechniquesthatwillresultinwell-designed,robust,andmaintainableExcel-basedapplications.Theauthors’advicecomesfromdecadesofsolidexperienceofdesigningandbuildingapplications.Thepracticalityofthemethodsiswellillustratedbytheexampletimesheetapplicationthatisdevelopedstep-by-stepthroughthebook.EveryseriousExceldevelopershouldreadthisandlearnfromit.Idid.”–BillManville,ApplicationDeveloper,BillManvilleAssociatesTheStart-to-FinishGuidetoBuildingState-of-the-ArtSolutionswithExcel2007Inthisbook,fourworld-classMicrosoft®Exceldevelopersofferstart-to-finishguidanceforbuildingpowerful,robust,andsecureapplicationswithExcel.Theauthors—threeofwhomhavebeenhonoredbyMicrosoftasExcelMostValuableProfessionals(MVPs)—showhowtoconsist
2024/4/25 5:31:14 17.69MB Excel
1
资源中包含proteus仿真图、C语言程序代码以及编译好的hex文件,测试可用。
1.设计要求以单片机为核心,设计一个数字电压表。
采用中断方式,对2路0~5V的模拟电压进行循环采集,采集的数据送LED显示,并存入内存。
超过界限时指示灯闪烁。
2.实验原理本题目本质上是以单片机为控制器,ADC0809为ADC器件的AD转换电路,设计要求的电压显示,是对ADC采集所得信号的进一步处理。
为得到可读的电压值,需根据ADC的原理,对采集所得的信号进行计算,并显示在LED上。
本项目中ADC0809的参考电压为+5V,根据定义,采集所得的二进制信号addata所指代的电压值为:而若将其显示到小数点后两位,不考虑小数点的存在(将其乘以100),其计算的数值为:。
将小数点显示在第二位数码管上,即为实际的电压。
本示例程序将1.25V和2.5V作为两路输入的报警值,反映在二进制数字上,分别为0x40和0x80。
当AD结果超过这一数值时,将会出现二极管闪烁和蜂鸣器发声。
2024/4/25 4:58:10 73KB C51 电压表
1
RobertSedgewickhasthoroughlyrewrittenandsubstantiallyexpandedandupdatedhispopularworktoprovidecurrentandcomprehensivecoverageofimportantalgorithmsanddatastructures.ChristopherVanWykandSedgewickhavedevelopednewC++implementationsthatbothexpressthemethodsinaconciseanddirectmanner,andalsoprovideprogrammerswiththepracticalmeanstotestthemonrealapplications.Manynewalgorithmsarepresented,andtheexplanationsofeachalgorithmaremuchmoredetailedthaninpreviouseditions.Anewtextdesignanddetailed,innovativefigures,withaccompanyingcommentary,greatlyenhancethepresentation.ThethirdeditionretainsthesuccessfulblendoftheoryandpracticethathasmadeSedgewick'sworkaninvaluableresourceformorethan250,000programmers!Thisparticularbook,Parts1n4,representstheessentialfirsthalfofSedgewick'scompletework.Itprovidesextensivecoverageoffundamentaldatastructuresandalgorithmsforsorting,searching,andrelatedapplications.Althoughthesubstanceofthebookappliestoprogramminginanylanguage,theimplementationsbyVanWykandSedgewickalsoexploitthenaturalmatchbetweenC++classesandADTimplementations.Highlights*Expandedcoverageofarrays,linkedlists,strings,trees,andotherbasicdatastructures*Greateremphasisonabstractdatatypes(ADTs),modularprogramming,object-orientedprogramming,andC++classesthaninpreviouseditions*Over100algorithmsforsorting,selection,priorityqueueADTimplementations,andsymboltableADT(searching)implementations*Newimplementationsofbinomialqueues,multiwayradixsorting,randomizedBSTs,splaytrees,skiplists,multiwaytries,Btrees,extendiblehashing,andmuchmore*Increasedquantitativeinformationaboutthealgorithms,givingyouabasisforcomparingthem*Over1000newexercisestohelpyoulearnthepropertiesofalgorithmsWhetheryouarelearningthealgorithmsforthefirsttimeorwishtohaveup-to-datereferencematerialthatincorporatesnewprogrammingstyleswithclassicandnewalgorithms,youwillfindawealthofusefulinformationinthisbook.
2024/4/24 7:27:29 11.47MB 算法 C++
1
JLINK破解win-hexsam-ba9教程V8固件亲自做过把注意的细节已经全部列上.
19.23MB JLINK
1
ExploratoryDataAnalysisUsingRprovidesaclassroom-testedintroductiontoexploratorydataanalysis(EDA)andintroducestherangeof"interesting"–good,bad,andugly–featuresthatcanbefoundindata,andwhyitisimportanttofindthem.ItalsointroducesthemechanicsofusingRtoexploreandexplaindata.Thebookbeginswithadetailedoverviewofdata,exploratoryanalysis,andR,aswellasgraphicsinR.Itthenexploresworkingwithexternaldata,linearregressionmodels,andcraftingdatastories.ThesecondpartofthebookfocusesondevelopingRprograms,includinggoodprogrammingpracticesandexamples,workingwithtextdata,andgeneralpredictivemodels.Thebookendswithachapteron"keepingitalltogether"thatincludesmanagingtheRinstallation,managingfiles,documenting,andanintroductiontoreproduciblecomputing.Thebookisdesignedforbothadvancedundergraduate,entry-levelgraduatestudents,andworkingprofessionalswithlittletonopriorexposuretodataanalysis,modeling,statistics,orprogramming.itkeepsthetreatmentrelativelynon-mathematical,eventhoughdataanalysisisaninherentlymathematicalsubject.Exercisesareincludedattheendofmostchapters,andaninstructor'ssolutionmanualisavailable.AbouttheAuthor:RonaldK.PearsonholdsthepositionofSeniorDataScientistwithGeoVera,apropertyinsurancecompanyinFairfield,California,andhehaspreviouslyheldsimilarpositionsinavarietyofapplicationareas,includingsoftwaredevelopment,drugsafetydataanalysis,andtheanalysisofindustrialprocessdata.HeholdsaPhDinElectricalEngineeringandComputerSciencefromtheMassachusettsInstituteofTechnologyandhaspublishedconferenceandjournalpapersontopicsrangingfromnonlineardynamicmodelstructureselectiontotheproblemsofdisguisedmissingdatainpredictivemodeling.Dr.Pearsonhasauthoredorco-authoredbooksincludingExploringDatainEngineeri
2024/4/15 6:21:36 4.84MB r语言 数据分析 英文
1
纯C语言写的hex转bin小工具
2024/4/2 10:19:23 72KB hex转bin
1
BlockchainconceptsandtheHyperledgertechnologiesarehottopics.Hyperledgerisanopensourceprojecttocreateprivateblockchainapplicationsfordifferentdomainsincludingfinance,banking,supplychain,IoTandmuchmore.ThisbookwillbeaneasyreferencetoexploreandbuildblockchainnetworksusingHyperledgerservices.ThisbookwillstartwithexplainingtheblockchainevolutionandthenproceedtoanoverviewoftechnologieslikeEthereum,R3Corda,Coco,andHyperledger.WewilllearnhowtosetupandlaunchHyperledgerFabricinBluemix.WewilllookintothearchitectureandthecomponentsofHyperledgerFabricwhichareusedtobuildprivateblockchainapplications.LaterwewilldelveintohowwecaninteractwithHyperledgerFabricblockchaintobuildprivatenetworksfromscratchcoveringalltherequiredprinciplessuchaschaincode,smartcontracts,cryptocurrenciesandmuchmoreontheHyperledgernetwork.Bytheendofthisbook,youwillbeabletobuildanddeployyourowndecentralizedapplicationsusingHyperledgeraddressingkeypainpointsencounteredinblockchainlifecycle.
2024/3/30 19:03:26 5.61MB Blockchain
1
基于51单片机的音乐盒设计,包含源代码、编译的hex文件以及proteus仿真图。
共有三首歌可切换。
2024/3/20 16:47:30 61KB c51 音乐盒
1
一个很不错的16进制文件编辑与磁盘编辑软件。
修改十六禁止代码必备工具,黑客标配工具。
2024/3/19 4:54:20 2.38MB winhex
1
共 252 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡