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
中国省市区json文件,包含id,code,全拼音,拼音首字母。
(注:因某些名称存在多音字,曾经改正过来了)
2018/9/3 9:46:32 403KB java h5 Android 省市区JS
1
一个很强大的工具,能将c#代码片段、文件甚至工程直接转换成java代码,并能彻底解决外部引用的DLL问题,最强的是支持c#工程的直接转换,生成的Java代码质量也很不错。
软件已破解,去除了未注册版最多只能转换1000行的限制,亲测可用!压缩包内含协助文档,不过由于软件的使用很简单,协助文档基本可以忽略。
(小提示:如无法运行,请确认是否安装了.NETframework)下面是一些英文介绍:C#toJavaConverterfeaturesinclude:1.Folderconversion:EntirefoldersofC#codefilesareconvertedtoJavacodefiles.(文件夹转换)2.Codesnippetandfileconversion:Oursnippetconversionaccuracyisoutstandinganddoesnotrequireyoutoinsertentiremethodsorclasses.Heuristicsareusedtoconvertcodefragmentswithmissingdeclarations.(代码片段和文件转换)3.Fullsupportforthelatest.NETcodesyntax:GenericsandothernewerC#featuresareconvertedwherepossibletotheJavaequivalent.(全面支持最新版的.NET语法)4.Conversionoptions:YoucanspecifynumerousconversionoptionsviaourOptionsdialog.Codeformattingoptions,customtype&memberreplacements,customstringreplacements,andmiscellaneousoptions.(可以指定转换规则)5.Filecomparisonfeature:Afterconvertingaprojectorfolder,youcancompareoriginalandconvertedfilesside-by-side.Comparingconvertedcodetooriginalcode.(原代码与转换后代码的比较)6.Runningfromthecommandline:C#toJavaConvertercanbelauncheddirectlyforaspecificproject,folder,orfileconversionfromthecommandline.Commandline.(命令行执行)其他一些特点:1.ConvertsallversionsofC#code(2002,2003,2005,2008,and2010)(可以转换所有版本的C#代码)2.Evaluatesallreferencedassembliesand.NETprojectsinordertoresolveexternalreferencesmorecompletely.(能彻底解决外部引用的dll类库)3.ConvertsC#refparametersusingJavagenerics4.Superbconversionsofalltypesofarrays5.HandlesthenumerouscodingalternativesandambiguitiesofC#code6.Flawlessconversionofallaspectsofinheritanceandinterfaces7.Allowscustomreplacementofstringsinthefinalconvertedcode8.AccurateevenwithpoorlyformattedC#code
2020/6/6 6:37:11 259KB C# 转换 Java Convert
1
终端接一个红外感应器,蜂鸣器,继电器;
协调器总开关,此为基于ZigBee技术的果园报警零碎设计,里面的代码直接可以用,本人课设做的,希望对大家有用
2016/7/2 13:46:39 12.99MB zigbee 课程设计 报警
1
STA313-A2A2_Rmd_Code.Rmd中的RMD文章code.r中的探究性代码自行车数据:从作业网站下载自动数据::
2015/11/23 2:23:39 7KB R
1
delphi下拉菜单code
2017/6/14 11:34:01 53KB delphi
1
该例程是针对MFC的多线程编程,具体的code引见见博客地址:http://blog.csdn.net/u013896064window线程编程
2020/5/12 20:23:28 138KB MFC 多些程
1
共 319 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡