搜索资源列表
HeadFirstDesignPatternsInCSharp
- 关于设计模式的权威著作 head first中的源代码, 用C#实现, 但对其它语言使用者也不会产生理解困难, 非常值得一看
学籍管理系统C语言版
- 学籍管理系统!利用C语言实现! 在构思基本模块时,订立了“读取文件到内存形成链表,对链表的操作,将内存的链表内容保存到文件”三大基本块。 读取文件:在main函数里完成。原理是,先检查文件指针是否在末尾,若否,则在内存开辟一个单位长度,在文件中读取单位长度数据入该空间中,并彼此构成链表。采取带参数的主函数,以保证保存文件的多样性。 对链表的操作:可分为插入(建立),删除,查找,修改,排序。五大基本功能。分别用五个函数完成。这里不一一描述。其中,删除,查找,修改都是要用到查找一个数据的操作。所以,
HeadFirstCsharp.zip
- C#书籍 Head First C# 中文版,C# books Head First C# Chinese version
a-day-at-race
- Head first c#这本书的lab 1:赛狗日-Head first c# book the lab: greyhound Day
HeadFirstCsharpCode
- Head First C# Source code [2007-11] Head First C# is a complete learning experience for object-oriented programming, C#, and the Visual Studio IDE. Built for your brain, this book covers C# 3.0 and Visual Studio 2008, and teaches everything from la
HeadFirstC
- Head First C#设计说明以及源代码,真的不错-Head First C# design notes, and source code, really good
HeadFirstDesignPatternsInCSharp
- 《Head First C#》是学习面向对象编程、C#和Visual Studio IDE的绝佳途径。这本书是针对你的大脑特别制作的,涵盖C#3.0和Visual Studi0 2008,讲授了从垃圾回收到扩展方法以至双缓冲动画等多方面知识。你还将掌握C#的最的热门语法LINQ,可以用来查询.NET集合、SQL数据库等不同来源的数据。读完这本书,你将成为一名水平高超的C#程序员,完全有能力设计和开发大型应用。 这里提供C#版本代码!-" Head First C#" is to
RacesExample
- 深入浅出C# Head First C# lab 1 A Day at the Races代码-lab 1 A Day at the Races from Head First C#
BeehiveManagementSystem
- 深入浅出C# Head First C# 第六章BeehiveManagementSystem实验-BeehiveManagementSystem from Head First C# chapter6
A-Day-at-the-Race
- 开发环境为VS2010.是head first C#中的一个实例,headfirstlab网站不提供次程序的源码,故上传了自行编写的源码,望采纳。-Just a game.
Head-First-MFC
- 本书分为四大篇。第一篇提出学习MFC程序设计之前的必要基础,包括Widnows程序的基本观念以及C++的高阶议题。“学前基础”是相当主观的认定,不过,甚于我个人的学习经验以及教学经验,我的挑选应该颇具说服力。第二篇介绍Visual C++整合环境开发工具。本篇只不过是提纲挈领而已,并不企图取代 Visual C++使用手册。然而对于软件使用的老手,此篇或已足以让您掌握Visual C++整合环境。工具的使用虽然谈不上学问,但在视觉化软件开发过程中扮演极重角色,切莫小觑它。 第三篇介绍ap
head-first-c-sharp-lab-2-the-queue
- Head first first 这本书的Lab 2:TheQueue的源码!-Head first the first book Lab 2: TheQueue source!
saigouri
- Head First C# 书上的教程- Head First C# code
WPF
- 这些程序是《Head First C#》这本书的中所讲的所有教学项目程序的WPF(WindowsPresentationFoundation)版本代码,为那些没有Windows 8的人准备的学习参考,作为比较或纠错用。-These are the code for all of the projects in the book Head First C#. WPF version, for those whose operating system isn t windows 8.
jian-kang-xing-ju-hui
- 这是head first C#中的健康型聚会,我把它编写出来,方便大家学习,共同进步-This is the head first C# health gathering, I write it to facilitate learning, common progress
argementmeta_programming
- head first C# lab2 冒险游戏的源代码,攻击行为的代码做的较简单-Head first lab2 adventure game source code, c# attack code is relatively simple
pmk
- head first C# 中的钓鱼小游戏源码,-Head first fishing game source code in c#,
Head First C#(第2版)
- pdf高清文档,仅供初学者学习。内容比较有趣,易懂。(pdf HD documents, for beginners to learn. The content is interesting and easy to understand.)
head first C# 赛狗日实验
- head first C#中赛狗日实验完整源代码以及可执行文件,一款有意思的小游戏!!
dog racing
- head first C# 赛狗日实验可执行文件以及源代码(head first C# dog racing day ,games)