ThecompleteVisualBehaviourAuthoringframeworkforUnity,empoweringyoutocreateadvancedAIBehavioursandLogic,includingthreeseparate,fullyfeatured,yetseamlesslyinterchangeablemodulesforyoutochooseandeasilyaddinyourgame:•BehaviourTrees•HierarchicalStateMachines•DialogueTreesNodeCanvasisaproductionreadyframeworkusedbymanyawesomegamesincludingKim,Pamela,Hurtworld,ShroudoftheAvatar,KingdomandGhostofaTale.[GamesShowcase]FeatureHighlights-------------------------------------•Choosetherighttoolforthetaskathand.•DesignreactiveBehaviourTreesandHierarchicalStateMachineswithinanintuitive,designerfriendlyvisualnodeeditor:(FullUndo/Redo,ZoomIn/Out,Multi-selection,Duplication,Copy/Pasting,JSONImport/Export,Groups,Commentsandmore)•Uselocal&globalvariablesofanytype,visuallyorincode,forcreatingreusableandactor-oriented,parametricbehaviours,optionallysavingandloadingthosevariablesbetweengamingsessions.•DataBindvariableswithanycomponentpropertyofanytypedirectly.•SyncvariablesautomaticallyoverthenetworkusingUNET,forcreatingmultiplayergames.•VisuallyDebugbehaviourswithrealtime,colorfulandinformativeruntimedebugging.•LiveEditeverythingwhileinplaymodetoperfectlyunderstandyourdesigngoalsandhowtoachievethem.•UtilizeanyexistingcodedirectlywithadvancedandextremelyfastReflectionTasks,automaticallyintegratingUnity'sand3rdPartyassetAPIs.•WorkwithLists/Arrays,Enums,InterfacesandprettymuchANYVariableTypeyouneedout-of-the-box.•Reacttoworldchangesandtransferdatausingthebuilt-inEventSystem.•ReuseandBindmadebehavioursamonganynumberofdifferentagents.•OrganizeyourdesignsusingBehaviourSub-TreesandSub-StateMachines.•ExtendNodeCanvasFrameworktocreateyourownActions,Conditions,Nodesorevencompletelynewmoduleswiththee
2023/9/12 9:53:06 1.32MB Unity插件 行为树
1
MD2MD5SHA-1HAVALTigerRIPE-MD160MD5-MACHMACXOR-MACDESIDEAWAKE3-WAYTEASAFERBlowfishSHARKGOSTCAST-128SquareDiamond2SapphireRC2RC5RC6MARSSEALLuby-RackoffMDCvariousencryptionmodes(CFB,CBC,OFB,counter)DHDH2MQVDSANRElGamalLUCLUCDIFLUCELGRabinRWRSABlumGoldwasserellipticcurvecryptosystemsBBSDEFLATEcompressionShamir'ssecretsharingschemeRabin'sinformationdispersalscheme.Therearealsovariousmiscellanousmodulessuchasbase64codingand32-bitCRC.
2023/8/31 23:34:08 375KB C++加解密算法源代码大全
1
glib-2.58.0-win64-vs2017-v141-sdk10.0.17134.12csdn-tags:glib-2.58.0x64vs2017v141sdk17134glib-2.58.0及其依赖包:bzip2-1.0.6-win64-vc141.zipglib-2.58.0-win64-vc141.ziplibiconv-1.15-win64-vc141.ziplibintl-0.19.8.1-win64-vc141.zippcre-8.42-win64-vc141.zipzlib1-1.2.11-win64-vc141.zip其中:glib依赖libintlpcrezlibintl依赖libiconvpcre依赖bzip2zlibglib的编译方法:1,准备工具:msvc2017,python3,python需要安装meson和ninja,直接pipinstall即可。
2,准备glib:glib需要dirent的支持,否则在编译时会提示无法解析外部符号的错误。
解决方法为:将根目录\build\win32\dirent目录下的二个C文件和一个H文件拷贝到根目录\glib目录下。
3,修改根目录\glib目录下的meson.build文件,字符全是英文半角:glib_sub_headers=files处添加:glib_sub_headers=files('dirent.h',glib_sources=files处添加:glib_sources=files('dirent.c','wdirent.c',打开vs2017的:适用于VS2017的X64本机工具命令提示:或者call"C:\ProgramFiles(x86)\MicrosoftVisualStudio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat"amd64假设python安装在D:\platform\python3则,Scripts目录一定要添加,否则meson.py会找不到:setPYTHONPATH=D:\platform\python3setPATH=%PATH%;%PYTHONPATH%;%PYTHONPATH%\Scripts\然后,创建编译目录,meson用一个新的目录编译源码:mkdirglib-2.58.0-win64-vc141cdglib-2.58.0-win64-vc141meson.py..\glib-2.58.0--prefix=D:\platform\glib--buildtype=minsizeninjaninjainstall就可以完美编译。
欢迎朋友们下载使用。
2023/7/21 15:49:14 9.76MB glib-2.58.0 vs2017v141 sdk17134
1
AS3.0开发中常用语句汇总1、在类中写的类的属性:package{publicclassXXXextendsXXX{publicvarcc:XXX=XXX}}用的时候先绑定类,然后mc名.属性2、取随机数vara:int=Math.random()*10
2023/7/15 5:34:49 46KB AS3.0
1
OpenCV_1.0.exe安装包,opencv使用视频采集卡蓝屏的办法,包含cv.lib、cvaux.lib、cvcam.lib、cvhaartraining.lib、cxcore.lib、cxts.lib、highgui.lib、ml.lib和cv100.dll、cvaux100.dll、cvcam100.dll、cvhaartraining.dll、cxcore100.dll、cxts100.dll、highgui100.dll、ml100.dll
2023/6/8 18:02:25 17.11MB OpenCV cxcore Direct
1
仅想下载OpencvSdk的朋友请直接辞官网下载最新的就好了,目前(2018.11.2)最新的sdk是3.4.1,  OpencvAndroidSDK下载地址:https://opencv.org/opencv-3-4-1.html   ,滑到最上面就能够看到Androidpack,点击下载就好了。
官网下载下来的也有使用demo,不外是eclipse工程。
本资源搜罗的Opencv版本是3.3,demo是AndroidStudio工程,搜罗:人脸美化、身份证号码识别、人眼实时跟踪与渲染、特色检测与匹配、阐发与丈量,图像操作等
2023/5/2 0:03:08 177B opencv andro opencv andro
1
VC6下安装与配置Wikipedia,自由的百科全书本手册适应OpenCV1.0安装。
目录[隐藏]1安装VisualC++6.02安装OpenCV3配置Windows环境变量4配置VisualC++6.04.1全局设置4.2项目设置[编辑]安装VisualC++6.0略。
[编辑]安装OpenCV从http://www.opencv.org.cn/下载OpenCV安装程序。
假如要将OpenCV安装到C:\\ProgramFiles\\OpenCV。
(下面附图为OpenCV1.0rc1的安装界面,OpenCV1.0安装界面与此基本一致。
)在安装时选择\"将\\OpenCV\\bin加入系统变量\"(Add\\OpenCV\\bintothesystermPATH)。
[编辑]配置Windows环境变量检查C:\\ProgramFiles\\OpenCV\\bin能否已经被加入到环境变量PATH,如果没有,请加入。
[编辑]配置VisualC++6.0[编辑]全局设置菜单Tools->Options->Directories:先设置lib路径,选择Libraryfiles,在下方填入路径:C:\\ProgramFiles\\OpenCV\\lib然后选择includefiles,在下方填入路径:C:\\ProgramFiles\\OpenCV\\cxcore\\includeC:\\ProgramFiles\\OpenCV\\cv\\includeC:\\ProgramFiles\\OpenCV\\cvaux\\includeC:\\ProgramFiles\\OpenCV\\ml\\includeC:\\ProgramFiles\\OpenCV\\otherlibs\\highguiC:\\ProgramFiles\\OpenCV\\otherlibs\\cvcam\\include[编辑]项目设置每创建一个将要使用OpenCV的VCProject,都需要给它指定需要的lib。
菜单:Project->Settings,然后将Settingfor选为AllConfigurations,然后选择右边的link标签,在Object/librarymodules附加上cxcore.libcv.libml.libcvaux.libhighgui.libcvcam.lib如果你不需要这么多lib,你可以只添加你需要的lib。
2023/3/16 21:06:10 17.2MB OpenCV window安装版本
1
Hands-OnComputerVisionwithJulia:BuildcomplexapplicationswithadvancedJuliapackagesforimageprocessing,neuralnetworks,andArtificialIntelligenceExplorethevariouspackagesinJuliathatsupportimageprocessingandbuildneuralnetworksforvideoprocessingandobjecttracking.KeyFeaturesBuildafull-fledgedimageprocessingapplicationusingJuliaImagesPerformbasictoadvancedimageandvideostreamprocessingwithJulia'sAPIsUnderstandandoptimizevariousfeaturesofOpenCVwitheasyexamplesBookDescriptionHands-OnComputerVisionwithJuliaisathoroughguidefordeveloperswhowanttogetstartedwithbuildingcomputervisionapplicationsusingJulia.Juliaiswellsuitedtoimageprocessingbecauseit'seasytouseandletsyouwriteeasy-to-compileandefficientmachinecode.ThisbookbeginsbyintroducingyoutoJulia'simageprocessinglibrariessuchasImages.jlandImageCore.jl.You'llgettogripswithanalyzingandtransformingimagesusingJuliaImages;someofthetechniquesdiscussedincludeenhancingandadjustingimages.Asyoumakeyourwaythroughthechapters,you'lllearnhowtoclassifyimages,clusterthem,andapplyneuralnetworkstosolvecomputervisionproblems.Intheconcludingchapters,youwillexploreOpenCVapplicationstoperformreal-timecomputervisionanalysis,forexample,facedetectionandobjecttracking.YouwillalsounderstandJulia'sinteractionwithTesseracttoperformopticalcharacterrecognitionandbuildanapplicationthatbringstogetherallthetechniquesweintroducedpreviouslytoconsolidatetheconceptslearned.Byendofthebook,youwillhaveunderstoodhowtoutilizevariousJuliapackagesandafewopensourcelibrariessuchasTesseractandOpenCVtosolvecomputervisionproblemswithease.WhatyouwilllearnAnalyzeimagemetadataandidentifycriticaldatausingJuliaImagesApplyfiltersandimproveimagequalityandcolorschemesExtract2Dfeaturesforimagecom
2023/2/13 4:52:05 7.59MB Juila CV packt
1
这里把所有的文件名列出来,有需要的就下吧:2.0:lib:cv200.lib;
cv200d.lib;
cvaux200.lib;
cvaux200d.lib;
cxcore200.lib;
cxcore200d.lib;
cxts200.lib;cxts200d.lib;highgui200.lib;highguid.lib;ml200.lib;ml200d.lib;dll:cv200.dll;
cv200d.dll;
cxcore200d.dll;
cxcore200.dll;highgui200.dll;highgui200d.dll;1.0:dll:cv100.dll;cvaux100.dll;cvcam100.dll;cxcore100.dll;cxts001.dll;highgui100.dlllibguide40.dll;ml100.dll发这个资源是因为一般会同时用到几个文件,但有的人一个一个上传,能理解要赚分,但感觉真的很¥&*%
2018/5/21 16:08:33 5.09MB lib和dll
1
ThisisamuchneededbookrecognizingthatVSCtechnologyisrapidlydevelopingasitappliestoelectricpowersystems.ItissorapidthatitischallengingtokeepupwithVSCconfigurationsandcontrolthatcontinuetoemergeandfindapplicationsinpowersystems.Itisimportanttorealizethattheconventionalthyristor-basedconverterorlineco妹妹utatedconverter(LCC)withitscontrolsandprotectionrequirementsarefarlesstechnicallychallengingthanVSCtechnologiesappliedtowindturbinegeneratorsandVSCtransmission.TheauthorsemphasizethebasicmoduleofaVSCvalve,thehalf-bridgeconverter.ItisoftenappliedasthebuildingblockforVSCsthatinterfacebetweenacanddcsystems.
2015/5/13 15:49:43 13.91MB Converter
1
共 25 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡