原版VNC4.1.3源码,下载自官方网站http://www.realvnc.com/很经典、实用的远程桌面/远程控制程序,可以学习、参考其设计VNCOpenSourceCodeforWindows(4.1.3)Source(zip)-829.3KB
2023/9/1 0:50:35 829KB VNC 4.1.3 远程桌面 远程控制
1
FEniCSisapopularopen-source(LGPLv3)computingplatformforsolvingpartialdifferentialequations(PDEs).FEniCSenablesuserstoquicklytranslatescientificmodelsintoefficientfiniteelementcode.Withthehigh-levelPythonandC++interfacestoFEniCS,itiseasytogetstarted,butFEniCSoffersalsopowerfulcapabilitiesformoreexperiencedprogrammers.FEniCSrunsonamultitudeofplatformsrangingfromlaptopstohigh-performanceclusters.
2023/8/30 7:56:54 89.72MB FEniCs
1
FastReportProfesstional6源码安装版,完全破解,找了很久终于找到可以用的并完美支持二维码和打印为PDF的,经本人测试完美安装正常使用,需要的小伙伴们可以拿去。
安装方法,解压文件1.关闭开发工具。
2.右键【以管理员身份运行】对应版本的recompile.exe,没有管理员权限,一定出问题。
2.1选择你对应的IDE版本。
2.2选择Enteprise版本2.3选择Recompileallpackages2.4点Compile按钮。
2.5选择ChangeLanguageto:你的语言.2.6点Compile按钮。
3.打开开发工具。
4.FastReports下的LibD22(这个是XE8的,请找你对应的版本)要加入到开发工具的Library路径中。
5.菜单中选择Component->InstallPackages6.点击add按钮选择到FastReports的目录找到LibD22(或者你对应的版本)选择所有*.bpl文件,然后打开。
7.安装过程中,会有提示XXXbpl已经加载。
这个不用管。
8.点击ok完成安装。
然后在Delphi中添加路径:先Delphi里添加以下路径(有可能有先后顺序):FastReports6\FastScriptFastReports6\SourceFastReports6\Source\ExportPackFastReports6\Source\ADOFastReports6\Source\BDEFastReports6\Source\ClientServerFastReports6\Source\DBXFastReports6\Source\FIBFastReports6\Source\IBX然后依次编译一下包:FastReports6\FastScript\fs7.dprojFastReports6\FastScript\dclfs7.dprojFastReports6\Source\frx7.dprojFastReports6\Source\dclfrx7.dprojFastReports6\Source\ExportPack\frxe7.dprojFastReports6\Source\ExportPack\dclfrxe7.dproj就已经可以了使用fastreport的正常功能了所以要继续安装,而是还要安装相应的fsDB控件以及它相应的fs控件:FastReports6\FastScript\dclfsDB7.dprojFastReports6\Source\frxDB7.dprojFastReports6\Source\dclfrxDB7.dproj
2023/8/19 11:06:55 15.91MB 二维码 FastReport P PDF
1
本资源引用于http://download.csdn.net/source/1156344我做了下改动,大家分享一下。
webService服务地址:http://www.webxml.com.cn/WebServices/WeatherWebService.asmx privatestaticStringgetSoapRequest1(Stringcity){ try{ InputStreamReaderisr=newInputStreamReader(newFileInputStream( "WebRoot/weather.xml")); BufferedReaderreader=newBufferedReader(isr); StringBuffersoap=newStringBuffer(""); Stringtmp; while((tmp=reader.readLine())!=null){ soap=soap.append(tmp); } reader.close(); isr.close(); returnsoap.toString().replace("${city}$",city); }catch(Exceptionex){ ex.printStackTrace(); returnnull; } }
2023/8/15 13:18:41 264KB java webservice 天气预报
1
Distributedsourcecodingisoneofthekeyenablersforefficientcooperativecommunication.Thepotentialapplicationsrangefromwirelesssensornetworks,ad-hocnetworks,andsurveillancenetworks,torobustlow-complexityvideocoding,stereo/Multiviewvideocoding,HDTV,hyper-spectralandmultispectralimaging,andbiometrics.Thebookisdividedintothreesections:theory,algorithms,andapplications.PartonecoversthebackgroundofinformationtheorywithanemphasisonDSC;parttwodiscussesdesignsofalgorithmicsolutionsforDSCproblems,coveringthethreemostimportantDSCproblems:Slepian-Wolf,Wyner-Ziv,andMTsourcecoding;andpartthreeisdedicatedtoavarietyofpotentialDSCapplications.Keyfeatures:Clearexplanationofdistributedsourcecodingtheoryandalgorithmsincludingbothlosslessandlossydesigns.Richapplicationsofdistributedsourcecoding,whichcoversmultimediacommunicationanddatasecurityapplications.Self-containedcontentforbeginnersfrombasicinformationtheorytopracticalcodeimplementation.Thebookprovidesfundamentalknowledgeforengineersandcomputerscientiststoaccessthetopicofdistributedsourcecoding.Itisalsosuitableforseniorundergraduateandfirstyeargraduatestudentsinelectricalengineering;computerengineering;signalprocessing;image/videoprocessing;andinformationtheoryandcommunications.TableofContentsChapter1:IntroductionPartI:TheoryofDistributedSourceCodingChapter2:LosslessCompressionofCorrelatedSourcesChapter3:Wyner–ZivCodingTheoryChapter4:LossyDistributedSourceCodingPartII:ImplementationChapter5:Slepian–WolfCodeDesignsBasedonChannelCodingChapter6:DistributedArithmeticCodingChapter7:Wyner–ZivCodeDesignPartIII:ApplicationsChapter8:Wyner–ZivVideoCodingChapter9:CorrelationEstimationinDVCChapter10:DSCforSolarImageCompressionChapter11:SecureDistributedImageCodingChapter12:Se
2023/8/8 15:58:31 16.36MB Distributed Source Coding
1
ApacheAnt是基于Java的构建工具。
ant/antlibs/antunit/source
2023/8/3 12:38:13 235KB 建造管理
1
这是一个由C语言编写的语法分析器,采用算符优先算法,source文件中读取算符优先分法后构造FIRSTVT和LASTVT集,并构造优先关系表,最有打印详细规约过程。
2023/7/31 2:34:52 379KB 算符优先语法分析器
1
可根据关键字查找文件,包括(*.txt,*.java,*.jsp,*.html,*.htm,*.xml)(注:新的版本发布了,加了一些新功能!http://download.csdn.net/source/2914935)
2023/7/27 6:08:40 19KB Java 文本 关键字 查找
1
框架力图组件用于3D力导向图组件。
一个A-Frame实体组件,用于使用强制定向的迭代布局在VR环境中表示图形数据结构。
使用作为基础的ThreeJS组件来管理图对象。
另请参见和独立组件版本。
API属性描述默认值json-urlJSON文件的URL,可直接从中加载图形数据。
将覆盖节点的内容并链接组件属性,因此可以使用其中一个。
JSON应包含具有两个列表属性的对象:node和links。
节点节点对象列表。
示例:[{"id":1,"name":"first"},{"id":2,"name":"second"}][]链接链接对象列表。
范例:[{"source":1,"target":2}][]尺寸在(1、2或3)上进行力模拟的尺寸数。
3达格模式根据图的方向性应用布局约束。
仅适用于图形结构(无周期)。
在td(自上而下),bu(自下而上),lr(从左至右),rl(从右至左),zout(从近到远),zin(从远到近)之间进行选择),radialout(径向向外)或radi
2023/7/24 8:53:45 1.25MB threejs vr data-visualization aframe
1
欢迎来到您的CDKPython项目!这是使用CDK开发Python的空白项目。
cdk.json文件告诉CDKToolkit如何执行您的应用程序。
该项目的设置类似于标准的Python项目。
初始化过程还会在此项目中创建一个virtualenv,存储在.venv目录下。
要创建virtualenv,它假设您的路径中有一个python3(或Windows的python)可执行文件,可访问venv软件包。
如果由于某种原因无法自动创建virtualenv,则可以手动创建virtualenv。
要在MacOS和Linux上手动创建virtualenv,请执行以下操作:$python3-mvenv.venv初始化过程完成并创建virtualenv之后,您可以使用以下步骤来激活您的virtualenv。
$source.venv/bin/activate如果您
2023/7/12 9:55:47 10KB Python
1
共 149 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡