登录
首页 » Visual C++ » eLife!

eLife!

于 2013-12-02 发布 文件大小:8578KB
0 272
下载积分: 1 下载次数: 6

代码说明:

  该程序基于C++、MFC、GDI+。使用ADO数据库访问技术。实现的主要功能包括备忘录、计划、节日、朋友生日的提醒等,同时拥有强大的查找功能。支持换肤和快捷的音乐播放。允许用户自制皮肤。eLife!的换肤功能全部由GDI+实现。(The program is based on c++, MFC, GDI+. Using ADO database access technology. Implementation of main functions include memos, plans and holiday, friends birthday reminder, have powerful search function at the same time. Supports avi and fast music playing. Allows the user to homemade skin. ELife! All by GDI+ realize change skin function. )

文件列表:

eLife!
......\config.ini,81,2007-12-25
......\data
......\....\Beep.wav,175918,2007-05-13
......\....\button





......\....\......\MusicDown_b.png,4961,2007-06-10
......\....\......\MusicNext.png,4868,2007-05-08
......\....\......\MusicNext_a.png,4934,2007-06-08
......\....\......\MusicNext_b.png,4732,2007-06-08
......\....\......\MusicPrev_a.png,5000,2007-06-08
......\....\......\MusicPrev_b.png,4809,2007-06-08
......\....\......\MusicUp_a.png,5037,2007-06-10
......\....\......\MusicUp_b.png,4945,2007-06-10
......\....\......\Pause_a.png,5510,2007-06-08
......\....\......\Pause_b.png,5352,2007-06-08
......\....\......\Play_a.png,5559,2007-06-08
......\....\......\Play_b.png,5311,2007-06-08
......\....\......\Stop_a.png,4581,2007-06-08
......\....\......\Stop_b.png,4436,2007-06-08
......\....\......\Thumbs.db,8704,2010-11-09
......\....\......\Up_a.png,4524,2007-05-08
......\....\......\Up_b.png,4563,2007-06-07
......\....\clock



......\....\constellation





......\....\.............\3.png,16120,2007-06-01
......\....\.............\4.png,14869,2007-06-01
......\....\.............\5.png,14211,2007-06-01
......\....\.............\6.png,14980,2007-06-01
......\....\.............\7.png,13167,2007-06-01
......\....\.............\8.png,14338,2007-06-01
......\....\.............\9.png,13469,2007-06-01
......\....\shengxiao





......\....\.........\3.png,16552,2007-06-05
......\....\.........\4.png,14958,2007-06-05
......\....\.........\5.png,16972,2007-06-05
......\....\.........\6.png,15636,2007-06-05
......\....\.........\7.png,16193,2007-06-05
......\....\.........\8.png,14017,2007-06-05
......\....\.........\9.png,13653,2007-06-05
......\....\title.dat,302185,2007-06-01
......\database.mdb,241664,2007-06-12
......\elife!.chm,4721082,2007-06-13
......\eLife!.exe,1855488,2007-06-13
......\eLife!Manager.exe,4456448,2007-06-12
......\magrconfig.ini,724,2007-12-25
......\skin
......\....\Ice
......\....\...\button





......\....\...\......\buttonMoveBack_b.png,5161,2007-06-08
......\....\...\......\buttonMoveOver.png,5236,2007-06-08
......\....\...\......\buttonMoveOver_b.png,5164,2007-06-08
......\....\...\......\buttonPause.png,5591,2007-06-08
......\....\...\......\buttonPause_b.png,5560,2007-06-08
......\....\...\......\buttonPlay.png,5797,2007-06-08
......\....\...\......\buttonPlay_b.png,5735,2007-06-08
......\....\...\......\buttonStop.png,4678,2007-06-08
......\....\...\......\buttonStop_b.png,4636,2007-06-08
......\....\...\......\buttonUp.png,5037,2007-06-10
......\....\...\......\buttonUp_b.png,4945,2007-06-10
......\....\...\clock





......\....\ice.ini,2157,2007-06-13
......\....\transformers
......\....\............\button




......\....\............\......\button.psd,53491,2007-06-12

......\....\............\......\buttonPause_d.png,3374,2007-06-12
......\....\............\......\buttonPlay.png,4047,2007-06-12
......\....\............\......\buttonPlay_d.png,4266,2007-06-12

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • UDPdatatrasmission
    利用UDP协议实现两台计算机点对点之间的数据传输和聊天功能(Using UDP protocol between two computers peer-to-peer data transfer and chat features)
    2009-05-11 12:50:33下载
    积分:1
  • MFC
    (1)定义一个抽象基类Shape,同它派生出5个类:圆、正方形、矩形、梯形、三角形。 (2)利用虚函数计算几种图形面积。 (3)演示构造函数、复制构造函数、析构函数的作用和调用顺序 (4)用类模板具体实现。 (5)利用MFC类库在图形用户界面上绘制及修改这些图形,采用对话框输入输出图形的基本属性,或者利用运算符重载输入输出图形的基本属性。 (6)用文件保存图形信息,且能够从文件中读取并作相应处理。 2)创新要求: 采用头文件与源文件分离的方法,多态性的实现多样化(defines an abstract base class Shape, with which it derives five categories: round, square, rectangular, trapezoidal, triangular. (2) the use of virtual functions to calculate several graphics area. Effect (3) demonstrate the constructor, copy constructor and destructor call sequence (4) with a class template implementation. (5) The use of MFC library to draw and modify graphics, using the basic properties dialog input and output graphics, or the use of the basic properties of operator overloading the input and output graphics on the graphical user interface. (6) with the file save graphical information, and can be read a file and make the appropriate treatment. 2) Innovation requirements: Using the method header and source files separate polymorphism diversify )
    2020-11-04 14:29:52下载
    积分:1
  • Demo
    vc如何动态添加和删除菜单项的源码,可以参考下(vc how to dynamically add and remove menu items of the source code, can refer to)
    2011-06-10 15:13:16下载
    积分:1
  • 02-28
    C++初学者必须经历的几个程序 如有错误请互相指正,谢谢。(C beginner must go through five program)
    2012-02-08 16:02:22下载
    积分:1
  • 6_2mine
    数字信号处理中关于最小误差平方计算处理的程序(Digital signal processing for the minimum square error calculation processing procedures)
    2013-05-22 12:02:33下载
    积分:1
  • DMA
    TMS320C6678 DMA源代码,TMS320C6678是TI公司推出的一款8核DSP,具有强大的并行处理能力,DMA主要用于芯片存储资源间的数据传输,包括L2SDRAM、共享内存以及DDR3(TIDSP6678 DMA source code, TMS320C6678 is TI has introduced an 8-core DSP, a powerful parallel processing capability, DMA chip is mainly used for data transfer between storage resources)
    2014-10-18 21:45:25下载
    积分:1
  • (用)VC调用matlab engine示例
    这是教你如何在VC里调用matlab的文档和源程序(The document and source code to tell you how to load matlab engine using VC.)
    2005-08-05 11:00:20下载
    积分:1
  • (tanh)-LDPCPAR
    基于802.16e 协议标准的LDPC码编码解码方法,采用C语言,码率,迭代次数可变(Protocol standard based on 802.16e LDPC code encoding and decoding method using C language, bit rate, variable number of iterations)
    2011-07-04 16:33:36下载
    积分:1
  • MTGCCombobox
    Combo box control with autocomplete
    2013-11-16 18:08:40下载
    积分:1
  • 45830343
    说明:  一个P2P下载软件源代码,用vc编译 (a peer-to-peer software to download the source code with compiler vc)
    2006-02-27 15:16:47下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载