MetalbyTutorials:BeginninggameenginedevelopmentwithMetalbyCarolineBegbieEnglish|2019|ISBN:1942878544|659Pages|TruePDF,EPUB,CODE|790MBBuildyourownlow-levelgameengineinMetal!Thisbookintroducesyoutographicsprogra妹妹inginMetal—Apple’sframeworkforprogra妹妹ingontheGPU.You’llbuildyourowngameengineinMetalwhereyoucancreate3Dscenesandbuildyourown3Dgames.ThisbookisforintermediateSwiftdevelopersinterestedinlearning3Dgraphicsorgainingadeeperunderstandingofhowgameengineswork.TopicsCoveredinMetalbyTutorialsTheRenderingPipeline:Takeadeepdivethroughthegraphicspipeline.3DModels:Import3DmodelswithModelI/Oanddiscoverwhatmakesupa3Dmodel.CoordinateSpaces:Learnthemathbehind3Drendering.Lighting:Makeyourmodelslookmorerealisticwithsimplelightingtechniques.Textures&Materials:Designtexturesandsurfacesformicrodetail.CharacterAnimation:Bringyour3Dmodelstolifewithjointsandanimation.Tessellation:Discoverhowtousetessellationtoaddagreaterlevelofdetailusingfewerresources.Environment:Addaskytoyourscenesandusetheskyimageforlighting.Instancing&ProceduralGeneration:Saveresourceswithinstancing,andgeneratescenesalgorithmically.Multipass&DeferredRendering:Addshadowswithadvancedlightingeffects.Andmore!
2015/2/11 14:57:14 236.61MB raywenderlich Metal IOS SWIFT
1
该部分为《C言语实用数字图像处理-井上诚喜,白玉林》_源代码code
2015/2/2 4:36:43 6.62MB 图像处理
1
.xls文件比方:region_code region_name110101 北京市市辖区东城区110102 北京市市辖区西城区110103 北京市市辖区崇文区110104 北京市市辖区宣武区......(共3100行)
2017/1/25 2:38:53 279KB 行政区域代码 excel 全国区域编码
1
C言语实现了卷积码的不同约束长度下的编译码,使用维特比译码方法进行译码,经code::block测试通过,欢迎下载
1
酒店经管平台(element+vuejs+springboot+mybatis项目),code目录中是前后端代码,另外一个是部署文件,包含脚本,登录时用户名和密码随意
2016/10/15 14:58:32 110.57MB springboot
1
待测设备:INA219芯片;│2-实现功能:│(1)获取电池输出电压;│(2)获取电池输出电流;│(2)获取电池输出功率;││3-INA219驱动调用:│(1)设置芯片参数ina219_SetCalibration_16V_2A();│(2)获取输出电压ina219_GetBusVoltage_mV();│(3)获取输出电流ina219_GetCurrent_uA();│(4)获取输出功率ina219_GetPower_mW();包含INA219的PDF文档和Code,网上搜集整理的使用,以及用ATMEGA8A测试例子
2020/5/16 14:33:39 23.32MB INA219 电流测试 功率测试
1
thisisaC++codeofshallowwaterequation
2021/4/22 7:30:23 7KB shallow water equation
1
AlthoughI’dtakenalotofprogra妹妹ingclassesincollege,Ineverfullyappreciatedprogra妹妹inguntilIhadajobthatinvolvedalotofrepetitivetasks.Afteramusingmyselfbyautomatingmuchofthatjob,Idecidedtoreturntoschoolandstudybiol-ogy,whichiswhenItookmyfirstGIScourse.Iwasinstantlyinlove,andmanagedtoconvincesomeonetogivemeabiologydegreeforwritinganextensionforArcViewGIS(aprecursortoArcGIS,foryouEsrifansoutthere).Afterfinishingthatup,IwenttoworkfortheRemoteSensing/GeographicInformationSystemsLaboratoryatUtahStateUniversity.Oneofmyfirstprojectsinvolvedsomewebmapping,andIsoonbecameabigfanoftheopensourceUMNMapServersoftware.Thatwasmyintroduc-tiontoopensourcegeospatialsoftware,includingGDAL.I’mfairlycertainthatIdidn’tappreciatethepoweroftheGDAL/OGRlibrarywhenIfirstlearnedaboutit,butIcametomysensesonceIstartedusingitinmyC++andC#code.IntheCollegeofNaturalResources,thereweren’tmanypeoplearoundwhowereinterestedincoding,butIdidgettopointpeopletotheGDALco妹妹and-lineutilitiesonaregularbasis.ButthenEsriintroducedPythonasthescriptinglanguageofchoiceforArcGIS,andthingsstartedtochange.Idon’tthinkIhadusedPythonmuchbeforethen,butplayingwitharcgisscripting(theoriginalEsriPythonmodule)mademerealizehowmuchIenjoyedworkingwithPython,sonaturallyIhadtostartusingGDALwithitaswell.Moreimportantlyforthisbook,mycoworkerJohnLowrysuggestedthatweteam-teachaPython-for-GISclass.HetaughtstudentshowtousePythonwithArcGIS,andItaughtthemaboutGDAL.Theclassturnedouttobepopular,sowetaughtitthatwayforanotherfewyearsuntilJohnmovedaway.Itookovertheentireclassandhavebeenteachingitinvariousconfigurationseversince.I’veneverbotheredtotaketheclassmaterialfromthefirsttwoy
2016/8/6 10:18:39 12.53MB Python
1
作者:AndreasC.Müller&SarahGuido内附电子书PDF版本以及全套code
2016/2/4 6:39:47 86.53MB 机器学习
1
由于要将java服务转成go开发,所以要实现密码的婚配,但本人没有找到go相应的库,故参考java源码实现了一下。
有现成的库,请留言告知下。


JAVA密码加密类(crypto/StandardPasswordEncoder)实现 加密过程: 1.获取随机加密字符串salt 2.拼接salt和密码,然后使用sha256进行n次加密,得到code 3.拼接salt和code,得到saltCode 4.对saltCode进行hex加密,得到密码 验证过程: 1.对加密的密码进行hex解密 2.对hex解密的密文进行分割,获取加密字符串salt 3.使用salt对输入的密码进行加密的23步骤 4.使用或和异或对2次密码进行比对
2015/11/25 3:26:43 2KB go语言 java
1
共 335 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡