在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → C++ Builder项目开发实践(光盘、源代码、源码)

C++ Builder项目开发实践(光盘、源代码、源码)

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:2.65M
  • 下载次数:12
  • 浏览次数:116
  • 发布时间:2021-02-02
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
C++ Builder项目开发实践(光盘、源代码、源码)
【实例截图】
【核心代码】
5c12e253-e7f4-4a0f-ae8c-018a9f4ec601
└── C++ Builder项目开发实践(光盘)
├── chapter1
│   ├── example1-10.cpp
│   ├── example1-11.cpp
│   ├── example1-12.cpp
│   ├── example1-13.cpp
│   ├── example1-14.cpp
│   ├── example1-15.cpp
│   ├── example1-16.cpp
│   ├── example1-17.cpp
│   ├── example1-18.cpp
│   ├── example1-19.cpp
│   ├── example1-1.cpp
│   ├── example1-20.cpp
│   ├── example1-21.cpp
│   ├── example1-22.cpp
│   ├── example1-23.cpp
│   ├── example1-2.cpp
│   ├── example1-3.cpp
│   ├── example1-4.cpp
│   ├── example1-5.cpp
│   ├── example1-6.cpp
│   ├── example1-7.cpp
│   ├── example1-8.cpp
│   └── example1-9.cpp
├── chapter10
│   ├── bcb源代码(最终)
│   │   ├── client.bpr
│   │   ├── client.cpp
│   │   ├── client.exe
│   │   ├── client.res
│   │   ├── ProjectGroup1.bpg
│   │   ├── server_ATL.cpp
│   │   ├── server_ATL.h
│   │   ├── server.bpr
│   │   ├── server.cpp
│   │   ├── server.exe
│   │   ├── ServerMain.dfm
│   │   ├── ServerMain.h
│   │   ├── server.res
│   │   ├── server.tlb
│   │   ├── server_TLB.cpp
│   │   ├── server_TLB.h
│   │   ├── untClientMain.cpp
│   │   ├── untClientMain.dfm
│   │   ├── untClientMain.h
│   │   ├── untRDMServer.cpp
│   │   ├── untRDMServer.dfm
│   │   ├── untRDMServer.h
│   │   ├── untServerMain.cpp
│   │   ├── untServerMain.dfm
│   │   └── untServerMain.h
│   ├── help.txt
│   └── sqlserver 2000备份
│   ├── RemoteTest_back
│   └── sqlserver 7.0备份
│   └── RemoteTest_Back
├── chapter11
│   ├── BinarySearch.cpp
│   ├── BinarySearch.dfm
│   ├── BinarySearch.h
│   ├── BlockSearch.cpp
│   ├── BlockSearch.dfm
│   ├── BlockSearch.h
│   ├── BubbleSort.cpp
│   ├── BubbleSort.dfm
│   ├── BubbleSort.h
│   ├── DataStructure.bpr
│   ├── DataStructure.cpp
│   ├── DataStructure.exe
│   ├── DataStructure.res
│   ├── hand1.bmp
│   ├── InsertData.cpp
│   ├── InsertData.h
│   ├── InsertSort.cpp
│   ├── InsertSort.dfm
│   ├── InsertSort.h
│   ├── Main.cpp
│   ├── Main.dfm
│   ├── Main.h
│   ├── ok1.bmp
│   ├── Search.cpp
│   ├── Search.h
│   ├── SelectSort.cpp
│   ├── SelectSort.dfm
│   ├── SelectSort.h
│   ├── SequelSearch.cpp
│   ├── SequelSearch.dfm
│   ├── SequelSearch.h
│   ├── Sort.cpp
│   └── Sort.h
├── chapter3
│   ├── Image
│   │   ├── 1111.bmp
│   │   ├── 1.bmp
│   │   ├── 2.bmp
│   │   ├── 3.bmp
│   │   ├── delete.bmp
│   │   ├── EMAIL.bmp
│   │   ├── EMAILin.bmp
│   │   ├── EMAILout.bmp
│   │   ├── forward.bmp
│   │   ├── next.bmp
│   │   ├── previous.bmp
│   │   └── reply.bmp
│   ├── Mail.bpr
│   ├── Mail.cpp
│   ├── Mail.exe
│   ├── Mail.res
│   ├── MainForm.cpp
│   ├── MainForm.dfm
│   ├── MainForm.h
│   ├── SendForm.cpp
│   ├── SendForm.dfm
│   ├── SendForm.h
│   ├── SettingForm.cpp
│   ├── SettingForm.dfm
│   ├── SettingForm.h
│   ├── Temp10.mme
│   ├── Temp11.mme
│   ├── Temp1.mme
│   ├── Temp2.mme
│   ├── Temp3.mme
│   ├── Temp9.mme
│   ├── text_10_1.tmp
│   ├── text_10.tmp
│   ├── text_11_1.tmp
│   ├── text_11.tmp
│   ├── text_12_1.tmp
│   ├── text_12.tmp
│   ├── text_13.tmp
│   ├── text_14.tmp
│   ├── text_1.tmp
│   ├── text_2_1.tmp
│   ├── text_2.tmp
│   ├── text_3_1.tmp
│   ├── text_3.tmp
│   ├── text_4_1.tmp
│   ├── text_4.tmp
│   ├── text_5_1.tmp
│   ├── text_5.tmp
│   ├── text_6_1.tmp
│   ├── text_6.tmp
│   ├── text_7_1.tmp
│   ├── text_7.tmp
│   ├── text_8_1.tmp
│   ├── text_8.tmp
│   ├── text_9_1.tmp
│   ├── text_9.tmp
│   ├── text.tmp
│   ├── 模板-_1.dot
│   ├── 模板-_2.dot
│   ├── 模板-_3.dot
│   ├── 模板-_4.dot
│   ├── 模板-_5.dot
│   └── 模板-.dot
├── chapter4
│   ├── Client
│   │   ├── chatclient.cpp
│   │   ├── chatclient.dfm
│   │   ├── chatclient.h
│   │   ├── chatonnet.bpr
│   │   ├── chatonnet.cpp
│   │   ├── chatonnet.exe
│   │   ├── chatonnet.res
│   │   ├── d.ico
│   │   ├── setting.cpp
│   │   ├── setting.dfm
│   │   └── setting.h
│   ├── ProjectGroup1.bpg
│   └── Server
│   ├── chatserverp.bpr
│   ├── chatserverp.cpp
│   ├── chatserverp.exe
│   ├── chatserverp.res
│   ├── chatserveru.cpp
│   ├── chatserveru.dfm
│   └── chatserveru.h
├── chapter5
│   ├── about.cpp
│   ├── about.dfm
│   ├── about.h
│   ├── ASAS.BMP
│   ├── BackImage1.bmp
│   ├── Bitmap1.bmp
│   ├── Bitmap1.ico
│   ├── BLACK.BMP
│   ├── cancel.bmp
│   ├── FFF.ICO
│   ├── Five.bpr
│   ├── Five.cpp
│   ├── Five.exe
│   ├── Five.res
│   ├── HISTORY
│   ├── Image1.bmp
│   ├── MainForm.cpp
│   ├── MainForm.dfm
│   ├── MainForm.h
│   ├── ok.bmp
│   ├── Unit1.cpp
│   ├── Unit1.dfm
│   ├── Unit1.h
│   ├── Unit2.cpp
│   ├── Unit2.dfm
│   ├── Unit2.h
│   ├── wait.bmp
│   ├── Welcome.cpp
│   ├── Welcome.dfm
│   ├── Welcome.h
│   └── WHITE.BMP
├── chapter6
│   ├── chapter6-1
│   │   ├── FTP.bpr
│   │   ├── FTP.cpp
│   │   ├── FTP.exe
│   │   ├── FTP.res
│   │   ├── Unit1.cpp
│   │   ├── Unit1.dfm
│   │   └── Unit1.h
│   └── chapter6-2
│   ├── Project1.bpr
│   ├── Project1.cpp
│   ├── Project1.exe
│   ├── Project1.res
│   ├── Unit1.cpp
│   ├── Unit1.dfm
│   └── Unit1.h
├── chapter7
│   ├── About.cpp
│   ├── About.dfm
│   ├── About.h
│   ├── BCBDraw.bpr
│   ├── BCBDraw.cpp
│   ├── BCBDraw.exe
│   ├── BCBDraw.res
│   ├── BCBDraw.str
│   ├── BMPDLG2.CPP
│   ├── BMPDLG2.dfm
│   ├── BMPDLG2.h
│   ├── BMPDLG.CPP
│   ├── BMPDLG.dfm
│   ├── BMPDLG.h
│   ├── Button10.bmp
│   ├── Button11.bmp
│   ├── Button12.bmp
│   ├── Button13.bmp
│   ├── Button14.bmp
│   ├── Button15.bmp
│   ├── Button1.bmp
│   ├── Button2.bmp
│   ├── Button3.bmp
│   ├── Button4.bmp
│   ├── Button5.bmp
│   ├── Button6.bmp
│   ├── Button7.bmp
│   ├── Button8.bmp
│   ├── Button9.bmp
│   ├── COLOR.CPP
│   ├── COLOR.dfm
│   ├── COLOR.h
│   ├── Draw.cur
│   ├── Erase.cur
│   ├── Fill.cur
│   ├── FONTDLG.CPP
│   ├── FONTDLG.dfm
│   ├── FONTDLG.h
│   ├── image.jpg
│   ├── PictureSample.jpg
│   ├── Plus.cur
│   ├── Text.cur
│   ├── Unit1.cpp
│   ├── Unit1.dfm
│   ├── Unit1.h
│   └── ZOOM.CUR
├── chapter8
│   ├── MID.MID
│   ├── PicList
│   ├── ProjectGroup1.bpg
│   ├── s12.jpg
│   ├── s15.jpg
│   ├── screen.cpp
│   ├── screen.dfm
│   ├── screen.h
│   ├── ScreenSaverDIY.bpr
│   ├── ScreenSaverDIY.cpp
│   ├── ScreenSaverDIY.exe
│   ├── ScreenSaverDIY.res
│   ├── setting.cpp
│   ├── setting.dfm
│   ├── setting.h
│   └── SndList
├── chapter9
│   ├── DataBase
│   │   └── HOSTPITALACCOUNTS.GDB
│   ├── program
│   │   ├── cancel.bmp
│   │   ├── DataInput.cpp
│   │   ├── DataInput.dfm
│   │   ├── DataInput.h
│   │   ├── Inquery.bpr
│   │   ├── Inquery.cpp
│   │   ├── Inquery.exe
│   │   ├── Inquery.res
│   │   ├── ok.bmp
│   │   ├── ProjectGroup1.bpg
│   │   ├── result.cpp
│   │   ├── result.dfm
│   │   ├── result.h
│   │   └── SWEEP.bmp
│   └── 程序说明.txt
└── 菜单及工具栏详细说明.doc

21 directories, 290 files

标签:

实例下载地址

C++ Builder项目开发实践(光盘、源代码、源码)

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警