E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
nasm
操作系统实现1_bochs 和
nasm
安装
操作系统实现1_bochs和
nasm
安装1.1bochs安装wgethttps://nchc.dl.sourceforge.net/project/bochs/bochs/2.6.9/bochs-2.6.9
滄夜
·
2020-08-20 14:09
操作系统实现
Orange'S学习笔记(一)
学习环境Ubuntu11.04+Bochs2.4.6+
NASM
主要工作1.第一章马上动手写一个最小的“操作系统”代码如下:1org07c00h;tellthecompilerthattheprogramisloadedat7c002movax
weixin_30254435
·
2020-08-20 14:52
6.1 Hardware Input/Output
Bywritingtothescreenwehaveactuallyalreadyencounteredafriendlierformofhard-wareI/O,know
nasm
emory-mappedI
半步江南
·
2020-08-20 07:37
Notes on Implementing an OLE Control Container
KraigBrockschmidtMicrosoftDeveloperRelationsPreliminaryVersionCreated:September21,1994I
nasm
uchasthisisapreliminaryversion
Tianyu-liu
·
2020-08-20 02:42
组件
Xvid 进行视频编码
XDiv库1.从网上下载www.xvid.org上下载1.1.2,并解压http://downloads.xvid.org/downloads/xvidcore-1.2.2.zip2.编译过程中需要用到
nasm
markman101
·
2020-08-20 00:30
DirectShow
NASM
与MASM的区别(不断更新中,参考
NASM
中文手册)
1.方括号[]在
NASM
中,任何不被方括号[]括起来的标签或者变量名都被当作地址,访问标签中俄内容必须用[],即foodw1等价于foo:dw1。
imWhiteee
·
2020-08-19 18:14
masm masm32 fasm
nasm
yasm gas的区别与联系
masmMASM是微软公司开发的汇编开发环境,拥有可视化的开发界面,使开发人员不必再使用DOS环境进行汇编的开发,编译速度快,支持80x86汇编以及Win32Asm是Windows下开发汇编的利器。它与windows平台的磨合程度非常好,但是在其他平台上就有所限制,使用MASM的开发人员必须在windows下进行开发。masm32MASM32是一个为那些对学习或者编写32位微软汇编(MASM)感兴
DiffenYu
·
2020-08-19 07:28
汇编
maven项目打包部署到虚拟机测试和生产环境上及查看日志操作
调试通过后提交代码到gitlab,打包部署到相应环境(测试或生产环境)步骤一样1.打包在要打包的项目上右键ru
nasm
avenclean清除原来的包,然后ru
nasm
aveninstall打包完成;2.
zuixiaoyao_001
·
2020-08-19 06:24
工作bug及问题记录
生产部署
【深度强化学习入门篇】(一)安装配置ViZDoom环境
cmakeorgcc)二、安装依赖:#Zdoomdependenciessudoapt-getinstallbuild-essentialzlib1g-devlibsdl2-devlibjpeg-dev\
nasm
tarlibbz
小川儿
·
2020-08-19 03:48
深度强化学习
从零开始入门深度强化学习
怎样编写shellcode以及验证其功能
push59popraxcdqpushrdxmovrbx,0x68732f6e69622f2fpushrbxpushrsppoprdipushrdxpushrdipushrsppoprsisyscall编译命令
nasm
-felf64shell.
nasm
-oshell.oldshell.o-oshell
坚强的女程序员
·
2020-08-18 21:21
PWN
代码诗_春之恋
仅图一乐,有别的创意还请提出;);--------------------------------;Springlove;Syntax:
NASM
;李秋豪;------------------------
a_18067
·
2020-08-18 19:17
java
基于ffmpeg和rmtp协议实现在线直播
1nKp7T7QiNYQ4tj7U4HAXCQ提取码:4l5jyasm-1.3.0.tar.gz链接:https://pan.baidu.com/s/1DBo2KAvzFgmQaHvjXqCJAQ提取码:16eu
nasm
紫影归鑫
·
2020-08-18 18:54
Best Practices For Scientific Research On Neural Architecture Search神经架构搜索规范
文章目录背景BestPractice1:ReleaseCodefortheTrainingPipeline(s)youuseBestPractice2:ReleaseCodeforYour
NASM
ethodBestPractice3
没想好叫啥··
·
2020-08-18 17:24
神经架构搜索
Delphi 读取CPU Id
procedureTForm1.Button1Click(Sender:TObject);var_eax,_ebx,_ecx,_edx:Longword;s,s1,s2,result:string;begi
nasm
pusheaxpushebxpushecxpushedxmoveax
提前十分钟
·
2020-08-18 15:45
DELPHI
Your ways (动态规划)ACM-ICPC Asia Phuket Regional Programing Contest 2009
F.YourWaysTimeLimit:3000msMemoryLimit:65536KB64-bitintegerIOformat:%lldJavaclassname:MainSubmitStatusPID:4275Youlivei
nasm
allwell-plannedrectangulartowninPhuket.ThesizeofthecentralareaofthetownisHkilom
iwi_ac
·
2020-08-18 09:21
memory barrier && fence
内存屏障,可以保证在此之前的代码全部执行完才开始执行在此之后的代码参考wikipedia的定义:Memorybarrier,alsoknow
nasm
embarormemoryfenceorfenceinstruction
weixin_30586085
·
2020-08-17 15:43
从零开始编写操作系统——bochs
一、生成boot.binbootsector代码:loop:jmplooptimes510-($-$$)db0dw0xaa55重点就是最后的0xaa55
nasm
boot.asm-fbin-oboot.bin
weixin_30399155
·
2020-08-17 15:58
Linux下搭建GeekOS-0.3.0实验环境
Linux下GeekOS实验所需要的软件主要有
nasm
和bochs(音box)。1、
nasm
推荐使用0.98这个版本。如果用比较新的版本bochs引导系统镜像时会出错。
hmily_andy
·
2020-08-17 12:23
GeekOS
GNU/Linux环境下搭建GeekOS实验环境
我使用的操作系统为DebianGNU/Linux6,基本系统安装好后GeekOS实验环境需要安装的组件只有bochs和
nasm
,直接使用源中的软件包即可:#apt-getinstallbuild-essential
CherylNatsu
·
2020-08-17 11:32
OS
技术文档
基于Bochs安装GeekOs
开发环境介绍1.Ubuntu-16.042.boch2.6.11下载地址:http://sourceforge.net/projects/bochs/files/bochs/2.6.11/3.
nasm
-
咸鱼II
·
2020-08-17 10:27
笔记
操作系统
2019-11-25 编写cmake 脚本注意事项
Mustinstall
nasm
oryasm")CMake中的YASM支持https://developer.android.google.cn/ndk/guides/cmake#yasm-cmakeNDK
liuqun69
·
2020-08-16 19:34
常使用的工具&代码安装包资源下载
1、汇编器
NASM
下载链接:https://www.
nasm
.us/pub/
nasm
/releasebuilds/2、解释器Perl下载链接:https://blog.csdn.net/weixin_45314058
hanxp001
·
2020-08-16 19:06
软件工具
m2e-wtp的作用
wtp解释WTP:WebToolsProjectMaven集成WTPTheMavenIntegrationforWTPproject,alsoknow
nasm
2e-wtp,aimsatprovidingatightintegrationbetweenMavenIntegrationforE
风云海滩
·
2020-08-16 06:01
Maven
maven
m2e-wtp
[Ember Zigbee]How often should I call emberTick()?
fully-qualified,field-testedrecommendations,arecommendationforhowoftentocallemberTick()isthis:-Callthefunctio
nasm
uchaspossibletopreservestacktimingand802.15.4MACcompliance.Atminim
DesiLuo
·
2020-08-16 02:27
Zigbee
EmberZNet
【Java服务端编程〖01〗】搭建环境第一步
:下载解压tomcat7.553:下载解压maven4:配置maven,之所以用maven是因为maven管理项目很方便,之所以重新配置maven是因为本地maven版本低,功能具有局限性右击项目ru
nasm
avenclean
krmao
·
2020-08-16 00:40
Java服务端编程
Eclipse maven 打包出错 : COMPILATION ERROR Unable to locate the Javac Compiler
eclipse工程ru
nasm
aveninstall,报错:ERROR]COMPILATIONERROR:[INFO]------------------------------------------
加班梅西
·
2020-08-15 22:58
java
eclipse
maven
libass简明教程
据官方说明,libass和VSFilter兼容性最好~libass依赖的第三方库是FreeType,FriBidi,
NASM
,Fontconfig(可选),
weixin_38170255
·
2020-08-15 20:22
power strings(对next数组的理解)
E-PowerStringsGiventwostringsaandbwedefineabtobetheirconcatenation.Forexample,ifa=“abc”andb=“def”thenab=“abcdef”.Ifwethinkofconcatenatio
nasm
ultiplication
Ray.C.L
·
2020-08-15 15:35
KMP
Windows 编译 openssl
1.必备:1.源码(GitHub)2.
NASM
https://www.
nasm
.us/pub/
nasm
/releasebuilds/2.14.03rc2/win32/
nasm
-2.14.03rc2-installer-x86
cwg2552298
·
2020-08-15 13:56
linux SMP启动代码分析
IfonereplicatesanentireCPUtoexecuteasecondthread,thenthetechniqueisknow
nasm
ulti-processing.IfonereplicatesonlyaportionofaCPUtoexecuteasecondthread
淡泊的猪
·
2020-08-15 12:00
kernel基础
mips
NTFS文件系统启动扇区代码(简化版)
=================;;FlyingDragonOSBootSectorFORNTFSFileSystem;;Author:Jack;V0.012005-9-120:58;;Build:
nasm
-fbinNTFS.ASM-oNTFS.BIN
jackjoy
·
2020-08-15 10:03
操作系统:实现引导扇区
nasm
(开源的汇编器http://www.
nasm
.us/)Bochs(开源的X86硬件平台模拟器http://bochs.sourceforge.net/)VirtualBox(虚拟机软件https
枫竹梦
·
2020-08-15 10:40
OS
一起写操作系统
android wheel实现各种选择效果
spm=2013.1.1000126.d21.Jd
Nasm
type-c读卡器:https://item.taobao.com/item.htm?
码上开花
·
2020-08-15 01:54
android资料参考篇
编译器和调试器
编译器高级语言编译器Java编译器基于MongoDB的SQL引擎MongoDBSQL引擎
nasm
源代码解析
nasm
源代码解析,main()函数部分(08.5.9~08.5.10)
nasm
源代码解析报错系统
micklongen
·
2020-08-14 18:35
编译器与调试器
CentOS7写汇编并编译运行汇编代码
1.下载
nasm
编译器下载地址是https://www.
nasm
.us/pub/
nasm
/releasebuilds/wgethttps://www.
nasm
.us/pub/
nasm
/releasebuilds
weixin_30849591
·
2020-08-14 14:39
Smooth Function
http://mathworld.wolfram.com/SmoothFunction.htmlSmoothFunctio
nAsm
oothfunctionisafunctionthathascontinuousderivativesuptosomedesiredorderoversomedomain.Afunctioncanthereforebesaidtobesmoothoverarestric
iteye_10992
·
2020-08-14 13:27
thinkphp按日期(天)统计数据
m.enddate,"%Y-%m-%d")asenddate,count(m.id)assn_sum,sum(m.real_price)asrmb_sum,sum(m.use_up)asuse_up_sum,o.s
nasm
achine_sn
上善若水、
·
2020-08-14 12:22
mysql
poj1734 Sightseeing trip
DescriptionThereisatravelagencyinAdeltontownonZanzibarisland.Ithasdecidedtoofferitsclients,besidesmanyotherattractions,sightseeingthetown.Toear
nasm
uchaspossiblefromthisattraction
sdfzyhx
·
2020-08-14 07:28
图论
poj
poj1734Sightseeing Trip
1734DescriptionThereisatravelagencyinAdeltontownonZanzibarisland.Ithasdecidedtoofferitsclients,besidesmanyotherattractions,sightseeingthetown.Toear
nasm
uchaspossiblefromthisat
skymeteorite
·
2020-08-14 06:48
图论
ubuntu17下编译ffmpeg
ubuntu下编译ffmpeg1.安装第三方库1>.Ubuntu14.042>.Ubuntu172.安装shine3.编译lame4.编译x2641)编译
nasm
2)编译x2645.编译x2656.libopencv7
枫林港
·
2020-08-13 20:29
ubuntu下编译ffmpeg
ABAP生成二维码,smartforms生成二维码
HowtocreateaQRcodeandshowiti
naSm
artform.Beforerunningthecodegivenbelowwhatshouldwedo?
ChampaignWolf
·
2020-08-13 13:14
export export-default import 使用场景
ruanyifeng.com/#docs/module1.export命令变量//写法一exportvarm=1;//写法二varm=1;export{m};//写法三varn=1;//重新取个名字export{
nasm
yhy_
·
2020-08-12 18:28
使用Nginx+FFMPEG搭建HLS直播转码服务器
http://nginx.orghttps://github.com/arut/nginx-rtmp-module1、安装依赖包:#yum-yinstallgccglibcglibc-develmake
nasm
pk
weixin_34187822
·
2020-08-12 15:03
qt去除标题栏显示
setWindowFlags(Qt::FramelessWindowHint);在qt的帮助文档中可以看到如下:Indicatesthatthewidgetisatoolwindow.Atoolwindowisofte
nasm
allwindowwithasmallerthanusualtitlebaranddecoration
道亦无名
·
2020-08-12 12:05
图形界面QT
《一个64位操作系统的设计与实现》学习实践1-环境搭建
也准备MASM,
NASM
,BOCHS,GCC等等,却耽误到现在。这次从深圳图书馆发现了田宇哥书,借助田宇哥的指导完成未尽的愿望。
憨郎学编程
·
2020-08-12 01:06
64位操作系统
python matplotlib 绘制sinx动画
pythonmatplotlib绘制sinx动画"""绘制sin函数的动画"""importnumpyasnpimportmatplotlib.pyplotasmpimportmatplotlib.animatio
nasm
a
廷益--飞鸟
·
2020-08-11 19:38
python
【POJ1734】Sightseeing trip
ThereisatravelagencyinAdeltontownonZanzibarisland.Ithasdecidedtoofferitsclients,besidesmanyotherattractions,sightseeingthetown.Toear
nasm
uchaspossiblefromthisattraction
oblivionl
·
2020-08-11 18:00
IA-32汇编语言笔记(15)—— intel风格全汇编示例(软件实验部分)
下一篇文章将给出一些硬件实验的示例后面我会发一些基于
nasm
编译器的全汇编代码,nas
云端FFF
·
2020-08-11 14:57
汇编语言
汇编
IA32
Windows下gmssl使用记录
使用gmssl进行计算sm4,编译的版本是gmssl2.0,2.1版本编译不过去第一步下载软件,下载VisualStudio2010旗舰版、
nasm
-2.13.03-installer-x86、ActivePerl
weixin_30653023
·
2020-08-10 22:20
vs编译gmssl
环境配置:1.需要安装perl和
nasm
,自行百度安装2.官网下载项目:http://gmssl.org编译流程:1.以管理员身份打开vs开发人员命令窗口2.perlConfigureVC-WIN32-
melon-gaga
·
2020-08-10 22:37
gmssl
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他