资源列表

排序选择:

« 1 2 ... .07 .08 .09 .10 .11 77012.13 .14 .15 .16 .17 ... 267455 »

[数据结构常用算法qishi

说明:void Knight(int i , int j) { // printf("%d %dn",i,j) if (board[i][j] != 0 || i < 0 || i >= Size || j < 0 || j >= Size ) { return } step++ board[i][j]=step if (step == Size*Size) { showboard() system("PAUSE
<json> 在 2025-07-15 上传 | 大小:3kb | 下载:0

[单片机(51,AVR,MSP430等)51+ide+lcd

说明:51单片机挂接硬盘操作源码,可以操作ide硬盘-51 Singlechip articulated source hard disk to operate, can operate ide hard drive
<efree> 在 2025-07-15 上传 | 大小:926kb | 下载:0

[matlab例程image_cut

说明:运用MATLAB程序将索书号文字从图像中进行识别分割出来.包含有图像和源程序.-MATLAB application procedure will call number text from the image to identify differently. Contains images and source code.
<1234> 在 2025-07-15 上传 | 大小:19kb | 下载:0

[其他小程序calculate_engin_value

说明:This is for qr and you can use it to calculate the engine value and engine vector
<myspaceid> 在 2025-07-15 上传 | 大小:89kb | 下载:0

[图形图像处理(光照,映射..)smooth_image

说明:利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理.-The use of Butterworth (Butterworth) low pass filter on the subject of the image noise smoothing.
<1234> 在 2025-07-15 上传 | 大小:9kb | 下载:0

[数据结构常用算法binary_trees

说明:能够实现二叉树的基本功能,是学习二叉树的很好的资料!-To achieve the basic functions of binary tree, binary tree is to learn from the good information!
<yedaixiong> 在 2025-07-15 上传 | 大小:1kb | 下载:0

[STLSQL2000bao

说明:int getDivisor(int iNum) { int i = 1 int sum = 0 if (0 == iNum) { return 1 } while (i <= iNum / 2) { if (0 == iNum % i) { sum++ } i++ } return (sum+1) } -int getDivisor (int iNum) (int i = 1
<json> 在 2025-07-15 上传 | 大小:2kb | 下载:0

[matlab例程imageprocessing

说明:运用MATLAB程序识别图像并将其划分为文字和非文字的两个类别-MATLAB program to identify the use of images and text and is divided into two categories of non-text
<1234> 在 2025-07-15 上传 | 大小:22kb | 下载:0

[matlab例程fast_way

说明:数学实验中的最速落径问题 A,B是不在一条铅垂线上的两点,在链接A,B两点的所有光滑曲线中,找出一条曲线,使得初速度为零的质点,在重力的作用下,自A点下滑到B点所需的时间最短 -Mathematical experiment steepest drop Path problems A, B is not a vertical line of two points, the link A, B two points in all the smooth curve, to find a cu
<yedaixiong> 在 2025-07-15 上传 | 大小:1kb | 下载:0

[Windows编程josephus

说明:成功的解决了约瑟夫问题,对于学习了解约瑟夫问题的程序员很有帮助!-Joseph successfully solved the problem, for students learning to understand the issues programmers Joseph helpful!
<yedaixiong> 在 2025-07-15 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法simulaiton_annealing

说明:著名的模拟退火算法源程序,运用的例子是TSP问题,以中国31省会城市的最短旅行路径为例.-Well-known source of the simulated annealing algorithm, using the example is the TSP in order to China s 31 provincial capital cities as an example of the shortest path to travel.
<1234> 在 2025-07-15 上传 | 大小:2kb | 下载:0

[文件格式PowerBuilderDevoloperDocument

说明:《PowerBuilder》教学实习报告.doc- PowerBuilder teaching internship report. Doc
<wangjinhu> 在 2025-07-15 上传 | 大小:7kb | 下载:0
« 1 2 ... .07 .08 .09 .10 .11 77012.13 .14 .15 .16 .17 ... 267455 »

源码中国 www.ymcn.org