用于无声卡电脑-VirtualAudioCableAtfirst,pleaseunpackthedistributionpackageintoanemptyfolderonalocaldrive,makingsurethatlocalfolderpathdoesnotcontainspecialcharacterslike"#","&"orsimilar.Unpackingthepackage,preservefolderstructure(afterunpacking,destinationfoldershouldcontain"x86"and"x64"subfolders).IfyouarenewtoVirtualAudioCable,pleasereadtheusermanualbeforeinstallation.ThebestwaytoopenthemanualistoruninstallerapplicationnamedSetupandclickthe"Help"buttoninthefirstinstallationdialog.Theusermanualfile(vac.chm,afilenamed"vac"withasheetandquestionmarkicon)isanHTMLHelpformatfile.Donotopenmanualfilefromanetworkpathordirectlyfromthepackageotherwisehelppagesmaynotbedisplayedduetosecurityrestrictions.Copythefiletoalocaldrivebeforeopening.Pleasemakesurethatlocalfilepathdoesnotcontainspecialcharacters.Ifusermanualfileisopenedfromalocaldrivebutpagesontherightpanearenotdisplayedproperly,pleasecheckifvac.chmfilehasthe"Unblock"buttoninitsPropertiesform(right-clickthefiletoopenitsproperties).Ifyes,unblockit.Seealso"Howblockingsomeattachmentshelpsprotectyourcomputer"topicinWindowsHelp(Start-HelpandSupport)andhttp://support.microsoft.com/kb/902225.Readingthemanual,don'tforgetthatthereisthe"Search"tab.Havingaproblem,entersomewordsrelatedtotheproblemandappropriatepageswillbedisplayed.Ofcourse,searchfeaturewillnothelpifyouenteraquestionlike"howcanIuseit?".Itonlyfindspagescontaininggivenkeywords.
2024/5/12 21:39:33 533KB 虚拟声卡
1
InstallationUnzipandcopythedlefileintothepluginsdirectoryof3dsMax.e.g.:C:\ProgramFiles\Autodesk\3dsMaxxxxx\pluginsNotethatthepathtothepluginsfoldermaybedifferentifyouhaveinstalled3dsMaxtoalocationotherthanthedefault.Ifyouencounteraruntimeerror,trytoinstallDirectXRuntimesandVisualC++2008SP1RedistributablePackage.IfyouwanttogetthelatestDxViewerpleasevisithttp://www.cgdev.net/download.phpFormorehelpandsamplespleasevisitwww.cgdev.net/help.phpUsage:1)Setupyourscenein3dsMax.2)Chooseexportfromthefilemenu.3)Clickthe"Saveastype"dropdownlistwhereyouwillfindAlin'sDirectXExporter.Selecttheoutputdirectoryandfilename,thenpressOK.Theexporterconfigurationdialogwillappear,whichcontrolhowthescenedatawillbeconvertedfrom3dsMaxto.xfile.4)ClickOKwhenyoufinishtheconfiguration.
2023/11/15 6:07:51 157KB DirectX 3DMAX .x文件
1
图书馆图书管理系统主窗口:importjava.awt.*;importjava.awt.event.*;importjavax.swing.*;importmyClass.swing.*;publicclassMainWindowextendsJFrameimplementsActionListener{ JPanelpanel1;//panel2; Containerc; JMenuBarMenuB; JMenuSystemMenu,BookMGRMenu,BorrowBookMenu,ReturnBookMenu, InfoBrowseMenu,UserMGRMenu; JMenuItemUserLoginMenuItem,UserAddMenuItem,UserModifyMenuItem, UserDeleteMenuItem,ExitMenuItem,BookAddMenuItem,BookModifyMenuItem,BookDeleteMenuItem, BorrowBookMenuItem,BorrowInfoMenuItem,ReturnBookMenuItem,ReturnInfoMenuItem, BookListMenuItem,BorrowBookListMenuItem,UserListMenuItem; JLabeltitleLabel,AuthorLabel,DateLabel; publicMainWindow() { super("图书馆管理系统"); //--系统管理菜单-- MenuB=newJMenuBar(); SystemMenu=newJMenu("系统管理"); UserMGRMenu=newJMenu("用户管理"); UserLoginMenuItem=newJMenuItem("用户登录"); UserAddMenuItem=newJMenuItem("添加用户"); UserModifyMenuItem=newJMenuItem("修改用户"); UserDeleteMenuItem=newJMenuItem("删除用户"); ExitMenuItem=newJMenuItem("退出"); SystemMenu.add(UserLoginMenuItem); UserMGRMenu.add(UserAddMenuItem); UserMGRMenu.add(UserModifyMenuItem); UserMGRMenu.add(UserDeleteMenuItem); SystemMenu.add(UserMGRMenu); SystemMenu.add(ExitMenuItem); UserLoginMenuItem.addActionListener(this); UserAddMenuItem.addActionListener(this); UserModifyMenuItem.addActionListener(this); UserDeleteMenuItem.addActionListener(this); ExitMenuItem.addActionListener(this); MenuB.add(SystemMenu); //---书籍管理菜单-- BookMGRMenu=newJMenu("书籍管理"); BookAddMenuItem=newJMenuItem("添加书籍"); BookModifyMenuItem=newJMenuItem("修改书籍"); BookDeleteMenuItem=newJMenuItem("删除书籍"); BookMGRMenu.add(BookAddMenuItem); BookMGRMenu.add(BookModifyMenuItem); BookMGRMenu.add(BookDeleteMenuItem); BookAddMenuItem.addActionListener(this); BookModifyMenuItem.addActionListener(this); BookDeleteMenuItem.addActionListener(this); MenuB.add(BookMGRMenu); //--借书管理菜单-- BorrowBookMenu=newJMenu("借书管理"); BorrowBookMenuItem=newJMenuI
1
ActivityGraderWhatisit?-----------ThisapplicationopensallactivitiesinagivenfolderinPT,extractsthegradeandthenoutputsaCSVfilewiththefilename,totalpercentageandsubcomponentscores.SystemRequirements-------------------JRE:1.8orabove(http://java.com/getjava/)PacketTracer7.0oraboveUpgradingActivityGrader-------------------------IfthereisapreviousversionofActivityGraderinstalled,removeitfromtheapprovedlistanddeletethe"extensions\ActivityGrader"folder.Thenfollowthe"InstallingActivityGrader"section.InstallingActivityGrader--------------------------1)UnzipActivityGrader.zip2)Copythe"ActivityGrader"folderto"\extensions"Typically:C:\ProgramFiles\PacketTracer\extensions3)AddActivityGrader.ptausingtheIPCmenu.a)ExtensionsMenu->IPC->ConfigureAppsb)ClickontheAddbuttonc)Selectthefolder"ActivityGrader"d)SelecttheActivityGrader.ptafile,thenOK(SeePTHelpandTutorialsforadditionalinformation)LaunchingtheApplication-------------------------Therearetwowaystolaunchtheapplication.A)WithinPacketTracer: 1)ExtensionsMenu->IPC->ConfigureApps 2)SelectActivityGraderfromAppList 3)ClickonLaunchbuttonB)Standalone,execute"extensions\ActivityGraderx86_64.exe".ThismethoddoesnotlaunchPacketTracerautomatically.PacketTracermustbealreadyrunningandtheIPCenabledatport39000.Foreithermethod,PacketTracermustallowthisapplicationtousetheIPC.(SeeStep3:Installing)UsingtheApplication---------------------Thisapplicationusestheactivityfilenamesastheindex.So,itwouldbebest
2023/4/8 4:55:46 5.44MB Cisco Packet Tra
1
Thisbookintroducesyoutotheworldofdatastructuresandalgorithms.Datastructuredefinesthewaydataisarrangedincomputermemoryforfastandefficientaccesswhilealgorithmisasetofinstructiontosolveproblemsbymanipulatingthesedatastructures.DataStructuresalgorithmsInGoHemantjainCopyrightoHemantJain2017.AllRightReservedHemantJainassertsthemoralrighttobeidentifiedasheauthorofthisworkAllrightsreserved.Nopartofthispublicationmaybereproduced,storedinorintroducedintoaretrievalsystem,ortransmitted,inanyform,orbyanymeans(electrical,mechanical,photocopying,recordingorotherwise)withoutthepriorwrittenpermissionoftheauthor,exceptinthecaseofverybriefquotationsembodiedincriticalreviewsandcertainothernonco妹妹ercialusespermittedbycopyrightlaw.AnypersonwhodoesanyunauthorizedactinrelationtothispublicationmaybeliabletocriminalprosecutionandcivilclaimsfordamagesACKNOWLEDGEMENTTheauthorisverygratefultoGodALMIGhTYforhisgraceandblessingDeepestgratitudeforthehelpandsupportofmybrotherDrSumantJain.ThisbookwouldnothavebeenpossiblewithoutthesupportandencouragementheprovidedIwouldliketoexpressprofoundgratitudetomyguide/myfriendNaveenKaushikforhisinvaluableencouragement,supervisionandusefulsuggestionthroughoutthisbookwritingwork.hissupportandcontinuousguidanceenablemetocompletemyworksuccessfuFinallyyetimportantly,IamthankfultoLoveSinghal,AnilberryandotherswhohelpedmedirectlyorindirectlyincompletingthisbookHemantJainTABLEOFCONTENTSACKNOWLEDGEMENTTABLEOFCONTENTSChAPTERO:HOWTOUSETHISBOOKWHATTHISBOOKISABOUTPREPARATIONPLANSSUMMARYChAPTER1:NTRODUCTION-PROGRAMMIINGOVERVIEWINTRODUCTIONFIRSTGOPROGRAMvariablesconstantsBASICDATATYPESSTRINGCONDITIONSANDLOOPSFUNCTIONPARAMETERPASSINGCALLBYVALUEPOINTERSPARAMETERPASSING.CALLBYPOINTER/REFERENCESTRUCTURESMETHODSINTERFACEARRaySLICEMAP/DICTIONARYARRAYINTERVIEWQUESTIONSCONCEPTOFSTACKSYSTEMSTACKANDMETHODCALLSRECURSIVEFUNCTIONEXERCISESCHAPTER2:ALGORITHMSANALYSISINTRODUCTIONALGORITHMASYMPTOTICANALYSISBIG-ONOTATIONOMEGA-QNOTATIONTHETA-⊙NOTATIONCOMPLEXITYANALYSISOFALGORITHMSTIMECOMPLEXITYORDERDERIVINGTHERUNTIMEFUNCTIONOFANALGORITHMTIMECOMPLEXITYEXAMPLESMASTERTHEOREMMODIFIEDMASTERTHEOREMEXERCISECHAPTER3:APPROACHTOSOLVEALGORITHMDESIGNPROBLEMSINTRODUCTIONCONSTRAINTSIDEAGENERATIONCOMPLEXITIESCODINGTESTINGEⅹAMPLESUMMARYChaPTER4:ABSTRACTDATATYPEGOCollECtIonsABSTRACTDATATYPE(ADTDATA-STRUCTUREGOCOLLECTIONFRAMEWORKACKQUEUETREEBINARYTREEBINARYSEARCHTREES(BSTPRIORITYQUEUE(HEAPHASH-TABLEDICTIONARY/SYMBOLTABLEGRAPHSGRAPHALGORITHMSSORTINGALGORITHMSCOUNTINGSORTENDNOTEchaPTER5:SEARCHINGINTRODUCTIONWHYSEARCHING?DIFFERENTSEARCHINGALGORITHMSLINEARSEARCH-UNSORTEDINPUTLINEARSEARCH-SORTEDBINARYSEARCHSTRINGSEARCHINGALGORITHMSHASHINGANDSYMBOLTABLESHOWSORTINGISUSEFULINSELECTIONALGORITHM?PROBLEMSINSEARCHINGEXERCISECHAPTER6:SORTINGINTRODUCTIONTYPEOFSORTINGBUBBLE-SORTMODIFIED(IMPROVED)BUBBLE-SORTINSERTION-SORTSELECTION-SORTMERGE-SORTQUICK-SORTQUICKSELECTBUCKETSORTGENERALIZEDBUCKETSORTHEAP-SORTTREESORTINGEXTERNALSORT(EXTERNALMERGE-SORTICOMPARISONSOFTHEVARIOUSSORTINGALGORITHMSSELECTIONOFBESTSORTINGALGORITHMEXERCISEChAPTER7:LINKEDLISTINTRODUCTIONLINKEDLISTTYPESOFLINKEDLISTSINGLYLINKEDLISTDOUBLYLINKEDLISTCIRCULARLINKEDLISTDOUBLYCIRCULARLISTEXERCISEchapter8:STACKINTRODUCTIONTHESTACKABSTRACTDATATYPESTACKUSINGSLICESSTACKGENERICIMPLEMENTATIONSTACKUSINGLINKEDLISTPROBLEMSINSTACKUSESOFSTACKEXERCISEchaPTER9:QUEUEINTRODUCTIONTHEQUEUEABSTRACTDATATYPEQUEUEUSINGLISTQUEUEUSINGLINKEDLISTPROBLEMSINQUEUEEXERCISECHAPTER10:TREEINTRODUCTIONTERMINOLOGYINTREEBINARYTREETYPESOFBINARYTREESPROBLEMSINBINARYTREEBINARYSEARCHTREE(BST)PROBLEMSINBINARYSEARCHTREE(BSTISEGMENTTREEAVLTREESRED-BLACKTREESPLAYTREEB-TREEB+TREEB*TREEEXERCISECHAPTERIl:PRIORITYQUEUEINTRODUCTIONTYPESOFHEAPHEAPADTOPERATIONSOPERATIONONHEAPHEAP-SORTUSESOFHEAPPROBLEMSINHEAPPRIORITYQUEUEGENERICIMPLEMENTATION.PRIORITYQUEUEUSINGHEAPFROMCONTAINER.EXERCISECHAPTER12:HASH-TABLEINTRODUCTIONHASH-TABLEHASHIINGWITHOPENADDRESSINGHASHINGWITHSEPARATECHAININGPROBLEMSINHASHINGEXERCISEChaPTER13:GRAPHSINTRODUCTIONGRAPHREPRESENTATIONADJACENCYMATRIXADJACENCYLISTGRAPHTRAVERSALSDEPTHFIRSTTRAVERSALBREADTHFIRSTTRAVERSALPROBLEMSINGRAPHDIRECTEDACYCLICGRAPHTOPOLOGICALSORTMINIMUMSPANNINGTREES(MST)SHORTESTPATHALGORITHMSINGRAPHEXERCISEChAPTER14:STRINGALGORITHMSTRODUCTIONSTRINGMATCHINGDICTIONARY/SYMBOLTABLEPROBLEMSINSTRINGEXERCISECHAPTER15:ALGORITHMDESIGNTECHNIQUESNTRODUCTIONBRUTEFORCEALGORITHMGREEDYALGORITHMDIVIDE-AND-CONQUER,DECREASE-AND-CONQUERDYNAMICPROGRAMMINGREDUCTIONTRANSFORM-AND-CONQUERBACKTRACKINGBRANCH-AND-BOUNDAALGORITHMCONCLUSIONCHAPTER16:BRUTEFORCEALGORITHMINTRODUCTIONPROBLEMSINBRUTEFORCEALGORITHMCONCLUSIONCHAPTER17:GREEDYALGORITHMINTRODUCTIONPROBLEMSONGREEDYALGORITHMCHAPTER18:DIVIDE-AND-CONQUER,DECREASE-AND-CONQUER
2023/3/25 9:44:09 6.19MB Data Structures Algorithms
1
MADRIX5的安装软件、说明书、相关设备引见、FixtureEditorHelpAndManual、MADRIXScript、PLEXUS
2016/8/6 8:34:45 317.38MB MADRIX3
1
(含源码及报告)本程序分析了自2016年到2021年(外加)每年我国原油加工的产量,并且分析了2020年全国各地区原油加工量等,含饼状图,柱状图,折线图,数据在地图上显示。
运转本程序需要requests、bs4、csv、pandas、matplotlib、pyecharts库的支持,如果缺少某库请自行安装后再运转。
文件含6个excel表,若干个csv文件以及一个名字为render的html文件(需要用浏览器打开),直观的数据处理部分是图片以及html文件,可在地图中显示,数据处理的是excel文件。
不懂可以扫文件中二维码在QQ里面问。
2022/9/30 16:31:44 29.75MB 爬虫 python 源码软件 开发语言
1
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡