LINUX与UNIX SHELL编程指南 LINUX与UNIX SHELL编程指南
2024-02-18 18:21:09 739KB LINUX UNIX SHELL 编程指南
1
介绍 Python编程:从入门到实践 练习题 软件架构 软件架构说明 利用Python运行 安装教程 在https://www.python.org/ 下载Python3以上版本或利用“anaconda” Clone下代码 本地运行 使用说明 IDEL Pycharm Jupyter 等一些编译工具可以运行这些代码
2024-02-18 15:54:14 9KB python 编程语言
1
下面是一个用Python编程求阶乘和数的例子: def factorial(n): if n == 0 or n == 1: return 1 else: return n * factorial(n-1) def factorial_sum(n): digits = [int(digit) for digit in str(n)] factorial_sum = sum(factorial(digit) for digit in digits) return factorial_sum # 测试 num = 145 result = factorial_sum(num) print("阶乘和数为:", result) 运行这段代码,输出结果为: 阶乘和数为: 145 这说明145是一个阶乘和数。
2024-02-18 15:50:41 2KB python 编程语言
1
XML 高级编程
2024-02-15 19:53:30 54.62MB XML 高级编程
1
C# XML入门经典——C#编程人员必备的XML技能
2024-02-15 19:51:04 21.11MB XML入门经典 XML技能
1
特点:支持Win7/8/10系统 支持7/7P/8/8P/X机型 自由升级iPad机型 自动升级软件 支持一键解压8/8P/X NAND的WiFi数据 无需移除NAND 7/7P/8/8P/X拆换IC包时支持读写iphone序列号、蓝牙/Wifi码、型号、国家、摄像头等所有syscfg数据,无需拆卸一键进入DFU(开发版) Firmware Upgrade),即iPhone固件强制解除模式
2024-02-15 17:34:39 26.89MB 开源软件
1
经典编程算法50题
2024-02-15 14:39:57 9KB 1234
1
WORDVBA编程从零开始学VBA.pdf
2024-02-15 00:16:12 10MB
1
Extreme Programming (XP) was conceived and developed to address the specific needs of software development conducted by small teams in the face of vague and changing requirements. This new lightweight methodology challenges many conventional tenets, including the longheld assumption that the cost of changing a piece of software necessarily rises dramatically over the course of time. XP recognizes that projects have to work to achieve this reduction in cost and exploit the savings once they have been earned.
2024-02-12 09:59:35 472KB Extreme Programming Explained 极限编程
1
游戏之旅——我的编程感悟.pdf
2024-02-11 13:43:52 36.13MB 游戏之旅 我的编程感悟
1