//仓库管理员类classadmin{public:admin();private:stringname;};//仓库货架类classshelf{public:shelf();private:adminmen;//管理员stringstoreNo;//仓库编号stringkinds;//商品大类stringshelfNo;//货架号};//electricalclassclassele{public:ele();private:stringname;//商品名doubleprice;//介格shelfsh;//所属货架longcount;//商品数量};//管理(组合类)classmana{public:mana();charfirst_face();//首页voidin_storage();//入库voidout_storage();//出库voidselect_ele();//查询voidselect_name();//按商品名称查询voidselect_price();//按商品价格查询voidselect_kind();//按大类查询voidcall_break();//商品报损private:eleaele;shelfashelf;adminabs;};//电器类默认构造函数ele::ele():sh(){name="xxx";//商品名price=0.0;//介格count=0;//商品数量}////仓库货架类默认构造函数shelf::shelf():men(){storeNo="xxx";//仓库编号kinds="xxx";//商品大类shelfNo="xxx";;//货架号}//仓库管理员类admin::admin(){name="xxx";}//管理类默认构造函数mana::mana():aele(),ashelf(),abs(){}
2024/5/17 13:05:35 10KB 管理系统
1
FPGA上运行人脸识别源代码,ThisprojectattemptstorealizeafacedetectorusingVoila-Jonesalgorithm.ThereferenceCmodelisborrowedfrom[5kk73GPUAssignment2012](https://sites.google.com/site/5kk73gpu2012/assignment/viola-jones-face-detection),withsomemodifytofithardwareimplementationandfixedsomebug.ThecodeiswrittenbyVerilog/SystemVerilogandSynthesizedonXilinxKintexUltrascaleFPGAusingVivado.Thiscodeisjustexperimentalforfunction,alotofoptimizationcanfurtherbedone.
2024/5/10 19:02:02 6.81MB FPGA 人脸识别 Xilinx
1
OverviewThisOPCUAreferenceimplementationistargetingthe.NETStandardLibrary..NetStandardallowsdevelopingappsthatrunonallcommonplatformsavailabletoday,includingLinux,iOS,Android(viaXamarin)andWindows7/8/8.1/10(includingembedded/IoTeditions)withoutrequiringplatform-specificmodifications.Furthermore,cloudapplicationsandservices(suchasASP.Net,DNX,AzureWebsites,AzureWebjobs,AzureNanoServerandAzureServiceFabric)arealsosupported.Featuresincluded1. FullyportedCoreUAstackandSDK(Client,Server,Configuration&Sampleassemblies)2. SampleServersandClients,includingallrequiredcontrols,for.Net4.6,.NetCoreandUWP.3. X.509certificatesupportforclientandserverauthentication4. Anonymous,username,X.509certificate(experimental)andJWT(experimental)userauthentication5. UA-TCP&HTTPStransports(clientandserver)6. Foldercertificate-storesupport7. Sessions(includingUIsupportinthesamples)8. Subscriptions(includingUIsupportinthesamples)GettingStartedAllthetoolsyouneedfor.NetStandardcomewiththe.NetCoretools.Seehereforwhatyouneed.HowtocreateselfsignedcertificatesforthesampleapplicationsOnWindows1. Openacommandpromptintherootfolderofyourrepository2. RunthescriptCreateAllCerts.cmdintherootfolderofyourrepositorytocreatethecertificatesforallsampleapplications.3. Alternatively,youcanrunthescriptCreateCert.cmdineachsampleprojectfoldertocreatenewselfsignedcertificatesfortheapplication.4. TheselfsignedcertificatesarestoredinOPCFoundation/CertificateStores/MachineDefaultineachapplicationprojectfolderOnLinux1. Openacommandprompt2. Navigatetotheprojectfolderofthesampleapp,e.g.SampleApplications/Samples/NetCoreConsoleClient3. Runthescript./createcert.shtocreatethecertificatesforthesampleapplications.4. TheselfsignedcertificatesarestoredinOPCFoundati
2024/5/10 14:27:21 6.71MB OPC UA 客户端 服务器
1
vb学生管理系统源代码部分代码PublicUserNameAsStringPublictxtSQLAsString'usetostorerecordSQLsentencePublicdreamAsADODB.Recordset'usetostorerecordobjectPublicMsgtextAsString'用来存放返回信息PublicOKAsBoolean''PublicdbAsStringPublicSubhighlight()WithScreen.ActiveFormIf(TypeOf.ActiveControlIsTextBox)Then.ActiveControl.SelStart=0.ActiveControl.SelLength=Len(.ActiveControl)EndIfEndWithEndSubSubMain()'DimLoginAsNewLogin'Login.ShowvbModal'fNotLogin.OKThen'LoginFailedsoexitapp'End'EndIf'Unloadstudentmdi'Setlogin=Newloginlogin.ShowEndSubPublicFunctionconnectstring()AsStringconnectstring="Provider=Microsoft.jet.OLEDB.3.51;Datasource=f:\schoolgroup\school.mdb"EndFunctionPublicFunctionExecuteSQL(ByValSQLAsString,MsgstringAsString)AsADODB.RecordsetDimcnnAsADODB.ConnectionDimrstAsADODB.RecordsetDimsTokens()AsStringOnErrorGoToExecuteSQL_ErrorsTokens=Split(SQL)Setcnn=NewADODB.Connectioncnn.OpenconnectstringIfInStr("INSERT,DELETE,UPDATE",UCase$(sTokens(0)))Thencnn.ExecuteSQLMsgstring=sTokens(0)&"querysuccessful"ElseSetrst=NewADODB.Recordsetrst.OpenTrim(SQL),cnn,adOpenKeyset,adLockOptimisticSetExecuteSQL=rstMsgstring="查询到"&rst.RecordCount&"条记录"EndIfexecuteSQL_exit:Setrst=NothingSetcnn=NothingExitFunctionExecuteSQL_Error:Msgstring="查询错误:"&err.DescriptionResumeexecuteSQL_exitEndFunctionPublicFunctionTesttxt(txtAsString)AsBooleanIfTrim(txt)=""ThenTesttxt=FalseElseTesttxt=TrueEndIfEndFunction
2024/4/26 9:34:11 210KB vb 学生 管理系统
1
文件包含:安卓10googleplayservices.apk安卓10googleservicesframework.apkgoogleplaystore.apk华为EMUI安卓9-10通用数据包
1
这是最新版本的zip4j,版本号是1.3.2官网上没有提供api文档,我生了一份,一并打在zip包中,希望能有所帮助。


为了方便大家,本资源不设下载积分。
Java操作zip压缩格式的开源项目,功能强大而且使用方便,能完全满足Java操作Zip压缩文件,官方网址为:http://www.lingala.net/zip4j/可以下载到jar包、源码和示例,好像没有提供API文档。
不过需要使用代理访问,如果读者嫌麻烦那就从这里下载吧,虽然收取3个CSDN积分,但您评论后一般就可以返还积分了,我也需要积分去下载别人的资源,请谅解!资源包括:jar包、文档、源码和一些官方示例该项目的官方说明:Keyfeatures(主要特性):Create,Add,Extract,Update,RemovefilesfromaZipfile(针对ZIP压缩文件创建、添加、抽出、更新和移除文件)Read/WritepasswordprotectedZipfiles(读写有密码保护的Zip文件)SupportsAES128/256Encryption(支持AES128/256算法加密)SupportsStandardZipEncryption(支持标准Zip算法加密)SupportsZip64format(支持zip64格式)SupportsStore(NoCompression)andDeflatecompressionmethod(支持Store(非压缩)和Deflate压缩方法---不太明白)CreateorextractfilesfromSplitZipfiles(Ex:z01,z02,...zip)(针对分块zip文件创建和抽出文件)SupportsUnicodefilenames(支持Unicode编码文件名)ProgressMonitor(进度监控)
2024/4/18 1:12:35 866KB zip zip4j 压缩
1
Unity科幻风格的全息交互界面UI(内含多个Demo),若有报错,请在AssetStore下载LegacyImageEffects,导入即可使用
2024/4/14 12:13:34 44.18MB Unity UI 科幻风格
1
Theavailabilityoflargedatasetshasallowedresearcherstouncovercomplexpropertiessuchaslarge-scalefluctuationsandheterogeneitiesinmanynetworks,leadingtothebreakdownofstandardtheoreticalframeworksandmodels.Untilrecentlythesesystemswereconsideredashaphazardsetsofpointsandconnections.Recentadvanceshavegeneratedavigorousresearcheffortinunderstandingtheeffectofcomplexconnectivitypatternsondynamicalphenomena.Thisbookpresentsacomprehensiveaccountoftheseeffects.Avastnumberofsystems,fromthebraintoecosystems,powergridsandtheInternet,canberepresentedaslargecomplexnetworks.Thisbookwillinterestgraduatestudentsandresearchersinmanydisciplines,fromphysicsandstatisticalmechanics,tomathematicalbiologyandinformationscience.Itsmodularapproachallowsreaderstoreadilyaccessthesectionsofmostinteresttothem,andcomplicatedmathsisavoidedsothetextcanbeeasilyfollowedbynon-expertsinthesubject.
2024/4/13 10:16:27 7.08MB Complex Networks
1
RetroStore的目标是成为一个应用商店,在过去的平台上,经常被人们遗忘的游戏和应用经常在此存储。
例如,采用类似的系统。
已经为此开发了许多游戏和应用程序,但如今很难实现。
原作者通常不再有商业兴趣。
但是,经常有关于这些旧平台和模拟器的活跃社区,它们试图使历史保持鲜活。
尽管这些仿真器(仿真器)做得非常出色,但它们却缺乏易于获取和安装应用程序映像的能力。
这就是RetroStore的用武之地。
它旨在提供一个开放的平台来存储和分发这些古老的宝石。
它通过提供用于上载旧应用程序图像的表单以及用于访问它们的API来实现。
模拟器可以使用这些API轻松地将这些标题添加到其应用程序中。
2024/3/10 7:23:47 4.33MB emulator retro amiga c64
1
当用户要求时,可从Play商店链接到Android应用的Reddit机器人。
该机器人是使用Python3在ArchLinux计算机上编写的,因此您需要Python3才能运行它。
它在带有Debian的RaspberryPi上运行。
在哪里看LinkMeBot/LinkMeBot.py,主要脚本LinkMeBot/RemoveBadComments.py,这些脚本可删除已LinkMeBot/RemoveBadComments.py的注释LinkMeBot/Config.example.py,一个示例配置文件PlayStore/,用于搜索PlayStore的模块test/如何运行gitclone项目cdPlayStoreLinks_Botpython3-mvenvvenv这将为机器人创建一个虚拟环境以在其中运行sourcevenv/bin/activate激活机器人pipinstall-rrequirements.txt安装要求创建一个作为脚本在LinkMeBot/Config.py文件中设置有效的username,
2024/3/7 15:44:09 12KB python bot reddit reddit-bot
1
共 223 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡