Welcome![Sign In][Sign Up]
Location:
Search - EPS

Search list

[Windows DevelopXC164CM(EPS)

Description: 基于XC164CM的汽车电动助力转向系统(EPS).rar
Platform: | Size: 572815 | Author: lfw | Hits:

[Industry research16F73做的EPS

Description: 16F73做的EPS电路图
Platform: | Size: 33815 | Author: longnengjiang@163.com | Hits:

[Graph programepstool-3.05

Description: 一个关于EPS的库-a library of EPS
Platform: | Size: 344064 | Author: | Hits:

[2D Graphicpotrace-1.7.tar

Description: Potrace是一个位图图片的优化工具,它可以使其成为平滑,可自由缩放的图片。它输入的格式可以是PBM, PGM, PPM, 和 BMP 格式,默认的输出格式是EPS文件,它可以用于将公司的徽标和文件的扫描图片的锯齿消除,以任何分辨率显示出来。它的输出格式有: EPS, PostScript, PDF, SVG , Xfig, Gimppath, 和PGM . -Potrace is a bitmap image optimization tools, which can make it smooth, free to zoom the pictures. Its format can be imported is PBM, PGM, PPM, and BMP formats, the default output format EPS files, it can be used for a company's logo and documents scanned images to eliminate the jagged, any resolution to be displayed. Its output formats : EPS, PostScript, PDF, SVG, XFIG, Gimppath and PGM.
Platform: | Size: 414720 | Author: 龙柏利 | Hits:

[GDI-Bitmapmfc_rle

Description: mfc框架下的对图像的rle压缩和解压缩的源码,是不错的实验框架-mfc under the framework of image compression and decompression eps, the source is good experimental framework
Platform: | Size: 61440 | Author: 孟庆洋 | Hits:

[Picture ViewerEPSConverter_code

Description: 此程序将大部分的图像格式转成eps格式。-most of the image format conversion eps format.
Platform: | Size: 58368 | Author: 成青 | Hits:

[Graph programepslot

Description: purpose library and test program that provides some very simple primitives to produce EPS (postscript) files compile gcc -DTEST -g -o epsplot epsplot.c -lm (to produce test program) -purpose library and test program that 577 ides some very simple primitives to produce EPS (postscript) files compile gcc- DTEST-g-o eps plot epsplot.c- lm (to produce test program)
Platform: | Size: 1024 | Author: 王国树 | Hits:

[OpenGL programmathgl-1.4.tar

Description: MathGL project include library and simple front-end for making wide spectrum of mathematical plots in platform independent way. The project may use OpenGL or make plots in console program with direct graphics export to EPS, PNG, JPEG or TIFF formats. -MathGL project include library and simple front-end for making wide spectrum of mathematical plots in platform independent way. The project may use OpenGL or make plots in console program with direct graphics export to EPS, PNG, JPEG or TIFF formats.
Platform: | Size: 504832 | Author: zj433 | Hits:

[2D Graphicbmeps-2.0.6

Description: bmeps converts bitmap images (PNG/JPEG/NetPBM) to EPS and PDF. EPS level 1, 2 or 3 can be created using run-length compression, flate compression and ASCII-85-encoding. PNG alpha channels can be transferred to PDF or converted to EPS/PDF image masks.
Platform: | Size: 4809728 | Author: 马振强 | Hits:

[Windows DevelopXC164CM(EPS)

Description: 基于XC164CM的汽车电动助力转向系统(EPS).rar-XC164CM based automotive electric power steering system (EPS). Rar
Platform: | Size: 572416 | Author: lfw | Hits:

[Othereps0

Description: 汽车电动助理转向EPS仿真,包括能控能观性、稳定性仿真-Electric steering Assistant EPS simulation, including Controllability observability, stability, simulation
Platform: | Size: 8192 | Author: yyy | Hits:

[Windows Developew

Description: for: Root of a Polynomial --- --- --- --- -- Time Limit: 1 Second Memory Limit: 32768 KB -------------------------------------------------------------------------------- A polynomial of degree n has the common form as . Your task is to write a function to find a root of a given polynomial in a given interval. Format of function double Polynomial_Root(int n, double c[], double a, double b, double EPS) where int n is the degree of the polynomial double c[] is an array of n +1 coefficients , , ..., , and of the given polynomial double a and b are the two end-points of the given interval and double EPS is the accuracy of the root. The function must return the root. Note: It is guaranteed that a unique real number r exists in the given interval such that p(r) = 0. -for: Root of a Polynomial---------------------- Time Limit: 1 Second Memory Limit: 32768 KB-------------------------------------------------------------------------------- A polynomial of degree n has the common form as. Your task is to write a function to find a root of a given polynomial in a given interval. Format of functiondouble Polynomial_Root (int n, double c [], double a, double b, double EPS) where int n is the degree of the polynomial double c [] is an array of n+ 1 coefficients,, ..., , and of the given polynomial double a and b are the two end-points of the given interval and double EPS is the accuracy of the root.The function must return the root.Note: It is guaranteed that a unique real number r exists in the given interval such that p (r) = 0.
Platform: | Size: 1024 | Author: Alex Zhang | Hits:

[Graph Drawingeps

Description: 根据bresenham算法的精髓,逐点绘制椭圆-Bresenham algorithm in accordance with the essence of drawing ellipse point by point
Platform: | Size: 19456 | Author: 嘟嘟囔 | Hits:

[matlabexport_fig

Description: This function saves a figure or single axes to one or more vector and/or bitmap file formats, and/or outputs a rasterized version to the workspace, with the following properties: - Figure/axes reproduced as it appears on screen - Cropped borders - Embedded fonts (vector formats) - Improved line and grid line styles (vector formats) - Anti-aliased graphics (bitmap formats) - Transparent background supported (pdf, eps, png) - Semi-transparent patch objects supported (png only) - RGB, CMYK or grayscale output (CMYK only with pdf, eps, tiff) - Optionally append to file (pdf only) - Vector formats: pdf, eps - Bitmap formats: png, tif, jpg, bmp, export to workspace This function is especially suited to exporting figures for use in publications and presentations, because of the high quality and portability of media produced.-This function saves a figure or single axes to one or more vector and/or bitmap file formats, and/or outputs a rasterized version to the workspace, with the following properties: - Figure/axes reproduced as it appears on screen - Cropped borders - Embedded fonts (vector formats) - Improved line and grid line styles (vector formats) - Anti-aliased graphics (bitmap formats) - Transparent background supported (pdf, eps, png) - Semi-transparent patch objects supported (png only) - RGB, CMYK or grayscale output (CMYK only with pdf, eps, tiff) - Optionally append to file (pdf only) - Vector formats: pdf, eps - Bitmap formats: png, tif, jpg, bmp, export to workspace This function is especially suited to exporting figures for use in publications and presentations, because of the high quality and portability of media produced.
Platform: | Size: 16384 | Author: redasu | Hits:

[Othereps

Description:
Platform: | Size: 5646336 | Author: 历史 | Hits:

[Embeded-SCM DevelopDSPbasedElectricPowerSteeringSystem

Description: 汽车电动助力转向系统是一种新型的汽车转向系统,与传统液压转向系统相 比,采用电动机直接提供助力,具有多方面优越性。它能够在各种行驶条件下提 供最佳的助力,节省燃油,利于环保.近年来已有许多中高档汽车配备了电动助 力转向系统装置,EPs研究也成为汽车工业的热门课题之一,具有重要研究价值和 巨大潜在应用前景。-Electric power steering system is a new steering system, compared with traditional hydraulic steering system using electric motor to provide assistance, with many advantages. It can be a variety of driving conditions to provide the best help, to save fuel, environmentally friendly. In recent years, there are a number of high-end cars are equipped with electrical power steering device, EPs studies have become a hot topic in automotive industry, has important research value and great potential applications.
Platform: | Size: 1622016 | Author: 华勇 | Hits:

[OpenGL programOpenGL-EPS-WMF-Output

Description: 这个文章和附件中的代码实现如何将OpenGL/MFC程序输出到 encapsulated postscript (EPS)和Windows enhanced metafile (EMF)文件格式。最终的目标是能够产生可以编辑、打印和展示的适量图形文件。 -* display a vrml 3D triangular mesh using OpenGL in a MFC MDI application, * change the rendering options such as wire-frame, smooth shading, lighting and culling, * export the rendering result of the current mesh to encapsulated postscript (EPS) format, * export to Windows enhanced metafile (EMF) format through the clipboard, * copy the rendered image to the clipboard using the DIB format, * apply mesh subdivision using the uniform Loop subdivision scheme [1].
Platform: | Size: 1299456 | Author: | Hits:

[OtherEPS

Description: 电动助力转向的simulink模型,包括模型和m文件(EPS control strategy)
Platform: | Size: 11264 | Author: dreamitpossible | Hits:

[Applications汽车EPS仿真

Description: 使用MATLAB/SIMULINK创建汽车EPS模型,进行汽车转向仿真。(Using MATLAB/SIMULINK to create the car EPS model for vehicle steering simulation.)
Platform: | Size: 8192 | Author: 钉子 | Hits:

[transportation applicationsEPS

Description: 模拟汽车EPS性能的特性,采用matlab语言编写,有效识别特征(The characteristics of EPS performance are simulated and written in MATLAB language to effectively identify the features)
Platform: | Size: 11264 | Author: 清水衙门 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net