-
art-cpp
《實戰C++ — 八個別具特色的實作經驗》與目前市面㆖ 眾多C++ 書籍的最大不同,在於
本書既非基礎觀念之教㈻ 書籍,亦非開發工具之使用手冊,而是以「㆒ 章㆒ 專案」的方式,
從實際應用面引領讀者領略C++。
本書是《The Art of C++》的㆗ 文譯本。原作者Herbert Schildt 是㆒ 位㈻ ㈲ 專精、著作等身的
IT 技術作家,其作品普遍獲得良好評價。(err)
- 2007-11-22 15:39:38下载
- 积分:1
-
mmatlabtoolofa
matlab的模式识别工具箱箱,非常有助于开发可直接使用。
(Matlab pattern recognition toolbox box, very helpful in the development can be used directly.)
- 2012-07-16 18:00:48下载
- 积分:1
-
DrawArrowDemo
绘制带有箭头的线条,C++精选学习源码,很好的参考资料。(Draw lines with arrows, C++ select learning source code, a good reference.)
- 2013-11-27 07:46:43下载
- 积分:1
-
c1
说明: this is a C++ code to control a biomedical program you can use it
- 2014-06-28 23:11:41下载
- 积分:1
-
TestDlg
对话框用户界面程序的编写,如何向对话框控件关联数据成员及其实现机理,如何利用对话框类的成员函数向控件发送消息和获取对话框控件的类指针,如何直接利用对话框控件类操纵对话框控件(发送消息和直接调用成员函数)。(How to write dialog box user interface program, how to associate data members with dialog box control and its implementation mechanism, how to use dialog box class member function to send messages to control and get class pointer of dialog box control, how to directly use dialog box control class to manipulate dialog box control (sending messages and calling member functions directly) Number).)
- 2020-06-16 00:20:02下载
- 积分:1
-
FlappyBird2
说明: 大致思路说说,就是在外部SRAM里面做了一个大数组[320][240]做了一帧缓冲,所有屏幕相关操作都是在这一帧上面实现的,使用DMA直接丢数据到FSMC接口上,比I/O快多了,然后就是资源的去背问题,所有的图片都是我从手机版上面截图下来的,然后背景色都是0X4DF9,然后因为jpg转换软件的关系,蓝色的背景色会有偏差所以直接判断把0x4df9不显示不可行,后来想到可以用RGB颜色来入手,虽然不是0x4df9但是还是蓝色,所以蓝色分量肯定比红色多,所以做了一个阈值判断(Roughly speaking, a large array [320] [240] is made in the external SRAM to do a frame buffer. All screen-related operations are implemented on this frame. Using DMA to drop data directly to the FSMC interface is much faster than I/O. Then it is the problem of resource backtracking. All the pictures are taken from the top of the mobile version, and then the background color is 0X4DF9. Later, because of the relationship between JPG conversion software, the blue background color will be biased, so it is not feasible to directly judge that 0x4df9 is not displayed. Later, I thought that RGB color can be used to start with. Although it is not 0x4df9, it is still blue, so the blue component must be more than red, so I made a threshold judgment, and then it is the transition between scene and scene.)
- 2019-06-17 12:06:28下载
- 积分:1
-
这是我用过最好的免费源代码网站!
颜色通道的分离,以及颜色通道的直方图显示-Color channel separation, and histogram display of color channels
- 2022-08-14 02:29:21下载
- 积分:1
-
fsl_p2020_rdb
说明: vxworks 6.9 平台 飞思卡尔p2020 cpu rdb开发板bsp源码(vxworks 6.9 freescale p2020 cpu rdb bsp)
- 2021-01-16 18:38:44下载
- 积分:1
-
ALIENTEK MINISTM32 实验1跑马灯
说明: led 程序,循环点灯。闪烁延时,基于stm32F103的代码(Led program, cycle lighting. Scintillation Delay, Code Based on stm32F103)
- 2020-06-18 16:20:02下载
- 积分:1
-
ReadObj
opengl中 obj文件的下载显示以及旋转放大缩小功能实现、(opengl obj file download display and rotate the zoom function to achieve)
- 2012-05-01 16:16:09下载
- 积分:1