apollo-docker-quick-start-files
2022-04-19 13:06:22 8KB docker 容器 运维
1
线程之间共享数据,但又单独执行,QT线程QThread是平台无关的。通常主线程从main开始执行,而在主线程中创建其他线程,其他线程派生于QThread。
2022-03-30 16:48:25 21KB QT线程
1
详细解释了uboot的start.s中的每行代码; 添加了相关知识点的详细解释,包括: uboot初始化中,为何要设置CPU为SVC模式而不是设置为其他模式 什么是watchdog + 为何在要系统初始化的时候关闭watchdog 为何ARM7中PC=PC+8 AMR寄存器的别名 + APCS 为何C语言(的函数调用)需要堆栈,而汇编语言却不需要堆栈 关于为何不直接用mov指令,而非要用adr伪指令 mov指令的操作数的取值范围到底是多少
2022-03-15 14:35:35 1.86MB uboot start.S 解析
1
CPLEX英文学习资料。 IBM.ILOG.CPLEX.Optimization.Studio.Getting.Start.with.CPLEX.v12.4
2022-03-10 22:31:20 369KB IBM ILOG CPLEX Optimization
1
在MatlabGUI里面启动或者暂停Simulink模型-start_and_stop_gui.m 针对这个问题:https://www.ilovematlab.cn/thread-23233-1-1.html 现在我做一个集中解答,从mathworks那里学习了一下。 第一步:创建你自己的Simulink模型,这个不用我讲吧,我们使用以下模型做演示: start_and_stop.mdl 第二步:创建自己的GUI, 这个论坛里也有例子,我们使用以下文件。 start_and_stop_gui.fig start_and_stop_gui.m Figure12.jpg 在start simulation里面,直接用sim函数,这个大家好像都会: % --- Executes on button press in startsim. function startsim_Callback % hObject handle to startsim % eventdata reserved - to be defined in a future version of MATLAB % handles structure with handles and user data modelname = get; stoptime = str2num); sim复制代码 在stop simulation,里面,callback这样写: % --- Executes on button press in stopsim. function stopsim_Callback % hObject handle to stopsim % eventdata reserved - to be defined in a future version of MATLAB % handles structure with handles and user data global GUIStopFlag; GUIStopFlag = 1; 复制代码第三步:写一个s函数,不停地检测这个GUIStopFlag参数,发送命令给STOP按钮,告诉他,可以结束了,简单吧? sysstop_new.m 第四步:在simulink模型里面,加上这个S函数 Figure13.jpg 好了,大功告成了,现在你就可以在GUI里随意控制Simulink模型了。 注:文中所用的模型,GUI文件,由mathworks公司提供。
2022-03-10 17:09:15 6KB matlab
1
是一个多用途的,完整的网站模板创建的。 该模板包括17个独特HTML页面和一个有效PHP联系人表格。 预习 状态 下载及安装 要开始使用此模板,请选择以下选项之一以开始使用: 通过npm安装: npm i startbootstrap-modern-business 克隆仓库: git clone https://github.com/StartBootstrap/startbootstrap-modern-business.git 用法 基本用法 下载后,只需在您喜欢的文本编辑器中编辑模板随附HTML和CSS文件即可进行更改。 这些是您唯一需要担心的文件,您可以忽略其他所有内容! 要预览对代码所做的更改,可以在Web浏览器中打开index.html文件。 高级用法 安装后,运行npm install ,然后运行npm start ,这将在默认浏览器中打开模板的预览,监视核心模板文件的更改,并在保存更改后实时重新加载浏览器。 您可以查看gulpfile.js以查看开发环境中包含哪些任务。 您必须在计算机上全局安装npm和Gulp才能使用这些功能。 错误和问题 此模板有错误或问题吗?
2022-03-05 13:34:04 1.1MB html bootstrap open-source bootstrap4
1
d2-admin-start-kit-with-permission permission 分支 功能 路由和菜单来自同一配置文件 实现角色验证,根据用户角色动态显示菜单 对无权限路由进行拦截 下载 git clone https://github.com/lfyfly/d2-admin-start-kit-with-permission.git git checkout permission npm install npm run dev 配置 1. 配置 src/api/modules/sys.user.api.js,mock的登录接口user的roles和isSuperAdmin字段。 roles: [ role:String ],代表可访问该页面的角色 isSuperAdmin: Boolean,代表是否为超级管理员。超级管理员拥有任何权限,如果isSuperAdmin为true,
2022-03-01 15:01:07 1.74MB JavaScript
1
大疆无人机说明书_Ronin_SC_Quick_Start_Guide_v1.0_(已解锁)
2022-02-15 11:03:00 43.56MB 无人机
Apache Hadoop is a widely used distributed data platform. It enables large datasets to be efficiently processed instead of using one large computer to store and process the data. This book will get you started with the Hadoop ecosystem, and introduce you to the main technical topics, including MapReduce, YARN, and HDFS. The book begins with an overview of big data and Apache Hadoop. Then, you will set up a pseudo Hadoop development environment and a multi-node enterprise Hadoop cluster. You will see how the parallel programming paradigm, such as MapReduce, can solve many complex data processing problems. The book also covers the important aspects of the big data software development lifecycle, including quality assurance and control, performance, administration, and monitoring. You will then learn about the Hadoop ecosystem, and tools such as Kafka, Sqoop, Flume, Pig, Hive, and HBase. Finally, you will look at advanced topics, including real time streaming using Apache Storm, and data analytics using Apache Spark. By the end of the book, you will be well versed with different configurations of the Hadoop 3 cluster.
2022-01-24 16:12:57 7.57MB hadoop
1
SPART 3E 开发板上LCD显示屏的驱动程序,本人自认很完美,综合时无错误,无警告,而且使用方便,和其他模块完美而容易衔接,只需写入地址和数据即可显示相应内容
2021-12-24 15:11:09 17KB START 3E lcd 驱动
1