WilliamK.Pratt(Author)ProductDetailsHardcover:720pagesPublisher:Wiley-Interscience;2edition(April1991)Language:EnglishISBN-10:0471857661ISBN-13:978-0471857662ProductDescriptionThisisarevisededitionofatextthatdescribesanimportanttechnologywithscientific,industrial,biomedical,spaceandgovernmentapplications.Muchofthenewmaterialinthisbookdealswithimageanalysis,asubjectinwhichtherehasbeenconsiderableprogressinthelastdecade.
2024/5/12 12:54:14 22.22MB Digital Image Processing
1
001-ActiveMQ基础;
002-安全机制+签收模式+发送模式+MessageProducer;
003-顺序消费+消息过滤SELECTOR+MessageConsumer+MySql持久化;
004-p2p模式+pulish-subscribe发布订阅模式+与spring集成;
005-集群部署1;
006-集群部署2;
007-集群部署3;
activemq集群配置文档.pdf;
ActiveMQ(中文)参考手册.doc;
ActiveMQ集群:网络连接模式(networkconnector)详解.docx;
ActiveMQ集群:网络连接模式(networkconnector)详解.docx;
示例;
2024/5/12 2:24:55 118B ActiveMQ
1
1073页啊,够爽吧:Introduction15NewinThisRelease15IntroductiontoToad23DBAdminModule24ToadandOracleEnterpriseManager29QuickSearchBar30AdditionalResources31WorkingwithotherQuestProducts32KnowledgeXpert32UsingSQLOptimizerwithToad32BenchmarkFactory33QuestCodeTesterIntegration35ToadBasics37ToadTips37Errors37RACSupport37TaskBar&StatusBar38Toolbars,MenusandShortcutKeys40InstallationandAdministrationofToad64WindowPrivilegesandToad64ToadforOracle,Read-Only64RegisteringToad65SilentInstallation66GroupPolicyManagement71CitrixSupport71SQL*NetVersions72ConfigurationFiles73ServerSideObjectsInstallation93ConnectingtoOracle97ServerLoginWindow97CreateNewConnection99SelectingConnectionColor101SETROLE101AutoConnect103SavePasswordsforConnections104SelectandViewFavoriteConnections104Organizeyourlogindisplay105UseExistingConnection106SQLNETEditor106LDAPEditor107OracleHomes108TNSNamesEditor111Tutorials119CodeXpert119PL/SQLDebugger121SQL*Loader140TeamCoding158RMANTemplates164RMANScriptsinToad164WorkingwithRMANTemplates164ExecutingRMANScriptsfromToad165Comparing166DataDuplicates166CompareSingleObjects166ComparingDatabases167ComparingData174CompareFiles(DifferenceViewer)176ComparingSchemas180ControllingSessions188SelectSession188EndConnections188TestConnections188ConfigureUserLists188SessionInformation189ChangePassword190Commit&Rollback190ConnectandDisconnect191DBMS_Flashback191DiagnosingProblems193ViewExtents193IdentifySpaceDeficits193LogSwitchFrequencyMap194TablespaceMap194TKProfInterfaceWizard196UndoAdvisor198SegmentAdvisor200LogMinerInterface203HealthCheck207TraceFileBrowser226CodeXpert231DatabaseAdministration259AuditSQL/SysPrivs259NLSParameters260ToadFeaturesSecurity260ASMManager263Audit
2024/5/1 4:13:34 11.72MB Toad Oracle
1
用于googleearth二次开发
2024/4/29 11:47:26 20.65MB google earth GEPlugin web
1
IllustratesarangeofstatisticalcomputationsinRusingtheRcpppackageProvidesageneralintroductiontoextendingRwithC++codeFeaturesanappendixforRusersnewtotheC++programminglanguageRcpppackagesarepresentedinthecontextofusefulapplicationcasestudies
2024/4/29 4:30:53 3.38MB R C++ Rcpp
1
数字图像处理(第三版),电子档,R.GonzalezandR.Woods,“Digitalimageprocessing,”3rdEdition,PrenticeHall,NewYork,2008,
2024/4/26 14:26:40 59.73MB 数字图像处理 第三版 英文版
1
Createimageprocessing,objectdetectionandfacerecognitionappsbyleveragingthepowerofmachinelearninganddeeplearningwithOpenCV4andQt5KeyFeaturesGainpracticalinsightsintocodeforallprojectscoveredinthisbookUnderstandmoderncomputervisionconceptssuchascharacterrecognition,imageprocessingandmodificationLearntouseagraphicsprocessingunit(GPU)anditsparallelprocessingpowerforfilteringimagesquicklyBookDescriptionOpenCVandQthaveproventobeawinningcombinationfordevelopingcross-platformcomputervisionapplications.Byleveragingtheirpower,youcancreaterobustapplicationswithbothanintuitivegraphicaluserinterface(GUI)andhigh-performancecapabilities.Thisbookwillhelpyoulearnthroughavarietyofreal-worldprojectsonimageprocessing,faceandtextrecognition,objectdetection,andhigh-performancecomputing.You'llbeabletoprogressivelybuildonyour...
2024/4/23 3:07:15 9.97MB opencv
1
巨经典的语音识别著作,我千辛万苦找到的
2024/4/20 15:18:51 9.1MB recognition speech
1
TortoiseGit-LanguagePack-2.11-X64-zh_CN.zip
2024/3/24 16:08:16 3.98MB TortoiseGit LanguagePack
1
题目:java拼图游戏姓名学号指导教师(签名)二○一一年七月十四日java拼图游戏[摘要]• 进一步加深对Java语言的理解和掌握:将所学的JAVA知识运用于实践中。
• 课程设计将理论与实践相结合,提供了一个既动手又动脑,独立实践的机会,锻炼我们的分析解决实际问题的能力,提高学生适应实际,实践编程的能力;• 熟练掌握JAVA语言中图形用户界面程序的编写;大体了解怎样用JAVA来编写小游戏的,增强我们实践能力和创新精神的综合培养。
前言编程思路:本练习因为要制作拼图游戏,所以首先要实现图片的导入。
这是通过getImage()函数来实现的,该函数有两个参数,第一个参数指明图片的路径,第二个参数指明图片的名称。
然后,因为要实现图片摆放的随意性,所以要通过initgame()函数来实现。
Initgame()函数是自写函数,在函数体内,通过调用Math.random()函数产生随机数,用来达到图片位置摆放的随意性和随机性。
最后,因为要实现人机交互.,所以首先要通过一系列函数来实现对鼠标事件的监听和响应,这是通过函数addMouseListener(this)和addMouseMotionListener(this)来完成的。
这样程序会区分用户对鼠标不同的操作,正确执行相应的功能。
//首先是程序实现及注释importjava.awt.*;importjava.applet.*;importjava.awt.event.*;publicclasspintuextendsApplet implementsMouseListener,MouseMotionListener{ privateImagepicture; privateGraphicsbuffer; privateImagepic[]; privateImageoff_pic[]; privateGraphicsoff_buf[]; privateImageoff_screen; privateGraphicsoff_buffer; privateImageoff_drag; privateGraphicsoff_drag_buf; privateintmap[][]; privateintran[]; privateintwidth=0; privateintheight=0; privateintlastx; privateintlasty; privateintlast_downx; privateintlast_downy; privateintstepx; privateintstepy; privatebooleanchoose; privatebooleanclick[][]; privatebooleanm_down; privatebooleanm_drag; privatebooleannot_redraw; privatebooleanable; Fontfont1,font2; //程序的初始化 publicvoidinit() {
2024/3/20 15:44:49 799KB java j2ee 课程设计报告
1
共 192 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡