资源列表

« 1 2 ... .63 .64 .65 .66 .67 2068.69 .70 .71 .72 .73 ... 16274 »

[Linux/Unix编程亲密数

说明:如果整数A的全部因子(包括1,不包括A本身)之和等于B;且整数B的全部因子(包括1,不包括B本身)之和等于A,则将整数A和B称为亲密数。求3000以内的全部亲密数。 *题目分析与算法设计 按照亲密数定义,要判断数a是否有亲密数,只要计算出a的全部因子的累加和为b,再计算b的全部因子的累加和为n,若n等于a则可判定a和b是亲密数。计算数a的各因子的算法: 用a依次对i(i=1~a/2)进行模运算,若模运算结果等于0,则i为a的一个因子;否则i就不是a的因子。 *-If all
<姚紫欣> 在 2025-09-26 上传 | 大小:1kb | 下载:0

[系统编程模拟哲学家进餐

说明:该程序是针对操作系统课程而做的模拟哲学家进餐问题-the program is to the operating system and programs do simulated dining philosophers problem
<望军> 在 2025-09-26 上传 | 大小:3kb | 下载:0

[系统编程c 模拟进程管理

说明:模拟进程管理,是针对操作系统这门课程而开发的一个小程序-simulation process management, which is to the operating system and development course of a small program
<望军> 在 2025-09-26 上传 | 大小:3kb | 下载:0

[系统编程公司财务管理系统 (源代码)

说明:这是一个用VB工具开发的公司财务管理系统的源代码。-This is a tool developed with VB company financial management system source code.
<洪昌见> 在 2025-09-26 上传 | 大小:871kb | 下载:2

[系统编程成绩管理系统(源代码)

说明:这是一个用VB工具开发的成绩管理源程序代码。-This is a tool developed with VB's performance management source code.
<洪昌见> 在 2025-09-26 上传 | 大小:312kb | 下载:0

[加密解密aspjm

说明:本软件可以完成加密解密,算法简便,实用性强-the software can be completed encryption and decryption algorithm is simple, practical
<haha> 在 2025-09-26 上传 | 大小:7kb | 下载:0

[系统编程校园导游系统

说明:提供校园两个景点之间路径总长度和所经景点的查询,是大二上C++时个人做的课程设计-campus for two spots between the total length of trails and attractions by the inquiry, is sophomore C++ programs done by design
<朱南辉> 在 2025-09-26 上传 | 大小:3.59mb | 下载:1

[加密解密des3

说明:加密算法,DES的C源码. 是分组算法,虽然现在用的少了 但还是有学习意仪的-encryption algorithm, DES C source. Yes packet algorithm, although it is now used less but still learning Italian Instrument
<李鑫> 在 2025-09-26 上传 | 大小:222kb | 下载:0

[Linux/Unix编程Understanding_The_Linux_Kernel

说明:Linux内核源代码分析的经典书籍(英文版)-Linux kernel source code analysis of the classic books (in English)
<zhou> 在 2025-09-26 上传 | 大小:2.83mb | 下载:0

[系统编程phpMyAdmin-2.6.0

说明:php中Mysql的管理工具phpmyadmin,很好用的-php Mysql management tools phpmyadmin good use.
<童林> 在 2025-09-26 上传 | 大小:2.21mb | 下载:0

[系统编程UCOS-II-ATMEL

说明:ucosii在Atmal上的移植,供大家参考哦-Atmal ucosii in the transplant, for your reference, oh
<彭军> 在 2025-09-26 上传 | 大小:97kb | 下载:0

[系统编程aochengxu

说明:ao 和VC开发的一个窗口实例,可加载图层-ao development of the VC and an example of the window, loading layer
<孙大龙> 在 2025-09-26 上传 | 大小:3.07mb | 下载:0
« 1 2 ... .63 .64 .65 .66 .67 2068.69 .70 .71 .72 .73 ... 16274 »

源码中国 www.ymcn.org