Welcome![Sign In][Sign Up]
Location:
Search - address book in c language

Search list

[VC/MFCC++ Tutorial, in Beginning Visual C++ 6

Description: Welcome to the Wrox Press C++ tutorial "I hope you'll enjoy reading this tutorial with your portable, your work, or your home PC. It's a perfect companion to the Introduction to Visual C++ 6.0 Standard Edition manual and is a proven aid to understanding the C++ language. The material in this tutorial is adapted from my book Beginning Visual C++ 6.0, to provide you with a thorough grounding in 'pure' C++. I've been careful to address the new standards in C++ laid out by the ANSI and ISO committees and I encourage you to adopt these conventions so that your programs are maintainable for years to come. There's plenty of code in this tutorial, which you can cut and paste from the help viewer and is also available for download from the Wrox Press web site. We've tested this code extensively, but if you do encounter a problem, try visiting the web site, which will list any errata that may have been spotted since publication of this document. Also, remember that your suggestions for improving the text are very welcome - use the web site to give us your feedback. We try to keep all Wrox tutorials error free and appreciate your help in sustaining our high standards." Ivor Horton
Platform: | Size: 1203033 | Author: fridayya | Hits:

[VC/MFCBeginning.VCPP6-Guapo

Description: Welcome to the Wrox Press C++ tutorial "I hope you ll enjoy reading this tutorial with your portable, your work, or your home PC. It s a perfect companion to the Introduction to Visual C++ 6.0 Standard Edition manual and is a proven aid to understanding the C++ language. The material in this tutorial is adapted from my book Beginning Visual C++ 6.0, to provide you with a thorough grounding in pure C++. I ve been careful to address the new standards in C++ laid out by the ANSI and ISO committees and I encourage you to adopt these conventions so that your programs are maintainable for years to come. -Welcome to the Wrox Press C++ Tutorial I hope you ll enjoy reading this tutorial with your portable, your work, or your home PC. It sa perfect companion to the Introduction to Visual C++ 6.0 Standard Edition manual and is a proven aid to understanding the C++ language. The material in this tutorial is adapted from my book Beginning Visual C++ 6.0, to provide you with a thorough grounding in pure C++. I ve been careful to address the new standards in C++ laid out by the ANSI and ISO committees and I encourage you to adopt these conventions so that your programs are maintainable for years to come.
Platform: | Size: 1205248 | Author: 藕太黑 | Hits:

[Home Personal applicationAddressBook

Description: C++通讯录的源代码,能实现查询纪录,显示纪录,从文本或标准输入流中加载纪录等功能-C++ Address book source code, to achieve query records, show records, from the text or standard input stream to load the record and other functions
Platform: | Size: 2048 | Author: 小城 | Hits:

[Data structsAddressbook

Description: 用C语言编写的通讯录。实现个人信息的输入、删除、插入、保存、读入、显示、查找、按名查找、复制、排序等功能。个人信息包括:姓名、单位、电话号码、Email以及通信地址。利用这个程序可以方便的存储通讯信息,也容易进行查找,是个实用的工具。-Using C language address book. Realize personal information input, delete, insert, save, read, display, find, by name to find, copy, sort functions. Personal information includes: name, unit, telephone number, Email and postal address. Take advantage of this program can facilitate communication and information storage, but also easy to find, is a useful tool.
Platform: | Size: 1024 | Author: ciey | Hits:

[Data structstongxunlu

Description: c语言版通讯录(数据结构:链表)实现的功能有增加、删除、修改、查询等,功能比较基本,有兴趣的同学可以修饰修饰。-c language version of Address Book (data structure: List) to achieve the function to add, delete, modify, query and so on, the basic functions, interested students can be modified modified.
Platform: | Size: 18432 | Author: 伍衡 | Hits:

[MiddleWaremain

Description: c语言实现通讯录功能: 1、 数据入录――按顺序入录学生成绩 2、 插入记录――在一个特定序号处插入一条记录 3、 删除记录――删除特定记录 4、 修改记录――修改特定记录 -c language realize Address Book features: 1, data entry was recorded- in order to student achievement were recorded 2, insert the record- in a specific serial number 3, insert a record, delete record- delete a specific record of 4, to amend records-- modify a specific record
Platform: | Size: 3072 | Author: lilei | Hits:

[VC/MFCb

Description: 用C语言实现通讯录管理程序,希望对喜欢编程的同学有所启发-Address Book using C language realization of management procedures, in the hope that students like to be a source of inspiration Programming
Platform: | Size: 37888 | Author: 迟运广 | Hits:

[Othertongxunlu

Description: C语言编写的通讯录 1.问题分析和任务定义:根据设计题目的要求,充分地分析和理解问题,明确问题要求做什么,(而不是怎么做)限制条件是什么。 2.概要设计:对问题描述中涉及的操作对象确定相应的数据类型,定义主程序模块和各抽象数据类型。逻辑设计的结果应写出主模块的算法,并画出模块程序流程图; 3.详细设计:写出伪码算法。在这个过程中,要综合考虑系统功能,使得系统结构清晰、合理、简单和易于调试, 4.程序编码:把详细设计的结果进一步求精为程序设计语言程序。同时加入一些注解和断言,使程序中逻辑概念清楚; 5.程序调试与测试:采用自底向上,分模块进行,即先调试低层函数。能够熟练掌握调试工具的各种功能,设计测试数据确定疑点,通过修改程序来证实它或绕过它。调试正确后,认真整理源程序及其注释,形成格式和风格良好的源程序清单和结果; 6.结果分析:程序运行结果包括正确的输入及其输出结果 -Address book written in C language
Platform: | Size: 3072 | Author: qiuwenqi | Hits:

[CSharpPro.LINQ.Object.Relational.Mapping.in.C.Sharp

Description: Working as an architect and consultant, I have noticed a severe dearth in the .NET community when it comes to the finer points of using design patterns to build data access layers. The Java camp has followed the patterns = reuse mantra for a long time, but the .NET side of the house is just starting to move in that direction. After scouring the Internet and bookstores, I have been shocked at how few books address using object-relational mapping patterns with .NET. The idea for this book has been in the back of my mind for a while, but I was always hesitant because of the deficiency in the native Microsoft tools. Now, with the Language-Integrated Query (LINQ) suite and the ADO.NET Entity Framework (EF), the object-relational mapping pattern can finally be realized in the .NET space. Although there are numerous books about LINQ, this book goes further and ties together the use of ORM design patterns with LINQ and Visual Studio. include source code.
Platform: | Size: 6531072 | Author: | Hits:

[Windows DevelopUnicodeToPinYin

Description: c语言编写的小程序,能实现将输入的汉字转化为拼音字母。能在通讯录输入中将记录(姓名)的拼音首字母保存起来,用于拼音首字母的查询。-small program written in c language, It is able to input Chinese characters into phonetic alphabets. Input will be recorded in address book (name) saved the first letter of the alphabet for spelling the first letter of the query.
Platform: | Size: 442368 | Author: 徐武 | Hits:

[Data structsAddressBook

Description: 数据结构用C语言编写通讯录管理系统任务:通过此系统可以实现如下功能..录入:录入新的通讯信息(包括姓名、通讯地址、邮编、联系电话)查询:可按照姓名进行查询相关信息修改:可修改相关信息-Data structure book using C language task management system: This system can be achieved through the following functions .. entry: entry of new communications and information (including name, address, zip code, telephone number) query: the query in accordance with the relevant information changes name : relevant information can be modified
Platform: | Size: 1024 | Author: nanli_cn | Hits:

[assembly languagePC_Assembly_Language_Paul_A_Carter_2006-book

Description: PC Assembly Language Paul A. Carter July 23, 2006 The purpose of this book is to give the reader a better understanding of how computers really work at a lower level. By gaining a deeper understanding of how computers work, the reader can often be much more productive developing software in higher level languages such as C and C++. Learning to program in assembly language is an excellent way to achieve this goal. Other PC assembly language books still teach how to program the 8086 processor that the original PC used in 1981! The 8086 processor only supported real mode. In this mode, any program may address any memory or device in the computer. This book discusses how to program the 80386 and later processors in protected mode (the mode that Windows and Linux runs in).-PC Assembly Language Paul A. Carter July 23, 2006 The purpose of this book is to give the reader a better understanding of how computers really work at a lower level. By gaining a deeper understanding of how computers work, the reader can often be much more productive developing software in higher level languages such as C and C++. Learning to program in assembly language is an excellent way to achieve this goal. Other PC assembly language books still teach how to program the 8086 processor that the original PC used in 1981! The 8086 processor only supported real mode. In this mode, any program may address any memory or device in the computer. This book discusses how to program the 80386 and later processors in protected mode (the mode that Windows and Linux runs in).
Platform: | Size: 713728 | Author: zeka.fl | Hits:

[Education soft systemxstxl

Description: 用C++语言开发的学生通讯录系统,经过了整理,内容比较详尽-In C++ language development of students address book system, after finishing, a more detailed content
Platform: | Size: 3386368 | Author: GJ | Hits:

[Othersdw

Description: 这是用C语言实现的通讯录程序,比较适合初学者学习。-This is the address book in C language program, suitable for beginners to learn.
Platform: | Size: 1024 | Author: 丹菊 | Hits:

[Windows DevelopC-Language-Address-Book

Description: C语言编写的通讯录,适合初学者学习,可以更加深刻的理解C语言的奥妙!-Address book, written in C, suitable for beginners to learn, more profound understanding of the subtleties of the C language!
Platform: | Size: 11264 | Author: 陈韬 | Hits:

[Windows DevelopCourse-design-of-C-Address-Book

Description: C语言编写的通讯录,是我做的大一C语言的课程设计,比较简单。主要功能包括:显示、添加、查询、修改、删除通讯录信息等。word中附录是源代码,测试部分删掉了部分截图,因为涉及到个人信息。-Address book, written in C, I do freshman C language curriculum design, is relatively simple. The main features include: display, add, query, modify, delete communication Recorded information. The word in the Appendix is the source code, test part of the deleted part of the screenshot, because it involves personal information.
Platform: | Size: 117760 | Author: 叶倾 | Hits:

[Special EffectsAddress-Book

Description: C语言写的一个图形界面的通信录设计,VC++下运行-A graphical interface written in C language address book design, VC++, running under
Platform: | Size: 2411520 | Author: 夏羽 | Hits:

[Otheraddress-book-management-program

Description: 这是用C语言实现的一个简易通讯录管理系统,数据结构是用链表实现的,能够实现各种查询,修改,增删操作,还能够保存文件。非常适合C语言初学者参考学习-This is a simple address book management system implemented in C language data structure linked list, to various queries, modify, add or delete operation, and also be able to save the file. Ideal for the C language reference for beginners learning
Platform: | Size: 133120 | Author: 唐文 | Hits:

[e-languageyuandaima2

Description: 通过C语言编写程序,实现简单的通讯录的功能。(The functions of simple address book can be realized through programming in C language.)
Platform: | Size: 10240 | Author: 初末 | Hits:

[Windows DevelopPhoneBook150601Z27

Description: 模拟自己手机通讯录,做一个用 C 语言实现的具有类似功能的程序,以管理本班同学通讯录。可以通讯录进行添加、修改、删除、查找、显示、读写文件等操作(Simulate your mobile phone address book, do a similar function program implemented in C language to manage your classmates' address book. Can register, add, modify, delete, find, display, read and write documents and other operations.)
Platform: | Size: 400384 | Author: 这个GG不太冷 | Hits:
« 12 3 »

CodeBus www.codebus.net