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
openssl编译
官网:http://www.openssl.org/得到源码:gitclone https://github.com/openssl/openssl一、用vc编译器编译:1、下载
nasm
:http://
kl222
·
2014-12-07 19:00
nasm
fasm yasm 还是masm、gas
留个爪,稍后学习 选择编译器
nasm
?fasm?yasm?还是masm、gas或其他? 前面三个是免费开源的汇编编译器,总体上来讲都使用Intel的语法。
·
2014-12-05 01:00
ASM
近期小感——一个残疾人写的操作系统
Orange's等,总算有点起色吧,属于走一步看一步那种,从实模式怎么跳到保护模式,从怎么打开关闭中断,再到怎么读取内存大小,都是一步一步来,很多内容都是从网上搜索,看资料等,而且我的引导扇区也是用的
nasm
zhengzhoudaxue2
·
2014-11-15 08:00
感慨
操作系统
内核
残疾人
[ASM] bootsect -
nasm
1 ; 2012.6.30, Jinfeng @ SWUST 2 ;
nasm
boot.asm -o boot.bin 3 4 org 07c00h ; cs:ip = 07c00h
JACKY_ZZ[猫猫爱吃鱼]
·
2014-11-12 20:00
windows编译openssl
(2)从http://www.
nasm
.us/ 下载并安装
Nasm
汇编器。(3)从http://www.openssl.org/下载并安装OpenSSL的最新Release包。
skylin19840101
·
2014-11-12 10:00
编译
OpenSSL
poj 3469 Dual Core CPU (网络流模型)
Descriptio
nAsm
oreandmorecomputersareequippedwithdualcoreCPU,SetagLilb,theChiefTechnologyOfficerofTinySoftCorporation
Misdom_Tian_Ya
·
2014-11-07 10:00
POJ 3469(Dual Core CPU-最小割)[Template:网络流dinic V2]
DefaultDualCoreCPUTimeLimit: 15000MS MemoryLimit: 131072KTotalSubmissions: 19321 Accepted: 8372CaseTimeLimit: 5000MSDescriptio
nAsm
oreandmorecomputersareequippedwithdualcoreCPU
nike0good
·
2014-10-29 23:00
Linux内核中64位除法函数do_div
*Weneedtousedo_divmacroavailablei
nasm
/div64.h. * *#include*usignedlonglongx,y,result;*usignedlongmod;
kipdoudou
·
2014-10-20 16:00
linux内核
do_div
除法函数
oracle asm spfie丢失
ORA-1078ORA-1565ErrorswhilestartingdatabasewithSPFILEo
nASM
Iwasgettingfollowingerror’swhilestartingadatabaseusingspfileo
nASM
.ActuallythiswasaclonedRACenvironment.SQL
coolio
·
2014-10-19 12:23
ASM
oracle
ORA-01565
spfile丢失
oracle asm spfie丢失
ORA-1078ORA-1565ErrorswhilestartingdatabasewithSPFILEo
nASM
Iwasgettingfollowingerror’swhilestartingadatabaseusingspfileo
nASM
.ActuallythiswasaclonedRACenvironment.SQL
coolio
·
2014-10-19 12:23
oracle
ORA-01565
spf
poj 3469(最小割)
DualCoreCPUTimeLimit: 15000MS MemoryLimit: 131072KTotalSubmissions: 19250 Accepted: 8335CaseTimeLimit: 5000MSDescriptio
nAsm
oreandmorecomputersareequippedwithdualcoreCPU
Wiking__acm
·
2014-10-18 22:00
自己动手写操作系统阅读笔记(一)
安装
NASM
首先我的操作系统是Ubuntu使用sudoaptitudeinstall
nasm
来安装
nasm
然后就是简单的asm代码org07c00h;汇编程序加载到7c00处 mova
svtter
·
2014-10-17 23:00
bochs在linux(fedora)下的安装过程
1.安装
nasm
0.98: (1)将文件夹中的
nasm
-0.98.35-3.i386.rpm的rpm包放进系统磁盘中。
adaixiaoxiao
·
2014-10-14 11:00
Zorka 1.0.9 发布,通用 Java 监控代理
Zorka1.0.9发布,此版本现已提供下载,更新内容如下:fix:properASM5instructionsetversioni
nASM
classreader;ZICO:pivot(aggregate
·
2014-10-13 23:00
软件更新新闻
Writing a Kernel in C++
ToolsExampleswillshowhottouse:-GJGPP-acomplete32-bitC/C++developmentsystemforINtel80386(andhigher)PCsrunningDOS.
NASM
-TheNetwideAssemblerProject-Opensourced80x8
·
2014-10-07 02:00
kernel
MacBook Terminal中使用Emacs的Meta键
鼠标在Terminal窗口左上方悬停,等待出现顶层菜单,选择: Terminal/Preferences/Keyboard,勾选“UseOptio
nAsM
etaKey” 好了,可以用Option当作Meta
窗外雨
·
2014-09-26 20:00
初学 Delphi 嵌入汇编[25] - 在汇编中调用函数
准备一个在汇编中要调用的函数 functionDelphiFun(x,y:Integer):Integer; begin Result:=x+y; end; //汇编函数 functio
nAsm
Fun
涂孟超
·
2014-09-26 15:00
初学 Delphi 嵌入汇编[11] - 用汇编重写一个 Delphi 函数
函数 functionDelphiFun(x:Integer):Integer; begin Result:=x*2; end; //汇编函数,和上面的函数是同样的功能 functio
nAsm
Fun
涂孟超
·
2014-09-26 15:00
mvn clean install时出现 java.lang.ClassCastException
错误情景描述:在STS中Ru
nasm
avencleaninstall时出现如下错误[ERROR]java.lang.ClassCastException:com.sun.tools.javadoc.ClassDocImplcannotbecasttocom.sun.javadoc.AnnotationTypeDoc
Knowvin
·
2014-09-25 10:00
uva11374 - Airport Express 最短路
I
nasm
allcitycalledIokh,atrainservice,Airport-Express,takesresidentstotheairportmorequicklythanothertransports.TherearetwotypesoftrainsinAirport-Express
corncsd
·
2014-09-19 18:00
POJ - 2406 Power Strings (KMP循环节)
DescriptionGiventwostringsaandbwedefinea*btobetheirconcatenation.Forexample,ifa="abc"andb="def"thena*b="abcdef".Ifwethinkofconcatenatio
nasm
ultiplication
u011345136
·
2014-09-13 09:00
【整理】HLS视频协议第一弹--centos下面配置ffmpeg,segmenter以适应hls切片需要
(假如没有的话,那么就直接在本人的整理包里面拿出来解压编译吧)Yasm是一个完全重写的
NASM
汇编。
码农下的天桥
·
2014-09-09 20:45
后端
HLS及相关
【整理】HLS视频协议第一弹--centos下面配置ffmpeg,segmenter以适应hls切片需要
(假如没有的话,那么就直接在本人的整理包里面拿出来解压编译吧)Yasm是一个完全重写的
NASM
汇编。
cdnight
·
2014-09-09 20:00
Embed dll Files Within an exe (C# WinForms)—Winform 集成零散dll进exe的方法
AwhilebackIwasworkingo
nasm
allC#WinFormsapplicationinVisualStudio2008.Forthesakeofsimplifyingthedeploymentprocessoftheapplication
blizzardlyk
·
2014-09-03 14:00
.net
C#
assembly
dll
linux64位编译32位汇编指令不兼容
取值,32bit下是错的,而改用64bit编译就没问题 section.bss Buffresb1 moveax,Buffmoval,byte[Buff]这是以默认ELF32编译的
nasm
-felf-g-Fstabswrite_uppercase1
pizzx
·
2014-08-22 10:00
U盘启动自己的操作系统
具体步骤如下: 1>编译“操作系统” #
nasm
boot.asm-oboot.bin 运行上面命令后,你会在在当前目录下看到生成boo
nodeathphoenix
·
2014-08-20 23:00
# man mysqld
#manmysqld mysqld-theMySQLserverSYNOPSIS mysqld[options]DESCRIPTION mysqld,alsoknow
nasM
ySQLServer
Amamatthew
·
2014-08-20 15:00
hdu 2124 Repair the Wall
Others)TotalSubmission(s):2084 AcceptedSubmission(s):1011ProblemDescriptionLongtimeago,Kittylivedi
nasm
allvillage.The
u013806814
·
2014-08-08 22:00
c
HDU
杭电
贪心
HDU2124 Repair the Wall 【贪心】
Others)TotalSubmission(s):2080 AcceptedSubmission(s):1007ProblemDescriptionLongtimeago,Kittylivedi
nasm
allvillage.The
u012846486
·
2014-08-06 08:00
HDU2124
POJ——Power Strings
DescriptionGiventwostringsaandbwedefinea*btobetheirconcatenation.Forexample,ifa="abc"andb="def"thena*b="abcdef".Ifwethinkofconcatenatio
nasm
ultiplication
Guard_Mine
·
2014-08-05 10:00
Adding ASM disk after ORA-15041: diskgroup space exhausted
'+DATA'ORA-17502:ksfdcre:4Failedtocreatefile+DATAORA-15041:diskgroupspaceexhaustedCheckthediskspacei
nASM
lichangzai
·
2014-07-28 14:00
UVA - 11374 Airport Express (Dijkstra模板+枚举)
DescriptionProblemD:AirportExpressI
nasm
allcitycalledIokh,atrainservice,Airport-Express,takesresidentstotheairportmorequicklythanothertransports.TherearetwotypesoftrainsinAirport-Express
u011345136
·
2014-07-20 10:00
UVA - 10298 Power Strings (KMP求字符串循环节)
PowerStringsGiventwostringsaandbwedefinea*btobetheirconcatenation.Forexample,ifa="abc"andb="def"thena*b="abcdef".Ifwethinkofconcatenatio
nasm
ultiplication
u011345136
·
2014-07-19 16:00
如何写一个最简单的操作系统
闲话少说,下面逐步讲一下,如何完成这件事情:1、你需要准备一下软件:
nasm
,VMware2、然后你需要有一个文本编辑器。Windows里你可以
feixiaku
·
2014-07-19 00:00
操作系统
Find the earliest time when a frog can jump to the other side of a river.
Taskdescriptio
nAsm
allfrogwantstogettotheothersideofariver.Thefrogiscurrentlylocatedatposition0,andwantstogettopositionX.Leavesfallfromatreeontothesurfaceoftheriver.Youaregivenanon-emptyzero-indexedarr
MagicPocketBiz
·
2014-07-06 14:52
frog
leaves
codility
Find the earliest time when a frog can jump to the other side of a river.
Taskdescriptio
nAsm
allfrogwantstogettotheothersideofariver.Thefrogiscurrentlylocatedatposition0,andwantstogettopositionX.Leavesfallfromatreeontothesurfaceoftheriver.Youaregivenanon-emptyzero-indexedarr
MagicPocketBiz
·
2014-07-06 14:52
codility
Leaves
frog
OpenSSL(openssl-1.0.1h)编译与安装(Win7)
安装perl环境,下载地址:http://dlsw.baidu.com/sw-search-sp/soft/4a/14792/ActivePerl_5.16.2.3010812913.msi1.2下载
nasm
.exe
joeblackzqq
·
2014-07-02 16:39
OpenSource
自主翻译_cache对象体系结构(三)
Cacheobjecttechnologycontainsthefollowingmajorcomponents:Cache技术包含下列主要组件:Theclassdictionary-Arepositoryofclassdefinitions(oftenknow
nasm
etadata
wtuaimmmm
·
2014-07-01 11:57
Dictionary
Technology
specific
following
describes
hdu 2337 Escape from Enemy Territory (预处理+二分+宽搜)
EscapefromEnemyTerritoryTimeLimit:5000MS MemoryLimit:65536KB 64bitIOFormat:%I64d&%I64uSubmit StatusDescriptio
nAsm
allgroupofcommandoshasinfiltrateddeepintoenemyterritory.Theyhavejustaccompli
u014569598
·
2014-07-01 10:00
内核引导的捷径(代码)
(代码用作编译出多重引导内核) 首先来看boot.S,规范上提供了范例代码,这里用
NASM
语法改写globalloader;makingentrypointvisibletolinker externkmain
zmnqazqaz
·
2014-06-27 23:00
kernel
bootloader
OCP 1Z0 052 45
B.Itcoordinatestherebalanceactivityfordiskgroupswhe
nASM
isused. C.
jgmydsai
·
2014-06-11 22:00
FreeNAS中安装Transmission(非Jails插件方式)
首先在 FreeNASWeb管理界面中创建transmission用户,并开启SSH服务使用root账号SSH登录到Free
NASm
ount -uw / pkg_add -r transmission-daemon
Jean
·
2014-06-11 15:00
UVA 11374 Airport Express
MemoryLimit: Unknown 64bitIOFormat: %lld&%llu[Submit] [GoBack] [Status] DescriptionProblemD:AirportExpressI
nasm
allcitycalledIokh
u012797220
·
2014-06-10 21:00
关于《30自制操作系统》第四章条纹图案的另一种实现
bootasm.asm使用了
nasm
格式代码,作用是切换到vga显示模式,开启A20地址线,设置GDT,进入保护模式,跳入32位汇编代码段,调用C语言编写的函数。
Pagination
·
2014-06-09 07:00
汇编
操作系统
C语言
linux debug -- dosemu (模拟DOS下debug工具)
汇编器masm可以用gcc或as或
nasm
代替链接器overlaylinker可以用ld代替至于调试器,若是调试普通的程序,用gdb即可。
hotea
·
2014-06-05 14:00
linux
汇编
debug
Oracle 11g 操作ASM权限问题
alterdiskgroupDATAmount*ERRORatline1:ORA-15032:notallalterationsperformedORA-15260:permissiondeniedo
nASM
diskgroup
cuug520
·
2014-05-30 10:45
oracle学习
OCP
ocm
cuug官网
oracle官网
asmca命令行
-asmsnmpPassword ]{}Pleaserefertothemanualfordetails.Youcanenteroneofthefollowingcommands:Configurea
nASM
instancebyspecifyingthefollowingcommandandparameters
xshalk
·
2014-05-26 14:00
Yasm 简单介绍
Yasm是一个完全重写的
NASM
汇编。
tianxiamall
·
2014-05-15 21:08
简单介绍
Yasm
Maven系列(五)maven运行命令的介绍
选中项目中的pom.xml->Ru
nAsM
avenbuild在弹出的窗口的Golas输入cleanpackage 看到控制到打印出BUILDSUCCESS说明打包成功刷新target目录看到打包好的jar
247687009
·
2014-05-14 21:00
maven
命令
运行
Configuring Single Number Reach on Cisco CUCM 7.1.3
CiscoCUCMallowsyoutoconfiguresinglenumberreach(alsoknow
nasm
obility)sothatacalldestinedforyourdeskphone'sextensioncanringonanumberofotherdevicessuchasyourcellphone
jameskong
·
2014-05-12 20:01
7.1
CUCM
SNR
上一页
24
25
26
27
28
29
30
31
下一页
按字母分类:
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
其他