Welcome![Sign In][Sign Up]
Location:
Search - data processing c

Search list

[Mathimatics-Numerical algorithmsC++常用算法之13数据处理与回归分析

Description: 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套数据处理与回归分析代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting data processing and regression analysis of the code, these procedures have been in C C 6.0 Virsual environment through. The attention of the VC 6.0 installed path, in particular include directory (folder) path, otherwise there will be compiled header files could not find the mistakes and the compiler not normal.
Platform: | Size: 93515 | Author: 闻杉 | Hits:

[Other resourcec-sOA

Description: 基于C-S结构的办公信息数据处理系。经检测绝对可用。类似OutLook界面。-based on the C-S structure of the office of information and data processing systems. Detection can be used as absolute. OutLook similar interface.
Platform: | Size: 122001 | Author: 李四强 | Hits:

[Other resourceC++Builder-Mideva

Description: Ma tla b 是当今使用最为广泛的数学软件,它具有相当强大的数值计算、数据处理、系统 分析、图形显示、甚至符号运算功能,是一个完整的数学平台,但是它不能实现端口操作和 实时控制Borland C + +Builder是一种新颖的可视化编程语言,可方便实现交互界面、数据 采集和端口操作等,但是它在数值处理分析和算法工具等方面,效率远远低于Matlab语言-Ma tla b is the most widely used mathematical software, it is quite powerful numerical calculation, data processing, analysis, graphics, or even symbolic operation, is a complete mathematical platform However, it can not be achieved port operation and real-time control Borland C Builder is an innovative visualization programming language, will facilitate the realization of interactive interface, data acquisition and the port operation, However, in numerical analysis tools and algorithms, the efficiency is far below the Matlab
Platform: | Size: 63851 | Author: lijing | Hits:

[WEB Code用C语言进行CGI程序设计

Description: 用C语言进行CGI程序设计CGI(公用网关接口)规定了Web服务器调用其他可执行程序(CGI程 序)的接口协议标准。Web服务器通过调用CGI程序实现和Web浏览器的 交互, 也就是CGI程序接受Web浏览器发送给 Web服务器的信息,进行处 理,将响应结果再回送给Web服务器及Web浏览器。CGI程序一般完成We b网页中表单(Form)数据的处理、数据库查询和实现与传统应用系统 的集成等工作。CGI程序可以用任何程序设计语言编写,如Shell脚本 语言、Perl、Fortran、Pascal、C语言等。但是用C语言编写的CGI程 序具有执行速度快、安全性高(因为C语言程序是编译执行且不可被修 改)等特点。-C language programming CGI (common gateway interface) provides a Web server call other executable (CGI) interface protocol standards. Web server by calling the CGI program and Web browser interaction, the CGI program is acceptable Web browser to the Web server to send the information, processing, in response to the results sent back to the Web server and Web browsers. CGI We completed procedures in general b page form (Form), data processing, database inquiries and applications to achieve with traditional systems integration work. CGI programs can be written in any programming language, such as Shell scripting language, Perl, Fortran, Pascal, C language. But using the C language implementation of the CGI program is fast, safe (because the C language compiler implementation, as it is no
Platform: | Size: 4508 | Author: 林丰 | Hits:

[Books_GPS卫星定位的应用与数据处理

Description: _GPS卫星定位的应用与数据处理-_GPS satellite positioning and application of data processing
Platform: | Size: 3510272 | Author: 张健 | Hits:

[Algorithm弹性力学平面问题有限元分析

Description: 自编的有限元方法解决弹性力学平面问题的软件。有图形显示,数据结构的处理值得一看。-directed the finite element method to solve the problem of elasticity plane software. A graphic display, data processing structure of the eye-catcher.
Platform: | Size: 112640 | Author: 王李斌 | Hits:

[matlab拉格郎日

Description: 极有用的数据处理程序,方便处理实验数据,并取得数学表达式(matlab)-very useful data processing procedures, facilitate the processing of experimental data and mathematical expression made (Matlab)
Platform: | Size: 8192 | Author: 王挺 | Hits:

[Process-Thread生产者与消费者

Description: 程序用C++模拟了操作系统中的三种最典型的简单的静态进程调度算法;先由用户动态输入生成模拟进程,使用了26种可供用户选择的典型语句(包括循环、选择结构),可处理整型、布尔型与字符型三种数据与表达式计算;程序编制时主要采用的编程技术是:用语句链表记录进程语句,并用PCB链表,就绪队列链表,阻塞队列链表,执行队列链表,结束队列链表等数据表示进程处理过程中的相互关系,由于静态数据结构不适合处理数据量大小不定的数据,而动态队列结构适合于处理数据量大小可变数据的处理,因此在程序中采用动态链表对这些数据进行处理;使用信号量、P.V.操作实现进程的同步与互斥,模拟进程在操作系统中的运行-procedures C to simulate the operating system, the three most typical process simple static scheduling algorithm; First generation user input dynamic modeling process, the use of the 26 options are available to users of typical statement (including the circle, choose structure), can handle integer, boolean and three character expression data and calculation; the main procedures for the preparation of the programming technology : Listless statement recorded statement process, and PCB Chain, ready Queue List, blocking Queue List, the Executive Queue List, ending Queue List data processing, said the process of mutual relations, due to static state data structure is not suitable for handling data on the size of the volatile data, and dynamic queue structure suitable for data processing variabl
Platform: | Size: 30720 | Author: 石大浪 | Hits:

[Otherwavectl

Description: 参照《Windows程序设计》一书编写的Wave声音捕获到内存的VCL控件BCB源码(亦即一个通用的C++类)。采用双缓冲技术,效果比较流畅。可以方便进行音频数据处理和研究。根据需要,代码可能要部分修改。-light "Windows Programming," a book prepared by the Wave voices to capture the memory VCL controls BCB source (ie, a generic category C). Double buffer technology and the results were quite fluent. Audio can facilitate data processing and research. According to the need, code may be some changes.
Platform: | Size: 3072 | Author: 俞怡炜 | Hits:

[Books微机数据采集与处理 C语言基本编程教程_10205019

Description: 微机数据采集与处理 C语言基本编程教程_10205019-computer data acquisition and processing basic C Programming Language Guide _10205019
Platform: | Size: 6074368 | Author: 陶生 | Hits:

[OtherReadBaseData

Description: 读取多普勒雷达资料,本程序对SA型天气多普勒雷达原始体扫数据进行处理,对使用雷达原始数据进行后继处理特别重要-read Doppler radar data, the process of the SA-Doppler weather radar on the original scan data processing, the use of radar data for the original subsequent handling of particular importance
Platform: | Size: 4871168 | Author: 方德贤 | Hits:

[Mathimatics-Numerical algorithmsC++常用算法之13数据处理与回归分析

Description: 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套数据处理与回归分析代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting data processing and regression analysis of the code, these procedures have been in C C 6.0 Virsual environment through. The attention of the VC 6.0 installed path, in particular include directory (folder) path, otherwise there will be compiled header files could not find the mistakes and the compiler not normal.
Platform: | Size: 93184 | Author: 闻杉 | Hits:

[Graph DrawingBMP位图文件程序

Description: 手把手教你了解BMP图形文件结构,C语言文件读写函数应用,一般数据处理方法,如果看不懂,说明我写的还不够具体,以后继续改进.-Maxivista you know BMP graphics structure of the document, document literacy C language function applications, generally data processing methods, if they did not understand that I was also not specific enough in the future to continue to improve.
Platform: | Size: 367616 | Author: 大师傅 | Hits:

[Education soft system图书馆系统2005

Description: 本软件是图书管理系统软件。该软件用于提高图书馆图书管理水平及方便读者借阅图书馆书籍。由于图书馆所存书籍种类繁多、数量较大,借阅者众多,数据处理量大,使得图书管理业务繁重。本软件应能结合当前图书管理手工作业的流程以及将来业务发展的需要,对图书管理业务中图书的查询、维护提供完全的计算机管理。-the software library management system software. The software is used to enhance the library management level users and borrow library books. Library books kept by the variety, quantity greater, many who borrow, the amount of data processing, library makes heavy management business. The software should be able to combine it with the current library management manual processes and the development of future business needs, the library management business books inquiries, provide full maintenance of the computer management.
Platform: | Size: 506880 | Author: wang | Hits:

[Windows Developmvcsphere

Description: 采用MFC编制MVC模式之球体演示程序 在传统面向过程的程序设计中,往往采用 Input-Processing-Output 模式,这“归功”于 DOS 操作系统的单任务。当 Windows 图形界面 OS 出现后,MVC(Model-View-Controller)模型更适合 Windows 图形界面程序的设计,它将数据处理和数据显示分离开,使维护,扩展系统更加灵活。-compiled using MFC ball MVC model demonstration program in the traditional process-oriented program design, often using Input-Processing- Output model, "credited to" single-DOS operating system tasks. When Windows graphical interface OS, after MVC (Model-View-Controller) model more suitable for Windows graphical interface design process, which allows data processing and data display, leaving the maintenance, expansion of the system more flexible.
Platform: | Size: 16384 | Author: 望打开 | Hits:

[Delphi/CppBuilderC++Builder-Mideva

Description: Ma tla b 是当今使用最为广泛的数学软件,它具有相当强大的数值计算、数据处理、系统 分析、图形显示、甚至符号运算功能,是一个完整的数学平台,但是它不能实现端口操作和 实时控制Borland C + +Builder是一种新颖的可视化编程语言,可方便实现交互界面、数据 采集和端口操作等,但是它在数值处理分析和算法工具等方面,效率远远低于Matlab语言-Ma tla b is the most widely used mathematical software, it is quite powerful numerical calculation, data processing, analysis, graphics, or even symbolic operation, is a complete mathematical platform However, it can not be achieved port operation and real-time control Borland C Builder is an innovative visualization programming language, will facilitate the realization of interactive interface, data acquisition and the port operation, However, in numerical analysis tools and algorithms, the efficiency is far below the Matlab
Platform: | Size: 63488 | Author: lijing | Hits:

[GPS developexample-a

Description: GPS Data processing: Code and Phase
Platform: | Size: 4096 | Author: 邵炳军 | Hits:

[SCMmma7260

Description: 飞思卡尔的MMA7260三轴加速度传感器,本人用的程序,有简单的数据处理.-Freescale MMA7260 the triaxial acceleration sensor, I used procedures, a simple data processing.
Platform: | Size: 100352 | Author: 万建武 | Hits:

[OtherRadarcode

Description: 雷达基数据处理软件,支持敏仕达雷达数据格式。PPI扫描,显示雷达基本反射率-、data-processing software, support data format. PPI scan, the radar base reflectivity display
Platform: | Size: 3707904 | Author: lylmy | Hits:

[Mathimatics-Numerical algorithmsC常用算法程序集(第二版)

Description: 针对工程中常用的行之有效的算法而编写,其主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。(The effective algorithm commonly used in engineering and preparation, the main contents include polynomial calculation, complex operation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculation, the solution of linear algebraic equations, nonlinear equations and solving equations, interpolation and approximation, numerical integration, ordinary differential equation group solving, data processing, extremum problem solving, mathematical transformation and filtering, special function calculation, sorting and searching.)
Platform: | Size: 229376 | Author: 堪别丶执子右 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 30 »

CodeBus www.codebus.net