-
C++书籍How Not to Program in C++: 111 Broken Programs and 3 Working Ones, or Why D...
C++书籍How Not to Program in C++: 111 Broken Programs and 3 Working Ones, or Why Does
2+2=5986-C++ Book How Not to Program in C++: 111 Broken Programs and 3 Working Ones, or Why Does2+ 2 = 5986
- 2022-01-26 07:27:00下载
- 积分:1
-
DFA的“语言”是这个DFA接受的所有的串的集合。假设a1a2…an是输入符号序列,让这个DFA从初始状态q0开始运行。查询转移函数δ,比如说δ(q0,a1)=...
DFA的“语言”是这个DFA接受的所有的串的集合。假设a1a2…an是输入符号序列,让这个DFA从初始状态q0开始运行。查询转移函数δ,比如说δ(q0,a1)=q1,以找出DFA在处理了第一个输入符号a1之后进入的状态。处理下一个输入符号a2,求δ(q1,a2)的值,假设这个状态是q2。以这种方式继续下去,找出状态q3,q4,…,qn,使得对每个i,δ(qi-1,ai)=qi。如果qn属于F,则接受输入a1a2…an,否则就“拒绝”。-DFA" s " language" is the DFA to accept all of the string collection. A1a2 ... an assumption is an input symbol sequence, so that the DFA into operation from the initial state q0. Look transfer function δ, say δ (q0, a1) = q1, in order to identify the DFA in dealing with the first input into the state after the symbol a1. To the next input symbol a2, seeking δ (q1, a2) values, assuming that this state is q2. Continue in this way to find out the state q3, q4, ..., qn, making for every i, δ (qi-1, ai) = qi. If qn belongs to F, then accept the input a1a2 ... an, otherwise, " refuse."
- 2022-06-15 20:45:50下载
- 积分:1
-
自己编写的一个小程序,本机IP地址查询,请大家支持我,我将继续上传一些更好的程序...
自己编写的一个小程序,本机IP地址查询,请大家支持我,我将继续上传一些更好的程序-themselves prepared a small program, the IP address for inquiries, please give me your support, I will continue to upload some better procedures
- 2022-10-05 15:25:03下载
- 积分:1
-
在四元数表示下导出了两个旋转之间差异的一种简单形式,将人体各关节上总的旋转变化作为帧间距,设计了一种从运动捕获数据中提取关键帧的高效算法。...
在四元数表示下导出了两个旋转之间差异的一种简单形式,将人体各关节上总的旋转变化作为帧间距,设计了一种从运动捕获数据中提取关键帧的高效算法。-In quaternion derived under express the difference between the two rotating a simple form of the body of the rotary joint on the total change as the frame spacing, the design of a motion capture data from the key frame extraction algorithm efficient.
- 2022-03-30 07:14:59下载
- 积分:1
-
本程序是关于快速排序的算法与归并排序,并比较两者所需的时间...
本程序是关于快速排序的算法与归并排序,并比较两者所需的时间-the procedures for the rapid sequencing of the ranking algorithm and its stock, and compare the time required for both
- 2022-06-13 03:57:40下载
- 积分:1
-
此程序是一个迷宫的小游戏,只要用键盘的方位键就可以控制。...
此程序是一个迷宫的小游戏,只要用键盘的方位键就可以控制。-This procedure is a little game of a maze, it can be controlled with the position key of the keyboard.
- 2022-02-12 10:29:25下载
- 积分:1
-
算法是指完成一个任务所需要的具体步骤和方法。也就是说给定初始状态或输入数据,经过计算机程序的有限次运算,能够得出所要求或期望的终止状态或输出数据。算法常常含有...
算法是指完成一个任务所需要的具体步骤和方法。也就是说给定初始状态或输入数据,经过计算机程序的有限次运算,能够得出所要求或期望的终止状态或输出数据。算法常常含有重复的步骤和一些比较或逻辑判断。如果一个算法有缺陷,或不适合于某个问题,执行这个算法将不会解决这个问题。不同的算法可能用不同的时间、空间或效率来完成同样的任务。一个算法的优劣可以用空间复杂度与时间复杂度来衡量。 -Algorithm is required to complete a task specific steps and methods. That is a given initial state or input data through a computer program for a limited time operations, able to draw the required or desired end state or output data. Algorithm often contain repeat the steps and some of the more or logical judgments. If an algorithm is defective, or not suitable for a particular problem, the implementation of this algorithm will not solve the problem. Different algorithms may use a different time, space or efficiency to accomplish the same task. Pros and cons of an algorithm can use space complexity and time complexity of the evaluation.
- 2022-07-10 14:25:53下载
- 积分:1
-
计算器
与WINDOW系统自带的类似
功能更加强大
计算器
与WINDOW系统自带的类似
功能更加强大
-WINDOW systems bring their own calculators and similar features even more powerful
- 2022-05-08 23:36:30下载
- 积分:1
-
这是一个用microsoft VC++编写的关于迷宫算法的一个小程序。...
这是一个用microsoft VC++编写的关于迷宫算法的一个小程序。-using microsoft VC++ algorithm on the maze of a small program.
- 2022-02-24 21:37:20下载
- 积分:1
-
多模包层泵浦大功率光纤放大器的工作原理及应用
摘要 本文要讨论是多模包层泵浦大功率光纤放大器。简单介绍其的基本组成及工作原理。通过与普通光纤放大器的比较来讨...
多模包层泵浦大功率光纤放大器的工作原理及应用
摘要 本文要讨论是多模包层泵浦大功率光纤放大器。简单介绍其的基本组成及工作原理。通过与普通光纤放大器的比较来讨论其应用上的优点和发展前景。
关键词 多模包层泵浦,双包层光纤,高功率
-Multi-mode high-power cladding pumped fiber amplifier working principle and application of a summary of this article is to discuss multi-mode high-power cladding pumped fiber amplifier. A brief account of its basic components and working principle. With ordinary fiber amplifier comparison to discuss the merits of its application and development prospects. Key words multi-mode cladding-pumped, double-clad fiber, high-power
- 2023-03-04 15:25:02下载
- 积分:1