这个只是方便生成授权,只要填入各个程序的licensehash就能生成不通的应用程序的授权了,licensehash的外置,比原版的生成器方便使用,只要一个生成器就能给你所有的加密程序提供授权的生成了。
GeneralWinlicenseregistrationcodegenerator(finalversion)WinlicenseKeygenaftertheformationofZhuceji,volumeisverylarge,butdonotoperatewiththeSpecialShunshou!Today,thewayshewrotetheoriginalZhucejiandabasicfunctionofthesamething,lovetosharewithfriendsWlicenseJiake!Calculatedusingthissoftwaretofacilitatetheregistrationcodemore!A.supportforageneration.Filearegistrationkey2.Registedintheregistry3.Registedversion4.SmartKey.B.supportoftheoperationsetuparegistrationkeynumber,thenumberofdaysandtheclosingdaterestrictions.Howtouse:youwillbetheworks"Hash"key(knownastheonlyauthorizedkey/LicenseUniqueKey)tokeydata.txtcopyofthedocumentcanbeyourdedicatedZhuceji.将压缩包解开后WinLicense.exe是中文版的程序目录WinLicenseKeygenFinal中的是英文版的程序目录LicGenerator_code是C#的源程序WinLicenseKeygenFinal
2024/6/14 7:30:48 559KB WinLicense 授权注册机 生成器
1
packagecom.org.dao.impl;importjava.sql.Connection;importjava.sql.PreparedStatement;importjava.sql.ResultSet;importjava.sql.SQLException;importjava.util.ArrayList;importjava.util.List;importjava.util.Map;importorg.springframework.jdbc.core.BeanPropertyRowMapper;importorg.springframework.jdbc.core.PreparedStatementCreator;importorg.springframework.jdbc.core.RowCallbackHandler;importorg.springframework.jdbc.support.GeneratedKeyHolder;importorg.springframework.stereotype.Repository;importcom.org.JdbcTempBaseDao;importcom.org.dao.IUserDao;importcom.org.model.User;@Repository@SuppressWarnings("all")publicclassUserDaoImplextendsJdbcTempBaseDaoimplementsIUserDao{ @Override publicListgetUserList(){ Stringsql="select*fromuser"; finalListlist=newArrayList(); jdbcTemplate.query(sql,newRowCallbackHandler(){ @Override publicvoidprocessRow(ResultSetrs)throwsSQLException{ Useru=newUser(); u.setId(rs.getInt("id")); u.setUsername(rs.getString("username")); u.setPassword(rs.getString("password")); u.setCreateDate(rs.getString("createDate")); u.setModifyDate(rs.getString("modifyDate")); u.setType(rs.getString("type")); list.add(u); } }); returnlist; } @Override publicListgetUserLists(Mapmap){ returnnull; } @Override publicIntegergetUserCount(Mapmap){ Stringsql="selectcount(1)fromUserwhereid=?"; returngetJdbcTemplate().queryForObject(sql,Integer.class,map); } @Override publicUsergetUserById(IntegerprimaryKeyId){ Stringsql="selectid,username,password,createDate,modifyDate,typefromUserwhereid=?";ListuserList=getJdbcTemplate().query(sql,newBeanPropertyRowMapper(User.class),primaryKeyId);if(userList.size()==0){returnnull;}returnuserList.get(0); } @Override publicvoiddelUserById(Int
2024/5/31 21:57:28 18.89MB jdbcTemplate
1
CONTENTPART1BASICSOFINFERENCEOVERNETWORKSCHAPTER1AsynchronousAdaptiveNetworksCHAPTER2EstimationandDetectionOverAdaptiveNetworksCHAPTER3MultitaskLearningOverAdaptiveNetworksWithGroupingCHAPTER4BayesianApproachtoCollaborativeInferenceinNetworksCHAPTER5MultiagentDistributedOptimizationCHAPTER6DistributedKalmanandParticleFilteringCHAPTER7GameTheoreticLearningPART2SIGNALPROCESSINGONGRAPHSCHAPTER8GraphSignalProcessing.CHAPTER9SamplingandRecoveryofGraphSignalsCHAPTER10BayesianActivelearningonGraphs.CHAPTER11DesignofGraphFiltersandFilterbanksCHAPTER12StatisticalGraphSignalProcessing:StationarityandSpectralEstimationCHAPTER13InferenceofGraphTopologyCHAPTER14PartiallyAbsorbingRanclomWalks:AUnifieclFrameworkforLearningonGraphsPART3DISTRIBUTEDCOMMUNICATIONS,NETWORKING,ANDSENSING.....
2024/5/24 22:32:11 27.96MB Signal Proce
1
压缩包包含以下内容:100000秒以内的计时程序10秒的秒表4×4键盘矩阵控制条形LED显示8×8LED点阵屏显示数字8只数码管显示多个不同字符8只数码管滚动显示单个数字8只数码管滚动显示数字串8只数码管闪烁显示INT0中断控制LEDINT0中断计数INT0及INT1中断计数K1-K4分组控制LEDK1-K4控制LED移位K1-K4控制数码管加减演示K1-K4控制数码管移位显示K1-K4键状态显示LED模拟交通灯TIMER0与TIMER1控制条形LEDTIMER0控制LED二进制计数TIMER0控制单只LED闪烁TIMER0控制四只LED滚动闪烁TIMER0控制流水灯串行数据转换为并行数据从左到右的流水灯单只数码管循环显示0-9单片机与PC机串口通讯仿真单片机之间双向通信单片机向主机发送字符串定时器控制交通指示灯定时器控制数码动态显示定时器控制数码管动管显示左右来回的流水灯并行数据转换为串行数据开关控制LED开关控制报警器报警器与旋转灯按键发音按键控制8×8LED点阵屏显示图形按键控制定时器选播多段音乐播放一段音乐数码管显示4×4键盘矩阵按键数码管显示拨码开关编码演奏一段音阶用定时器设计的门铃用计数器中断实现100以内的按键计数甲机通过串口控制乙机LED闪烁继电器控制照明设备花样流水灯闪烁的LED
2024/5/22 7:40:51 1.81MB 单片机 C语言 基于8051 Proteus仿真
1
支持向量机源码,可在www.csie.ntu.edu.tw/~cjlin/libsvm/下载到最新版本,该版本是2013年4月更新的,3.17版。
压缩包里面有源代码和文档。
以下摘自前述网站:IntroductionLIBSVMisanintegratedsoftwareforsupportvectorclassification,(C-SVC,nu-SVC),regression(epsilon-SVR,nu-SVR)anddistributionestimation(one-classSVM).Itsupportsmulti-classclassification.Sinceversion2.8,itimplementsanSMO-typealgorithmproposedinthispaper:R.-E.Fan,P.-H.Chen,andC.-J.Lin.WorkingsetselectionusingsecondorderinformationfortrainingSVM.JournalofMachineLearningResearch6,1889-1918,2005.Youcanalsofindapseudocodethere.(howtociteLIBSVM)OurgoalistohelpusersfromotherfieldstoeasilyuseSVMasatool.LIBSVMprovidesasimpleinterfacewhereuserscaneasilylinkitwiththeirownprograms.MainfeaturesofLIBSVMincludeDifferentSVMformulationsEfficientmulti-classclassificationCrossvalidationformodelselectionProbabilityestimatesVariouskernels(includingprecomputedkernelmatrix)WeightedSVMforunbalanceddataBothC++andJavasourcesGUIdemonstratingSVMclassificationandregressionPython,R,MATLAB,Perl,Ruby,Weka,CommonLISP,CLISP,Haskell,OCaml,LabVIEW,andPHPinterfaces.C#.NETcodeandCUDAextensionisavailable.It'salsoincludedinsomedataminingenvironments:RapidMiner,PCP,andLIONsolver.Automaticmodelselectionwhichcangeneratecontourofcrossvaliationaccuracy.
2024/5/16 22:20:35 869KB 支持向量机 libsvm
1
介绍:目录前言2第一章、为什么工程师要掌握FPGA开发知识?5第二章、FPGA基本知识与发展趋势72.1FPGA结构和工作原理72.1.1梦想成就伟业72.1.2FPGA结构82.1.3软核、硬核以及固核的概念152.1.4从可编程器件发展看FPGA未来趋势15第三章、FPGA主要供应商与产品173.1.1赛灵思主要产品介绍17第四章、FPGA开发基本流程294.1典型FPGA开发流程与注意事项294.2基于FPGA的SOC设计方法32基于FPGA的典型SOC开发流程为32第五章、FPGA实战开发技巧335.1FPGA器件选型常识335.1.1器件的供货渠道和开发工具的支持335.1.2器件的硬件资源335.1.3电气接口标准345.1.4器件的速度等级355.1.5器件的温度等级355.1.6器件的封装355.1.7器件的价格355.2如何进行FPGA设计早期系统规划365.3.综合和仿真技巧375.3.1综合工具XST的使用375.3.2基于ISE的仿真425.3.3和FPGA接口相关的设置以及时序分析455.3.4综合高手揭秘XST的11个技巧515.4大规模设计带来的综合和布线问题525.5FPGA相关电路设计知识54FPGA开发全攻略—工程师创新设计宝典上册基础篇5.5.1配置电路545.5.2主串模式——最常用的FPGA配置模式565.5.3SPI串行Flash配置模式585.5.4从串配置模式625.5.5JTAG配置模式635.5.6SystemACE配置方案645.6大规模设计的调试经验685.6.1ChipScopePro组件应用实例685.7FPGA设计的IP和算法应用745.7.1IP核综述745.7.2FFTIP核应用示例755.8赛灵思FPGA的专用HDL开发技巧795.8.1赛灵思FPGA的体系结构特点795.8.2赛灵思FPGA芯片专用代码风格79ISE与EDK开发技巧之时序篇835.10新一代开发工具ISEDesignSuit10.1介绍855.10.1ISEDesignSuit10.1综述855.10.2ISEDesignSuit10.1的创新特性855.11ISE与第三方软件的配合使用技巧925.11.1SynplifyPro软件的使用925.11.2ModelSim软件的使用995.11.3SynplifyPro、ModelSim和ISE的联合开发流程1045.11.4ISE与MATLAB的联合使用1055.12征服FPGA低功耗设计的三个挑战1085.13高手之路——FPGA设计开发中的进阶路线111附录一、FPGA开发资源总汇112附录二、编委信息与后记113附录三、版权声明114
1
Sparten3E的EDK实验.7z
2024/4/17 19:22:25 592KB Sparten3E的EDK实验.
1
Formanycomputervisionproblems,themosttimeconsumingcomponentconsistsofnearestneighbormatchinginhigh-dimensionalspaces.Therearenoknownexactalgorithmsforsolvingthesehigh-dimensionalproblemsthatarefasterthanlinearsearch.Approximatealgorithmsareknowntoprovidelargespeedupswithonlyminorlossinaccuracy,butmanysuchalgorithmshavebeenpublishedwithonlyminimalguidanceonselectinganalgorithmanditsparametersforanygivenproblem.Inthispaper,wedescribeasystemthatanswersthequestion,“Whatisthefastestapproximatenearest-neighboralgorithmformydata?”Oursystemwilltakeanygivendatasetanddesireddegreeofprecisionandusethesetoautomaticallydeterminethebestalgorithmandparametervalues.Wealsodescribeanewalgorithmthatappliesprioritysearchonhierarchicalk-meanstrees,whichwehavefoundtoprovidethebestknownperformanceonmanydatasets.Aftertestingarangeofalternatives,wehavefoundthatmultiplerandomizedk-dtreesprovidethebestperformanceforotherdatasets.Wearereleasingpublicdomaincodethatimplementstheseapproaches.Thislibraryprovidesaboutoneorderofmagnitudeimprovementinquerytimeoverthebestpreviouslyavailablesoftwareandprovidesfullyautomatedparameterselection.
2023/12/10 19:56:16 380KB nearest-neighbors search randomized kd-trees
1
配合卡尔曼滤波Matlab工具箱使用Thismanualisauser’sguidefortheKALMTOOLtoolbox;aMATLABtoolboxcontainingfunctionsforstateestimationfornonlinearsystems.Thetoolboxcontainsthewell-knownExtendedKalmanFilter(EKF)andtwonewfilterscalledtheDD1filterandtheDD2filter.
2023/11/12 8:32:43 231KB 卡尔曼滤波 Matlab工具箱
1
光纤通信_第四版_英文版GredKeiser电子工业出版社国外电子与通信教材系列
2023/11/12 0:53:05 41.31MB 光纤通信 第四版 英文版 Gred
1
共 27 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡