自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (19)
  • 收藏
  • 关注

转载 The Function Pointer Tutorials

1.  Introduction to Function Pointers   1.1  What is a Function Pointer ?   1.2  Introductory Example or How to Replace a Switch-StatementFunction Pointers provide some extreme

2014-02-28 10:56:00 724

原创 NURBS求取basis函数的代码

// NurbsBasis.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include #include using namespace std;int FindSpan(int n,int p,double u,double *U){    if (u == U[n+1]) return n;    in

2012-01-09 16:16:50 818

转载 用 Java3D 写游戏

2009-03-24 13:26:51|  分类: Java3D先介绍下相关的技术吧Java3D 作为 SUN 公司较早推出的一项 3D 技术,是一种高度封装的 API,构建在 OpenGL 和 Direct3D 之上,可以说是最有名的 Java 的 3D 技术。由于种种原因(A

2011-07-13 23:06:34 5887 5

原创 隐藏的线程实现2

//AutoHiddenFrame/* * To change this template, choose Tools | Templates * and open the template in the editor. */package autohiddenframe;import java.awt.BorderLayout; import java.awt.In

2011-06-25 02:11:00 1150

原创 隐藏的线程实现

Java实现QQ那样的自动隐藏其实也不是很难。主要思想就是检测窗口在屏幕上的位置。当窗口靠边的时候就重新设置窗口的位置。导包就省略了……public class AutoHideFrame extends JFrame implements Runnable, MouseListener {    private Thread thread = null;    private

2011-06-25 01:49:00 1077

原创 java Jfram自动隐藏

import java.awt.Point;import java.awt.Rectangle;import java.awt.event.ActionEvent;import java.awt.event.ActionListener;import javax.swing.JFrame;import javax.swing.Timer;public class

2011-06-25 01:38:00 941

原创 java悬浮窗效果

import   java.awt.*; import   java.awt.event.MouseEvent; import   javax.swing.JFrame; import   javax.swing.JLabel; import   javax.swing.event.MouseInputAdapter; public   class   UndecoratedFrame   ext

2011-06-20 03:19:00 4185

Hands-On Machine Learning with Scikit-Learn 3rd edition

Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems 3rd Edition Aurélien Géron (Author)

2023-11-27

Computer Vision Algorithm and Applications

我也没法子啊,没法设置到资源分为0。所以大家捐献点把 这本书是没有密码的完整版本哦

2018-02-04

research methods in biomechanics chapter 1 and 14

生物力学名著

2017-01-22

Mathematical Methods for Physicists 7th Edition

Mathematical Methods for Physicists 7th Edition by George B. Arfken, Hans J. Weber and Frank E. Harris

2016-01-23

Unity in Action: Multiplatform Game Development in C# with Unity 5

This is the most popular book for unity 3D development.

2015-12-30

Foundations of 3D Graphics Programming ALL

上次传的文件太小是因为中途死机了,这次把整个文件都上传给大家分享吧。

2014-02-28

servU的ID注册器

能用到最新版11.0.0.2去,亲自测试成功

2011-11-18

The Algorithm Design Manual

Skiena的经典算法书籍。这是最新版本的,赶紧下载吧

2011-08-28

Foundations of 3D Graphics Programming

经典教程,讲述了java 3d和JOGL两部分都有

2011-07-14

Mastering Regular Expressions 精通正则表达式 第三版

Mastering Regular Expressions 精通正则表达式 第三版 速度下载

2011-06-23

Core Java Foundation Classes (Core JFC), Second Edition

难得找到的经典书籍,不敢独享,速度下载吧。

2011-06-15

xml and java

java与xml联合开发的经典制品。包含使用说明,大家赶紧下载啊。

2011-06-14

Geometric modeling by Mortenson

国外关于CAD方面最经典的著作。有点贵哦。都出书到第N版本了

2011-05-01

The NURBS Book

NURBS经典教材,发明NURBS的人写的哦

2011-04-07

visual paradigm for uml下载

Visual Paradigm for UML (VP-UML)是一款功能强大、跨平台、使用最便捷、直观的UML建模和CASE工具,它可以整合在其他CASE工具或者其他IDE工具中,这种“一站购物式”的软件解决方案要远远优于常规的Model-Code-Deploy的开发进程。

2010-09-04

跟我一起学Visual Studio 2005:C#语法篇

Visual Studio 2005的学习捷径

2008-09-15

学用VC++对ActiveX开发

很好的一本书籍哦,是初学者必备工具,强烈建议下载哦,嘿嘿

2008-03-09

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除