资源列表
machine-learning1-5
- 斯坦福大学机器学习课程,2016版的,前五周课后作业习题程序实例,都是验证过的,可以作为学习参考!-Machine learning courses at Stanford University, 2016 edition, the first five weeks of homework exercises instance, are verified, as a study reference!
button-2
- 用vs2010实现的简单滑动控件功能,对新手比较有帮助-Using the vs2010 achieve a simple slide control function, the more helpful to the novice
button2 实现的滑动控件
- 用vs2010实现的滑动控件,新手可以产考下
GTKLIB_2.90_v6.rar
- GTK 2.90 V6 cross platform, the newest build in VC9 in Static lib, it need Gnuwin32 in my upload some libs, and set vc path for include, power builder by Jesse Stone in Taiwan.(add hide console mode) email:fatalfeel@hotmail.com password = jessestone
football
- 校园足球工作宣传页面,对于各种宣传首页通用(Campus publicity page)
匠人手记:一个单片机工作者的实践
- 有关单片机开发的心得和经验以及技巧的书籍,挺不错的(Books on the experience and skill of the development of a single chip computer are good)
WindRiver.Rapid.Control.SDK.V3.3
- [WindRiver快速可视化命令行开发SDK.V3.3].Rapid.Control.SDK.V3.3 很难找的东东哦。-[WindRiver rapid development of visual command line SDK.V3.3]. Rapid.Control.SDK.V3.3 very difficult to find stuff Oh.
基于stm32的源码
- 成功移植了contiki操作系统的代码,编译在keil5下编译生成HEX文件下载到STM32即可实现LED闪烁与串口打印功能。(The code of Contiki operation system is successfully transplanted, compiled and compiled under keil5, and HEX files are downloaded to STM32 to achieve LED scintillation and serial port p
Xtreme.Toolkit.Pro.v12.0.0
- 一套扩展MFC的界面库,可以很方便的实现各种界面风格-Interface for a set of MFC extension library, you can easily achieve a variety of interface styles
Xtreme.Toolkit.Pro.v12.0.0
- 界面库,有各种漂亮的界面源码,有各种界面的例子,可以直接引用。安装后使用。很好很强大-Interface Library, there are many beautiful interface, source code, there are various examples of the interface can be directly quoted. Installation before use. Very very strong
FileEdit
- 一个类似于微软记事本的小程序,给初学者更好的榜样-A little similar to Microsoft Notepad program, a better example for beginners
OpenCV
- 书中的C/C++语言实例。各实例子目录中的*.dsw和*.dsp文件分别为Windows下Visual C++ 6.0的Workspace文件和Project文件;Makefile是Linux下GNU Make的输入文件。在Windows环境下,双击*.dsw文件将会启动Visual C++ 6.0并装载该实例;在Linux环境下,输入make命令就可以编译该实例。