搜索资源列表
Tanmingjin_C_Programming_Language_design_example.r
- 谭明金编写的《C语言程序设计实例精粹》一书的全部源码,学习C语言的同志可以参考参考!-Tan Ming Kim prepared by the " C Programming Language design example the essence of the" one book all the source code to learn C language can refer to refer to the comrades!
csharpdim
- C#源码,数据库应用,点名程序 C#点名程序,也可当作是一个随机摇号或幸运抽奖程序,可以帮助老师在课堂上进行随机点名,实例采用Visual Studio 2008作为开发工具,采用C#开发。为了简单数据存储采用文件的形式。在系统的bin目录下用lottery.asf存放学生的信息。lottery.asf是Access数据库,为了安全改名为lottery.asf。通过参与此系统的开发,读者可以了解信息管理系统的需求分析、设计和实现的完整过程,掌握Access数据库的基本管理方法、常用SQL
calculator
- 逆波兰法计算器,c语言程序设计实践源码,很经典-Reverse Polish calculator, the C programming source code
Tetris-game
- 俄罗斯方块游戏(C语言),包括:功能模块设计、 数据结构设计、程序实现以及源码分析。-Tetris game (C language), including: functional module design, data structure design, program implementation and source code analysis.
PCF8591(2)
- PCF8591源码。51单片机使用程序,原于C语言程序设计-PCF8591 source. 51 single-use program, the original program design in C language
20160819_CRC_test
- 用VS2010开发包装的CRC8、CRC16和CRC32的整合计算程序包,压缩包是工程。实际使用的时候就用里面的crclib.cpp和crclib.h就可以了,而且本程采用兼容C语言的序设计,并支持32位、16位和8位单片机,只需要更改有关宏定义就可以方便移植,真正高质量最全面的CRC计算程序源码。-With VS2010 development and packaging of CRC8, CRC16 and CRC32 integration of computing package, co
C++语言程序设计
- 一份全套的c++学习教程,不但有学习资料,而且还有源码可供学习。(A full set of c++ learning courses, not only have learning materials, but also source code for learning.)
198个经典C#WinForm实例源码(超赞)
- c#基础学习实例,C# 是一种面向对象的编程语言。在面向对象的程序设计方法中,程序由各种相互交互的对象组成。相同种类的对象通常具有相同的类型,或者说,是在相同的 class 中。(C# basic learning example, C# is an object oriented programming language. In the object oriented programming method, the program consists of various interacted
c++清华源码
- c++语言程序设计课程源码 包括实验与例题的代码 都已调试