搜索资源列表
zlib-1.2.2
- zlib 1.2.2 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt (zlib format), r
vcmatlab7src
- MATLAB Compiler 是MATLAB自带的一个编译器,它能将m文件转化成 C、C++或p等各种类型的源代码,并根据需要生成可执行文件、lib文件(库文件)、dll文件或S函数文件等。MATLAB 6.5 使用的编译器包括了MATLAB 的C\\C++数学库函数以及图形库。动态链接库(dll)是编写软件中常用的一种技术,MATLAB提供了将M文件编制成dll文件的方法,本文就介绍如何在MATLAB6.5中将m文件z转化成dll文件,然后在VC中调用该dll文件。 -MATLAB Co
mason
- MASON代表多主体邻里或网络仿真(Multi-Agent Simulator of Neighborhoods or Networks)。它是乔治梅森大学用Java开发的离散事件多主体仿真核心库,具有快速、灵活和便携的特点。它本身支持轻量级的模拟需求,自含模型可以嵌入到其他Java应用当中,还可以选择2D和3D图形显示。-represent more or main Neighborhood Network Simulation (Multi-Agent Simulat or of Neigh
8puzzle
- solve the 8-puzzle problem using A* algorithm. Definitely written by my self, also include BGI graphics library output.-solve the 8-puzzle problem using A * algori thm. Definitely written by my self. NBS also include graphics library output.
library1
- The MATLAB C/C++ Graphics Library is a collection of MATLAB graphics routines distributed as a single library.
horse
- 使用turbo C的图形图像库 编写的马踏棋盘的程序 使用回溯法实现-Using turbo C graphics image library board to prepare a horse riding programs to achieve the use of backtracking
MCU_1852
- Matlab下的EEG处理程序库,例程丰富,讲解清晰,医学图像图形处理必备-EEG processing under Matlab library routines rich, clear explanation, the medical image and graphics processing necessary
C7_TREE2
- 用C代码实现二叉树的三种遍历,其中用到图形库-C code implementation with three kinds of binary tree traversal, which use graphics library
C8
- 用C代码模拟操作系统的进程调度,其中用到图形库-With C code simulation of the operating system process scheduling, which uses graphics library
c7_Dblink
- 用C代码实现双向链表的模拟显示,其中用到图形库-Two-way linked with C code simulation shows, which use graphics library
matlabchengxuku
- MATLAB实用程序库1-32是:图形应用篇 33-66是:界面设计篇 67-84是:图形处理篇 85-100是:数值分析篇 -1-32 is a MATLAB utility library: articles 33-66 is a graphics application: interface design articles 67-84 is: is the graphics chapter 85-100: Numerical Analysis Section
program-design
- MATLAB作为一种广泛应用于科学计算的工具软件,不仅具有强大的数值计算、符号计算、矩阵运算的能力和丰富的绘图功能,还可以像C语言、FORTRAN等计算机高级语言一样进行程序设计,编写扩展名为.m的M文件,实现各种复杂的运算,同时MATLAB自带的许多函数就是M文件函数,用户也可以利用M文件来生成和扩充自己的函数库。-MATLAB as a widely used in scientific computing tools, not only has the great numerical ca
matlab-cPP-plot-function-library
- Matlab C++ 扩展图形函数,用于方在C++环境中绘图。-The extended graphics function in Matlab C++ for drawing side C++ environment.
Tetris-game
- 基于图形库文件的俄罗斯方块游戏(C语言编写)可运行-Graphics-based Tetris game library file (C language) can be run
D1Q3_QM_simple
- The following example lattice Boltzmann codes. The codes use my graphics library. You are welcome to download them for research and teaching purposes. A simple one dimensional lattice Boltzmann method to solve the time dependent Schroedinger equat
MatrixVB
- matrixVB是一个COM组件,它提供了大量的有效算法, 可以加强VB内建数学运算与图形展示功能。函数库的 功能大致可分为8大类(矩阵运算、运算符重载、图 形图像处理、最优化运算、多项式、信号处理、随机 与统计分析、控制系统),有关更详细的资料请参考 www.mathworks.com。-matrixVB is a COM component that provides a large number of efficient algorithms that can stre
Euler
- 通过欧拉操作来实现扫成的小程序,而且算法的思想很简单,只是需要用到实体建模中的名为翼边数据结构(又叫,半边数据结构)的东西,和一个欧拉公式。想学习实体建模的同学能够通过这个程序学到很多东西,对于那些想要交图形学课程的代码作业的同学来说,你也可以直接把这个交上去了吆,因为这个代码我已经测试过了,没有任何问题,可以直接运行。当然,最好你是为了学习需要,而不是为了直接down下来应付老师,而且前提是你要部署好OpenGl的库。-By Euler operations to achieve sweepi
MFC
- (1)定义一个抽象基类Shape,同它派生出5个类:圆、正方形、矩形、梯形、三角形。 (2)利用虚函数计算几种图形面积。 (3)演示构造函数、复制构造函数、析构函数的作用和调用顺序 (4)用类模板具体实现。 (5)利用MFC类库在图形用户界面上绘制及修改这些图形,采用对话框输入输出图形的基本属性,或者利用运算符重载输入输出图形的基本属性。 (6)用文件保存图形信息,且能够从文件中读取并作相应处理。 2)创新要求: 采用头文件与源文件分离的方法,多态性的实现多样化-d
body-control
- 主要是实现贪吃蛇的蛇身逐步运动,采用结构数组和结构指针,再用easyx图形库进行绘图。-to achieve the progressive movement, using an array of structures and structure pointer, then using easyx graphics library for drawing.
python核心编程(第二版)
- Python是纯粹的自由软件, 源代码和解释器CPython遵循 GPL(GNU General Public License)协议。Python语法简洁清晰,特色之一是强制用空白符(white space)作为语句缩进。 Python具有丰富和强大的库。它常被昵称为胶水语言,能够把用其他语言制作的各种模块(尤其是C/C++)很轻松地联结在一起。常见的一种应用情形是,使用Python快速生成程序的原型(有时甚至是程序的最终界面),然后对其中有特别要求的部分,用更合适的语言改写,比如3D游戏中的