-
迷宫程序&k-Graph
一、K-Graph oddity problem
此程序利用图的广度优先遍历算法,通过遍历各个顶点并为其涂色从而实现题目要求。
二、迷宫问题
此程序为在60s内完成迷宫游戏,由数组矩阵构成迷宫图形.
- 2022-02-24 13:11:10下载
- 积分:1
-
CalcRadius
FLUENT和EDEM结合 快速填充,提取节点坐标,然后在EDEM填充小球(FLUENT and EDEM combination of fast filling, extraction node coordinates, then fill in EDEM pellets)
- 2016-01-26 10:45:19下载
- 积分:1
-
omnet++中文使用手册
说明: OMNeT++是一款面向对象的离散事件网络模拟器,详细介绍了omnet++网络仿真模拟平台。(OMNeT++ is an object-oriented discrete event network simulator. The omnet++ network simulation platform is introduced in detail.)
- 2019-10-08 18:27:49下载
- 积分:1
-
QoS_antnet
一种基于AntNet改进地QoS路由算法antnet(ns)仅供参考使用(Based on AntNet improvements to QoS routing algorithm antnet (ns) for reference only)
- 2012-07-25 15:49:57下载
- 积分:1
-
chapter1
初学者学习opengl使用的第一课PPT 详细讲解了如何配置环境(The first lesson for beginners to learn opengl use PPT explain in detail how to configure the environment)
- 2014-12-25 21:57:14下载
- 积分:1
-
mayisuanfa
说明: 该算法用于现代武器的弹道曲线中,使一种用的很广的先进算法(the algorithm used modern weapons ballistic curve, a widely used in the advanced algorithm)
- 2006-04-03 09:22:55下载
- 积分:1
-
cPP-pointer
c++指针经验很丰富,对学好指针有帮助,里面涵盖了指针各个方面的应用(c++ pointer very rich experience, learn pointers for help, which covers all aspects of the application of the pointer)
- 2013-08-12 18:18:04下载
- 积分:1
-
Image-Blur
Image processing Fillters
- 2014-11-22 04:06:15下载
- 积分:1
-
EXTI_Configuration(void)
STM32F103C8T6自编简单中断程序,以及中断优先级,每行代码都有中文注释,十分好理解(void EXTI_Configuration(void)
{
EXTI_InitTypeDef EXTI_InitStructure
EXTI_ClearITPendingBit(EXTI_Line8)
GPIO_EXTILineConfig(GPIO_PortSourceGPIOB, GPIO_PinSource8)
EXTI_InitStructure.EXTI_Line EXTI_Line8
EXTI_InitStructure.EXTI_Mode EXTI_Mode_Interrupt
EXTI_InitStructure.EXTI_Trigger EXTI_Trigger_Falling
EXTI_InitStructure.EXTI_LineCmd ENABLE
EXTI_Init(&EXTI_InitStructure)
})
- 2017-01-02 12:45:52下载
- 积分:1
-
C++ 点对点视频聊天程序源码
说明: 一款视频聊天程序,完整源码,可编译运行,采用c++开发(A video chat program, complete source code, compile and run, using c++ development)
- 2021-01-27 20:08:40下载
- 积分:1