NSGA2自定义优化函数MATLAB代码具体请见http://www.omegaxyz.com/2018/01/22/new_nsga2/
2024/6/29 16:30:47 5KB NSGA2
1
RoCEv2和rdma标准文档ThisdocumentisanannextoVolume1release1.2.1oftheInfiniBandArchitecture,hereinreferredtoasthebasespecification.ThisannexisOptionalNormative,meaningthatimplementationofthefeaturedescribedbythisannexisOptional,butifpresent,theimplementationmustcomplywiththecompliancestatementscontainedwithinthisannex.ThisspecificationfollowsthespiritoftheRoCEAnnex(AnnexA16tothebasespecification)indefininganewInfiniBandprotocolvariantthatusesanIPnetworklayer(withanIPheaderinsteadofInfiniBand‘sGRH)thusallowingIProutingofitspackets.
2024/6/24 19:08:09 573KB RoCEV2 RDMA
1
Thisbookisforeveryonewhoneedstotesttheweb.Asatester,you'llautomateyourtests.Asadeveloper,you'llbuildmorerobustsolutions.Andasateam,you'llgainavocabularyandameanstocoordinatehowtowriteandorganizeautomatedtestsfortheweb.Followthetestingpyramidandle
2024/6/24 9:29:03 14.98MB Web Tester
1
ThedatasetiscollectedbyYonseiUniversity.Wedeployedourmobilitymonitoringsystem,namedLifeMap,tocollectmobilitydataovertwomonthsinSeoul,Korea.LifeMapusedlearningschemeproposedinfollowingpaper.Pleasereferthispaperwhenyouuseourdataset.*YohanChon,ElmurodTalipov,HyojeongShin,andHojungCha.2011.Mobilityprediction-basedsmartphoneenergyoptimizationforeverydaylocationmonitoring.InProceedingsofthe9thACMConferenceonEmbeddedNetworkedSensorSystems(SenSys'11).ACM,NewYork,NY,USA,82-95.Visitourhomepageformoreinformation(http://lifemap.yonsei.ac.kr).
2024/6/23 17:17:11 21.79MB 用户移动性 数据集 LSTM
1
基于复杂网络Newman算法的社团结构划分模型,附有matlab代码
2024/6/21 12:06:09 609KB 社团划分
1
SpeaDandReverseSpeaD-loudspeakerdesignsoftware-weredevelopedforanyoneworkingwithloudspeakers–manufacturers,engineers,OEM’sandtheircustomers.Theseloudspeakerdesignsoftwarepackagesmaketheprocessofdesigningandspecifyingspeakersfaster,easierandmoreaccurate.
2024/6/21 11:23:46 12.68MB 扬声器
1
packageasc;importjava.awt.*;importjavax.swing.*;publicclasscsextendsJFrame{//定义组件JPaneljp1,jp2,jp3;//面板JLabeljlb1,jlb2;//标签JButtonjb1,jb2;//按钮JTextFieldjtf;//文本JPasswordFieldjpf;//密码publicstaticvoidmain(String[]args){cswin=newcs();}//构造函数publiccs(){//创建面板jp1=newJPanel();jp2=newJPanel();jp3=newJPanel();//创建标签jlb1=newJLabel("用户名");jlb2=newJLabel("密码");//创建按钮jb1=newJButton("登录");jb2=newJButton("重置");//创建文本框jtf=newJTextField(10);//创建密码框jpf=newJPasswordField(10);//设置布局管理this.setLayout(newGridLayout(3,1));//网格式布局//加入各个组件jp1.add(jlb1);jp1.add(jtf);jp2.add(jlb2);jp2.add(jpf);jp3.add(jb1);jp3.add(jb2);//加入到JFramethis.add(jp1);this.add(jp2);this.add(jp3);//设置窗体this.setTitle("用户登录");//窗体标签this.setSize(300,150);//窗体大小this.setLocationRelativeTo(null);//在屏幕中间显示(居中显示)this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);//退出关闭JFramethis.setVisible(true);//显示窗体//锁定窗体this.setResizable(false);}}
2024/6/21 2:27:16 2KB ..
1
PS4远程播放拦截器一个小型的.NET库,由支持,可拦截WindowsPS4RemotePlay上的控件。
该库可用于自动执行任何PS4游戏。
请参阅。
另外,请检出存储库,以获取在此库上构建的即用型软件。
安装使用NuGet(推荐)Install-PackagePS4RemotePlayInterceptor从来源添加对PS4RemotePlayInterceptor.dll的引用。
用法示例该控制台应用程序将按住X按钮,同时向上移动左模拟摇杆,直到被按键打断。
您可以将EmulateController设置为true以在未插入DualShock4控制器的情况下使用该库(必须拔出实际的控制器)。
usingPS4RemotePlayInterceptor;classProgram{staticvoidMain(string[]args){//SetupcallbacktointerceptorInterceptor.Callback=newIntercep
2024/6/19 10:36:20 276KB bot automation ps4 sony
1
firefox56版本使用插件,已经签名,可以正常使用FilemodifyHeaders=newFile(pluginPath);profile.addExtension(modifyHeaders);profile.setPreference("modifyheaders.headers.count",1);profile.setPreference("modifyheaders.headers.action0","Add");profile.setPreference("modifyheaders.headers.name1","x-forwarded-for");profile.setPreference("modifyheaders.headers.value1",forwarded_ip);profile.setPreference("modifyheaders.headers.enabled1",true);profile.setPreference("modifyheaders.config.active",true);profile.setPreference("modifyheaders.config.alwaysOn",true);FirefoxBinaryfirefoxBinary=newFirefoxBinary();//firefoxBinary.addCommandLineOptions("--headless");FirefoxOptionsfirefoxOptions=newFirefoxOptions();firefoxOptions.setBinary(firefoxBinary);firefoxOptions.setProfile(profile);
2024/6/17 0:09:55 66KB firefox
1
Newton-cotes公式(数值计算实验),VC6.0编译通过,可以编译直接运行。
2024/6/15 5:56:13 723B Newton-cotes
1
共 818 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡