Android版本4.1.2,实现资源res/raw文件中音频的播放、暂停、停止,并实现程序的退出,供初学者参考!
2025/1/20 8:50:36 16.06MB Service Activity 音乐播放器
1
DownloadWinsoftComPortv6.3forDelphi&C++Builder5-10.4SydneyFULLSOURCE Cb5 Example DEMO.BPR 2.60KBdemo.cpp 0.64KBDEMO.res 0.86KBudemo.cpp 6.73KBudemo.dfm 4.29KBudemo.h 2.99KBComPort.dcr 0.89KB
2025/1/7 20:55:18 2.69MB 串行通信
1
内容包含:android-support-v4_1.6.0_26_20120316.jarandroid-support-v4_1.6.0_26_20120623.jarandroid-support-v4_1.6.0_26_20120730.jarandroid-support-v4_1.6.0_26_20121109.jarandroid-support-v4_1.6.0_26_20130213.jarandroid-support-v4_1.6.0_26_20130513.jarandroid-support-v4_1.6.0_26_20130723.jarandroid-support-v4_1.6.0_26_20131030.jarandroid-support-v4_1.6.0_26_20140117.jarandroid-support-v4_1.6.0_45_20140326.jarandroid-support-v4_1.6.0_45_20140623(含annotation).jarandroid-support-v4_1.7.0_65_20141209(含annotation).jarandroid-support-v4_1.7.0_85_20151111(含annotation).jarandroid-support-v4_1.7.0_95_20160310(含annotation).jarandroid-support-v4_api23_20160826(含res).jar
2024/10/12 12:22:47 10.42MB v4 android-supp android
1
%用于一书%%离散信号和系统%conv_m-改进的线性卷积子程序(第22页)%conv_tp-用Toeplitz矩阵计算的线性卷积(第34页)%evenodd-将实信号分解为偶和奇两部分(第15页)%impseq-产生脉冲序列(第6页)%sigadd-信号相加运算(第8页)%sigfold-信号折叠运算(第10页)%sigmult-信号乘法运算(第9页)%sigshift-信号时移运算(第9页)%stepseq-产生阶跃序列(第6页)%离散时间付利叶变换(第z变换)%pfe2rfz-在z域由部分分式展开为有理函数(第四章)%rf2pfez-在z域由有理函数展开为部分分式(第四章)%离散付利叶变换%circevod-实信号分解为循环偶分量和循环奇分量(第132页)%circonvt-时域中的循环卷积(第139页)%cirshftt-时域中的循环移位(第146页)%dfs-计算离散付利叶系数(第109页)%dft-计算离散付利叶变换(第120页)%hsolpsav-采用FFT高速分段卷积的重叠保留法(第157页)%idfs-计算逆离散付利叶级数(第110页)%idft-计算逆离散付利叶变换(第121页)%mod-计算m=nmodN(第119页)%ovrlpsav-分段卷积的重叠保留法(第147页)%数字滤波器结构%cas2dir-级联到直接的形式转换(第173页)%casfiltr-IIR和FIR滤波器的级联实现(第172页)%cplxcomp-比较两个复数对(第176页)%dir2cas-直接到级联的型式转换(第171页)%dir2fs-直接形式到频率采样型的转换(第187页)%dir2ladr-IIR直接形式极__零点到格型/梯形的转换(第199页)%dir2latc-FIR直接形式到全零点格型形式的转换(第193页)%dir2par-直接到并联形式的转换(第175页)%dir2paro-直接到并联形式的转换(用于旧版信号处理工具箱)%ladr2dir-格型/梯形形式到IIR直接形式的转换(第199页)%ladrfilt-格型/梯形形式的IIR滤波器实现(第200页)%latc2dir-全零点格型形式到FIR直接形式的转换(第194页)%latcfilt-FIR滤波器的格型形式的实现(第194页)%par2dir-并联形式到直接形式的转换(第177页)%parfiltr-IIR滤波器的并联形式的实现(第177页)%FIR滤波器设计% ampl_res -由FIR滤波器脉冲响应求其幅频特性(第271页)%blackman-布莱克曼窗函数(第230页)%freqz_m-改进型的freqz子程序(第233页)%Hr_Type1-计算1型FIR低通滤波器(第215页)%Hr_Type2-计算2型FIR低通滤波器(第216页)%Hr_Type3-计算3型FIR低通滤波器(第216页)%Hr_Type4-计算4型FIR低通滤波器(第
2024/10/4 22:44:49 31KB 数字信号 matlab 算法集合
1
XML可扩展标记语言,被设计用来传输和存储数据,其形式多样。
某些在XML中被设计出来的特性,比如XMLschemas(遵循XMLSchemas规范)和documentstypedefinitions(DTDs)都是安全问题来源。
纵然被公开的讨论了上十年,还是有一大批一大批的软件死在针对XML的攻击上。
XML可扩展标记语言,被设计用来传输和存储数据。
其形式多样例如:1.文档格式(OOXML,ODF,PDF,RSS,DOCX...)2.图片格式(SVG,EXIFHeaders,...)3.配置文件(自定义名字,一般是.xml)4.网络协议(WebDAV,CalDAV,XMLRPC,SOAP,RES
1
framework-res用于反编译工具之一
2024/5/17 22:45:04 2.9MB framework-res
1
request-funjs快速上手安装npminstallrequest-funjs整体注册(在main.js文件里注册)importRequestfrom'request-funjs';Vue.prototype.Request=Request;//在这里需要声明一个host变量,作为请求的主机名称Request.host='https://www.baidu.com'局部注册(在你所使用的vue里注册)importRequestfrom'request-funjs';//在这里需要声明一个host变量,作为请求的主机名称this.Request.host='https://www.baidu.com'例子this.Request.Get("api/list",this.params, res=>{ console.log(res); }, err=>{ console.log(err);})目录1、ge
2024/3/11 6:19:23 3KB javascript jquery npm vue
1
吡date酸酯用于将公历日期转换为波斯日期的Python库。
安装pipinstallpypersiandate用法frompypersiandate.pypersiandateimport*res=topersia(2020,1,1)print(res['day'])print(res['dayname'])print(res['year'])print(res['month'])print(res['monthname'])
2024/2/7 6:01:18 4KB Python
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
Xfilter源代码完整的文件列表------------------------------------------------------.\Common.\Lib.\Property.\Release.\TcpIpDog.\Xfilter.dsw.\readme.txt.\filelist.txt.\Common\XLogFile.h.\Common\XLogFile.cpp.\Common\XInstall.cpp.\Common\XFile.h.\Common\XInstall.h.\Common\XFile.cpp.\Common\Debug.h.\Common\XFileRes.h.\Lib\htmlhelp.h.\Lib\htmlhelp.lib.\Property\Property.opt.\Property\Property.aps.\Property\Property.dsp.\Property\Property.rc.\Property\Property.clw.\Property\ReadMe.txt.\Property\resource.h.\Property\NetIPAria.h.\Property\GuiRes.h.\Property\AclSet.cpp.\Property\SetTime.h.\Property\Acl.cpp.\Property\SetNet.h.\Property\MainSheet.h.\Property\AclSet.h.\Property\Register.h.\Property\SystemSet.cpp.\Property\Splash.h.\Property\Property.dsw.\Property\Acl.h.\Property\Property.ncb.\Property\Splash.cpp.\Property\Property.h.\Property\LogQuery.h.\Property\SetTime.cpp.\Property\MainSheet.cpp.\Property\SetNet.cpp.\Property\NetIPAria.cpp.\Property\About.cpp.\Property\StdAfx.h.\Property\StdAfx.cpp.\Property\SystemSet.h.\Property\Register.cpp.\Property\About.h.\Property\LogQuery.cpp.\Property\Property.cpp.\Property\NetTimeSheet.h.\Property\PacketMonitor.h.\Property\Property.plg.\Property\NetTimeSheet.cpp.\Property\PacketMonitor.cpp.\Property\Internet.\Property\MainFrame.\Property\SystemTray.\Property\res.\Property\HyperLink.\Property\Internet\Internet.cpp.\Property\Internet\Internet.h.\Property\MainFrame\MainFrame.cpp.\Property\MainFrame\mainframe.h.\Property\SystemTray\SystemTray.cpp.\Property\SystemTray\SystemTray.h.\Property\res\Property.rc2.\Property\res\NULL.ico.\Property\res\Property.ico.\Property\res\about.bmp.\Property\res\Alert.ico.\Property\res\DenyEx1.ico.\Property\res\PassEx1.ico.\Property\res\QueryEx1.ico.\Property\res\splash.bmp.\Property\res\MEMO.ICO.\Property\res\ALERTSET.ICO.\Property\res\APPSET.ICO.\Property\res\BASESET.ICO.\Property\res\COMMONSET.ICO.\Property\res\Monitor.ico.\P
2023/11/18 16:49:25 252KB 防火墙源代码
1
共 53 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡