登录
首页 » Visual C++ » Tree

Tree

于 2008-06-01 发布 文件大小:120KB
0 246
下载积分: 1 下载次数: 20

代码说明:

  TREE控件代码。已在本机调试好。可以使用。数据库为ACESS。(TREE control code. Has been good on the local debugging. Can be used. Database for ACESS.)

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

发表评论

0 个回复

  • splitter
    基于单文档,分割windows窗口,设置分割的形式(Based on a single document, split windows windows)
    2013-10-14 09:38:29下载
    积分:1
  • vs-2008-under-MFC-program--run-dall
    visual studio 2008下MFC程序运行所需dall(visual studio 2008 under MFC program needed to run dall)
    2012-08-28 10:14:28下载
    积分:1
  • clock
    系统主要实现时间的显示,主要包括获取系统时间然后通过时钟的模拟界面进行时间的显示。(System main time display, including access to the system time and then displays the time by the clock of the analog interface.)
    2013-11-30 12:04:57下载
    积分:1
  • Converg
    快速卷积算法实现,使用MFC实现界面,适合数字信号处理的初学者。(fast convolution algorithm, using MFC interface, digital signal processing for beginners.)
    2006-08-31 23:51:13下载
    积分:1
  • jtcwVC
    该套软件主要用来记录家庭财务收入与支出的情况。软件包括下面几个方面的主要界面:1、用户登录界面:单击左边窗口的用户登录按钮可以进入该界面。输入要操作人的用户名和密码,这里由于只提供给自己家用,所以只有两个用户,可以输入ycl 密码:12345进入。2、账目现状界面:登录成功自动进入账目现状界面,当然也可以通过单击左边窗口中的账目现状按钮进入该界面,该界面可以显示指定时间段内的收入与支出情况,统计出现有余额。并通过树状列表显示各项收入支出的情况。3、资金进账界面:登录成功后,才能运行该界面,用户通过单击左窗口中的资金进账按钮来进入该界面。该界面可以显示指定时间段内的支出情况,并可以添加新的收入项目。测试时可以选择6月到10月之间的项目4、资金支出界面:登录成功后才能运行该界面,用户通过单击左窗口中的资金支出按钮来进入该界面。该界面可以显示指定时间段内的收入情况,并可以添加新的支出项目。测试时可以选择6月到10月之间的项目5、系统退出:用户可以通过单击左窗口中的系统退出按钮来退出系统的运行(Of the software is mainly used to record income and expenditure of the family financial situation. Several aspects of the software includes the following main interfaces: one, the user login screen: Click the button to the left of the window the user can log into the interface. Enter the operator s user name and password, here as available only to their own home, so there are only two users, you can enter ycl Password: 12345 to enter. 2, accounts for the status quo interface: Log in automatically into the accounts of the success of the status quo interface, of course, the left window by clicking the button in the accounts of the status quo into the interface that can display the specified time period of the income and expenditure, statistics appeared in the balance. Through the tree list displays all the income and expenditure situation. 3, funds much richer interface: login is successful, in order to run the interface, the user window by clicking the left button to enter the capital m)
    2010-03-11 11:37:52下载
    积分:1
  • SSD4_Exercise3
    这是ssd4 exercise3的答案。(ssd4 exercise3)
    2009-03-30 09:35:45下载
    积分:1
  • CChartDll
    一个免费的C++ windows绘图类,功能丰富,实用,界面美观,可以实现多种图形的绘制。(C++ drawing class, feature-rich, practical, and can achieve a variety of graphics rendering.)
    2013-04-11 14:18:45下载
    积分:1
  • Draw_mfc
    MFC消息映射机制的剖析,讲述如何运用ClassWizard(MFC message mapping mechanism analysis, how to use ClassWizard)
    2013-06-30 16:06:50下载
    积分:1
  • PCShutDown
    通过界面参数输入,实现定时关机、重启、注销的功能。(Realize the function of timing shutdown, restart, cancel. )
    2015-01-01 23:55:31下载
    积分:1
  • 创建
    说明:  1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为"process"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件"process.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"process.cpp";接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件(同上一试验); (3) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->process.exe程序;再把给定的launchset.txt文件存入该debug目录下,就可以在控制台下进入该目录以launchset.txt为参数运行程序,命令行为:process launchset.txt;要强调的是,在launchset.txt中指定的应用程序路径要正确,否则建立新的进程时会出错,这时需要对照系统的实际情况改动所给的参数文件。 2 补充说明 这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。(a program development steps (a) to open vc, select menu item file-gt; New, tab to choose projects and the establishment of a "process" of win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) establish a project document "process.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "process.cpp"; the next question asks whether the creation of new documents to answer "yes"; then Workspace- gt; FileView- gt; Source Files open the document (ibid. a pilot); (3) Order by calling menu items build-gt; build compile all connected, in the specific project directory under debug- gt; process. exe; then to the launchset.txt documents)
    2005-11-04 12:45:13下载
    积分:1
  • 696518资源总数
  • 106235会员总数
  • 12今日下载