资源列表
22222
- 看看能不能用,我只是一名学生,我需要里面的代码,麻烦站长能不能给开通一下-Can not see, I am just a student, I need inside the code, trouble can head to the opening of what
ADC
- 这是关于ADC的莫属转换程序,利用ATNEGA16芯片,对数据进行采集-This is about none other than the ADC conversion process, using ATNEGA16 chips, data acquisition
IPV6wuxianluyouqi
- 介绍新一代IP标准下的IPv6所使用的无线路由器和它的一些协议-Introduced a new generation of IP standard used by the IPv6 wireless routers and some of its agreement
shiyan4
- 计算一段程序运行的时间,可精确到us 误差小;-Calculation program to run for some time, can be accurate to us small error
12
- 电阻封装对应功率 对工程师硬件设计非常有帮助-Resistance corresponds to the power of packaging hardware design engineers very helpful
yili
- VC++6.0编程环境,知任意年月日求星期几的C语言程序-VC++ 6.0 programming environment, to know the arbitrary date for the week of the C Language Program
sayiloveyou
- 程序员才看的懂的表白 很有意思 又需要的看一下哦-Programmer to see to understand the need to declare a very interesting look at the oh
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)
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!
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
11
- 本文主要将蚁群算法用于解决连续函数优化的问题-This paper will be used for ant colony algorithm to solve the problem of continuous function optimization
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)