源地址:http://dev.gameres.com/Program/Abstract/Geometry.htm计算几何算法概览一、引言
计算机的出现使得很多原本十分繁琐的工作得以大幅度简化,但是也有一些在人们直观看来很容易的问题却需要拿出一套并不简单的通用解决方案,比如几何问题。作为计算机科学的....
分类:
其他好文 时间:
2014-05-27 00:44:18
阅读次数:
363
异常截图:附注:本人D:\Program Files (x86)\Microsoft Visual
Studio 11.0\ReportViewer
下只有Microsoft.ReportViewer.WebForms.dll和Microsoft.ReportViewer.WinForms.dll两...
分类:
其他好文 时间:
2014-05-24 07:17:34
阅读次数:
20278
Visual Studio的SDKVisual Studio
6.0自带的SDK是1998年的,目录为C:\Program Files\Microsoft Visual
Studio\VC98\,这里简记为VS6SDKDIR。以下为打开vc6菜单tools->options->directories...
分类:
其他好文 时间:
2014-05-19 18:21:14
阅读次数:
355
计算函数值题目:计算给定函数值要求:编制程序,计算下面函数值
其中,从键盘输入x,y,输出数据为a。输入输出时候都要求有提示信息。考查知识点:分支结构的应用。代码如下: 1 ; Example assembly
language program -- 2 ; Author: karllen 3 .....
分类:
编程语言 时间:
2014-05-19 16:11:03
阅读次数:
426
http://space.itpub.net/14466241/viewspace-624132示例代码如下:namespace
SampleListT{ class Program { static void Main(string[] args) { //using System...
分类:
其他好文 时间:
2014-05-19 13:28:56
阅读次数:
233
MySQL命令行导出数据库:1,进入MySQL目录下的bin文件夹:cd
MySQL中到bin文件夹的目录如我输入的命令行:cd C:\Program Files\MySQL\MySQL Server
4.1\bin(或者直接将windows的环境变量path中添加该目录)2,导出数据库:mysql...
分类:
数据库 时间:
2014-05-18 20:07:37
阅读次数:
422
//rbtree.h /* Red Black Trees (C) 1999 Andrea
Arcangeli This program is free software; you can redistribute it and/or modify
it under the terms of the...
分类:
系统相关 时间:
2014-05-18 01:05:37
阅读次数:
489
using System;using System.Collections.Generic;using
System.Linq;using System.Text;namespace 索引{ class Program { static void
Main(string[]...
分类:
其他好文 时间:
2014-05-17 20:10:36
阅读次数:
254
以下为置JAVA_HOME,CLASSPATH,PATH的目的: 1,设置JAVA_HOME:
一、为了方便引用,比如,你JDK安装在C:\Program Files\Java\jdk1.6.0目录里,则设置JAVA_HOME为该目录路径,
那么以后你要使用这个路径的时候, 只需输入%JAVA_HO...
分类:
编程语言 时间:
2014-05-17 19:20:06
阅读次数:
306
1 namespace ExtensionMethod 2 { 3 class Program 4 {
5 static void Main(string[] args) 6 { 7 //要求很简单,判断字符串是否长度大于三并...
分类:
其他好文 时间:
2014-05-17 18:25:24
阅读次数:
227