Single-nanowiresolarcellswithauniquelight-concentrationpropertyareexpectedtoexceedtheShockley–Queisserlimit.Thearchitectureofsinglenanowireisanimportantfactortoregulateitsopticalperformance.Wedesignedatrilobalsiliconnanowire(SiNW)withtwoequivalentscalesthatpossessessuperiorlight-absorptionefficiencyinthewholewavelengthrangeandshowsgoodtoleranceforincidentangle.Theelectricfielddistributioninthisgeometryisconcentratedinthebladewi
2024/4/22 14:22:39 1.29MB
1
该播放器基于Directshow框架,调用的解码器来自于开源的LAVFilters。
支持的所有常见的多媒体格式播放。
2024/3/10 9:07:05 6.53MB Directshow 播放器
1
FFDShowMPEG-4VideoDecoder200803.20
2024/2/16 9:32:16 3.87MB FFDShow MPEG-4 Video
1
数据结构,农夫过河。
详细讲述过河#include//0代表在河的这边;1代表在河的对岸structCondition{intfarmer;intwolf;intsheep;intcabbage;};structConditionconditions[100];//结构体条件数组char*action[100];voidtakeWolfOver(inti)//把狼来过去{action[i]="把狼过去.---_-对岸";conditions[i+1].wolf=1;conditions[i+1].sheep=conditions[i].sheep;conditions[i+1].cabbage=conditions[i].cabbage;}voidtakeWolfBack(inti)/*把狼带回来*/{action[i]="带狼回来.本岸对岸";conditions[i+1].wolf=conditions[i].wolf;conditions[i+1].sheep=1;conditions[i+1].cabbage=conditions[i].cabbage;}voidtakeSheepBack(inti)/*把羊带回来*/{action[i]="带羊回来.本岸对岸";conditions[i+1].wolf=conditions[i].wolf;conditions[i+1].sheep=conditions[i].sheep;conditions[i+1].cabbage=1;}voidtakeCabbageBack(inti)/*把菜带回来*/{action[i]="带菜回来.本岸对岸";conditions[i+1].wolf=conditions[i].wolf;conditions[i+1].sheep=conditions[i].sheep;conditions[i+1].cabbage=conditions[i].cabbage;/*全不动*/}voidgetBackBarely(inti)/*返回时的情况*/{action[i]="空手回来.本岸<---(barely)";conditions[i+1].wolf=conditions[i].wolf;conditions[i+1].sheep=conditions[i].sheep;conditions[i+1].cabbage=conditions[i].cabbage;}voidshowSolution(inti)/*显示解决方法*/{intc;printf("\n");printf("%s\n","解决办法:");for(c=0;c<i;c++){printf("step%d:%s\n",c+1,action[c
2024/2/6 8:04:03 4KB 农夫过河
1
GetstartedwithPerl5andlearntheimportantcoreconceptsofPerlprogramming,suchasvariables,flowcontrol,expressions,andI/O.Additionally,thisbookcoverspatternmatchingandshowsthatPerlisextremelyflexibleandpowerful,andthatitisn’tafraidofthecloud.Afterreadingandusingthisbook,you’llbeabletostartwritingyourownpowerfulscriptstosolvemanywebandprogrammingproblems.Thisisabookforthoseofuswhobelievedthatwedidn’tneedtolearnPerl,andnowweknowitismoreubiquitousthanever.You’llseethatPerlhasevolvedintoamultipurpose,multiplatformlanguagepresentabsolutelyeverywhere:heavy-dutywebapplications,thecloud,systemsadministration,naturallanguageprocessing,andfinancialengineering.ThisbookprovidesvaluableinsightintoPerl’sroleregardingallofthesetasksandmoregivingyouagreatstartinyourPerlprogrammingadventure.WhatYouWillLearnPerformoperationsonscalarvaluesUsescalar,array,andassociativearrayvariablesWorkwithflowcontrolstatementssuchasif,unless,while,until,for,andforeachReadandwritedirectlytofileswithfilehandlesUseconditionalexpressionssuchasnumericandstringcomparison,regularexpressions,filetesting,andPerlstatementsFormatoutputwithformatstatementsSearchforandreplacesub-stringswithinastringusingregularexpressionsMasterPerlutilitiessuchassplit,join,indexandmoreControlthefilesystemandprocessesfromwithinaPerlscriptBuildfunctionsfortasksincludinghandlingthescopeofvariablesImportexistingmodulesintoyourPerlscriptWhoThisBookIsForThosewhoarenewtoPerl.
2023/12/26 6:12:24 3.17MB Perl 5
1
这是基于DirectShow的虚拟摄像头驱动源代码工程,此工程采用从零开发,采用非常原始的方法实现COM基础组件和IBaseFilter,IPin等接口功能。
不依赖DSHOW的SDK库就可以编译运行,本代码工程使用VS2015编译。
如果你不喜欢,或者不想去了解DirectShow的工作原理,大可不必理会我这种比较“疯狂”的做法,也不必下载我的这份代码给你平添无谓的烦恼。
source目录是工程目录,bin是已经编译好的dll,可以调用register.bat注册,调用unregister.bat注销.注册成功后,使用DirectShow框架的程序就可以发现并访问这个虚拟摄像头,比如QQ,amcap等。
本工程详细原理介绍,请看如下链接:https://blog.csdn.net/fanxiushu/article/details/79830750Fanxiushu2018
2023/12/1 6:58:52 137KB DirectShow Virtual Camera
1
5GNR:Architecture,Technology,Implementation,andOperationof3GPPNewRadioStandardsisanin-depth,systematic,technicalreferenceon3GPP'sNewRadiostandards(Release15andbeyond),coveringtheunderlyingtheory,functionaldescriptions,practicalconsiderationsandimplementationofthe5Gnewradioaccesstechnology.Thebookdescribesthedesignandoperationofindividualcomponentsandshowshowtheyareintegratedintotheoverallsystemandoperatefromasystemsperspective.Uniquely,thisbookgivesdetailedinformationonRANprotocollayers,transport,networkarchitectureandservices,aswellaspracticalimplementationanddeploymentissues,makingitsuitableforresearchersandengineerswhoaredesigninganddeveloping5Gsystems.Reflectingontheauthor's30plusyearsofexperienceinsignalprocessing,microelectronicsandwirelesscommunicationsystemdesign,thisbookisidealforprofessionalengineers,researchersandgraduatestudentsworkingandresearchingincellularcommunicationsystemsandprotocolsaswellasmobilebroadbandwirelessstandards.Strongfocusonpracticalconsiderations,implementationanddeploymentissuesTakesatop-downapproachtoexplainsystemoperationandfunctionalinterconnectionCoversallfunctionalcomponents,features,andinterfacesbasedonclearprotocolstructureandblockdiagramsDescribesRFandtransceiverdesignconsiderationsinsub-6GHzandmmWavebandsCoversnetworkslicing,SDN/NFV/MECnetworksandcloudandvirtualizedRANarchitecturesComprehensivecoverageofNRmulti-antennatechniquesandbeamformedoperationAconsistentandintegratedcoveragereflectingtheauthor’sdecadesofexperienceindeveloping3G,4Gand5Gtechnologiesandwritingtwosuccessfulbooksintheseareas
2023/11/25 3:32:37 28.93MB 5G NR New Radio
1
LearningTensorFlowbyTomHope,YehezkelS.Resheff,andItayLiederCopyright©2017TomHope,ItayLieder,andYehezkelS.Resheff.Allrightsreserved.Thisbookisanend-to-endguidetoTensorFlowdesignedfordatascientists,engineers,students,andresearchers.Thebookadoptsahands-onapproachsuitableforabroadtechnicalaudience,allowingbeginnersagentlestartwhiledivingdeepintoadvancedtopicsandshowinghowtobuildproductionreadysystems.
2023/11/24 13:47:39 6.28MB AI Tensorflow DL ML
1
Exampledescription===================ThisDemoprovidesadescriptionofhowtousetheUSB-FS-DeviceontheSTM32F10xxx,STM32F37xxx,STM32F30xxxandSTM32L15xxxdevices.TheSTM32deviceisenumeratedasHIDcompliantdevice,thatusesthenativePCHostUSB-FS-DeviceHIDdriver.Totesttheexample,youneedto:1)-Startthe"USBHIDDemonstrator"PCappletandconnectSTM32USBtoPC2)-ThedeviceshouldbedetectedandshownintheUSBHIDtargetbox3)-PressGraphicViewbutton4)-YoucanSelect"useSET_FEATURE"or"useSET_REPORT"inordertouseSET_REPORTrequesttosendHIDReportforLEDcontrol5)-MakesurethatfollowingreportIDareconfigured:LED1ID(0x1),LED2ID(0x2),LED3ID(0x3),LED4ID(0x4),andBUTTON1_ID(0x5)6)-SelectLedstoswitchon/offontheEVALboard=>aSET_REPORTrequestwillbesentMoredetailsaboutthisDemoimplementationisgivenintheUsermanual"UM0424STM32F10xxxUSBdevelopmentkit",availablefordownloadfromtheSTmicrocontrollerswebsite:www.st.com/stm32
2023/10/4 9:15:56 224KB STM32 KEIL USB HID
1
led字幕控制软件
2023/8/27 7:34:50 105.77MB LED 广告屏
1
共 27 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡