SpssModeler18简体中文版的使用手册,包含大量应用实例,如怎样建模,多项Logistic回归应用电信业客户分类,时间序列预测宽带利用率,泊松回归分析船只损坏率,Gamma回归拟合汽车保险理陪,SVM细胞样本分类等。
2024/6/24 1:48:02 29.62MB Modeler 应用程序 指南
1
迭代算法IterativemethodsKA:Kaczmarz算法KA:Kaczmarz’sAlgorithmART:代数重建技术ART:AlgebraicReconstructionTechniqueSIRT:同步迭代重建技术SIRT:SimultaneousIterativeReconstructionTechniqueCG:共轭梯度算法CG:ConjugateGradientmethodLM:Levenberg-Marquardt算法LM:Levenberg-Marquardtmethod全局优化算法
2024/6/23 20:58:49 21KB Matlab MIC
1
ThisbookisallaboutDTrace,withtheemphasisonusingDTracetounderstand,observe,anddiagnosesystemsandapplications.AdeepunderstandingofthedetailsofhowDTraceworksisnotnecessarytousingDTracetodiagnoseandsolveproblems;thus,thebookcoversusingDTraceonsystemsandapplications,withcommand-lineexamplesandagreatmanyDscripts.Dependingonyourlevelofexperience,weintendthebook’sorganizationtofacilitateitsuseasareferenceguide,allowingyoutorefertospecificchapterswhendiagnosingaparticularareaofthesystemorapplication.
2024/6/23 13:13:36 11.81MB DTrace
1
使用AbstractTableModel构建Table在表格中添加JButton按钮,之前在网上找了2天没有找到好用的程序,最终终于找到一个好用的例子。
不要使,我退你们分。

singtheSwingJTableclasscanquicklybecomeastickybusinesswhenyouwanttocustomizeittoyourspecificneeds.FirstyoumustbecomefamiliarwithhowtheJTableclassisorganized.IndividualcellsarerenderedbyTableCellRendererimplementations.ThetablecontentsarerepresentedbyanimplementationoftheTableModelinterface.Bydefault,JTableusesDefaultTableCellRenderertodrawitscells.DefaultTableCellRendererrecognizesafewprimitivetypes,renderingthemasstrings,andcanevendisplayBooleantypesascheckboxes.ButitdefaultstodisplayingthevaluereturnedbytoString()fortypesitdoesnotspecificallyhandle.YouhavetoprovideyourownTableCellRendererimplementationifyouwanttodisplaybuttonsinaJTable.TheTableCellRendererinterfacecontainsonlyonemethod,getTableCellRendererComponent(...),whichreturnsajava.awt.Componentthatknowshowtodrawthecontentsofaspecificcell.Usually,getTableCellRendererComponent()willreturnthesamecomponentforeverycellofacolumn,toavoidtheunnecessaryuseofextramemory.Butwhenthecontentsofacellisitselfacomponent,itisallrighttoreturnthatcomponentastherenderer.Therefore,thefirststeptowardshavingJButtonsdisplaycorrectlyinaJTableistocreateaTableCellRendererimplementationthatreturnstheJButtoncontainedinthecellbeingrendered.Intheaccompanyingcodelisting,JTableButtonRendererdemonstrateshowtodothis.EvenaftercreatingacustomTableCellRenderer,you'restillnotdone.TheTableModelassociatedwithagivenJTabledoesnotonlykeeptrackofthecontentsofeachcell,butitalsokeepstrackoftheclassofdatastoredineachcolumn.DefaultTableModelisdesignedtoworkwithDefaultTableCellRendererandwillreturnjava.lang.String.classforcolumnscontainingdatatypesthatitdoesnotspecificallyhandle.Theexact
2024/6/23 0:29:22 4KB Table JButton 按钮
1
近年来,异构计算得到了业界的普遍关注。
作为高性能计算的一种主流解决方案,CPU+GPU的异构计算模式已经得到了产业界和学术界的广泛关注。
从2011年Altera公司发布支持利用OpenCL来开发FPGA的SDK工具以后,采用CPU+FPGA构成异构计算系统成为另一种具有竞争力的解决方案。
本书主要介绍了FPGA异构计算系统的基本架构和开发方法,并以多个不同的案例为读者展示了如何利用几种常用的优化方法来进一步提升系统性能。
本书既可以作为高性能异构计算领域研发者的参考书籍,也可以作为有兴趣掌握这一新技术的电子工程师、软件工程师或在校学生的入门教程。
2024/6/22 21:17:34 20.28MB FPGA OPENCL
1
LatticeLFE2-6E-5T144C_RTL8201CL双网口控制板AD设计硬件原理图+PCB+封装+FPGA源码,采用4层板设计,板子大小为178x45mm,双面布局布线,主要器件为LatticeFPGALFE2-6E-5T144C.RTL8201CL,GD62H1016MC,AOZ1010AI等。
包括完整的原理图及PCB文件,可以用Altium(AD)软件打开或修改,已经制板并在实际项目中使用,可作为你产品设计的参考。
1
Differenttypesoffemtosecondopticaltweezershavebecomeapowerfultoolinthemodernbiologicalfield.However,howtocontroltheirregulartargets,includingbiologicalcells,usingfemtosecondopticaltweezersremainstobeexplored.Inthisstudy,humanredbloodcells(hRBCs)aremanipulatedwithfemtosecondopticaltweezers,andtheirstatesunderdifferentlaserpowersareinvestigated.TheresultsindicatethatopticalpotentialtrapsonlycancapturetheedgeofhRBCsunderthelas
2024/6/22 5:40:05 1.46MB 飞秒激光 光镊 人红细胞 捕获
1
针对散乱点数据,构建出三角网,并追踪出等值线,随后进行填充算法实现。
附件中包含有实现源代码工程(VS2008)、编程调试文档笔记、试验数据等。
-Forscatteredpointdata,constructatrianglemesh,andtrackthecontour,followedbyfillingalgorithm.Implementationannexcontainsthesourcecodeproject(VS2008),programminganddebugging,documentationnotes,testdata.
2024/6/22 4:55:49 1.42MB 离散点 等值线 云图 三角网格
1
语言:BahasaIndonesia,BahasaMelayu,Deutsch,English,English(UK),English(UnitedStates),Filipino,Français,Kiswahili,Nederlands,Norsk,TiếngViệt,Türkçe,català,dansk,eesti,español,hrvatski,italiano,latviešu,lietuvių,magyar,polski,português(Brasil),português(Portugal),română,slovenský,slovenščina,suomi,svenska,čeština,Ελληνικά,Српски,български,русский,עברית,فارسی‎,मराठी,हिन्दी,বাংলা,ગુજરાતી,தமிழ்,తెలుగు,ಕನ್ನಡ,മലയാളം,ไทย,አማርኛ,‫العربية,中文(简体),中文(繁體),日本語,한국어Adbearfiercelyprotectsyoufromadsan
2024/6/21 19:39:08 748KB 扩展程序
1
这是一个用verilog硬件描述语言写的FPGA上的别踩白块儿游戏,工程建立在altera的quartusii上,提供了一种比较好的编程思路,可以根据该程序的思想写出更多的游戏作品。
2024/6/21 15:27:11 10.77MB FPGA 别踩白块儿 游戏
1
共 1000 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡