-
mp3_player
一个mp3播放器的源代码,,用c++实现,可以作为学习多媒体软件编程的朋友参考。(An mp3 player source code, with c++ Realized, could serve as a learning multimedia software programming friend of reference.)
- 2008-04-25 15:31:03下载
- 积分:1
-
功能好用的MFC点坐标
使用方法:在我们的程序设计中经常需要对一些参数进行配置,配置好后还要在下一次启动仍然有效,那么一个有效的可行办法就是使用ini文件,也就是Windows初始化文件来保存一些我们的设置,然后让程序启动的时候从这个ini文件中读取相关配置。我们需要做以下的工作。
1.创建此ini文件,Windows对ini文件的操作有专门的函数,我们经常用的就是WritePrivateProfileString()和GetPrivateProfileString()了。那么我们在程序的初始化时首先检查是否存在ini文件,如果不存在则创建一个默认的ini文件。
2. 我们使用CFileFind类查找我们需要的ini文件是否存在,若不存在则创建一个。WritePrivateProfileString()当ini不存在时会自动创建一个ini文件在指定路径。
- 2023-05-11 13:50:03下载
- 积分:1
-
matlab-c
MATLAB-C混合编程,在M文件中调用 C语言函数,对学混合编程的初学者有一定的帮助(MATLAB-C hybrid programming, the paper called M C language function, mixed programming for school beginners can help)
- 2006-06-08 17:27:34下载
- 积分:1
-
通过32单片进行通信控制,进行WIFI设计透传
对于新手调试入手很快,通过32单片进行通信控制,进行WIFI设计透传。(For novice debugging start very quickly, through 32 monolithic communication control, WIFI design transmission.)
- 2020-06-25 03:40:01下载
- 积分:1
-
BREW游戏代码
基于BREW平台开发的游戏代码,包括动作执行,图片粘贴等等,实现透明色过滤,碰撞检测,一个简单小游戏
- 2022-03-05 15:09:51下载
- 积分:1
-
CMS
C#企业客户关系管理系统(CRM)...(Enterprise Customer Relationship Management System)
- 2009-09-21 15:08:13下载
- 积分:1
-
IDA
这是一套学习IDA逆向很有帮助的教程,本人亲身体验到的,真的跟别的不一样!!!(This is a learning the IDA reverse helpful tutorial, I have personal experience, really not the same as with the other! ! !)
- 2020-07-02 16:00:02下载
- 积分:1
-
00.c
基于单片机的数字电容表设计代码,包含数码管的显示(Based on single chip microcomputer digital capacitance table design code
)
- 2013-04-26 16:02:20下载
- 积分:1
-
bizroute-39328(1)
BizRoute is a highly configurable file transfer solution, facilitating enterprise data integration between business applications and services. Version 1 of the solution will consist of a standard library to provide file routing functionalities and some simple event activities, a Windows service application to facilitate file transfer execution and a WCF service to inject routing requests into the system.
- 2015-06-04 04:47:19下载
- 积分:1
-
bp 神经网络
BP神经网络的基本框架
人工神经网络无需事先确定输入输出之间映射关系的数学方程,仅通过自身的训练,学习某种规则,在给定输入值时得到最接近期望输出值的结果。作为一种智能信息处理系统,人工神经网络实现其功能的核心是算法。BP神经网络是一种按误差反向传播(简称误差反传)训练的多层前馈网络,其算法称为BP算法,它的基本思想是梯度下降法,利用梯度搜索技术,以期使网络的实际输出值和期望输出值的误差均方差为最小。
- 2022-01-28 07:05:20下载
- 积分:1