登录
首页 » Visual C++ » C-Problem

C-Problem

于 2013-08-10 发布 文件大小:912KB
0 212
下载积分: 1 下载次数: 1

代码说明:

  经典的C语言问题。495个各种C问题与解决办法。可以很好的帮助你掌握c语言(The classic C language problems. 495 various C problems and solutions. Could very well help you to master the c language)

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

发表评论

0 个回复

  • HACKprogramming
    HACK编程精讲 黑客手册图书额 解压缩密码 www.xiakezhu.com 电子书密码:www.nohack.cn (HACK Programming Manual Book精讲hackers extract the amount of e-book password www.xiakezhu.com password: www.nohack.cn)
    2008-12-27 20:04:49下载
    积分:1
  • 36305972
    Visual C++实践与提高--网络编程篇(Visual C++ Practice and improve- Network Programming articles)
    2008-01-25 17:24:56下载
    积分:1
  • studentsystem
    通过指定的的密码进入成绩管理系统. 该系统实现学员成绩管理,每个学员包括3门课的成绩,从键盘输入学员信息。 3、 包括学号、姓名、英语,C语言,数学三门课成绩,计算出学员的平均成绩,按照学员平均成绩由大到小排序。 4、 插入功能:在排序后的学员成绩表中插入一个学员的信息,要求插入后仍然保持成绩表有序。 删除功能:要求输入指定的学号,从学员信息表中删除该学员,删除后的成绩表保持有序 (1, by specifying a password to enter the results of the management system. 2, the performance management system training, each student, including three classes of results, students from the keyboard input information. 3, including the school number, name, English, C language, mathematics lesson three results to calculate the average student, average student performance in accordance with descending order. 4, insert the functions: students in sorting results after inserting a table of information students require to insert after the results remained orderly. Delete functions: the school designated for the importation of number, information from the students table to delete the participants, the results after the deletion of maintaining orderly)
    2009-06-02 13:15:46下载
    积分:1
  • CPP
    c++语言编程规范 书籍,希望能给大家带来些帮助吧(thanks )
    2011-12-27 21:27:46下载
    积分:1
  • waterprint
    关于图像水印,VC++语言运行程序,可以正常正常运行.希望有所帮助.
    2009-02-28 12:22:40下载
    积分:1
  • source
    说明:  这是书上的代码,visual C++编的,基于ObjectARX2004的任意复杂窗口裁剪技术,供大家参考(This is the book code, visual C++ Series, based on arbitrary ObjectARX2004 complex window cutting technology, for your reference)
    2008-11-09 15:51:52下载
    积分:1
  • socket_program_guide
    1.套接字编程原理 1.1 Client/server通信模型 1.2 Windows Sockets规范 1.3 套接字 1.3.1 套接字定义 1.3.2分类 1.3.3 套接字的作用 1.3.4端口与地址 1.3.5 套接口属性 2.基本的Windows Sockets API编程 2.1常用函数 2.2 TCP实例 2.3 UDP实例 2.4 Socket 通信阻塞的解决方法 3.MFC下的Socket编程的类 3.1 CAsyncSocket类 3.2 CSocket类 3.3 Windows Sockets:带存档的套接字的工作方式 3.4 流式套接字通信的操作顺序 3.5 使用 CAsyncSocket 类 3.6 从套接字类派生 3.7 套接字通知 3.8 一个使用CSocket类的网络通信实例 3.8.1 服务器端应用程序设计(ServerDemo) 3.8.2 客户端应用程序设计(项目名称ClientDemo) 4.套接字的托管实现 4.1 System::Net::Sockets 命名空间 4.2 实例:一个新邮件检查器 (1. Socket Programming Principle 1.1 Client/server communications model Soc Windows 1.2 kets norms 1.3 Socket socket definition 1.3.1 1.3.3 1.3.2 classification socket role 1.3.4 1.3.5 addresses and port interface attributes two sets. Basic programming Windows Sockets API function commonly used 2.1 2.2 2.3 TCP example UDP Socket Communications examples 2.4 blocked three solutions. MFC Socket Programming under the category of Class 3.2 3.1 CAsyncSocket CSocke t Windows Sockets 3.3 categories : filing with the way socket 340 socket communication flow sequence of operation to use 3.5 CAsyncSo cket category 3.6 derived from the socket type 3.8 3.7 socket notice the use of a network of CSocket Communication Liaison example 3.8.1 server application design (ServerDemo) 3.8.2 client Application D)
    2020-11-14 14:59:42下载
    积分:1
  • cplusplus
    东南大学,何洁月,c++,学习C++的基础教程,非常值得学习一下(Southeast University, Jie month, c++, Learning C++, basic tutorials, very worth learning about)
    2010-01-28 11:58:22下载
    积分:1
  • 1
    说明:  谭浩强 教材例题程序 每章节的都有(Hao Qiang Example process textbook chapters each have a)
    2009-03-06 22:06:10下载
    积分:1
  • ThinkingC++
    Thinking C++ 中文版,学习VC++的好书,用简单的例子和简练的叙述讲解C++编程,别具特色。 全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。 本书作为正式教材和自学用书均非常优秀,作为程序设计者的参考用书亦极为合适。(Thinking C++ Chinese version, learning VC++ The book, using simple examples and concise narrative on the C++ Programming distinctive. Book is divided into eighteen chapters, covering the evolution of object, data abstraction, hidden realize, initialization and removal, function overloading and default parameters, input and output streams, the constants, inline functions, named control, reference and copy constructor, operator overloading, dynamic object creation, inheritance and composition, polymorphism and virtual functions, templates, and package type containers, multiple inheritance, exception handling and run-time type identification. This book as an official self-study materials and books are very good, as a program designer reference books are also very suitable.)
    2008-08-08 09:32:45下载
    积分:1
  • 696516资源总数
  • 106752会员总数
  • 15今日下载