My97DatePicker目录是一个整体,不可破坏里面的目录结构,也不可对里面的文件改名,可以改目录名My97DatePicker.htm是必须文件,不可删除(4.8以后不存在此文件)各目录及文件的用途:WdatePicker.js配置文件,在调用的地方仅需使用该文件,可多个共存,以xx_WdatePicker.js方式命名config.js语言和皮肤配置文件,无需引入(4.8以后合并入WdatePicker.js)calendar.js日期库主文件,无需引入My97DatePicker.htm临时页面文件,不可删除(4.8以后不存在此文件)目录lang存放语言文件,你可以根据需要清理或添加语言文件目录skin存放皮肤的相关文件,你可以根据需要清理或添加皮肤文件包当WdatePicker.js里的属性:$wdate=true时,在input里加上class="Wdate"就会在选择框右边出现日期图标,如果您不喜欢这个样式,可以把class="Wdate"去掉,另外也可以通过修改skin目录下的WdatePicker.css文件来修改样式
2024/2/2 14:57:02 28KB datepicker 控件 时间
1
最好联系书本学习,input是输入文件,evaluateCatorDog是主文件,traning是训练文件,model模型文件
1
CopyrightPrefacexvChapter1.Introduction1Section1.1.WhatIsanOperatingSystem?4Section1.2.HistoryofOperatingSystems6Section1.3.OperatingSystemConcepts19Section1.4.SystemCalls26Section1.5.OperatingSystemStructure42Section1.6.OutlineoftheRestofThisBook51Section1.7.Summary51Problems52Chapter2.Processes55Section2.1.IntroductiontoProcesses55Section2.2.InterprocessCommunication68Section2.3.ClassicalIPCProblems88Section2.4.Scheduling93Section2.5.OverviewofProcessesinMINIX3112Section2.6.ImplementationofProcessesinMINIX3125Section2.7.TheSystemTaskinMINIX3192Section2.8.TheClockTaskinMINIX3204Section2.9.Summary214Problems215Chapter3.Input/Output221Section3.1.PrinciplesofI/OHardware222Section3.2.PrinciplesofI/OSoftware229Section3.3.Deadlocks237Section3.4.OverviewofI/OinMINIX3252Section3.5.BlockDevicesinMINIX3261Section3.6.RAMDisks271Section3.7.Disks278Section3.8.Terminals302Section3.9.Summary366Problems367Chapter4.MemoryManagement373Section4.1.BasicMemoryManagement374Section4.2.Swapping378Section4.3.VirtualMemory383Section4.4.PageReplacementAlgorithms396Section4.5.DesignIssuesforPagingSystems404Section4.6.Segmentation410Section4.7.OverviewoftheMINIX3ProcessManager420Section4.8.ImplementationoftheMINIX3ProcessManager447Section4.9.Summary475Problems476Chapter5.FileSystems481Section5.1.Files482Section5.2.Directories491Section5.3.FileSystemImplementation497Section5.4.Security526Section5.5.ProtectionMechanisms537Section5.6.OverviewoftheMINIX3FileSystem548Section5.7.ImplementationoftheMINIX3FileSystem566Section5.8.Summary606Problems607Chapter6.ReadingListandBibliography611Section6.1.SuggestionsforFurtherReading611Section6.2.AlphabeticalBibliography618AppendixA.InstallingMIN
2024/1/23 7:35:50 8.47MB 操作系统
1
多旅行商matlab实验源码实现了三种多旅行商问题%MTSPOF_GAFixedOpenMultipleTravelingSalesmenProblem(M-TSP)GeneticAlgorithm(GA)%Findsa(near)optimalsolutiontoavariationofthe"open"M-TSPby%settingupaGAtosearchfortheshortestroute(leastdistanceneeded%foreachsalesmantotravelfromthestartlocationtounique%individualcitiesandfinallytotheendlocation)%%Summary:%1.Eachsalesmanstartsatthefirstpoint,andendsatthelast%point,buttravelstoauniquesetofcitiesinbetween(noneof%themclosetheirloopsbyreturningtotheirstartingpoints)%2.Exceptforthefirstandlast,eachcityisvisitedbyexactlyonesalesman%%Note:TheFixedStartistakentobethefirstXYpointandtheFixedEnd%istakentobethelastXYpoint%%Input:%XY(float)isanNx2matrixofcitylocations,whereNisthenumberofcities%DMAT(float)isanNxNmatrixofcity-to-citydistancesorcosts%SALESMEN(scalarinteger)isthenumberofsalesmentovisitthecities%MIN_TOUR(scalarinteger)istheminimumtourlengthforanyofthe%salesmen,NOTincludingthestartpointorendpoint%POP_SIZE(scalarinteger)isthesizeofthepopulation(shouldbedivisibleby8)%NUM_ITER(scalarinteger)isthenumberofdesirediterationsforthealgorithmtorun%SHOW_PROG(scalarlogical)showstheGAprogressiftrue%SHOW_RES(scalarlogical)showstheGAresultsiftrue%%Output:%OPT_RTE(integerarray)isthebestroutefoundbythealgorithm%OPT_BRK(integerarray)isthelistofroutebreakpoints(thesespecifytheindices%intotherouteusedtoobtaintheindividualsalesmanroutes)%MIN_DIST(scalarfloat)isthetotaldistancetraveledbythesalesmen%%Route/BreakpointDetails:%Ifthereare10citiesand3salesmen,apossibleroute/break%combinationmightbe:rte=[56942837],brks=[37]%
1
ProblemD:石子合并(包含源程序c++)TimeLimit:1000MSMemoryLimit:65536KDescription在一个圆形操场的四周摆放着n堆石子.现要将石子有次序地合并成一堆,规定每次只能选相邻的2堆石子合并成新的一堆,并将新的一堆石子数记为该次合并的得分.本题对于给定n堆石子,计算合并成一堆的最小得分和最大得分.Input测试用例的第1行是正整数n(1≤n≤100)表示有n堆石子.第二行有n个数,分别表示每堆石子的个数.Output对于测试用例的输入数据,在两行上输出结果:其中第1行中的数是最小得分,第2行中的数是最大得分.SampleInput44459SampleOutput4354
1
HDB3解码Verilog程序源码,hdb3_decode.v,modulehdb3_decode(rst_n,clk,hdb3_in,hdb3_dec,fifo_dec);inputrst_n,clk;input[1:0]hdb3_in;outputhdb3_dec;output[9:0]fifo_dec;
2023/11/30 11:51:26 425KB HDB3解码
1
摄影测量学中的解析法空中三角摄影测量,C#语言编写,包括相对定向,模型连接,绝对定向和数据检验几个部分,可用于GIS专业及测绘专业方面学习或者计算使用。
本程序使用Txt文本文档导入,利用Input类与Matrix类解决Txt数据导入,与矩阵计算的问题
2023/11/18 12:18:28 157KB C# 摄影测量 解析法 绝对定向
1
公司内网,没有互联网,androidStudio自带输入法没发联网安装中文输入法,最开始在网上找到sougou_x86_221的apk,使用过程中中英文切换有问题,搞不懂切换逻辑.后来又找到了apk,亲测可用.支持我的话从这里下载,分不够的话从这里下(https://apk.co/google-inc/google-pinyin-input-452193126728-x86-64)
2023/11/10 3:16:07 18.3MB androidstudio 拼音输入法
1
对读入的某个文本文件input.txt中,拆出英文单词,输出一个按字典顺序排列的单词表,结果输出在文本文件output.txt中,每个单词一行,并在单词后输出该单词出现的个数,两个字段之间用逗号分隔。
约定单词仅由英文字母组成,单词间由非英文字母分隔,相同单词只输出一个,大小写不区分。
2023/10/30 16:41:43 65KB c语言 linux 单词计数 list
1
https://lcxing.blog.csdn.net/article/details/113065746示例程序
1
共 93 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡