JOJ ACM 1184 》的相关内容

如何进行表达式求值,就如Javascript中的eval

如何对这样的字符串表达进行求值: "55555.04-25+25*(2.5+100.26)"
by swallor 2004-04-29 浏览 (7216) 回复 (16) 关键字:

几种排序算法的对比

引用Programming: Sort Testing Your task this week is to implement four sorts, and do experiments to see how fast they run for different sizes and types of input data sets. The sorts are: selection sort ...
by ravenex 2008-03-24 浏览 (402) 回复 (0) 关键字:

关于Informix数据库CheckPoint的问题。欢迎大家指教

我现在的数据库服务器,在每天早上数据处理的时候。每次做checkpoint的时间都太长了,有时候甚至达到300s的长度。请大家能给点建议。 服务器为一HP小型机,4CPU,8G内存。OS为Linux系统。数据库为Informix10下面贴出我的onconfig内容 #****************************************************************** ...
by billbai 2008-07-02 浏览 (332) 回复 (2)

谁能帮解释一下这是为什么

import std.stdio; interface mix { void print(char[]); } template mixtem() { void print(char[] t) { writefln(t); } } class A { void print() { writefln("A"); } void print(int a) { writ ...
by purple_jade 2007-12-10 浏览 (545) 回复 (7)

麻烦高手 修改一个算法 谢谢

The discrete wavelet transform is a popular tool for signal compression. In this problem, your job is to write a program to decompress a one-dimensional signal (a list of integers) that has been compr ...
by yuanshichao 2008-02-06 浏览 (791) 回复 (0)

Flex With Spring [转]

来源:  http://coenraets.org/flex-spring       What is Spring?Spring is one of the most popular Java frameworks. The foundation ofthe Spring framework is a lightweight comp ...
by mikel 2007-11-23 浏览 (1299) 回复 (1)

模板中的variadic 参数类型自动推导的问题

如下面代码中,没有调用模板时,编译能通过 template test(T, R) { void test(T t, R r...) { foreach(v; r) Stdout(v).newline; } } 如果这样调用: test("a", "b","C"); 编译时就会出错,说参数个数不一致。 而用这样 ...
by tuja 2007-09-30 浏览 (285) 回复 (3)

Apache HTTP Server 2.2.9

最流行的HTTP服务器软件之一.快速、可靠、可通过简单的API扩展,Perl/Python解释器可被编译到服务器中,完全免费,完全源代码开放.如果你需要创建一个每天有数百万人访问的Web服务器,Apache可能是最佳选择. 下载:Apache HTTP Server 2.2.9 for Windows (9.38 MB)下载: Apache HTTP Server 2.2.9 for Linux ...
by galaxystar 2008-06-15 浏览 (1512) 回复 (2) 关键字: apache

NetBeans6.5 M1 众多期待的特性一览表!

NetBeans6.5 M1 众多期待的特性一览表! Netbeans 6.5 M1 已经发布,最新版本的NetBeans 增强了许多功能,同时也引入了许多值得期待的新特性. 其中我比较喜欢的是DataBase 的改进,Eclipse 项目导入变得比以前更方便了,可以正确的区分Web项目 和普通项目,还有Spring   Hibernate 增强. GUI 中新增了JD ...
by gml520 2008-06-25 浏览 (4453) 回复 (16) 关键字: netbeans 6.5 m1

拉风+酷毙的HotRuby: 在一个JavaScript和Flash的虚拟机上跑Ruby

HotRuby是一个在Javascript和flash上的虚拟机上跑ruby代码并编译成opcode的项目。你可以通过在网页上嵌入<script type=”text/ruby”>…</script>并在之间写ruby脚本。HotRuby会识别并编译为远程脚本然后由javascript和flash的虚拟机来执行,显示在页面上。这里演示一 ...
by robertlyc 2008-03-27 浏览 (5829) 回复 (21) 关键字:

相关问答

赞助商链接