资源列表
dfa
- 1) move[][]是状态迁移函数,move 的每一行代表一个状态,每一列代表一个输入符号,第0 列代表’a’,第1 列代表’b’,……,依此类推. 例如:move {{1,0},{1,2}, …},则表示此DFA 在状态0 时,当输入为’a’时,迁移到状态1,当输入为’b’ 时迁移到状态0;而DFA 在状态1 时,当输入为’a’时,迁移到状态1,当输入为’b’时迁移到状态2. 注意:默认状态0 是DFA 的初始状态. 2) accept_state[]是接受状态的集合,如accep
vnli
- 关于设计但文档的例子程序,可以用来很好的理解但文档和多文档之间的关系
ArabicNumbers
- utility package which is helping you to write arabic numbers
PFCcode
- 一个PFC的DLL文件,其可以在PSIM电路中仿真用,方便用户定义域设计。-A PFC DLL file, which can be used in PSIM circuit simulation, simplifying user-defined domain design.
S60
- S60一般实矩阵的奇异值分解法测试使用类似VC++的软件CodeBlocks-S60 general real matrix singular value decomposition method using a similar VC++ software CodeBlocks
ie_menu
- 利用windows漏洞,实行随意添加根菜单项到ie主菜单里,www.ohyee.net
tiaoyatiaosu
- 改变三相异步电动机定子电压,分析转速的变化规律。三相异步电动机调压调速matlab仿真-Changing three-phase asynchronous motor stator voltage analysis of speed variation. Variable voltage control matlab simulation of three-phase asynchronous motors
osiplib_eXosip_install
- osiplib和eXosiplib两个库的交叉编译安装方法。-osiplib and eXosiplib two libraries cross compiler installation method.
repro_89
- The production of lithium battery charger main maxim chip max1679 complete circuit is simple
Microsoft
- 要求程序在电路板上运行时8个LED小灯从最低位开始每隔0.5秒依次亮一个,即开始是最低位小灯亮,其他的灯是灭的,过0.5秒第二个灯是亮的,其他全灭。如此依次往下亮。当到第8个(即最后一个)灯灭后,所有8个灯全亮。然后过0.5秒又是第一个灯亮。如此循环下去。-Application running on circuit board eight LED small light starting the lowest every 0.5 seconds, in turn, a bright, the
gezhongyuyanzhong16jinzhizhuanhuan
- 各语言中16进制字符串与数字互相转换,已经测试通过。-Hexadecimal string with digital interchangeable in various languages, has been tested.
04
- An extended exception class 扩展的exception类