// BTree.cpp : Defines the entry point for the console application. /* 作者:成晓旭 时间:2001年7月2日(9:00:00-14:00:00) 内容:完成二叉树的创建、前序遍历、中序遍历、后序遍历 时间:2001年7月2日(14:00:00-16:00:00) 内容:完成二叉树的叶子节点访问,交换左、右孩子 */ #include "stdafx.h" #include "stdlib.h" #defin e MAX_N
1,calc2.zipA very Simple Calculator, i made this to learn VB. Nothing special, though worth giving a look.2,Callbacks.zipIt is nice little application, which demonstrates WinAPI Callbacks. It hides and restors all Yahoo c hatting window in a single
SY301 clear all m=[-5.0,-3.0,1.0,2.0,2.5,3.0,5.0]; for x=m if x=0&x<5&x~=2&x~=3 y2=x^2-5*x+6; disp(['y= ',num2str(y2)]) else y3=x^2-x-1; disp(['y= ',num2str(y3)]) end
《游戏开发中应用的数学和物理入门教程》,英文名《Beginning Math and Physics For Game Programmers》,作者 Wendy Stahler,大小 45 Mb,本书是为英文版。内容预览: Whether you're a hobbyist or a budding game design pro, your objective is probably the same: To create the coolest games possible using
Android 应用程序开发教程 Copyright Preface Part 1: Development Kit Walk-Through Chapter 1. Getting to Know Android Section 1.1. Why Android? Section 1.2. The Open Handset Alliance Section 1.3. The Android Execution Environment Section 1.4. Components of an
excel中应用vba的实例(点击一个按钮就将e盘目录打印出来) 具体代码: Private Sub CommandButton1_Click() Dim i%, strFileName$, strDirectory$ i = 3 '从第3行开始 strDirectory = "E:\" strFileName = Dir(strDirectory, vbDirectory) Do While strFileName "" If strFileName "." And strFileNam
C#应用程序判断是否闰年 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace WindowsApplication1 { public partial class Form1 : Form { pub
If you know HTML, CSS, and Javascr ipt, you already have the tools you need to develop Android applications. This hands-on book shows you how to use these open source web standards to design and build apps that can be adapted for any Android device