Visual C 语言Hello程序资源说明
hello program! visual C-program hello! Visual C
本专区汇聚了各类基于 教学示例 开发的源码资源,共计 74 篇资源供开发者免费下载学习。
hello program! visual C-program hello! Visual C
老师上课演示的在Linux上运行的网络聊天小程序,很有启发.-Teacher demonstration in Linux running on the network chat
this a simple source code-this is a simple source code
应用背景这只是一个小游戏编程代码,我的学生写的作业。我教他们一步一步。首先如何捕获键盘按键组合。后来游戏算法。关键技术游戏编程,其中大部分是很简单的,因为我试着教他们很基本的,因为
本事例是一个聊天程序,包括服务器和客户段代码,可以实现简单聊天。-This example is a chat program, including server and clie
com.bruceeckel.* for TIJ3
我做的第一个学生管理系统-of a student management system
MantisChess1.0 ,为了清晰而改用Win32 SDK代码,抛开了MFC和多线程,抛开一切附加功能.-MantisChess1.0, in order to clear
用vb.net编写的网络聊天程序-using vb.net prepared by the network chat program
网上书店 学习jsp时老师给的例子。使用Modle1模式。-online bookstore when teachers learn to jsp example. Modle1
一个计算器程序,利用了编译原理的知识,可以用来作为一个例子,学习编译原理-a calculator procedure, and use of compiler theory of
(1) 程序功能:设计一个用来描述汽车的类,使用类的非静态成员变量来表示汽车的车主姓名、当前的速率和当前方向盘的转向角度,使用类的非静态成员方法来表示改变汽车的速率和停车两个操作。