-
MasterPageSrc
Master Pages and Factory Pattern
- 2009-06-21 00:55:32下载
- 积分:1
-
Computer-graphics-with-OpenGL-
计算机图形学(第四版)(英文版)源码。作 者:(美)赫恩。本书是一本内容丰富、取材新颖的计算机图形学著作,在前一版的基础上进行了全面扩充,增加了许多新的内容,覆盖了近年来计算机图形学的最新发展和成就。全书层次分明、重点突出,并附有使用OpenGL编写的大量程序及各种效果图,是一本难得的优秀教材。全书共分为24章及3个附录,全面系统地讲解了计算机图形学的基本概念和相关技术。作者首先对计算机图形学进行综述;然后讲解二维图形的对象表示、算法及应用,三维图形的相关技术、建模和变换等;接着介绍光照模型、颜色模型和动画技术。本书还新增了有关分层建模与动画的介绍,OpenGL的全面介绍;最后的附录给出了计算机图形学中用到的基本数学概念、图形文件格式及OpenGL的相关内容等。
(Computer graphics with OpenGL (Fourth Edition) (English version), source code. Author: Donald Hearn. )
- 2020-11-17 22:19:39下载
- 积分:1
-
switch_ky_tu
说明: code nay dung de dem ky tu, toi moi hoc code
- 2020-06-18 08:00:02下载
- 积分:1
-
shellicon_demo
从windows程序种查找图标资源,提取图标。(Find the icon resource the windows program, extract the icon.)
- 2017-03-14 01:36:13下载
- 积分:1
-
大作业
说明: 基于simulink,对二进制基带信号使用bpsk调制解调,进行仿真与性能分析.(the simulink of bpsk)
- 2020-06-10 18:44:27下载
- 积分:1
-
Matlab_analyse_traffic_jam_status
根据深圳市出租车GPS数据所提供的信息,针对交通出行数据的空间分布特征,选取了4月18号这天的全天数据出租车载客后的行驶数据, 利用mtalab对数据的处理,筛选出出租车的起始点及拥堵的时段的行驶数据并通过kmeans聚类分析设定拥堵的标准,得到对于出租车在路段上的车速在小于2.15公里/小时的时候可以认为非常拥堵,拥堵的时段 5:00-7:00,12:00-14:00,19:00-21:00,非常拥堵的时间段为5:00-7:00,19:00-21:00。(analyse traffic jam status of the shenzhen city)
- 2013-08-02 18:10:32下载
- 积分:1
-
Matlab_picture_tools_introduction
matlab图像处理命令详细说明(中文版)
省去了看英文帮助文件的烦恼(Matlab image processing orders detailed description (Chinese version) save a document of English to help the trouble)
- 2006-06-01 10:01:32下载
- 积分:1
-
ReverseSubstring
Problem Statement
You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input.
Definition
Class: ReverseSubstring
Method: findReversed
Parameters: string
Returns: string
Method signature: string findReversed(string input)
(be sure your method is public)
Notes
The substring and its reversal may overlap partially or completely.
The entire original string is itself a valid substring (see example 4).
Constraints
input will contain between 1 and 50 characters, inclusive.
Each character of input will be an uppercase letter ( A - Z ).
Examples
0)
"XBCDEFYWFEDCBZ"
Returns: "BCDEF"
We see that the reverse of BCDEF is FEDCB, which appears later in the string.
1)(Problem Statement You are given a string in put. You are to find the longest substring of proficient ut such that the reversal of the substring is als o a substring of input. In case of a tie. return the string that occurs earliest in input . Definition Class : ReverseSubstring Method : findReversed Parameters : string Returns : Method signature string : string findReversed (string input) (be sure yo ur method is public) The Notes and its substring reversal may overlap partially or completely. The entire original string is itself a valid sub string (see example 4). Constraints will input contain between 1 and 50 characters, inclusive. Each character of input will be an up percase letter (A-Z). Examples 0) "XBCDEFYWFE DCBZ "Returns : "BCDEF" We see the reverse of that is)
- 2007-04-08 00:00:21下载
- 积分:1
-
电梯调度
电梯调度算法实现,网页界面演示。5台电梯的调度,内调度采用look算法,外调度采用优先级调度(Implementation of Elevator Scheduling Algorithms and Demonstration of Web Interface)
- 2020-06-20 13:20:01下载
- 积分:1
-
Python逆向最大匹配实现-代码-文档-截图等
对于文本进行自然语言处理,中文分词。北邮计算机院NLP课的作业。(This is a homework for BUPT student, implementing the word segment of natural language processing.)
- 2018-05-13 10:04:44下载
- 积分:1