IBMInformationDataStageV11.5安装布置操作手册.docx
2022/9/5 0:16:58 5.96MB ds11.5
1
DeepLearningIllustrated:AVisual,InteractiveGuidetoArtificialIntelligence"Thisbookisastunningachievement,writtenwithprecisionanddepthofunderstanding.Itentertainsyouandgivesyoulotsofinterestinginformationatthesametime.Icouldneverimagineunderstandingandgainingscientificknowledge,namely'DeepLearning'canbethismuchfun!ReadingthebookisapleasureandIhighlyreco妹妹endit."—maryamkhakpour,O'ReillyOnlineLearning(Safari)Reviewer"Thistitleisagreatresourceforthoselookingtounderstanddeeplearning.Theillustrationsarehelpfulandaidincementingaricherunderstandingofthecontent,andthebackgroundcontextsurroundingbiologicalmotivationsforthetoolsandtechniquesenablesagreaterappreciationofthefield.Ienthusiasticallyreco妹妹endthisbooktoanyandallwhoareinterestedinthetopicofdeeplearning."-vincepetaccio,O'ReillyOnlineLearning(Safari)ReviewerDeeplearningistransformingsoftware,facilitatingpowerfulnewartificialintelligencecapabilities,anddrivingunprecedentedalgorithmperformance.DeepLearningIllustratedisuniquelyvisual,intuitive,andaccessible,andyetoffersacomprehensiveintroductiontothediscipline’stechniquesandapplications.Packedwithfull-colorapplicationsandeasy-to-followcode,itsweepsawaymuchofthecomplexityofbuildingdeeplearningmodels,makingthesubjectapproachableandfuntolearn.World-classinstructorandpractitionerJonKrohn–withcrucialmaterialfromGrantBeyleveldandbeautifulillustrationsbyAglaéBassens–presentsstraightforwardanalogiestoexplainwhatdeeplearningis,whyithasbecomesopopular,andhowitrelatestoothermachinelearningapproaches.Healsooffersapracticalreferenceandtutorialfordevelopers,datascientists,researchers,analysts,andstudentswhowanttostartapplyingit.Hecoversessentialtheorywithaslittlemathematicsaspossible,preferringtoilluminateconcep
2022/9/4 18:13:42 19.9MB Deep Learning
1
IDEA代码格局化插件
2022/9/4 18:13:42 47KB IDEA代码格式化插件
1
刘铁岩排序信息检索很经典的书,找了很久
2022/9/4 15:11:42 797KB 刘铁岩 排序 信息检索
1
C#NPOI2.2.1Net4.0和Net2.0。
NPOI.dll运转库下载包括NPOI.dll,NPOI.OOXML.dll,NPOI.OOXML.xml,NPOI.OpenXml4Net.dll,NPOI.OpenXml4Net.xml,NPOI.OpenXmlFormats.dll,NPOI.xml。
2022/9/4 11:04:12 2.86MB C# NPOI Net4.0Net2.0
1
%KnownencodingformatsarethefollowingFDSNcodes:%0:ASCII%1:16-bitinteger%2:24-bitinteger(untested)%3:32-bitinteger%4:IEEEfloat32%5:IEEEfloat64%10:Steim-1%11:Steim-2%12:GEOSCOPE24-bit(untested)%13:GEOSCOPE16/3-bitgainranged%14:GEOSCOPE16/4-bitgainranged(untested)%19:Steim-3(alphaanduntested)%%SeealsoMKMSEEDtoexportdatainminiSEEDformat.%%%Author:FranoisBeauducel%InstitutdePhysiqueduGlobedeParis%Created:2010-09-17%Updated:2012-04-21%%Acknowledgments:%LjupcoJordanovski,Jean-MarieSaurel,MohamedBoubacar,JonathanBerger,%ShahidUllah.%%References:%IRIS(2010),SEEDReferenceManual:SEEDFormatVersion2.4,May2010,%IFDSN/IRIS/USGS,http://www.iris.edu%TrabantC.(2010),libmseed:theMini-SEEDlibrary,IRISDMC.%SteimJ.M.(1994),'Steim'Compression,QuanterraInc.%History:%[2012-04-21]%-CorrectbugwithSteim+little-endiancoding%(thankstoShahidUllah)%[2012-03-21]%-AddsIDsforwarningmessages%[2011-11-10]%-Correctbugwithmultiplechannelnamelength(thanksto%JonathanBerger)%[2011-10-27]%-AddLocationIdentifiertoX.ChannelFullName%[2011-10-24]%-ValidationofIEEEdoubleencoding(withPQL)%-Import/plotdataevenwithfileintegrityproblem(likePQL)%[2011-07-21]%-ValidationofASCIIencodingformat(logs)%-Blockettesarenowstoredinsubstructuresbelowasingle%fieldX.BLOCKETTES%-Addimportofblockettes500and2000%-Acceptmulti-channelfileswithvariousdatacoding%[2010-10-16]%-Alpha-versionofSteim-3decoding...%-Extendoutputparameterswithchanneldetection%-Addgapsandoverlapsonplots%-Addpossibilitytoforcetheplot%[2010-10-02]%-AddtheinputformatsforGEOSCOPEmultiplexedolddatafiles%-Additionaloutputargumentwithgapandoverlapanalysis%-C
2022/9/4 8:02:25 14KB matlab seed
1
packagecom.frog.vote.servlet.front;importjava.io.IOException;importjava.sql.Timestamp;importjava.util.ArrayList;importjava.util.List;importjavax.servlet.ServletContext;importjavax.servlet.ServletException;importjavax.servlet.http.HttpServlet;importjavax.servlet.http.HttpServletRequest;importjavax.servlet.http.HttpServletResponse;importcom.frog.vote.bean.UserBean;importcom.frog.vote.cons.Const;importcom.frog.vote.dao.entity.Vote;importcom.frog.vote.factory.ServiceFactory;publicclassVoteServletextendsHttpServlet{ @Override protectedvoiddoGet(HttpServletRequestreq,HttpServletResponseresp) throwsServletException,IOException { doPost(req,resp); } @Override protectedvoiddoPost(HttpServletRequestreq,HttpServletResponseresp) throwsServletException,IOException { req.setCharacterEncoding("gbk"); resp.setContentType("text/html;charset=gbk"); //先取出操作参数 Stringaction=req.getParameter("action"); ServletContextapplication=getServletContext(); //显示的列表 if("show".equals(action)) { //调用service层方法得到所有的 Stringtemp=req.getParameter("page"); intpage=1; if(temp!=null) { try { page=Integer.parseInt(temp); } catch(NumberFormatExceptione) { e.printStackTrace(); } } UserBeanub=(UserBean)req.getSession().getAttribute(Const.USER); intuid=ub.getId(); req.setAttribute("page",ServiceFactory .getVoteService().listUserPage(page,uid)); application.getRequestDispatcher("/WEB-INF/front/list.jsp") .forward(req,resp); return; } elseif("save".equals(action)||"update".equals(action)) { Stringsid=req.getParameter("id"); String[]answers=req.getParameterValues("choice"); Listlist=newArrayList(); inttemp; for(Stringanswer:answers){temp=Integer.parseInt(answer);list.add(temp);} inttid=Integer.parse
2022/9/3 9:36:43 577KB jsp+servlet+mysql
1
C#获取领取宝用户信息,基于官方SDK写的一个小DEMOAuth_code=Request.QueryString["auth_code"];if(string.IsNullOrEmpty(Auth_code)){varurl=string.Format("https://openauth.alipay.com/oauth2/publicAppAuthorize.htm?app_id={0}&scope=auth_user&redirect_uri={1}",appid,ENCODED_URL);Response.Redirect(url);}
2017/6/6 5:55:40 933KB c# 支付宝 DEMO SDK
1
预览图(比较简单粗糙)聚合数据全国天气预告接口:https://www.juhe.cn/docs/api/id/39接口地址:http://v.juhe.cn/weather/index支持格式:json/xml请求方式:get请求示例:http://v.juhe.cn/weather/index?format=2&cityname=苏州&key=您申请的KEY调用样例及调试工具:API测试工具请求参数说明:名称类型必填说明citynamestringY城市名或城市ID,如:”苏州”,需要utf8urlencode
2021/2/25 15:10:35 108KB ajax 天气 天气预报
1
实验逐个,实验内容制作一个与中南大学主页类似的页面:熟悉html,CSS以及JavaScript使用,完成网页设计。
CSS和JS文件单独书写。
版面排版和内容需基本接近学校主页只需完成首页的制作,无需做二级页面“教育机构”需有类似的投放窗口菜单“首页”等菜单需要有类似的投放菜单二,实验设计2.1head标签内容head标签内通常会由title,meta,link,script标签。
title是网页标题栏名称;
meta提供有关页面的元信息,某些作者,页面字符格式等;
链接可以链接标题栏要显示的图标:images/favicon.ico(icon文件在线生成生成器转换图片)链接也可以链接css文件路径,自定义的css和bootstrap的css;
脚本自己编写的js文件或src链接的jQuery文件。
<head><title>中南大学</title><!--meta可提供有关页面的元信息(meta-information)--><metaname="keywords"content="中南大
2017/4/20 18:55:23 393KB css html js ajax
1
共 483 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡