用JAVA做的一個手機上的計算器,程序的設計非常適合快速的輸入數字、輸入運算符號進行計算。同時還可以畫也2D、3D的函數圖像。
上傳時間: 2015-12-24
上傳用戶:66666
Directx8.0教程 第一章、準備就緒 第二章、繪制三角形 第三章、旋轉的立方體 第四章、全屏模式和深度緩沖 第五章、矩陣變換 第六章、紋理 第七章、燈光與材質 第八章、索引緩沖 第九章、有紋理的球體、圓柱體和錐體 第十章、載入模型 第十一章、3D中的2D 第十二章、鍵盤與鼠標輸入 第十三章、聲音和音樂
上傳時間: 2016-01-01
上傳用戶:450976175
本手冊包含如下內容 J2ME Web Services RPC (JSR 172) J2ME Web Services XML (JSR 172) Java APIs for Bluetooth (JSR 82) Location API (JSR 179) MID Profile 2.0 (JSR-118) Mobile Media API 1.1 (JSR-135) Mobile 3D Graphics API (JSR184) PDA Pim 1.0 (JSR 75) PDA FileConnection (JSR 75) J2ME Web Services RPC (JSR 172) Scalable 2D Vector Graphics API (JSR-226) SIP API (JSR 180) Wireless Messaging API 1.0 (JSR 120) WTK2.2 相關文檔 Nokia UI API 1.1
上傳時間: 2016-01-08
上傳用戶:GavinNeko
這是一個模擬第3類模式地震波的matlab腳本。 This a collection of Matlab scripts that solve the antiplane (mode III) earthquake dynamic problem with slip-weakening friction, on a 1D fault embedded in a 2D homogeneous elastic unbounded medium. The problem is formulated as a boundary integral equation and the elastodynamic kernels are analytically derived in the spectral domain (spatial wavenumber). The method is explained e.g. by Morrysey and Geubelle (1997), and has been improved and extensively used by Nadia Lapusta, Alain Cochard, etc.
標簽: collection antiplane scripts matlab
上傳時間: 2013-12-26
上傳用戶:遠遠ssad
分治法解決最近對問題 畫一條垂直線x=c,把這些給定點分為兩個包含n/2個點的子集S1和S2,使得n/2個點位于直線的左側或直線上,另外n/2個點位于直線的右側或直線上;遵循分治法的思想,遞歸地求出左子集S1和右子集S2中的最近對,分別為d1與d2;之后d=min{d1,d2}。合并過程:在以垂線x=c為對稱軸,2d為寬度的區域內求最近兩個點的距離,記為d3;求D=min{d,d3};
上傳時間: 2013-12-26
上傳用戶:源碼3
These Simulink blocks contain transfer functions that model the pressure and flow transients for axisymmetric 2D viscous flow of a compressible fluid in a straight rigid circular cross section pipelines. Three models are available: (1) pressures at the ends (2) flow rates at the ends (3) pressure at one end and flow rate at the other Filtering is incorporated to reduce numerical oscillation (Gibbs phenomenon). See J. Dyn. Systems, Meas. & Control vol 122 (2000) pp. 153-162.
標簽: transients functions Simulink transfer
上傳時間: 2014-01-22
上傳用戶:Shaikh
微電子方面,用于2d MOS晶體管器件結構建模。仿真軟件為pisces2。
上傳時間: 2014-01-07
上傳用戶:JIUSHICHEN
taflov所寫的關于FDTD書中的完整程序,包含有1D,2D,3D的完整例子,對初學者非常的有用。
上傳時間: 2014-12-22
上傳用戶:playboys0
Linux系統下的《紅色警戒》游戲,C++語言編寫,自帶2D游戲引擎,可以局域網聯網對戰,采用著名3D建模軟件Blender建模。
標簽: Linux
上傳時間: 2014-01-03
上傳用戶:stampede
When working with mathematical simulations or engineering problems, it is not unusual to handle curves that contains thousands of points. Usually, displaying all the points is not useful, a number of them will be rendered on the same pixel since the screen precision is finite. Hence, you use a lot of resource for nothing! This article presents a fast 2D-line approximation algorithm based on the Douglas-Peucker algorithm (see [1]), well-known in the cartography community. It computes a hull, scaled by a tolerance factor, around the curve by choosing a minimum of key points. This algorithm has several advantages: 這是一個基于Douglas-Peucker算法的二維估值算法。
標簽: mathematical engineering simulations problems
上傳時間: 2013-12-20
上傳用戶:changeboy