资源列表

« 1 2 ... .02 .03 .04 .05 .06 2807.08 .09 .10 .11 .12 ... 21467 »

[其他小程序Euler_fuction

说明: Euler函数: m = p1^r1 * p2^r2 * …… * pn^rn ai >= 1 , 1 <= i <= n Euler函数: 定义:phi(m) 表示小于等于m并且与m互质的正整数的个数。 phi(m) = p1^(r1-1)*(p1-1) * p2^(r2-1)*(p2-1) * …… * pn^(rn-1)*(pn-1) = m*(1 - 1/p1)*(1 - 1/p2)*……*(1 - 1/pn)
<Campbell> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[其他小程序permutation

说明:C/C++程序,入门级。 获得数列或者字母序列全排列的方法。 练手的小程序。-C/C++ Procedures, entry-level. Access series or sequence of letters with the whole approach. Practicing hand applet.
<Miracle> 在 2025-06-23 上传 | 大小:869kb | 下载:0

[其他小程序jiandansuanshushide

说明:五简单算术表达式的求值 要求: 1、 从键盘输入一个表达式:如(2-(4*5-2))/5=。 2、 操作数仅为一位整数1,2,3,…,9 3、 支持+ - * / ()等符号。 4、 支持运算符的优先级。 5、 支持括号的嵌套。 -Five simple arithmetic expression evaluation requirements: 1, from the keyboard input an expression: If (2- (4* 5-2))
<王玉亮> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[其他小程序n_yueshu

说明:(一) 求a~b 之间各个数的约数个数之和。(其中包括a和b在内) ans = sigma(f(i)) , (a <= i <= b) , 其中f(i)表示i的约数的个数 -(A) for a ~ b between the various numbers about the number and the number of. (Including a and b included) ans = sigma (f (i)), (a <= i <= b), whic
<Campbell> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[其他小程序Hanoi(gray)

说明://使用gray code的解法 #include <iostream> #include <cmath> using namespace std #define ZERO 0 #define ONE 1 #define ODD 1 #define EVEN 0 #define RIGHT 1 #define LEFT 0 #define MAX 10-//Gray code to use the method#
<Campbell> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[其他小程序progeram

说明:竞猜 赌大小游戏程序设计 ·自己写的 经过检查无错误 可以运作-Guess the size of gambling game design their own written procedures for the inspection to be error-free operation
<胡家源> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[其他小程序Python

说明:学习python的好工具啊,中英文对照学习,相信对python的中级高手有帮助-A good tool for learning python ah, in bilingual study, believe that the Intermediate python expert help
<laymu> 在 2025-06-23 上传 | 大小:467kb | 下载:0

[其他小程序tongjishuzi

说明:程序一编译通过的。如果需要进一步改进,需要你加油动手咯。此处只做参考。-Procedures adopted by a compiler. If you need further improvement, the need to refuel your hands pyronaridine. Only reference here.
<Toby> 在 2025-06-23 上传 | 大小:209kb | 下载:0

[其他小程序BCB-EXCEK

说明:C++ Builder 对EXCEL的读写操作,本了详细的例子-C++ Builder of EXCEL reading and writing operations, the detailed examples
<丁远辉> 在 2025-06-23 上传 | 大小:1.48mb | 下载:1

[其他小程序Plus

说明:使用vb寫出完美網頁遊戲外掛的原始碼分享-Use vb to write the perfect game website to share the source code plug-ins
<蔡培鴻> 在 2025-06-23 上传 | 大小:234kb | 下载:0

[其他小程序VwPanDomainSetup

说明:威盾泛域名解析器是一个 IIS 的 ISAPI 过滤器,能实现单个 IP 捆绑解析多个泛域名。 同时也可以轻松解析无限自定义二级域名。是站长的好帮手。 -Granville shield is a pan-resolver IIS the ISAPI filter, to achieve a single IP bundle a number of pan-domain analysis. At the same time can easily resolve unlimited 2 a
<moxldd> 在 2025-06-23 上传 | 大小:1.05mb | 下载:0

[其他小程序kecheng

说明:广东工业大学 c语言 课程设计 用c编写的一个学生通讯录小程序 已包含实验报告-Guangdong University of c language courses designed to prepare a student c Contacts applet has been included in the experimental report
<owen> 在 2025-06-23 上传 | 大小:117kb | 下载:0
« 1 2 ... .02 .03 .04 .05 .06 2807.08 .09 .10 .11 .12 ... 21467 »

源码中国 www.ymcn.org