资源列表

« 1 2 ... .56 .57 .58 .59 .60 18661.62 .63 .64 .65 .66 ... 21467 »

[其他小程序yili

说明:VC++6.0编程环境,知任意年月日求星期几的C语言程序-VC++ 6.0 programming environment, to know the arbitrary date for the week of the C Language Program
<caousr> 在 2026-01-22 上传 | 大小:149kb | 下载:0

[其他小程序zhengxuanbo

说明:正弦波的C语言程序,可以实现正弦曲线,有利于深刻理解正弦。-Sine wave of the C language program can be achieved sinusoid is conducive to a deep understanding of sinusoidal.
<李学真> 在 2026-01-22 上传 | 大小:1kb | 下载:0

[其他小程序sayiloveyou

说明:程序员才看的懂的表白 很有意思 又需要的看一下哦-Programmer to see to understand the need to declare a very interesting look at the oh
<lianxing> 在 2026-01-22 上传 | 大小:30kb | 下载:0

[其他小程序Ucos_RTOS

说明:uC/OS-II,The Real-Time Kernel, CORE FUNCTIONS, 80x86/80x88 Specific code (LARGE MEMORY MODEL)-uC/OS-II, The Real-Time Kernel, CORE FUNCTIONS, 80x86/80x88 Specific code (LARGE MEMORY MODEL)
<zeonET> 在 2026-01-22 上传 | 大小:173kb | 下载:0

[其他小程序rs2

说明:行搜索算法用于在一个矩阵中从上到下寻找线性无关的行。给出了行搜索算法的说明,最后给出源程序!-Line search algorithm used in a matrix from top to bottom to find linearly independent rows. Line search algorithm is given the note, and finally given the source code!
<yzy> 在 2026-01-22 上传 | 大小:28kb | 下载:0

[其他小程序bank

说明:银行家算法。银行客户系统常用的一个算法。。此代码效率不高,如果有大牛能够给予指教,感激不尽-Banker s Algorithm. Bank customers in the system commonly used in an algorithm. . This code efficiency is not high, if there are large cattle can give advice grateful
<Campbell> 在 2026-01-22 上传 | 大小:1kb | 下载:0

[其他小程序11

说明:本文主要将蚁群算法用于解决连续函数优化的问题-This paper will be used for ant colony algorithm to solve the problem of continuous function optimization
<aa> 在 2026-01-22 上传 | 大小:2kb | 下载:0

[其他小程序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> 在 2026-01-22 上传 | 大小:1kb | 下载:0

[其他小程序permutation

说明:C/C++程序,入门级。 获得数列或者字母序列全排列的方法。 练手的小程序。-C/C++ Procedures, entry-level. Access series or sequence of letters with the whole approach. Practicing hand applet.
<Miracle> 在 2026-01-22 上传 | 大小: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))
<王玉亮> 在 2026-01-22 上传 | 大小: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> 在 2026-01-22 上传 | 大小: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> 在 2026-01-22 上传 | 大小:1kb | 下载:0
« 1 2 ... .56 .57 .58 .59 .60 18661.62 .63 .64 .65 .66 ... 21467 »

源码中国 www.ymcn.org