"Thisimportantvolumeisthefirstpartofatwo-parttextbook(thesecondpartisentitledConservationlawsandellipticequations).Thetextincludesinterestinghomeworkproblemsthatimplementdifferentaspectsofmostoftheschemesdiscussed.Theimplementationaspectofthistextincludesalargeamountofcomputing.Otherusefulaspectsofcomputingincludedinthisvolumearesymboliccomputingandtheuseofgraphicsforanalysis.Prerequisitessuggestedforusingthisbookmightincludeonesemesterofpartialdifferentialequationsandsomeprogrammingcapability.Thisbookwillbeagoodreferencetextforstudents."--MATHEMATICALREVIEWS
2024/6/27 8:31:32 2.74MB CFD FDM PDE
1
ThedatasetiscollectedbyYonseiUniversity.Wedeployedourmobilitymonitoringsystem,namedLifeMap,tocollectmobilitydataovertwomonthsinSeoul,Korea.LifeMapusedlearningschemeproposedinfollowingpaper.Pleasereferthispaperwhenyouuseourdataset.*YohanChon,ElmurodTalipov,HyojeongShin,andHojungCha.2011.Mobilityprediction-basedsmartphoneenergyoptimizationforeverydaylocationmonitoring.InProceedingsofthe9thACMConferenceonEmbeddedNetworkedSensorSystems(SenSys'11).ACM,NewYork,NY,USA,82-95.Visitourhomepageformoreinformation(http://lifemap.yonsei.ac.kr).
2024/6/23 17:17:11 21.79MB 用户移动性 数据集 LSTM
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
packageasc;importjava.awt.*;importjavax.swing.*;publicclasscsextendsJFrame{//定义组件JPaneljp1,jp2,jp3;//面板JLabeljlb1,jlb2;//标签JButtonjb1,jb2;//按钮JTextFieldjtf;//文本JPasswordFieldjpf;//密码publicstaticvoidmain(String[]args){cswin=newcs();}//构造函数publiccs(){//创建面板jp1=newJPanel();jp2=newJPanel();jp3=newJPanel();//创建标签jlb1=newJLabel("用户名");jlb2=newJLabel("密码");//创建按钮jb1=newJButton("登录");jb2=newJButton("重置");//创建文本框jtf=newJTextField(10);//创建密码框jpf=newJPasswordField(10);//设置布局管理this.setLayout(newGridLayout(3,1));//网格式布局//加入各个组件jp1.add(jlb1);jp1.add(jtf);jp2.add(jlb2);jp2.add(jpf);jp3.add(jb1);jp3.add(jb2);//加入到JFramethis.add(jp1);this.add(jp2);this.add(jp3);//设置窗体this.setTitle("用户登录");//窗体标签this.setSize(300,150);//窗体大小this.setLocationRelativeTo(null);//在屏幕中间显示(居中显示)this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);//退出关闭JFramethis.setVisible(true);//显示窗体//锁定窗体this.setResizable(false);}}
2024/6/21 2:27:16 2KB ..
1
KUKA的iiwa完整版详细使用说明。
基本只对内使用,其中包含Java控制KUKA的API讲解说明,以及KUKA机器人的使用完整说明,以及!KUKA控制器的使用说明!
2024/6/18 9:45:22 18.68MB iiwa kuka java KUKASunrise
1
Thefeasibilityofmeasuringcratergeometriesbyuseofopticalcoherencetomography(OCT)isexamined.Bovineshankboneonamotorizedtranslationstagewithamotionvelocityof3mm/sisablatedwithapulsedCO2laserinvitro.Thelaserpulserepetitionrateis60Hzandthespotsizeonthetissuesurfaceis0.5mm.CratergeometriesareevaluatedimmediatelybybothOCTandhistologymethodsafterlaserirradiation.TheresultsrevealthatOCTiscapableofmeasuringcratergeometriesr
2024/6/7 5:36:39 838KB 组织消融 光学相干 CO2激光 170.1020
1
Sharinghealthcaredatabetweeninstitutionsischallenging.Heterogeneousdatastructuresmayprecludecompatibility,whiledisparateuseofhealthcareterminologylimitsdatacomprehension.Evenifstructureandsemanticscouldbeagreedupon,bothsecurityanddataconsistencyconcernsabound.Centralizeddatastoresandauthorityprovidersareattractivetargetsforcyberattack,andestablishingaconsistentviewofthepatientrecordacrossadatasharingnetworkisproblematic.InthisworkwepresentaBlockchain-basedapproachtosharingpatientdata.Thisapproachtradesasinglecentralizedsourceoftrustinfavorofnetworkconsensus,andpredicatesconsensusonproofofstructuralandsemanticinteroperability.
2024/5/26 3:19:09 402KB 区块链 医疗 交易网络
1
软件介绍百度主动推送助手是一款seo利器,根据百度官方规则定制的主动推送工具.软件推送效率高,为站群站长量身定制.每秒可以推送2000条数据,还可以挂机.挂机模式可以不停的循环推送!使用说明:1.先配置接口文件,支持多行2.配置推送的网址列表,并和相对应的接口路径匹配3.就可以挂机了,理论挂机一天可以推送600万条
2024/5/25 17:53:27 1.59MB 推送助手
1
centos源文件,下载即可用CentOS(CommunityEnterpriseOperatingSystem,中文意思是社区企业操作系统)是Linux发行版之一,它是来自于RedHatEnterpriseLinux依照开放源代码规定释出的源代码所编译而成。
由于出自同样的源代码,因此有些要求高度稳定性的服务器以CentOS替代商业版的RedHatEnterpriseLinux使用。
两者的不同,在于CentOS完全开源。
2024/5/18 15:56:21 612.69MB centos
1
DatabaseSystemConcepts——数据库系统概念第六版(英文版)作者:AbrahamSilberschatz(YaleUniversity)HenryF.Korth(LehighUniversity)S.Sudarshan(IndianInstituteofTechnology,Bombay)本书目录:Chapter1Introduction1.1Database-SystemApplications11.2PurposeofDatabaseSystems31.3ViewofData61.4DatabaseLanguages91.5RelationalDatabases121.6DatabaseDesign151.7DataStorageandQuerying201.8TransactionManagement221.9DatabaseArchitecture231.10DataMiningandInformationRetrieval251.11SpecialtyDatabases261.12DatabaseUsersandAdministrators271.13HistoryofDatabaseSystems291.14Summary31Exercises33BibliographicalNotes35Chapter2IntroductiontotheRelationalModel2.1StructureofRelationalDatabases392.2DatabaseSchema422.3Keys452.4SchemaDiagrams462.5RelationalQueryLanguages472.6RelationalOperations482.7Summary52Exercises53BibliographicalNotes55Chapter3IntroductiontoSQL3.1OverviewoftheSQLQueryLanguage573.2SQLDataDefinition583.3BasicStructureofSQLQueries633.4AdditionalBasicOperations743.5SetOperations793.6NullValues833.7AggregateFunctions843.8NestedSubqueries903.9ModificationoftheDatabase983.10Summary104Exercises105BibliographicalNotes112Chapter4IntermediateSQL4.1JoinExpressions1134.2Views1204.3Transactions1274.4IntegrityConstraints1284.5SQLDataTypesandSchemas1364.6Authorization1434.7Summary150Exercises152BibliographicalNotes156Chapter5AdvancedSQL5.1AccessingSQLFromaProgrammingLanguage1575.2FunctionsandProcedures1735.3Triggers1805.4RecursiveQueries1875.5AdvancedAggregationFeatures1925.6OLAP1975.7Summary209Exercises211BibliographicalNotes216Chapter6FormalRelationalQueryLanguages6.1TheRelationalAlgebra2176.2TheTupleRelationalCalculus2396.3TheDomainRelationalCalculus2456.4Summary248Exercises249BibliographicalNotes254Chapter7Datab
2024/5/17 10:55:55 10.51MB Database Concepts PDF 英文版
1
共 283 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡