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
mul
MUL
指令对OF、CF的影响
MUL
指令影响标志OF和CF。如果乘积的高一半(AH或DX)为0,则OF=CF=0;否则OF=CF=1。利用乘法指令对OF和CF的影响,可以判断相乘的结果中高一半是否含有有效数值。
fcrane
·
2009-07-25 08:00
mips汇编简单实例——一个小计算器
现在通过这个例子,简单训练一下:mips汇编中: 常用寄存器的使用;系统调用:1(print_int),4(print_str),5(read_int),10(exit);算术运算:add,sub,
mul
oncoding
·
2009-07-14 10:00
汇编
div
newline
python 运算符 供重载参考
二元运算符特殊方法+__add__,__radd__-__sub__,__rsub__*__
mul
__,__rmul__/__div__,__rdiv__,__truediv__,__rtruediv_
·
2009-06-11 22:02
Struts2中的文件上传下载
1.2
mul
gaochaojs
·
2009-06-06 10:04
struts2
职场
下载
上传
休闲
Struts2中的文件上传下载
1.2
mul
gaochaojs
·
2009-06-06 10:04
struts2
职场
下载
上传
休闲
函数指针
#includeint add(intx,inty){ returnx+y;}int
mul
(intx,inty){ returnx*y;}intbinary(intx,inty,int(*f)(inta
phdhoss
·
2009-06-04 13:00
ural 1222. Chernobyl’ Eagles
ural1222.Chernobyl’Eagles#includeusing namespace std;int n;int f[3010][65]={0};int l;int tmp[65];void
mul
xfstart07
·
2009-06-03 23:00
打印控制
insertSpan(); varheader_line=get_header_
Mul
czp11210
·
2009-05-12 17:00
session
header
table
Class
insert
border
20090209-20090211 (about Red5 and Flex)
communication protocol from Adobe that enables direct end user to end user peering communication between
mul
semi_sleep
·
2009-02-11 17:00
应用服务器
Flex
Flash
Adobe
JavaFX
ACM 1775 Sum of Factorials 阶乘的和
include #include #include #include using namespace std;long long store[10];void calculate(){ int i,
mul
啥也别说了
·
2008-11-18 23:00
Mule 2.1企业版和Mule Galaxy 1.5发布了
根据官方发布的消息,Mule2.1企业版的独有特性包括:高级连接器:为高性能量身定做,具有企业版独有的特性,完全得到MuleSource的保证和支持MuleRESTpack:现在作为
Mul
Dilip Krishnan
·
2008-11-17 00:00
ACM 1517 u Calculate e
#include #include #include #include #include using namespace std;int jie(int n){ int
mul
=1; if
啥也别说了
·
2008-11-15 15:00
利用java做一个简单的计算器
public class Calculator{ private String result = "0"; private int op = 0,add = 1,sub = 2,
mul
rommal7090
·
2008-10-15 16:00
java
F#
语法分析器定义接近完成!
首先是数据结构的定义:enumBinopType{ Plus Minus
Mul
D
λ-calculus(惊愕到手了欧耶,GetBlogPostIds.aspx)
·
2008-09-14 16:00
j2ee ApI
reference/index.jsp API Specifications Java EE 5 API Specifications Java EE 5 API Specifications (
Mul
loving863
·
2008-09-03 15:00
java
jsp
javaee
sun
idea
j2ee ApI
reference/index.jsp API Specifications Java EE 5 API Specifications Java EE 5 API Specifications (
Mul
loving863
·
2008-09-03 15:00
java
jsp
javaee
sun
idea
行为型之命令模式
在请求和实现之间加一中间层如实现四则运算例子//运算接口ICommand.javapackagedemo;publicinterfaceICommand{ publicvoidhandle(intnum1,intnum2);}//实现运算
Mul
.javapackagedemo
explorewen
·
2008-08-20 12:00
字典运算的一个疑惑---已解决(可变长度的参数)[zt]
/usr/bin/envpythonfromoperatorimportadd,sub,
mul
,divfromrandomimportrandint,choiceops={'
3444542
·
2008-07-29 10:00
#Python
C++之父表达式计算例子
; 5 6 enum Token_value 7 { 8 NAME, NUMBER, END, 9 PLUS='+', MINUS='-',
MUL
浪漫主义
·
2008-06-14 00:00
pku-3070
#include typedef struct{ int a11, a12; int a21, a22;}type;void
Mul
( type *a, type *b, type *c
算法与程序--游戏与玩乐
·
2008-06-09 13:00
用java实现计算:5!+6!+7!+8!+9!+10!之和
String[] args) throws IOException { int sum = 0; for (int i = 5; i <= 10; i++) { sum +=
mul
michelecindy
·
2008-06-05 17:00
java
单播、多播、广播
什么是单播、多播和广播“单播”(Unicast)、“多播”(
Mul
pclover
·
2008-05-29 08:36
网络
职场
休闲
交换
ZOJ 1190 - Optimal Programs
00:00.48 28620K */ 2 #include 3 4 using namespace std; 5 6 enum { ADD = 1, DIV = 2, DUP = 3,
MUL
superman
·
2008-05-19 15:00
sicp3.5.2、3.5.3节部分习题尝试解答
显然(define s (cons-stream 1 (add-stream s s)))定义是2的n次方组成的无穷数列,2,4,8,16,32...3.54,定义阶乘组成的无穷序列:(define (
mul
-streams
庄周梦蝶
·
2008-05-13 23:00
Windows中多指针输入技术的实现与应用(6 Single Display Groupware Toolkit的应用)
的应用在新设计软件中要加入多指针设备的输入,通过分析对比,目前最成熟的方案是利用SDGToolkit实现,SDGToolkit包含了其他方案的很多优点,而且使用的方便程度及官方的文档支持,甚至强过微软目前的
Mul
webcenterol
·
2008-04-23 05:00
windows
可变参数函数设计
可变参数函数设计#include "stdafx.h"#include #include int
mul
(int num,int data1,){ int total = data1; int
Randy
·
2008-03-05 13:00
Linux安全设置指南[转 hosts.conf部份]
LookupnamesviaDNSfirstthenfallbackto/etc/hosts.orderbind,hosts#WehavemachineswithmultipleIPaddresses.
mul
3444542
·
2008-01-09 10:00
#网络相关
技巧:修改boot.ini产生彩色的启动菜单
控制码及其转义.当然彩色的菜单也非常具有个性.C盘根目录下的boot.ini(隐藏文件)可以使用ansi控制码来控制启动菜单显示出彩色,例如下面的boot.ini:程序代码timeout=30default=
mul
Feiger
·
2007-11-12 12:00
C++
c
windows
C#
XP
Lysee 的运算符
表达式中的运算符按优先级排列分为以下几种: NEG : - | NOT : not | BNOT: ~ | FMT : @ | | | 单目 : 最高
MUL
libudi
·
2007-09-14 11:00
C++
c
C#
可变参数函数设计
可变参数函数设计可变参数函数设计#include "stdafx.h"#include #include int
mul
(int num,int data1,){ int total = data1
酱坛子
·
2007-09-02 12:00
一道清华上机题目(求n! 高精度)
//writen by sunboy //2007.08.30//说明:输入n(0#include #include #include using namespace std;string hp_
mul
liyanguestc
·
2007-08-30 20:00
String
HP
iostream
ASM程序
Entry to the function "main";multiplicant =r0;;multiplier = r1;;product = r2;;multiplicand = r3;
mul
力为的技术博客
·
2007-08-23 23:00
linux 启动类型
nbsp; 0 - halt (Do NOT set initdefault to this) # 1 - Single user mode # 2 -
Mul
notguru
·
2007-07-10 15:00
linux
bash
破解教程 第二十课 如何写注册机
对汇编有一定要求为了方便大家学习,所以我打算用TC2.0来写注册机常用算术运算指令ADDAX,BX加法运算AX=AX+BXSUBAX,BX减法运算AX=AX-BXINCAX寄存器加一AX=AX+1DECAX寄存器减一AX=AX-1
MUL
WINCOL
·
2007-05-03 23:00
c
String
扩展
byte
破解
reference
DVD-Video 解谜 - Virtual Machine coding - Instruction Set by value
VirtualMachineInstructionSet-brokendownbyvalue01234567add+=sub-=
mul
*=div/=mod%=rnd and&=or|=xor^=CMPopnoneBC
yangshu168
·
2007-04-26 13:00
作业 HugeInteger 运算符 * 重载 完成结果记录
作业HugeInteger运算符*重载完成结果记录 HugeIntHugeInt::operator*(constHugeInt&
mul
) { HugeInttemp; HugeInttempT;
bullGao
·
2006-12-20 14:00
用递归实现数组元素相乘
源代码://使用递归计算数组中各元素的乘积class ArrayMul...{ public int
mul
(int arr[],int n)...{ //递归实现方法 if(n<=
blue225
·
2006-12-11 01:00
c
算法
String
Class
语言
java创建文件夹,文件;删除文件夹,文件
import java.io.FileOutputStream;import java.io.InputStream;import org.springframework.web.multipart.
Mul
天行健
·
2006-11-28 10:00
ANTLR学习心得——表达式(2)
还是从最简单的几行开始:classExpressionLexerextendsLexer;//这是用来声明一个词法分析器,名字叫//ExpressionLexerPLUS:'+';//加号MINUS:'-';//减号
MUL
庄表伟
·
2006-09-13 23:00
嵌入式
ANTLR学习心得——表达式(2)
还是从最简单的几行开始:classExpressionLexerextendsLexer;//这是用来声明一个词法分析器,名字叫//ExpressionLexerPLUS:'+';//加号MINUS:'-';//减号
MUL
庄表伟
·
2006-09-13 23:00
嵌入式
仔细选择你的容器
非标准关联容器hash_set、hash_
mul
chary8088
·
2006-09-08 10:00
王老师 预处理
宏调用和函数调用不同,是把程序中所有宏调用"宏名字(实参表)",用替换文本(实参代替形参)代替.没有函数的跳转过程.例如:#definemul(x,y)((x)*(y))注意:此处必须加括号,否则,(1)
mul
nomad2
·
2006-05-27 18:00
C++
c
struct
list
linker
java NIO引用自http://blog.csdn.net/shidcai/archive/2006/03/19/629261.aspx
NIO最大的特点有两个:一个是块状读写;另外一个是多路复用技术(
mul
ruixj
·
2006-03-20 18:00
java
socket
服务器
消息中间件
通讯
profiler
初玩Buffalo
====Spring例子(使用于1.2以前的版本)=====================1)HTML页面上/buffalo/WebContent/pages/simple.html增加页面输入框1
Mul
security
·
2005-12-28 17:00
Bean
Spring
.net
XML
thread
初玩Buffalo
====Spring例子(使用于1.2以前的版本)=====================1)HTML页面上/buffalo/WebContent/pages/simple.html增加页面输入框1
Mul
security
·
2005-12-28 17:00
Bean
Spring
.net
XML
thread
Cg中的一个Bug
在Cg程序中把position=
mul
(m
skyman_2001
·
2005-09-24 23:00
土法解决工作线程中调用MFC对话框
调试进去,发现以下声明: (wincore.cpp) // Note: if either of the above asserts fire and you are // writing a
mul
yesjavame
·
2001-05-12 19:00
thread
C++
c
工作
mfc
上一页
31
32
33
34
35
36
37
38
下一页
按字母分类:
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
其他