LogitechK380蓝牙键盘,默认最顶上一排键是各种快捷功能。
用Logitech的软件可以改成默认F1~F12。
但是为了改个Fn键,装200M软件也太那什么了。
此程序可用VC编译,在Windows下运行,找到K380键盘后,写入相应的指令,打开Fn锁定功能,最顶上一排键默认为F1~F12。
每次开关、重新连接键盘后,需重新运行此程序。
如果想关闭Fnlock,可以发送程序中带的k380_seq_fkeys_off数据串给键盘。
更简单的办法是关掉再打开。
此程序原本是劫持条码扫描枪用的。
前面查找HID设备名的功能都一样。
后面发送指令的功能是从:https://github.com/jergusg/k380-function-keys-conf这里抠出来的。
2024/4/15 11:41:42 3KB Logitech K380 蓝牙键盘 HID
1
ReactNative自定义操作表这是什么?该组件将淡入/淡出叠加层,并使用取消按钮以弹出方式弹出。
您可以将所需的任何视图传递给组件,该视图将显示在模式中。
在下面的示例中,我传递了一个日期选择器。
安装npminstallreact-native-custom-action-sheet--save用法示例varCustomActionSheet=require('react-native-custom-action-sheet');varSomeComponent=React.createClass({render:function(){return(<CustomActionSheetmodalVisible={this.state.mod
2024/4/1 15:16:19 5KB JavaScript
1
粒子群算法matlab代码及使用。
自编function,可以直接嵌入使用
2024/3/27 9:23:45 11KB 粒子群算法
1
uid-safeURL和cookie安全的UID创建对Cookie和URL使用均安全的加密安全UID。
这与诸如的模块形成对比,该模块的UID实际上由于使用%而产生了偏差,从而不必要地截断了UID。
如果您仍然可以在UID中使用-和_,请使用此选项。
安装$npminstalluid-safeAPIvaruid=require('uid-safe')uid(byteLength,回调)异步创建具有特定字节长度的UID。
因为在下面使用了base64编码,所以这不是字符串长度。
例如,要创建长度为24的UID,您需要字节长度为18。
uid(18,function(err,string){if(err)throwerr//dosomethingwiththestring})uid(byteL
2024/3/18 5:05:54 7KB nodejs javascript uid JavaScript
1
网站的自定义JavaScript在任何网站上运行自定义JavaScript。
使用此工具可以在任何网站中注入自定义JavaScript。
您的脚本保存在本地存储中,并跨域URL应用。
您可以使用jQuery1.11.x或2.1.x或您自己的外部脚本。
用例:站点调试(错误的列表排序等)隐藏烦人的弹出窗口和广告自定义UI任何你能想到的:)新的功能:Ace编辑器(通过热键格式化,突出显示,撤消/重做)草稿自动保存(因此,不保存就关闭窗口没关系)主机(网站)切换(您可以浏览其他网站的customjs)包含外部脚本(eq。
Underscore.js很酷)谢谢:Ace-纯-http:base.js您可以在extension/lib/base.js找到base.js它为您提供有用的功能。
您可以直接在JavaScript代码中使用所有功能。
为避免名称冲突,所有函数customjs。
现在只有一个功能:customjsReadycustomjsReady('.nav',function(element){
2024/3/14 1:06:34 365KB react javascript chrome-extension ace
1
MATLAB的S-Function编写指导。
比较好的一个资料
2024/1/30 15:07:01 2.41MB S-Function
1
用于AngularJS模板加载器将AngularJS模板包含在webpackJavascriptBundle中。
预加载AngularJS模板缓存,以删除模板的初始加载时间。
ngTemplate加载程序根本不会缩小或处理您HTML,而是使用诸如或类的标准加载。
这使您可以灵活地选择HTML加载程序。
安装npminstallngtemplate-loader--save-dev用法ngTemplate加载器将导出HTML文件的路径,因此您可以直接将requireAngularJS与templateUrl参数一起使用,例如vartemplateUrl=require('ngtemplate!html!./test.html');app.directive('testDirective',function(){return
2024/1/28 13:03:53 11KB JavaScript
1
function[PSNR,y_est]=BM3D(y,z,sigma,profile,print_to_screen,N2,N2_wiener,Ns,Ns_wiener,tau_match)%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%BM3DisanalgorithmforattenuationofadditivewhiteGaussiannoisefrom%grayscaleimages.Thisalgorithmreproducestheresultsfromthearticle:%%[1]K.Dabov,A.Foi,V.Katkovnik,andK.Egiazarian,"ImageDenoising%bySparse3DTransform-DomainCollaborativeFiltering,"%IEEETransactionsonImageProcessing,vol.16,no.8,August,2007.%preprintathttp://www.cs.tut.fi/~foi/GCF-BM3D.%%%FUNCTIONINTERFACE:%%[PSNR,y_est]=BM3D(y,z,sigma,profile,print_to_screen)%%!Thefunctioncanworkwithoutanyoftheinputarguments,%inwhichcase,theinternaldefaultonesareused!%%BASICUSAGEEXAMPLES:%%Case1)Usingthedefaultparameters(i.e.,imagename,sigma,etc.)%%[PSNR,y_est]=BM3D;%%Case2)Usinganexternalnoisyimage:
2023/12/29 9:31:37 2.76MB BM3D MATLAB
1
function[naf,tau,xi]=ambifunb(x,tau,N,trace);%AMBIFUNBNarrow-bandambiguityfunction.% [NAF,TAU,XI]=AMBIFUNB(X,TAU,N,TRACE)computesthenarrow-band% ambiguityfunctionofasignalX,orthecross-ambiguity% functionbetweentwosignals.
2023/12/23 18:05:16 2KB ambifunb
1
Modelpredictivecontrol(MPC)hasalonghistoryinthefieldofcontrolen-gineering.Itisoneofthefewareasthathasreceivedon-goinginterestfromresearchersinboththeindustrialandacademiccommunities.Fourmajoras-pectsofmodelpredictivecontrolmakethedesignmethodologyattractivetobothpractitionersandacademics.Thefirstaspectisthedesignformulation,whichusesacompletelymultivariablesystemframeworkwheretheperfor-manceparametersofthemultivariablecontrolsystemarerelatedtotheengi-neeringaspectsofthesystem;hence,theycanbeunderstoodand‘tuned’byengineers.Thesecondaspectistheabilityofthemethodtohandleboth‘soft’constraintsandhardconstraintsinamultivariablecontrolframework.Thisisparticularlyattractivetoindustrywheretightprofitmarginsandlimitsontheprocessoperationareinevitablypresent.Thethirdaspectistheabilitytoperformon-lineprocessoptimization.Thefourthaspectisthesimplicityofthedesignframeworkinhandlingallthesecomplexissues.Thisbookgivesanintroductiontomodelpredictivecontrol,andrecentdevelopmentsindesignandimplementation.Beginningwithanoverviewofthefield,thebookwillsystematicallycovertopicsinrecedinghorizoncon-trol,MPCdesignformulations,constrainedcontrol,Laguerre-function-basedpredictivecontrol,predictivecontrolusingexponentialdataweighting,refor-mulationofclassicalpredictivecontrol,tuningofpredictivecontrol,aswellassimulationandimplementationusingMATLABandSIMULINKasaplatform.Bothcontinuous-timeanddiscrete-timemodelpredictivecontrolispresentedinasimilarframework.
2023/12/11 1:41:39 4.96MB Predictive Control System Design
1
共 114 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡