资源列表

排序选择:

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

[数据结构常用算法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
<郭同学> 在 2025-11-17 上传 | 大小:1kb | 下载:0

[MTKMTK_IMEI_writeTool

说明:MTK手机写IMEI码,可以自己随心所欲的更换IMEI码-MTK mobile phone change IMEI code as you like
<X-Man> 在 2025-11-17 上传 | 大小: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
<郭同学> 在 2025-11-17 上传 | 大小:1kb | 下载:0

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

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

[其他小程序matlab-figurePMFC

说明:VS调用matlab编译生成的动态链接库画图,并显示在MFC-VS calls matlab s compiled dynamic link library drawing, and show in MFC
<zhangdongdong> 在 2025-11-17 上传 | 大小: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)
<赵嘉铎> 在 2025-11-17 上传 | 大小:9.85mb | 下载:0

[GPS编程qq

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

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

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

[嵌入式/单片机编程GreyCode

说明:可求出四位格雷码的所有情况数,格雷码是数字逻辑电路中一种很有用的码,可减少可能出现的逻辑电路错误-Calculate all kinds of 4-bit Grey Code
<onhatgr> 在 2025-11-17 上传 | 大小:1kb | 下载:0

[C#编程ConnDB

说明:本dll是封装好的数据库访问类 支持 oralce SQL Access 同时也支持事务模式,和调用存储过程。-This DLL is encapsulated database access classes Support to oralce SQL Access also supports transaction mode, and call a stored procedure.
<张海洋> 在 2025-11-17 上传 | 大小:1.13mb | 下载:0

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

说明:基于51内核的单片机进行小数加法运算的程序。该程序结构清晰,执行效率高。-Decimal addition operation procedure performed based on 51 core microcontroller. The program structure is clear, and high efficiency.
<admire> 在 2025-11-17 上传 | 大小:10kb | 下载:0

[嵌入式Linuxhello

说明:QT/E hello源码(包括hello.h hello.cpp hello.pro Makefile main.cpp)-QT/E hello source (including hello.h hello.cpp hello.pro Makefile main.cpp)
<百草> 在 2025-11-17 上传 | 大小:4kb | 下载:0
« 1 2 ... .86 .87 .88 .89 .90 202591.92 .93 .94 .95 .96 ... 267462 »

源码中国 www.ymcn.org