-
易语言教程,很适合新手学习电子书,很好的
易语言教程,很适合新手学习的一本ebook,非常有名的。-Easy language tutorial, it is suitable for novice learning an ebook, a very well-known.
- 2023-05-09 02:40:04下载
- 积分:1
-
NServiceBus
=======================
- 2022-02-10 08:01:44下载
- 积分:1
-
很经典的一本 C++学习书籍,简练。希望对大家有用
很经典的一本 C++学习书籍,简练。希望对大家有用-Classic a C++ learning books, concise. Want to be useful to everyone
- 2023-02-13 08:20:04下载
- 积分:1
-
从文本文件中读取字符串
解析字符串,找出文本中出现的word,并计算word出现的次数
把结果输出到一个文本文件中...
从文本文件中读取字符串
解析字符串,找出文本中出现的word,并计算word出现的次数
把结果输出到一个文本文件中
-Read from a text file string parsing a string to appear in the text to find word, and calculate the number of word occur the results output to a text file
- 2022-03-22 04:06:33下载
- 积分: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
-
stmeditor 城市公交地图编辑器源代码
sample 生成的地图样例
exepack 城市公交地图编辑器可执行包与使用说明...
stmeditor 城市公交地图编辑器源代码
sample 生成的地图样例
exepack 城市公交地图编辑器可执行包与使用说明-stmeditor urban public transport map editor source code sample to generate a map of sample exepack urban public transport map editor and use the executable package
- 2022-01-30 13:33:22下载
- 积分:1
-
功能[ x,等,exitflag,输出,λ] = quadprog(H,F,A,B,AEQ,BEQ LB,UB,x0,期权…
function [X,fval,exitflag,output,lambda]=quadprog(H,f,A,B,Aeq,Beq,lb,ub,X0,options,varargin)
% X=QUADPROG(H,f,A,b) 求解二次规划:
% min 0.5*x *H*x + f *x subject to: A*x
- 2022-03-18 07:11:58下载
- 积分:1
-
GetTickCount unable to calculate the following time 16ms, which can code the pre...
GetTickCount无法计算16ms以下的时间,该段代码可以进行毫秒级的精确计时-GetTickCount unable to calculate the following time 16ms, which can code the precise millisecond timing
- 2022-07-09 09:00:24下载
- 积分:1
-
一个用VB做的简单小游戏,适合VB初学者学习交流,其中还有些BUG...
一个用VB做的简单小游戏,适合VB初学者学习交流,其中还有些BUG-Using VB to do a simple little game, suitable for beginners to learn VB exchanges, which also some BUG
- 2022-11-15 12:10:04下载
- 积分:1
-
STM32用MAX1115采集温度值,超详细,验证通过的呦
STM32用MAX1115采集温度值,实时采集,通过串口传入串口屏,十进制显示,超详细,验证通过的呦
- 2022-08-05 10:28:29下载
- 积分:1