登录
首页 » 其他项目 » 可以让两个眼球跟着你转的一个系统,我的一个课程论文,虽不是原创,但是做出来也挺有意思的

可以让两个眼球跟着你转的一个系统,我的一个课程论文,虽不是原创,但是做出来也挺有意思的

于 2022-05-05 发布 文件大小:510.69 kB
0 64
下载积分: 2 下载次数: 1

代码说明:

可以让两个眼球跟着你转的一个系统,我的一个课程论文,虽不是原创,但是做出来也挺有意思的-Allows the two eyes follow you to a system, one of my courses thesis is not original, but also make them very interesting

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

发表评论

0 个回复

  • windows下编程的入门资料,一份给初学者很不错的资料
    windows下编程的入门资料,一份给初学者很不错的资料-windows under introductory information on the program, a very good beginners to the information
    2022-07-15 23:15:54下载
    积分:1
  • 本程序通过用递归调用的方法实现了汉诺塔问题,这是一个通用的程序,通过输入的层数结果输入到一个out.txt的文件中...
    本程序通过用递归调用的方法实现了汉诺塔问题,这是一个通用的程序,通过输入的层数结果输入到一个out.txt的文件中-This procedure by using the method of recursive calls a Tower of Hanoi problem, which is a common procedure, the results by entering into the layers of a document out.txt
    2022-07-26 21:39:55下载
    积分:1
  • cs5522厂家源开发集成块驱动代码文档,该文档已汉化,对学习电子称AD转换的有一定的好处。...
    cs5522厂家源开发集成块驱动代码文档,该文档已汉化,对学习电子称AD转换的有一定的好处。-cs5522 driver chip manufacturers to develop the source code files, the document has finished, the study said AD conversion of the electron must have benefits.
    2022-08-05 20:20:33下载
    积分:1
  • 网页设计与制作 全部课件 配《网页设计与制作》
    网页设计与制作 全部课件 配《网页设计与制作》-Web design and production of all the courseware with
    2022-10-17 15:10:04下载
    积分:1
  • 1. 发卡服务端:Server 文件:autojet.prj 2. 计费客户端:Client 文件:internet.prj...
    1. 发卡服务端:Server 项目文件:autojet.prj 2. 计费客户端:Client 项目文件:internet.prj Explorer.prj 先启动Explorer.exe, 再启动internet.exe 3. 数据库脚本 INIT(原版).SQL 和 New init.sql(新版),数据库名 NetBar 4. 动态连接库: NETBAR.dll hookdll.dll 5. 大学生公寓城System ID为5046 其余程序说明全在程序内的文本文件中说明-1. round card service end: Server project document: Autojet.prj 2. costs the customer end: Client project document: Internet.prj Explorer.prj First starts Explorer.exe, then starts internet.exe 3. databases scripts INIT (first edition) SQL and New init.sql (new edition), database NetBar 4. dynamic connections storehouses: NETBAR.dll hookdll.dll 5. university students lodgings city System ID is 5,046 other procedures explained all explained in the procedure text documents
    2022-01-26 05:08:03下载
    积分:1
  • 简单的二分查找算法,用java语言实现,
    简单的二分查找算法,用java语言实现,-A simple binary search algorithm
    2022-03-25 18:45:31下载
    积分:1
  • vb方面的编程,条形码编程。希望对大家有用。
    vb方面的编程,条形码编程。希望对大家有用。-vb aspects of programming, bar code programming. Want to be useful to everyone.
    2022-06-21 08:33:40下载
    积分: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
  • linux网络编程实例程序 socket程序 适合初学者。
    linux网络编程实例程序 socket程序 适合初学者。-linux network programming socket program examples of procedures suitable for beginners.
    2022-03-21 18:53:07下载
    积分:1
  • J2EE配置指南(讲解j2ee开发环境的配置)
    J2EE配置指南(讲解j2ee开发环境的配置)-J2EE Deployment Guide (J2ME development environment on the configuration)
    2022-03-06 08:29:57下载
    积分:1
  • 696524资源总数
  • 103838会员总数
  • 43今日下载