-
windows驱动小例子
windows驱动小例子。基于wmf框架实现,能够为初学者提供帮助。欢迎下载使用。
- 2022-11-04 06:45:03下载
- 积分:1
-
图中类用C + +(!)
clase figura hecha en c++ (poo)
- 2022-07-13 00:38:34下载
- 积分:1
-
this program can check resources has been compiled in the document Photo
本程序可以查看已编译好的资源文件中的图片-this program can check resources has been compiled in the document Photo
- 2022-01-26 04:15:57下载
- 积分:1
-
(1)asp.net v2.0构架的维基系统,使用SQL Server 2005数据库
(2)帐户管理采用微软提供的用户管理系统
(3)用户分为访客...
(1)asp.net v2.0构架的维基系统,使用SQL Server 2005数据库
(2)帐户管理采用微软提供的用户管理系统
(3)用户分为访客、注册用户、管理员,功能包括用户管理,词条管理
功能介绍:
(1)使用三层架构,代码优化,便于修改,可以自由选择皮肤。
(2)界面友好,操作简便 性能进行了优化,速度快
(3)user.aspx进行用户管理,可以进行用户注册,密码修改,用户登录
(4)从页面左边可以直接进入词条,也可通过搜索进入词条,还会直接显示最新的10个词条。
(5)词条按tag(标签)分类聚合,每个词条可加入到任意多个tag,点击词条下面的tag,会列出所以包含此tag的词条
(6)点击history(历史)进入对比页面,将各个版本的列出,可以将任意两个进行比较,可以恢复到以前的版本-err
- 2022-01-26 04:42: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
-
CCS基础代码
MEMORY
{
PAGE 0:
VECS: org=0x0080, len=0x80
PROM: org=0x1000, len=0x1000 /* 4k words */
PAGE 1:
STACK: org=0x100, len=0x400 /* 1k words */
DARAM: org=0x2000, len=0x1000 /* 4k words */
}
SECTIONS
{ .text :> PROM PAGE 0
vectors :> VECS PAGE 0
.bss :> DARAM PAGE 1
.data :> DARAM PAGE 1
}
- 2022-07-18 04:00:20下载
- 积分:1
-
eastreport
eastreport
- 2022-04-22 22:16:26下载
- 积分:1
-
自己以前做的汇编小程序,希望对大家有用。
自己以前做的汇编小程序,希望对大家有用。-A compilation of their previous small program to do the hope that useful for everyone.
- 2022-04-20 17:20:21下载
- 积分:1
-
这是一个汇编程序
这是一个汇编程序-This is a compilation of procedures
- 2023-01-01 02:55:07下载
- 积分:1
-
这是一个简单的停车场管理程序,实现了车辆入库、出库、登记、计费等功能。用C编写的...
这是一个简单的停车场管理程序,实现了车辆入库、出库、登记、计费等功能。用C编写的-This is a simple car park management procedures, to achieve a vehicle storage, a library, registration, billing and other functions. Prepared with C
- 2023-08-21 08:35:03下载
- 积分:1