搜索资源列表
Cast
- 根据提供的XML Schema文件,生成相应的sql文件。sql文件中的内容主体为建表语句,根据sql文件在RDBMS中产生的表能够存储符合给定的XML Schema文件定义的合式的xml文档中的数据。
buffon
- 利用buffon投针实验模拟pi值。提高投针次数可以逐步逼近精确的pi值。-Use of the buffon cast needle experiment to simulate the value of pi. Increase the number of cast-pin can be gradually approaching the exact value of pi.
malloc
- Malloc 向系统申请分配指定size个字节的内存空间。返回类型是 void* 类型。void* 表示未确定类型的指针。C,C++规定,void* 类型可以强制转换为任何其它类型的指针。-Malloc to the system for the allocation of the specified size bytes of memory space. Return type is void*. void* indicates undetermined type pointer. C, C+