iFrpfileallinonetoolv1.0.6.zip
2024/6/26 14:26:49 26.73MB iFrpfileallin
1
在ubuntu12.04上,用arm-none-linux-gnueabi交叉编译完成的,可以下载直接用,复制其中的lib文件夹即可
2024/6/24 1:17:05 9.43MB opencv arm 交叉编译
1
在开发环境中输入importdocx测试三方库有没有成功,显示ImportError:Nomodulenamed'exceptions'原来是通过命令行下载的docx安装包还没有完全兼容python3,估计这个安装包还只兼容python2(python2和python3差别还是挺大的,虽然现在python3出来很久了,但是不少三方库还没有更新),因此需要自己找一个兼容的包:python_docx-0.8.6-py2.py3-none-any.whl。
然后在AnacondaPrompt命令窗口中输入一下指令:pipuninstalldocx(把原来安装的docx卸载掉)pipinstallpython_docx-0.8.6-py2.py3-none-any.whl
2024/6/11 9:18:39 180KB No mod
1
NumPy系统是Python的一种开源的数值计算扩展。
这种工具可用来存储和处理大型矩阵,比Python自身的嵌套列表(nestedliststructure)结构要高效的多(该结构也可以用来表示矩阵(matrix))。
据说NumPy将Python相当于变成一种免费的更强大的MatLab系统。
2024/5/31 5:31:46 6.37MB python
1
美国北卡罗来纳大学的gaot遗传算法工具箱使用方法:1将GAOT工具箱文件拷贝至Matlab文件夹下,具体路径视安装情况而定,例如:C:\programfiles\MATLAB\R2009a\toolbox。
2将GAOT工具箱路径加入Matlab文件路径之中。
流程为:File-->SetPath-->AddFolder。
即,将C:\programfiles\MATLAB\R2009a\toolbox\gaot文件夹加入该路径系统中。
3重新启动Matlab,运行即可。
4一般情况下,会出现如下情况。
安装遗传工具箱后出现问题:Warning:Nameisnonexistentornotadirectory:\afs\eos\info\ie\ie589k_info\GAOT解决方案:将C:\programfiles\MATLAB\R2009a\toolbox\gaot文件夹下的startup.m文件中的路径“\afs\eos\info\ie\ie589k_info\GAOT”改为goat当前所在的目录,“C:\programfiles\MATLAB\R2009a\toolbox\gaot”即可。
2024/5/28 1:02:26 106KB MATLAB gaot 遗传算法 工具箱
1
arm-none-linux-gnueabi-gcc-4.8.3已验证可用,请放心使用。
arm-none-linux-gnueabi-gcc是Codesourcery公司(目前已经被Mentor收购)基于GCC推出的的ARM交叉编译工具。
可用于交叉编译ARM系统中所有环节的代码,包括裸机程序、u-boot、Linuxkernel、filesystem和App应用程序。
2024/5/21 6:31:52 93.27MB arm-none-linux-g tiny4412 qt
1
在WinForm开发中,在处理大量数据时不免会有耗时较长的操作,如果将这些操作放在主线程里,软件界面会有较长时间的“无响应”,降低了用户体验,常用的解决方式是加上进度条。
实现思路--------------------------------------------------------------------------------使用BackgroundWorker(已经封装好的线程工具)控件在后台线程执行费时的操作,在主线程中打开一个进度条窗体显示进度。
实现步骤--------------------------------------------------------------------------------第0步:创建一个具有进度条的窗体,以显示进度新建窗体ProcessForm,设置属性FormBorderStyle为None,添加一个ProcessBar控件,如下图所示:进度条窗体PrcessBar的Style属性设置为MarQuee。
在ProcessForm添加如下公共属性:?1234567891011121314151617181920212223//////设置提示信息///publicstringMessageInfo{set{this.labelInfor.Text=value;}}//////设置进度条显示值///publicintProcessValue{set{this.progressBar1.Value=value;}}//////设置进度条样式///publicProgressBarStyleProcessStyle{set{this.progressBar1.Style=value;}}第1步:创建进度条管理类ProcessOperator在该类中添加如下字段:?12privateBackgroundWorker_backgroundWorker;//后台线程privateProcessForm_processForm;//进度条窗体添加如下公共属性、方法和事件:?123456789101112131415161718192021222324252627282930#region公共方法、属性、事件//////后台执行的操作///publicActionBackgroundWork{get;set;}//////设置进度条显示的提示信息///publicstringMessageInfo{set{_processForm.MessageInfo=value;}}//////后台任务执行完毕后事件///publiceventEventHandlerBackgroundWorkerCompleted;//////开始执行///publicvoidStart(){_backgroundWorker.RunWorkerAsync();_processForm.ShowDialog();}#endregion其中,属性BackgroundWork可以指向一个无参数的方法,这里(客户端代码)用来指向要在
2024/4/20 19:27:33 34KB Winform 进度条 Background Worker
1
php-5.4.45-nts-Win32-VC9-x86版本的php,php5.4.45,NTS版(NoneThreadSafety,非线程安全),操作系统要求:windows32位操作系统,VC9编译。
2024/4/1 18:05:38 12.24MB php5.4.45 nts VC9 php
1
Don'tMakeMeThink第3版英文版文字版全彩色觉得好请留评论DontmakemeThinkRevisitedACommonSenseapproachtoWebUsabilityCopyrighto2014SteveKrugNewriderswww.newniders.comToreporterrorspleasesendanotetoerrata@peachpit.comNewridersisanimprintofpeachpitadivisionofpearsoneducationEditor:ElisabethbayleProjecteditor:NancyDavisProductioneditor:lisabraziealCopyEditorBarbaraFlanaganInteriorDesignandComposition:RomneyLangeIllustrationsbymarkMatchaandMimiHeftFarnhamfontsprovidedbyTheFontbureauInc.(www.fontbureau.comNoticeofRightsAllrightsreservedNopartofthisbookmaybereproducedortransmittedinanyformbyanymeans,electronic,mechanical,photocopying,recording,orotherwise,withoutthepriorwrittenpermissionofthepublisher.Forinformationongettingpermissionforreprintsandexcerpts,contactpermissions@peachpit.comNoticeofliabilityTheinformationinthisbookisdistributedonan"asisbasiswithoutwarranty.whilileeveryprecautionhasbeentakeninthepreparationofthebook,neithertheauthornorPeachpitshallhaveanyliabilitytoanypersonorentitywithrespecttoanylossordamagecausedorallegedtobecauseddirectlyorindirectlybytheinstructionscontainedinthisbookorbythecomputersoftwareandhardwareproductsdescribedinittrademarksItsnotrocketsurgeryisatrademarkofStevekrugManyofthedesignationsusedbymanufacturersandsellerstodistinguishtheirproductsareclaimedastrademarks.Wherethosedesignationsappearinthisbook,andpeachpitwasawareofatrademarkclaim,thedesignationsappearasrequestedbytheownerofthetrademark.allotherproductnamesandservicesidentifiedthroughoutthisbookareusedineditorialfashiononlyandforthebenefitofsuchcompanieswithnointentionofinfringementofthetrademark.Nosuchuse,ortheuseofanytradename,isintendedtoconveyendorsementorotheraffiliationwiththisbookISBN-13:978-0-32196551-6ISBN-10:0-321-96551-5987654321PrintedandboundintheunitedstatesofamericaFirsteditionTomyfather,whoalwayswantedmetowriteabook,Mymother,whoalwaysmademefeellikeIcouldMelanie,whomarriedme-thegreateststrokeofgoodfortuneofmylifeandmyson,Harry,whowillsurelywritebooksmuchbetterthanthisonewheneverhewantstoSecondeditionTomybigbrother,Phil,whowasamenschhiswholelifeThirdeditionToallthepeoplefromallpartsoftheworld--whohavebeensoniceaboutthisbookforfourteenyears.Yourkindwords--inperson,inemail,andinyourblogs-havebeenoneofthegreatjoysofmylifeEspeciallythewomanwhosaiditmadeherlaughsohardthatmilkcameoutheofhernoseContentsPREFACEAboutthiseditionINTRODUCTIONReadmefirstThroatclearinganddisclaimersGUIDINGPRINCIPLESCHAPTER1Dontmakemethink!Krug'sFirstLawofusabilityCHAPTER2HowwereallyusethewebScanning,satisficing,andmuddlingthroughCHAPTER3.BillboardDesign101Designingforscanning,notreadingCHAPTER4.AnimaL,Vegetable,orMineral?WhyuserslikemindlesschoicesCHAPTER5OmitneedlesswordsTheartofnotwritingfortheWebTHINGSYOUNEEDTOGETRIGHTCHAPTER6.StreetsignsandBreadcrumbsDesigningnavigationCHAPTERZTheBigBangTheoryofWebDesignTheimportanceofgettingpeopleoffontherightfootMAKINGSUREYOUGOTTHEMRIGHTCHAPTER8Thefarmerandthecowmanshouldbefriends>Whymostargumentsaboutusabilityareawasteoftime,andhowtoavoidthemChAPTER9.USabilitytestingon10centsadayKeepingtestingsimple--soyoudoenoughofitLARGERCONCERNSANDOUTSIDEINFLUENCESCHAPTER10MObile:It'snotjustacityinAlabamaanymoreWelcometothe21stCentury.YoumayexperienceaslightsenseofvertigoCHAPTER11UsabilityascommoncourtesyWhyyourWebsiteshouldbeamenschCHAPTER12.AccessibilityandyouJustwhenyouthinkyouredone,acatfloatsbywithbutteredtoaststrappedtoitsbackCHAPTER13GuidefortheperplexedMakingusabilityhappenwhereyouliveAcknowledgmentsIndexPreface:aboutthiseditionPeoplecomeandgosoquicklyhere!DOROTHYGALEJUDYGARLAND)INTHEWIZARDOFOZ(1939)Iwrotethefirsteditionofdon'tmakemethinkbackin2000By2002,Ibegantogetafewemailsayearfromreadersasking(verypolitely)ifI'dthoughtaboutupdatingit.Notcomplaining,justtryingtobehelpful."alotoftheexamplesareoutofdate"wastheusualcommentMystandardresponsewastopointoutthatsinceiwroteitrightaroundthetimetheinternetbubbleburstmanyofthesitesiusedasexampleshadalreadydisappearedbythetimeitwaspublishedButIdidn'tthinkthatmadetheexamplesanylessclear.Finally,in2006Ihadastrongpersonalincentivetoupdateit.ButasIrereadittoseewhatIshouldchange,Ijustkeptthinking"Thisisallstilltrue>Ireallycouldn'tfindmuchofanythingthatithoughtshouldbechangedHalfoftheroyaltiesforthebookweregoingtoacompanythatnolongerexisted,anddoinganeweditionmeantanewcontractandtwicetheroyalties-formeIfitwasanewedition,though,somethinghadtobedifferent.SoIaddedthreechaptersthatididn'thavetimetofinishbackin2000,hitthesnoozebutton,andhappilypulledthecoversbackovermyheadforanothersevenyearsSteveKrugACommonSenseApproachtoWebUsabilityFOREWORDBYROGERBLACK2000SteveKrugTHINKACommonSenseApproachtoWebUsabilitySECONDEDITION2006WRitingisreallyhardforme,andI'malwayshappytohaveareasonnottodoit.GivemeagoodoldrootcanaloverwritinganydaySowhynowfinallyanewedition?Tworeasons#1。
Let’sfaceit:It'soldThere'snodoubtaboutitatthispoint:Itfeelsdated.Afterall,it'sthirteenyearsold,whichislikeahundredyearsinInternettime.(See?Nobodyevensaysthingslike"inInternettimeanymoreMostofthewebpagesiusedforexamples,likeSenatorOrrinHatch'scampaignsiteforthe2000electionlookreallyold-fashionednowSitesthesedaystendtolookalotmoresophisticated,asyoumightexpectPRENIDEN'TWWw.\TOCiTheRepublicans:ANewHampshireForumTheDec2DebateThefirstakeahddyeGoPdebyetesThursdayheatsupthepoltcalstylewarsaSenatorHatchfightstokeepsubstancenCampaign2000.EVLLSTORYTheExperiencedCandidateLw警mHatchCampaign2000BeneoiceThatMatters!ClickheretoCONTRIBUTECAMPAIGNNEWSlIVESCONTIRIHIUTORLINTsCOILINKS)LUNTEEILThieRar4每MCICK2cpM(.DisHachPre的d时Ceme,ntP0.00多』LC,UT0403nTERNETANDNTwoRxsaunaSwww.orrinhatch.com1999
2024/2/20 3:09:52 14.47MB Don't Make Me Think
1
将两个文件拖放到Keil5的安装路径里,选择替换,我的文件安装目录如下(C:\Keil_v5\UV4)参考了博主"青山泽木"的配色方案,参考链接:https://blog.csdn.net/houtian5418/article/details/107598116?utm_medium=distribute.pc_relevant_download.none-task-blog-baidujs-1.nonecase&depth_1-utm_source=distribute.pc_relevant_download.none-task-blog-baidujs-1.nonecase
2024/2/5 9:55:31 2KB Keil5 STM32 背景配色
1
共 103 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡