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
exercises
js对url网页地址中文乱码问题的处理方法
act=
exercises
&kd=3258&kname=不等式的解法(分析法、综合法、比较法).当我们直接复制网址内容到其他地方看,就会变成:http://www.17xmf.com/index.php
gayayzy
·
2012-09-19 11:00
PHP
Date
浏览器
IE
url
语言
BGP Prefix List
Exercises
IPPREFIX:ipprefix-listprovidesthemostpowerfulprefixbasedfilteringmechanismHereisaquicklittletutorialonPrefix-listsforyou.Anormalaccess-listCANNOTcheckthesubnetmaskofanetwork.Itcanonlycheckbitstomakesu
hqmb
·
2012-09-11 23:21
list
prefix
BGP
Exercises
BGP Prefix List
Exercises
IPPREFIX:ipprefix-listprovidesthemostpowerfulprefixbasedfilteringmechanismHereisaquicklittletutorialonPrefix-listsforyou.Anormalaccess-listCANNOTcheckthesubnetmaskofanetwork.Itcanonlycheckbitstomakesu
hqmb
·
2012-09-11 23:21
BGP
Prefix
List
Exercise
Networking
Exercises
4-14
#include #defineswap(t,x,y){t_z;\ _z=x;\ x=y;\ y=_z;} intmain(intargc,char*argv[]) { inta,b; a=1; b=2; swap(int,a,b); printf("a=%d,b=%d\n",a,b); charc='a'; chard='b'; swap(char,c,d); printf("c=%c,d=%
jiav_net
·
2012-05-04 13:00
exe
Exercises
4-13
#include #defineMAXLINE1000 voidreverse(chart[],chars[]); intmain(intargc,char*argv[]) { chars[]="4131025"; chart[MAXLINE]; reverse(t,s); printf("%s\n",t); return0; } voidreverse(chart[],chars[]) { st
jiav_net
·
2012-05-03 23:00
exe
Exercises
4-12
#include #defineMAXLINE1000 voiditoa(chars[],intn); intmain(intargc,char*argv[]) { intn=520; chars[MAXLINE]; itoa(s,n); printf("%s\n",s); return0; } voiditoa(chars[],intn) { staticinti=0; if(n<0) { s
jiav_net
·
2012-05-03 00:00
exe
Exercises
4-11
#include intgetch(void); voidungetch(int); /*getop:getnextcharacterornumericoperand*/ intgetop(chars[]) { staticintlastc=0; inti,c; if(lastc==0) { c=getchar(); } else { c=lastc; lastc=0; } while((s[0]
jiav_net
·
2012-04-30 00:00
exe
Exercises
4-6
#include #include/*foratof()*/ #include #defineMAXOP100/*maxsizeofoperandoroperator*/ #defineNUMBER'0'/*signalthatanumberwasfound*/ intgetop(char[]); voidpush(double); doublepop(void); voidclear(void)
jiav_net
·
2012-04-24 23:00
exe
Exercises
4-4
#include #include/*foratof()*/ #include #defineMAXOP100/*maxsizeofoperandoroperator*/ #defineNUMBER'0'/*signalthatanumberwasfound*/ intgetop(char[]); voidpush(double); doublepop(void); voidclear(void)
jiav_net
·
2012-04-22 23:00
exe
Exercises
4-3
Tips:此为逆波兰计算器实现如:(1–2)*(4+5)用逆波兰表示法为:12-45+*#include #include/*foratof()*/ #include #defineMAXOP100/*maxsizeofoperandoroperator*/ #defineNUMBER'0'/*signalthatanumberwasfound*/ intgetop(char[]); voidpu
jiav_net
·
2012-04-21 23:00
exe
Exercises
4-1
#include #defineMAXLINE1000 intgetLine(chars[],intlim); intstrindex(chars[],chart[]); intmain(intargc,char*argv[]) { chars[MAXLINE]; chart[]="hat"; intindex; while(getLine(s,MAXLINE)>0) { index=strind
jiav_net
·
2012-04-18 20:00
exe
Exercises
3-6
#include #defineabs(x)((x)1) { charc; j=len-1; i=0; while(i<j) { c=s[i]; s[i]=s[j]; s[j]=c; i++; j--; } } } 运行效果:
jiav_net
·
2012-04-16 22:00
exe
Exercises
3-5
#include voiditob(intn,chars[],intb); voidreverse(chars[]); intmain(intargc,char*argv[]) { intn=1234; chars[64]; itob(n,s,16); printf("%s\n",s); return0; } voiditob(intn,chars[],intb) { intsign,d,i;
jiav_net
·
2012-04-15 23:00
exe
Exercises
3-4
#include #defineabs(x)((x)1) { charc; j=len-1; i=0; while(i<j) { c=s[i]; s[i]=s[j]; s[j]=c; i++; j--; } } }
jiav_net
·
2012-04-14 00:00
exe
Exercises
3-3
练习3-3:编写函数expand(s1,s2),将字符串s1中类似于a-z一类的速记符号在字符串s2中扩展为等价的完整列表abc...xyz。该函数可以处理大小写字母和数字,并可以处理a-b-c、a-z0-9与-a-z等类似的情况。作为前导和尾随的-字符原样打印。/* 编程思路:字符串s1中,如果s1[i]比s1[i+2]小而且s1[s1+1]为-, 则将值s1[i]到s1[s1+2]之间的值复制
jiav_net
·
2012-04-06 23:00
exe
[C++
Exercises
] Day 2012-3-13
NO.1(常量的后缀和前缀)说明下列文字常量的区别 (a)'a',L'a',"a",L"a" (b)10,10u,10L,10uL,012,0xC (c)3.14,3.14f,3.14L NO.2(C++命名规则)下列名字哪些是非法的,请改正之 (a)intdouble=3.14159; (b)int _; (c)stringnamespace;
leesaiya
·
2012-03-13 14:00
Beginning Android 4--
Exercises
1
WhatistheAVD?AndroidVirtualDevice.Android虚拟机,可以在电脑上运行一个模拟真实Android设备的虚拟机。Whatisthediferencebetweentheandroid:versionCodeandandroid:versionNameattributesintheAndroidManifest.xmlfile?android:versionCode是
kerenigma
·
2012-03-01 18:00
android
虚拟机
String
存储
attributes
Exercise 4: Logistic Regressionand Newton's Method
course=MachineLearning&doc=
exercises
/ex4/ex4.htmlExercise4:LogisticRegressionandNewton'sMethodInthisexercise
dysj4099
·
2011-10-16 12:00
function
download
features
Training
classification
plot
Thread 初探
package com.cn.ld.
exercises
; import java.util.concurrent.atomic.AtomicInt
zld406504302
·
2011-09-22 17:00
java
thread
线程
交替
Why do the SICP Exercise?
I decide to do the
exercises
of the book of SICP, and put them on javaeye.
lqy1987lqy
·
2011-08-28 18:00
SICP
Exercises
ComputerSciencefromtheBottomUpPrevChapter2.BinaryandNumberRepresentationNextExercisesWriteall16hexadecimaldigitsinbinary,frommemory.UsethesizeofoperatorinCtofindandprintthesizeof...Itispossibletouset
wzb56
·
2011-07-31 11:00
加密
算法
解密
存储
语言
variables
算法导论-15.5-4
Exercises
15.5-4 Knuth has shown that there are always roots of optimal subtrees such that root[i
·
2011-07-27 09:00
算法导论
C#基础演练:屏幕抓取小工具
TeboScreen:BasicC#ScreenCaptureApplication源英文文档翻译:白水先生(敏捷学院)源代码下载:http://dev.mjxy.cn/a-CSharp-based-
exercises
-screen-capture.aspxIntroduction
敏捷学院
·
2011-07-20 00:47
C#
职场
休闲
抓图
Erlang Programming
Exercises
questions: http://www.erlang.org/course/
exercises
.html my answers: %Simple sequential
simplehappy
·
2011-05-10 21:00
C++
c
erlang
C#
F#
DB2 extents 怎么计算
Hi group, I am going through some
exercises
regarding DB2 Administration and I found the below: How
luzl
·
2011-04-29 22:00
IBM
db2
抽象类非抽象类及继承重写问题测试体会、实例化抽象类的方法!
packagej2se.basicKnowledge.
exercises
;publicclassNotAbstractClass{ publicNotAbstractClass(Strings
scry5566
·
2011-02-26 13:00
静态内部类一些测试体会
packagej2se.basicKnowledge.
exercises
;/*静态内部类在无论是在static方法中还是在非static的方法中都可以直接new自己的实例对象;而不用先new外部类*/publicclassOutClass
scry5566
·
2011-02-26 13:00
对内部类及外部类的一些测试体会
packagej2se.basicKnowledge.
exercises
;publicclassInnerClassTest{ staticinti=10; inti1=1; staticclassStaticInnerClass
scry5566
·
2011-02-26 13:00
String
测试
Class
对JAVA中时间日期类的测试体会
packagej2se.basicKnowledge.
exercises
;importjava.sql.Date;importjava.text.ParseException;importjava.text.SimpleDateFormat
scry5566
·
2011-02-26 13:00
对集合以及哈希表以及hashCode()方法的理解
packagej2se.basicKnowledge.
exercises
;importjava.util.ArrayList;importjava.util.HashSet;importjava.util.Iterator
scry5566
·
2011-02-26 13:00
String
object
HashMap
null
equals
Class
Pthread Tutorial
PthreadTutorial Tutorials|
Exercises
|Abstracts|LC Workshops|Comments|Search|Privacy&LegalNoticePOSIXThreadsProgramming
JonsenElizee
·
2010-11-01 14:00
[Introduction to algorithm]solution to
Exercises
6.5-8
Exercises
6.5-8GiveanO(nlgk)-timealgorithmtomergeksortedlistsintoonesortedlist,wherenisthetotalnumberofelementsinalltheinputlists
lzshlzsh
·
2010-09-05 20:00
Algorithm
list
Integer
input
each
merge
【算法导论习题】
Exercises
9.3-8
Exercises
9.3-8LetX[1..n]andY[1..n]betwoarrays,eachcontainingnnumbersalreadyinsortedorder.GiveanO(lgn)
QIBAOYUAN
·
2010-09-04 23:00
Algorithm
算法
Arrays
each
Numbers
工作不爽
This week, my leader leave me eight
exercises
, But I am so unfortunate.
yelang2009
·
2010-03-27 00:00
工作
转2篇有用的文章
15
Exercises
for Learning a new Programming Language http://www.jobsnake.com/seek/articles/index.cgi
jlusdy
·
2010-03-15 12:00
.net
cgi
Ip prefix-list知多少?
Exercises
:1.Constructaprefixlistthatpermitsonlythe192.168.1.0/24network.ipprefix-listtest1seq5permit192.168.1.0
网络蛤蟆
·
2009-06-30 00:04
职场
休闲
路由前缀
Ip prefix-list知多少?
Exercises
:1.Constructaprefixlistthatpermitsonlythe192.168.1.0/24network.ipprefix-listtest1seq5permit192.168.1.0
网络蛤蟆
·
2009-06-30 00:04
职场
休闲
路由前缀
Ip prefix-list知多少?
Exercises
:1.Constructaprefixlistthatpermitsonlythe192.168.1.0/24network.ipprefix-listtest1seq5permit192.168.1.0
网络蛤蟆
·
2009-06-30 00:04
职场
休闲
路由前缀
cisco
jGuru: Remote Method Invocation (RMI)
刚看了看,这篇文章太老了======================================================================== [AboutThisCourse|
Exercises
WorldHello
·
2009-06-16 10:00
java
jvm
jdk
weblogic
mobile
Ip prefix-list知多少?
Exercises
:1.Constructaprefixlistthatpermitsonlythe192.168.1.0/24network.ipprefix-listtest1seq5permit192.168.1.0
itliubin
·
2009-03-26 14:41
职场
休闲
prefix-list
Ip prefix-list知多少?
Exercises
:1.Constructaprefixlistthatpermitsonlythe192.168.1.0/24network.ipprefix-listtest1seq5permit192.168.1.0
itliubin
·
2009-03-26 14:41
职场
休闲
prefix-list
路由交换
C++
Exercises
(二十)
1,来看下面这段代码: #include using namespace std; class BaseClass { public: BaseClass() { } }; class MyClass : public BaseClass { private: cha
phinecos
·
2009-03-24 13:00
C++
职场
休闲
Exercises
C++
Exercises
(二十)
1,来看下面这段代码: #include using namespace std; class BaseClass { public: BaseClass() { } }; class MyClass : public BaseClass { private: cha
phinecos
·
2009-03-24 13:00
C++
职场
休闲
Exercises
C++
Exercises
(二十)
1,来看下面这段代码:#include using namespace std;class BaseClass{public: BaseClass() { }};class MyClass : public BaseClass{private: char *ptr;public: MyClass();};MyClass::MyClass():BaseClass(),
phinecos
·
2009-03-24 13:00
C++
c
C++
Exercises
(十九)
1.写一个函数,将字符串中的\t都转换成4个空格。 #include #include using namespace std; string replaceTab(const string& strSrc) {//strSrc源字符串,将源字符串中的’\t’转换为4个空格 int i,j; string strDes;
phinecos
·
2009-02-20 11:00
C++
职场
休闲
Exercises
C++
Exercises
(十九)
1.写一个函数,将字符串中的\t都转换成4个空格。 #include #include using namespace std; string replaceTab(const string& strSrc) {//strSrc源字符串,将源字符串中的’\t’转换为4个空格 int i,j; string strDes;
phinecos
·
2009-02-20 11:00
C++
职场
休闲
Exercises
C++
Exercises
(十八)
下了份《46家公司笔试题》做做,好久没接触这些基本知识了,熟悉下 1.完成下列程序 * *.*. *..*..*.. *...*...*...*... *....*....*....*....*.... *.....*.....*.....*.....*.....*..... *......*......*......*......*......*......*...
phinecos
·
2009-02-18 20:00
C++
职场
休闲
Exercises
C++
Exercises
(十八)
下了份《46家公司笔试题》做做,好久没接触这些基本知识了,熟悉下 1.完成下列程序 * *.*. *..*..*.. *...*...*...*... *....*....*....*....*.... *.....*.....*.....*.....*.....*..... *......*......*......*......*......*......*...
phinecos
·
2009-02-18 20:00
C++
职场
休闲
Exercises
C++
Exercises
(十七)---网际校验和算法
在《基于ARP协议获取局域网内主机MAC地址》中使用了WinpCap来发送ARP请求,查询局域网内主机MAC地址,这篇来试试直接用WindowsAPI函数来实现,最后再来探索用于IP,TCP,UDP等众多协议的网际校验和算法。1,查询局域网主机MAC地址 #include #include #include using namespace std;
phinecos
·
2009-01-05 20:00
C++
算法
校验
Exercises
网际
C++
Exercises
(十七)---网际校验和算法
在《基于ARP协议获取局域网内主机MAC地址》中使用了WinpCap来发送ARP请求,查询局域网内主机MAC地址,这篇来试试直接用WindowsAPI函数来实现,最后再来探索用于IP,TCP,UDP等众多协议的网际校验和算法。1,查询局域网主机MAC地址 #include #include #include using namespace std;
phinecos
·
2009-01-05 20:00
C++
算法
校验
Exercises
网际
上一页
3
4
5
6
7
8
9
10
下一页
按字母分类:
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
其他