-
As-a-rat-in-a-six-side-of-the-maze-(
大致就是一个老鼠在一个六个边的迷宫(httpen.wikipedia.orgwikiRadial_arm_maze)里寻找食物(reward),然后找到后记忆下来 下一次去寻找的时候 可以更快的找到食物,具体要求和解释见附件,不过是英文的,里面还有2个example code也是关于(As a rat in a six side of the maze ( httpen.wikipedia.orgwikiRadial_arm_maze ) in search of food ( reward ), and then find the memory down next to find time can be faster to find food, specific requirements.zip)
- 2012-09-14 17:14:06下载
- 积分:1
-
dtguihua
动态规划算法的设计与实现本科毕业论文,已经通过的(Dynamic programming algorithm design and implementation of undergraduate thesis, already adopted by the)
- 2011-05-20 19:19:35下载
- 积分:1
-
Using-a-Boosted-Cascade
行人目标检测 代码文件基于hog+svm检测技术。(people dectect and depending on hog+svm )
- 2014-05-26 12:24:19下载
- 积分:1
-
Qt_MCAN_First_Version_Two
说明: 使用QT平台,C++语言实现上位机和CAN设备的通信(Using QT platform and C++ language to realize communication between PC and CAN equipment)
- 2020-08-15 14:48:26下载
- 积分:1
-
百度地图瓦片
MapDownloader,本人在arcgis中从栅格影像中任意选取代表点,但是只能得到点的地理坐标(单位:米)。而代入MATLAB获得该点信息必须要得到该点的行列号。几经周折,终于得到一毕业学长的提示,找到MATLAB中自带的函数map2pix解决问题。现提供代码如下
- 2023-08-22 20:35:09下载
- 积分:1
-
CButtonST
说明: 一个功能强大的按钮类,能轻松添加图片。CButtonST是我目前见过的最强大,功能最全的CButton派生类(A powerful button class, can easily add a picture. CButtonST is what I have seen the most powerful and most versatile of the CButton derived class)
- 2010-03-26 23:33:44下载
- 积分:1
-
C# 制作一个顶层显示的窗口-不被其它窗口遮挡
C#设置顶层显示的窗口,让窗口显示在其它窗口的最上面,不被遮挡,这种窗口形式或许大家平时都见到过,特别是一些视频播放器,在播放视频的时候,都可以设置是否顶层显示,本示例就是模拟了这个功能,通过“允许以最顶层方式显示窗口”和“禁止以最顶层方式显示窗口”来模拟启用和关闭顶层窗口的功能,代码貌似简单:
private void button1_Click(object sender, RoutedEventArgs e)
{//允许以最顶层方式显示窗口
this.Topmost = true;
}
private void button2_Click(object sender, RoutedEventArgs e)
{//禁止以最顶层方式显示窗口
this.Topmost = false;
}
- 2023-05-27 13:10:03下载
- 积分:1
-
ds
说明: DIFFERENTIAL SEARCH ALGORITHM
- 2014-10-30 00:31:51下载
- 积分:1
-
12864液晶显示
说明: 基于51的12864液晶屏显示资料,可以制作
12864B液晶屏显示的库文件(Based on 5112864 LCD display data, it can be produced.
Library Files for 12864B LCD Display)
- 2020-06-19 21:00:01下载
- 积分:1
-
eisence-Chinese
VC essence of the article, Pi Chinese computer library production
- 2017-07-21 23:17:39下载
- 积分:1