资源列表

« 1 2 ... .00 .01 .02 .03 .04 16005.06 .07 .08 .09 .10 ... 16924 »

[编程文档Decomposition-of-the-quality-factor

说明:将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。 程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成: (1)如果这个质数恰等于n,则说明分解质因数的过程已经结束,打印出即可。 (2)如果n<>k,但n能被k整除,则应打印出k的值,并用n除以k的商,作为新的正整数你n,  重复执行第一步。 (3)如果n不能被k整除,则用k+1作为k的值,重复执行第一步。 -Decomposition of the qualit
<董越玲> 在 2025-07-18 上传 | 大小:2kb | 下载:0

[编程文档Operator-nesting

说明:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60-89分之间的用B表示,    60分以下的用C表示。 1.程序分析:(a>b)?a:b这是条件运算符的基本例子。 -Operator nesting
<董越玲> 在 2025-07-18 上传 | 大小:2kb | 下载:0

[软件工程vf

说明:将LM331的输出与ADuc842的T1端相连,在数码管上显示所测得的频率。-Connect the T1 terminal LM331 output and ADuc842, showing the measured frequency of the digital control.
<yangni> 在 2025-07-18 上传 | 大小:2kb | 下载:0

[编程文档2PSK-modem-emulation

说明:2PSK的调制解调过程的仿真及在不同信道下误码率仿真分析-2PSK modem emulation and simulation of BER
<yangcunrui> 在 2025-07-18 上传 | 大小:2kb | 下载:0

[技术管理main

说明:simulator for m m k queue . with function for lamda
<emil> 在 2025-07-18 上传 | 大小:2kb | 下载:0

[文件格式osh

说明:altera cyclone4 脚本文件-tcl scr ipt
<shangyufeng> 在 2025-07-18 上传 | 大小:2kb | 下载:0

[软件工程1602_ATMEGA8

说明:1602液晶的程序移植到了ATMEGA8上-1602 program ported to the ATMEGA8
<尹风> 在 2025-07-18 上传 | 大小:2kb | 下载:0

[软件工程tulun

说明:用C++设计凸轮压力角,曲率半径、实际轮廓等-find Pressure angle with VC++
<张斌> 在 2025-07-18 上传 | 大小:2kb | 下载:0

[文档资料OLED

说明:OLED液晶的驱动程序及应用程序,在51单片机平台上的应用-OLED LCD driver and applications used in the 51 single platform
<xiong> 在 2025-07-18 上传 | 大小:2kb | 下载:0

[技术管理Chapter_1

说明:chapter 1 of the fdtd method for electromagnetics with matlab simulations
<leizeyu> 在 2025-07-18 上传 | 大小:2kb | 下载:0

[行业发展研究cpufrequtils.tar

说明:Cpu frequency scaling source
<odil> 在 2025-07-18 上传 | 大小:2kb | 下载:0

[文件格式LEACH

说明:LEACH [1] is an autonomous adaptive clustering protocol that distributes the energy load evenly among the sensors in the network using randomization. The nodes organize themselves into local clusters, with one node acting as the local base stat
<jagadish> 在 2025-07-18 上传 | 大小:2kb | 下载:0
« 1 2 ... .00 .01 .02 .03 .04 16005.06 .07 .08 .09 .10 ... 16924 »

源码中国 www.ymcn.org