搜索资源列表
SOCKET服务器(队列算法)
- SOCKET服务器,支持多客户端,含协议判断处理. 每个客户端有独立的数据队列做BUFFER, 采用异步SOCKET方式接收数据. 传上来换点分!对初学都应该还算是比较全面的.含全部源代码.
C++_code
- 提供了很多的C和C++初学时的例子,是很好的学校材料
(c)StudentInformationSystem
- 纯C语言实现的小型学生信息管理系统。不管是初学C还是很久不用C的人来说,不能不算是一补充。-Pure C language to achieve a small student information management system. Whether beginner C or C a long time for those who do not can not but be regarded as a supplement.
UNIX(C)
- linux下的c 语言编程指南,对于初学linux编程的人很有帮助-c under linux programming guide for people learning linux programming helpful
DAQ-C
- C语言数据采集系统,对初学数据采集的朋友有帮助。-C language data acquisition system, data collection for beginners a friend help.
C语言经典100例
- 100个例子,100个说明,帮助初学的你很快明白算法和规范应用(100 examples, 100 instructions to help beginners, you quickly understand algorithms and specification applications)
C++GUI Qt 4编程(第二版)源代码
- 这是“C++ GUI Qt 4编程(第二版)”书中的源代码,搭配《C++ GUI Qt 4编程》这本书学习,对初学Qt的学者帮助很大。分享给大家,欢迎有意向的朋友下载学习。
C++初学教程(代码呈现)
- 这个里面是vc++开始到指针的教程代码示例,初学者可以拿去看下,很有帮助(This is the beginning of the vc++ pointer to the tutorial code examples, beginners can take to see, very helpful)
C#入门必看的实例程序100个
- C#入门必看的实例程序100个经典案例,对初学c#的各位相信会有助益(C# entry must see examples of procedures, 100 classic cases, for beginners c# you believe it will help)
[初学Visual.C#.2010代码]
- 初学者Visual C#教程,对初学者有所帮助(Beginners Visual C# tutorial, helpful for beginners)
漂亮菜单C++
- 小程序,适合初学MFC的同学学习,一步一步看,框架很详细(Small program, suitable for first learning MFC)
单片机C语言程序设计实训100例
- 电路的连接图,程序都有注释,仿真平台protues,适合初学的人(The connection diagram of the circuit, the program has the annotation, the simulation platform Protues, suitable for the first student)
C#入门经典教程
- 从入门到精通,是初学都必备的开发资料,此学习资料比较适合刚开始接触C#的开发者。(From the beginning to the master, is the necessary development materials for the first study.)
C语言例程
- 以一个水仙花的程序展示c语言基本用法,这是c语言初学者一个很好的例程,初次之外,初学C语言可以仿照标准库中的函数自己编写同样功能的函数,这样能够很好的锻炼自己的逻辑思维能力,提升C语言的编程能力,c语言发明人编写的那本C语言书籍中基本上都是以库函数为例讲述C语言的用法和规则。(Use a narcissus program to show the basic usage of the C language.)
C经典问题
- 文章中包含了C语言初学者需要了解和注意到的问题,希望通过自己的学习过程给初学者一些帮助。(The article contains the problems that the C language beginners need to know and pay attention to, and hope to help the beginners through their own learning process.)
C语言函数的嵌套调用
- 初学C的一些数据类型知识,为初识C语言的学习朋友提供便利。(Beginner C some of the data types of knowledge, to provide convenience for the first C language learning friends.)
C语言中计算两数之和
- 初学C的一些数据类型知识,为初识C语言的学习朋友提供便利。(Beginner C some of the data types of knowledge, to provide convenience for the first C language learning friends.)
贪吃蛇C#
- 初学C# 自己用C#语言写的一个 贪吃蛇 鼠标控制 键盘控制(Curable snake mouse control keyboard control)
一站式学习C编程
- 第一遍: 看完宋劲杉的《一站式学习C编程》的前两部分,1-27章。 对编程有个初步的感觉,知道什么是编译,什么是汇编,什么是连接。 会用命令行编译,调试,运行程序。(First time: After reading Song Jinshan's first two parts of one-stop learning C programming, the 1-27 chapter. It has a preliminary sense of programming, knowing
D2Q9模型顶盖驱动流C语言程序
- 《格子Boltzmann方法的理论与应用》附录里的C++程序转换为C程序,供初学LBM批评指正