资源列表

排序选择:

« 1 2 ... .86 .87 .88 .89 .90 202591.92 .93 .94 .95 .96 ... 267467 »

[单片机(51,AVR,MSP430等)juxingbofashengqi

说明:基于51内核的单片机产生矩形波的程序。利用来时器来实现定时。程序简洁实用。-The program generates a square wave 51 core based microcontroller. Program is simple and practical.
<admire> 在 2026-01-22 上传 | 大小:44kb | 下载:0

[数据结构常用算法greatest-common-divisor

说明:输入两个正整数m和n,求其最大公约数和最小公倍数。 程序分析:利用辗除法。 -Enter two positive integers m and n, find their greatest common divisor and least common multiple. Program analysis: the use of rolling division.
<郭同学> 在 2026-01-22 上传 | 大小:1kb | 下载:0

[嵌入式/单片机编程greedySensingImperfect

说明:用于认知网络中贪婪策略的部分可观察马尔科夫模型-POMDP model which is applied to greedy scheme in cognitive radio networks
<rterwill> 在 2026-01-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法zhishu-fenjie

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

[MTKMTK_IMEI_writeTool

说明:MTK手机写IMEI码,可以自己随心所欲的更换IMEI码-MTK mobile phone change IMEI code as you like
<X-Man> 在 2026-01-22 上传 | 大小:1.41mb | 下载:0

[数据结构常用算法aPaaPaaaP....

说明:求s=a+a aa+aaaa+aa...a的值,其中a是一个数字。例如2+22+222+2222+22222(此时共有5个数相加),几个数相加有键盘控制。 1.程序分析:关键是计算出每一项的值。 -S = a+aa+aaa+aaaa+aa ... a required value, wherein a is a number. For example 2+22+222+2222+22222 (In this case the number of the sum total of fi
<郭同学> 在 2026-01-22 上传 | 大小:1kb | 下载:0

[单片机(51,AVR,MSP430等)8255kuozhan

说明:基于51内核的单片机利用8255来进行端口扩展的程序。-Based on 51 core microcontroller 8255 for port expansion program.
<admire> 在 2026-01-22 上传 | 大小:72kb | 下载:0

[其他小程序matlab-figurePMFC

说明:VS调用matlab编译生成的动态链接库画图,并显示在MFC-VS calls matlab s compiled dynamic link library drawing, and show in MFC
<zhangdongdong> 在 2026-01-22 上传 | 大小:12.55mb | 下载:1

[图形/文字识别CBIR

说明:基于SIFT算法的图像检索系统,有方便的图形交互界面和完善的提示体系,内有相关小论文和使用说明(readme.txt)-SIFT algorithm based image retrieval system, has a convenient graphical interface and perfect the prompt system, there are related small papers and instructions (readme.txt)
<赵嘉铎> 在 2026-01-22 上传 | 大小:9.85mb | 下载:0

[GPS编程qq

说明:二维对流扩散,可以用于CFD和偏微分方程的应用-Two-dimensional convection-diffusion can be used to apply CFD and partial differential equations
<聂世谦> 在 2026-01-22 上传 | 大小:1kb | 下载:1

[图形图像处理(光照,映射..)Wavelet-image-processing-

说明:利用小波变换原理,将其应用到图像处理中来,对图像进行去噪,压缩,融合等。-Using wavelet transform theory, its application to image processing, the image de-noising, compression, fusion.
<白小白> 在 2026-01-22 上传 | 大小:1kb | 下载:0

[嵌入式/单片机编程GreyCode

说明:可求出四位格雷码的所有情况数,格雷码是数字逻辑电路中一种很有用的码,可减少可能出现的逻辑电路错误-Calculate all kinds of 4-bit Grey Code
<onhatgr> 在 2026-01-22 上传 | 大小:1kb | 下载:0
« 1 2 ... .86 .87 .88 .89 .90 202591.92 .93 .94 .95 .96 ... 267467 »

源码中国 www.ymcn.org