资源列表
drp6.4
- DRP系统 关于DRP系统的完整源代码。需要自己建立数据库。-DRP Systerm
The-End
- 基于STM32F103RB(正点)所做的幅频特性显示器。采用AD9851产生1VPP信号,经过滤波器,再通过AD637变为直流信号,最后将信号显示在液晶屏上。-STM32F103RB based on amplitude-frequency characteristics (punctuality) made displays. 1VPP signal generated using the AD9851, through the filter, then through AD637 into
Layout-Manager_MFC
- Layout manager options for MFC apps
tt
- 《现代模式识别》-孙即祥 介绍模式识别方面的好书-" Modern pattern recognition" - SUN Xiang books introduce pattern recognition
drp6.4
- 分销资源,很好的一个企业用的资源分销系统-DRP,a very good ERP system
DEMO_USB_HID
- STM32 USB HID composite for 4 devices
成都二手电脑网源码
- 这是成都二手电脑源码,是基于ssh的,数据库是mysql(This is the source code of the second-hand computer in Chengdu)
MuEditPro S12GM工具(测试可用)
- MuEditPro S12GM工具(测试可用)(Mueditpro s12gm tool (test available))
lectures-about-CS-and-SpaRec
- 一些关于压缩传感的基础性、系统性的介绍和一些稀疏信号重构算法的介绍如FOCUSS和Greedy Algorithm,适合入门人学习的资料-Some basis and system lectures about compressive sensing also including some sparse signal reconstruction algorithm for you such as FOCUSS and Greedy MP.all the materials are fit fo
Draw
- 实现一个画图程序。能够画直线,圆弧,椭圆弧,多边形,能够自定义颜色。对多边形、椭圆和圆能够进行填充。并能实现Undo/Redo(一步即可)。结果可以存盘,但不存成图片文件。 -Implement a drawing program. Can draw lines, arcs, elliptical arcs, polygons, the ability to customize colors. Of polygons, ellipses and circles to be filled. And
csharp_src100
- 100个C#开发界面的实例程序打包,很有参考价值,适用于初学者-100 C# developer interface sample programs packaged as useful reference for beginners
readwriterlock
- 生产者消费者例子,简单描述读写锁,因为使用SRWLOCK所以需要net4.0以上window操作系统才能支持。-just a sample example of reader and writer lock, It demand net4.0 because of SRWLOCK.