Welcome![Sign In][Sign Up]
Location:
Search - g code analysis

Search list

[Other resourceJianyang

Description: 在VC 6.0平台下,读取G代码文件,利用Boost中Regex正则表达式逐行提取数控G代码中的数值,分析两行G代码之间各轴速度变化。提供保存分析结果功能-in VC 6.0 platform, reading the G code files, Boost China Regex using regular expression Progressive extraction G NC numerical code, Analysis of two lines of code between the G-axis velocity. The results provide functional preservation
Platform: | Size: 1362874 | Author: 陈钊 | Hits:

[Other resourceSubstituter.java

Description: 代入法的启发示搜索 我的代码实现是:按照自然语言各字母出现频率的大小从高到低(已经有人作国统计分析了)先生成一张字母出现频率统计表(A)--------(e),(t,a,o,i,n,s,h,r),(d,l),(c,u,m,w,f,g,y,p,b),(v,k,j,x,q,z) ,再对密文字母计算频率,并按频率从高到低生成一张输入密文字母的统计表(B),通过两张表的对应关系,不断用A中的字母去替换B中的字母,搜索不成功时就回退,在这里回朔是一个关键。 -generation into a search of inspiration I said a code is : According to the Natural Language alphabet frequency of the size of precedence (has been for the State Statistical Analysis), Mr. into an alphabet frequency tables (A )--------( e), (t, a, o, i, n, s, h r), (d, l), (c, u, m, w, f, g, y, p, b), (v, k, j, x, q, z), again close to the mother language calculated frequency and frequency input precedence generate a secret letter to the mother TAB (B), Table 2 by the corresponding relations, use of the letters A to B to replace the letters of the alphabet, when unsuccessful search regression, Here is a retrospective key.
Platform: | Size: 3971 | Author: rtshen | Hits:

[Internet-Networkettercap-0.6.7.tar

Description: Ettercap最初设计为交换网上的sniffer,但是随着发展,它获得了越来越多的功能,成为一款有效的、灵活的中介攻击工具。它支持主动及被动的协议解析并包含了许多网络和主机特性(如OS指纹等)分析。 这里是它的源代码包-Ettercap initially designed for the exchange of online sniffers, but with the development, it was more and more functions into one effective, flexible tools to attack the intermediary. It supports active and passive analysis and the agreement contains a number of networks and mainframe features (such as OS fingerprinting, etc.) analysis. Here is the source code
Platform: | Size: 559104 | Author: 老朱 | Hits:

[Other systemsJianyang

Description: 在VC 6.0平台下,读取G代码文件,利用Boost中Regex正则表达式逐行提取数控G代码中的数值,分析两行G代码之间各轴速度变化。提供保存分析结果功能-in VC 6.0 platform, reading the G code files, Boost China Regex using regular expression Progressive extraction G NC numerical code, Analysis of two lines of code between the G-axis velocity. The results provide functional preservation
Platform: | Size: 1362944 | Author: 陈钊 | Hits:

[AI-NN-PRSubstituter.java

Description: 代入法的启发示搜索 我的代码实现是:按照自然语言各字母出现频率的大小从高到低(已经有人作国统计分析了)先生成一张字母出现频率统计表(A)--------(e),(t,a,o,i,n,s,h,r),(d,l),(c,u,m,w,f,g,y,p,b),(v,k,j,x,q,z) ,再对密文字母计算频率,并按频率从高到低生成一张输入密文字母的统计表(B),通过两张表的对应关系,不断用A中的字母去替换B中的字母,搜索不成功时就回退,在这里回朔是一个关键。 -generation into a search of inspiration I said a code is : According to the Natural Language alphabet frequency of the size of precedence (has been for the State Statistical Analysis), Mr. into an alphabet frequency tables (A )--------( e), (t, a, o, i, n, s, h r), (d, l), (c, u, m, w, f, g, y, p, b), (v, k, j, x, q, z), again close to the mother language calculated frequency and frequency input precedence generate a secret letter to the mother TAB (B), Table 2 by the corresponding relations, use of the letters A to B to replace the letters of the alphabet, when unsuccessful search regression, Here is a retrospective key.
Platform: | Size: 4096 | Author: rtshen | Hits:

[ELanguageGcodeAnylys

Description: G代码分析 这个文件主要进行语法分析,主要包括以下几个方面 [1]判断字符地址(同种类型)时候有重复定义 [2]字符串提取数据,并把数据储存在语法分析变量数组里 [3]完整G代码匹配语句具体格式,其中格式合法性定义参照 -G code analysis of the document mainly grammar analysis, mainly include the following aspects [1] to judge the characters address (same type) when have to repeat the definition of [2] string to extract data, and the data are stored in the grammar analysis of variables in the array [ 3] integrity of the G code to match the specific format of statements, in which the legitimacy of the definition of reference format
Platform: | Size: 4096 | Author: newuseruser | Hits:

[OS programg

Description: 计算机算法分析与设计贪心算法那章节几乎所有的实现代码 欢迎大家下载啊 -Analysis and design of computer algorithms greedy algorithm that almost all sections of the realization of the code are welcome to download ah
Platform: | Size: 10240 | Author: 林双 | Hits:

[GPS developGPS_P

Description: 这是个解析GPS的GGA数据的代码。通过解析GGA的数据,可以精确的定位到当前的精度和纬度。还有当前的时间。-This is a GPS-GGA data analysis code. GGA through analysis of data, can be precisely positioned to the current accuracy and latitude. There are at present time.
Platform: | Size: 40960 | Author: 路伟 | Hits:

[ELanguageLR

Description: 1.实验目的 设计一个LR分析器,实现对表达式语言的分析,加深对LR语法分析方法的基本思想的理解,掌握LR分析器设计与实现的基本方法。 2.实验要求 建立文法及其LR分析表表示的数据结构,设计并实现一个LALR(1)的分析器,对源程序经词法分析后生成的二元式代码流进行分析,如果输入串是文法定义的句子则输出“是”,否则输出“否”。 3.实验内容 (1)文法描述及其LALR(1)分析表 描述表达式语言的文法G如下: -1. The experiment was to design a LR parser, the realization of the analysis of the expression language, better understanding of the LR parsing method to understand the basic idea of the master LR parser design and implementation of the basic method. 2. Experiment called for the establishment of grammar and LR analysis table that the data structure, design and realization of a LALR (1) of the analyzer, lexical analysis of source code generated by the binary-type code flow analysis, if the input strings is the definition of grammar sentence is the output " yes" , otherwise output " no." 3. Experimental (1) grammar description and LALR (1) Analysis of the expression language described in Table G of the grammar are as follows:
Platform: | Size: 289792 | Author: sh_xj | Hits:

[Communication-MobileEXIT

Description: 本源码包参考英国Southampton大学Robert G. Maunder教授2008年的EXIT charts开源demo,给出了通用(分量码多项式可自定义)并行级联Turbo码的EXIT charts的作图源码。同时可完成迭代轨线、BER等值线的绘制等工作。 由于对于码块长较大的情形仿真需要较长时间,源码包也给出了部分分量码多项式的仿真结果,可直接用于绘图。 源码包还给出了最经典的S.Ten Brink介绍EXIT charts基本原理的参考文献,以及本人对通信系统中迭代译码过程分析技术综述的小论文,希望对大家有所帮助。-This source package comes after Professor Robert G. Maunder s open source demo about EXIT charts in 2008 from University Southampton, UK. It is designed for universal (constituent code generation polynomial can be customized) Parallel Concatenated Turbo Code EXIT charts. The iterative trajectories and BER contour drawing is also completed in this package. Since the long block case costs a lot of simulation time, some simulation results are included in the package. We also give the most classical introduction to the basic principles of EXIT charts from S. Ten Brink, as well as a document about analysis technologies for iterative decoding process in communication systems. Hope this will help.
Platform: | Size: 3504128 | Author: 何飞 | Hits:

[ELanguageGCodeCompiles

Description: 这个文件里一直有一个源文件,主要是对数控系统中用到的G代码进行语法和词法分析,编译,对搞数控的兄弟有一定的参考价值。-This file has been a source file, mainly used in the numerical control system, G-code syntax and lexical analysis, compile, NC brothers are engaged in a certain reference value.
Platform: | Size: 164864 | Author: 李荣华 | Hits:

[Windows DevelopRichTextBox1

Description: 用 RichTextBox1 的一个G指令简易编辑器,做项目绝好的资料 1逐行高亮 2实时加亮关键字 3光标定位显示,行列显示4文件操作功能 可以用于实际工程中 5自动解析G代码的含义并实时编译成单片机指令-G command with RichTextBox1 a simple editor, to do the project excellent real-time information on a line by line, highlighting keywords highlighted 2 3 cursor display, line 4 of file operation display function can be used for practical engineering analysis, 5 G code automatically meaning and real-time compiled into single chip instruction
Platform: | Size: 95232 | Author: 得到 | Hits:

[SCMcccc

Description: 介绍了在执行G代码的运动控制中,对G代码 数控程序的解析、处理,并设计了一种针对高速高精度运动控制的Lookahead 功能的算法-Introduced in the implementation of motion control in the G code, G code NC programs on the analysis, processing, and designed a high-precision motion control for high speed algorithms Lookahead function
Platform: | Size: 119808 | Author: 许悦 | Hits:

[OS programG-code

Description: 数控g代码解析,对开发工业控制的人很有帮助-NC g code analysis, the person on the development of industrial control helpful
Platform: | Size: 389120 | Author: jonna | Hits:

[Dialog_Windowfinalset

Description: 对输入的G代码进行解析,可以显示如输入的G代码的轨迹信息。-Analysis of the input of the G code, can display the trajectory information such as the input of the G code.
Platform: | Size: 2970624 | Author: | Hits:

[Other Embeded programGCode_Easy

Description: arduino g代码解析 包括运动联动 串口数据处理 等功能 仅供参考-arduino g code analysis include motion linkage serial data processing functions for reference
Platform: | Size: 6144 | Author: zhaokbk | Hits:

[matlabsistema-a-due-g.d.l.-soggetto-a-campo-di-forze-po

Description: STability analysis for a mechanical system with a PID controller source code in Matlab
Platform: | Size: 1024 | Author: Stepans | Hits:

[Embeded Linuxbeagleg-master

Description: beagled 开发板实现G code解析的实例-Beagled development board to achieve an example of G code analysis
Platform: | Size: 2705408 | Author: wenzer | Hits:

[CSharp6.64

Description: C#下的工控软件,用于PCI开发的运动设备,内有G代码解析,运动规划,文件流操作,面向对象操作等知识。-Industrial control software C# under development for PCI sports equipment, there are G code analysis, motion planning, file stream operations, knowledge of object-oriented operation.
Platform: | Size: 917504 | Author: 雷大神 | Hits:

[Windows DevelopDXFTest

Description: 非常有用的资料,C#源码,能够直接导入DXF文件,并对DXF文件分析是圆、线,轮廓等形状,并对形状进行分析,可以直接生成G代码或者点位信息。自己可以拿点位信息再做处理。(Very useful information, C # source code, can directly import DXF file, and DXF file analysis is circular, line, contour and other shapes, and shape analysis, can directly generate G code or point information. I can take the point information and then do the processing.)
Platform: | Size: 395264 | Author: Keene | Hits:
« 12 »

CodeBus www.codebus.net