登录

于 2022-03-20 发布 文件大小:432.10 kB
0 303
下载积分: 2 下载次数: 1

代码说明:

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • vc small game was an eye
    vc写的小游戏值得一看-vc small game was an eye-catcher
    2022-07-27 05:00:17下载
    积分:1
  • IDL语言编写的,利用线性插值发进行网格值插值运算,等价于从新定义数组大小。...
    IDL语言编写的,利用线性插值发进行网格值插值运算,等价于从新定义数组大小。-IDL language, using linear interpolation for the value interpolation grid operator, equivalent to the new definition of array size.
    2022-06-20 19:02:38下载
    积分:1
  • Detailed introduction matlab (Signals and Systems) the basic usage, accompanied...
    详细介绍matlab(信号与系统)的基本用法,附说明-Detailed introduction matlab (Signals and Systems) the basic usage, accompanied by a
    2022-12-12 08:10:02下载
    积分:1
  • for liquid simulation study cfd a new method, boltzmann called the lattice metho...
    用于液体模拟,是研究cfd的一种新方法,称之为lattice boltzmann方法。本程序是d105模型的编码。这类编码网上很少,几近没有。如果哪们朋友有这方面的还希望能共用-for liquid simulation study cfd a new method, boltzmann called the lattice method. The procedure is d105 model coding. Few of these online coding, there was virtually no. If what they have friends in this area also hope to share
    2023-02-04 14:20:03下载
    积分:1
  • [输入] 图的顶点个数N,图中顶点之间的关系及起点A和终点B [输出] 若A到B无路径,则输出“There is no path” 否则输出A到B路...
    [输入] 图的顶点个数N,图中顶点之间的关系及起点A和终点B [输出] 若A到B无路径,则输出“There is no path” 否则输出A到B路径上个顶点 [存储结构] 图采用邻接矩阵的方式存储。 [算法的基本思想] 采用广度优先搜索的方法,从顶点A开始,依次访问与A邻接的顶点VA1,VA2,...,VAK, 访问遍之后,若没有访问B,则继续访问与VA1邻接的顶点VA11,VA12,...,VA1M,再访问与VA2邻接顶点...,如此下去,直至找到B,最先到达B点的路径,一定是边数最少的路径。实现时采用队列记录被访问过的顶点。每次访问与队头顶点相邻接的顶点,然后将队头顶点从队列中删去。若队空,则说明到不存在通路。在访问顶点过程中,每次把当前顶点的序号作为与其邻接的未访问的顶点的前驱顶点记录下来,以便输出时回溯。 #include int number //队列类型 typedef struct{ int q[20] -[imported] map of the number of vertices N, Vertex map of the relationship between the starting point and end point A and B [output] if A to B without path then exporting "There is no path" Otherwise output A to B on the path vertices [storage structure] plan adopted adjacency matrix of storage. [Algorithm for the basic idea] BFS way from the vertex A, A visit followed with adjacent vertices VA1, VA2 ,..., VAK, visiting times, if not visit B, continue to visit with the VA1 adjacent vertices VA11, VA12 ,..., VA1M. VA2 and then
    2022-01-25 22:50:29下载
    积分:1
  • VC++学习方法及书籍推荐,为自己的学习选好书
    VC++学习方法及书籍推荐,为自己的学习选好书-VC learning methods and recommended books for their own learning election books
    2022-11-11 17:35:03下载
    积分:1
  • 1-从用户处读取RGB(彩色)图像。
    2022-04-09 23:39:39下载
    积分:1
  • 欢迎使用网页设计 在线学习系统 本系统主要特点如下: 1.本系统采用学号加密码登录,可接受外部注册。 2.教学内容模块可由教师后台管理。 3.保...
    欢迎使用网页设计 在线学习系统 本系统主要特点如下: 1.本系统采用学号加密码登录,可接受外部注册。 2.教学内容模块可由教师后台管理。 3.保存学生学习进度。 4.多种交互方式。 5.提供在线考试模块,同时能够进行补考,成绩查询等功能。 6.网页设计教学内容部分精心挑选,并进行了较好的分类。 本系统运行环境 windows 98 +PWS windows 2000+IIS windows XP+IIS 最佳分辨率:1024*768 要求IE流览器版本不低于5.0 要系统未在NETSCAPE流览器下测试过,建议您使用IE流览器。 如果在线学习者较多时,建议转成Sql server 数据库 本系统可自由使用,没有任何限制。 QQ:86214492 本系统学生测试帐号为122005001 密码为:123 老师测试帐号为:teacher 密码为:123 -Welcome to Web Design Online Learning System The main features of the system are as follows: 1. The school system increases its password, acceptable external registration. 2. Teaching content management modules can be teachers in the background. 3. To preserve the progress of student learning. 4. A variety of interactive ways. 5. Provides an online test module, at the same time to carry out make-up, the functions of query results. 6. Web Design part of carefully selected educational content and a better classification. The system operating e
    2023-04-05 06:25:04下载
    积分:1
  • Game modification tools for source code source code for use GamePaladin II* game...
    游戏修改工具源代码 GamePaladin II 源码使用说明 *游戏修改工具(内存高低阶,文件存档高低阶,图象捕捉,游戏记录,收藏夹 *本程序代码遵循源码开放标准"GNU通用公共许可",查看本文件即表示你同意该协议 *用Delphi7开发 *只用到了一个控件hexeditor.pas在SourceVcl下,编译前请安装 -Game modification tools for source code source code for use GamePaladin II* game modification tools (high-low-memory, file archiving of high-level, image capture, game records, favorites* this source code to follow open standards
    2022-02-01 18:29:12下载
    积分:1
  • GIS+VB开发. GIS+VB开发.
    GIS+VB开发. GIS+VB开发.-GIS+ VB development. GIS+ VB development.
    2022-03-13 08:37:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载