-
VBA素材与模板,有很多的关于VBA的素材以及模板可以应用
VBA素材与模板,有很多的关于VBA的素材以及模板可以应用-VBA materials and templates, there are many materials on the VBA and the template can be applied to
- 2022-05-23 12:15:49下载
- 积分:1
-
C#写的一个超微软操作系统
C#写的一个超微软操作系统-C#-write a Microsoft operating system
- 2022-01-25 13:58:34下载
- 积分:1
-
查看接入主机的HID设备,并显示序列号,断口信息
查看接入主机的HID设备,并显示序列号,断口信息-See HID device host access
SetupDiGetDeviceInterfaceDetail(hDevInfo,&strtInterfaceData,NULL,0,&strSzie,NULL)
- 2022-03-01 02:07:54下载
- 积分:1
-
小的MP3播放器。用MFC实现,调用系统自带的realplayer,可以通过编辑框自主选择播放的歌曲。...
小的MP3播放器。用MFC实现,调用系统自带的realplayer,可以通过编辑框自主选择播放的歌曲。-A small MP3 player. With the MFC implementation, call the system comes with realplayer, you can edit box to choose which songs to play.
- 2022-01-27 17:36:56下载
- 积分:1
-
Elenco ABI e CAB italiani
Elenco ABI e CAB italiani
- 2022-05-19 01:25:36下载
- 积分: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
-
VC++6.0粒子群源代码,搜索速度极快,简单实用!
VC++6.0粒子群源代码,搜索速度极快,简单实用!-VC++ 6.0 Particle Swarm source code, the search extremely fast, simple and practical!
- 2022-03-11 19:40:12下载
- 积分:1
-
实现链表的基本运算,按值查找,按序号查找,删除元素,插入元素,求链表长度...
实现链表的基本运算,按值查找,按序号查找,删除元素,插入元素,求链表长度-To achieve the list of basic operations, according to the value of search, by serial number to find, delete elements, inserting elements, seeking list length
- 2022-11-07 08:25:03下载
- 积分:1
-
box2D源代码
一个BOX2D的源代码分享,里面有很多demo,每章节都有很多源代码,讲解很细致,每个demo ,亲自测试都是可以的,拿来分享了,希望对各位有帮助了,基本从0开始学习BOX2d,我看了一个月就全部掌握了,很好的东西!
- 2022-03-03 12:09:01下载
- 积分:1
-
改进的 optim 代码
微分搜索算法是一种由 civicioglu 提出的新的进化搜索算法。它是比很多病提出了进化算法的更强大。
- 2022-08-22 02:33:50下载
- 积分:1