Python允许你把程序分解为模块,模块可以在其他Python程序中重用。它带有一大批标准模块可以作为你自己的程序的基础——或作为学习Python编程的例子。
Python 19 次浏览
Python 3.3.3 is an object-oriented, interpreted programming language developed by Guido van Rossum, first released in 1991. Known for its clean and st
Python 28 次浏览
Bugzilla是一款广泛使用的开源产品缺陷跟踪系统,由Terry Weissman创立,最初基于TCL语言开发,后来转型为使用Perl语言进行实现,并公开为开源项目。"bugzilla-3.3.3.tar.gz"是这个系统的某个特定版本,即3.3.3版的源代码压缩包。本文将深入
Perl 20 次浏览
FlappyBirdC++版源代码,希望对大家有所帮助,欢迎下载,谢谢采纳
C++ 17 次浏览
JsonRpc-Cpp - JSON-RPC implementation. * Copyright (C) 2008-2011 Sebastien Vincent * * This program is free software: you can redistribute it and/or
C++ 18 次浏览
这一个代码片段,给新手学习和使用
IOS 16 次浏览
编程实现顺序表的基本操作函数。 (1) void InitList(SqList &L, int n) //建立一个表长为n的顺序表(2) void ListInsert(SqList &L, int i, ElemType e) //在顺序表中第i个位置插入元素函数e (3) vo
C 21 次浏览