Utilities for Windows NT Besides my research work I am responsible for a couple of computers at the physics department of the University of Mainz which are running under Windows NT. Therefore I started developing some utilities which I think are mis
unit CnDigits;{-------------------------------------------------------------------- 货币数字转为为中文大写的组件 Version 1.31 by SNAKEJIAO 2003.4.13简介: 可以转化整数,浮点数,及时间日期型数据 配合别名列表可以进行语音合成,主要用于 东进中继卡中的PlayPrompt提示语音的合成 用于电话系统中播放金额,日期及时间 还有输入的数字序列,同时更多的应用于显示 销售系统中的打
C3p0 is an easy-to-use library for augmenting traditional (DriverManager-based) JDBC drivers with JNDI-bindable DataSources, including DataSources that implement Connection and Statement Pooling, as described by the jdbc3 spec and jdbc2 std extensio
1. Official statement is that src.zip only contains publicly documented classes。 2. since JDK7 is based on OpenJDK, and almost every class in JDK7 is identical to the one shipped with or generated by OpenJDK, why not take the classes from OpenJDK in
重构改进现有代码的设计
第01章
测试代码
package chapter0101 ;
import org.testng.annotations.Test ;
public class CustomerTest {
Test
public void statement () {
Customer customer = new Customer ( " John " );
String title = " Titanic " ;
int priceCode = 2 ;
int
QKumascr ipt
QKumascr ipt是使用Bison的实验性脚本语言。
快速开始
// make to build
$ make
// run a test scr ipt
$ qks tests/a1.qks
您可以在tests文件夹下看到示例脚本。
BNF语法
program ::= statement_list
statement_list ::= statement *
statement ::= statement_no_semicolon ' ; '
麋鹿
Elk是一种简单的解释型编程语言。 它的目标是结合其灵感(Rust和Javascr ipt)中的最佳语言功能,同时又要快速,轻松地进行开发。
用法
cargo run --release -- examples/ranges.elk
例子
// This use statement will import a file named "std.elk" from the current directory
use "std.elk" ;
function print_n_times ( te