-
AVS2视频源代码
来自AVS.ORG的AVS2源码,,可适用于解码器开发,目前AVS2是我国研发的针对4K视频的一个编码,未来可以应用于4K广播行业,地面数字广播扽等
- 2022-08-04 06:00:46下载
- 积分:1
-
用visual c++ 6.0 实现的科学计算器,输入表达式,计算出结果。...
用visual c++ 6.0 实现的科学计算器,输入表达式,计算出结果。-Using visual c++ 6.0 to achieve a scientific calculator, enter the expression to calculate the result.
- 2022-03-30 00:42:15下载
- 积分:1
-
corejava 程序
面试相关 corejava程序(哎呀,收集、 线程、 同步、 例外) 和一些基本逻辑的实时场景。
- 2022-03-23 14:27:06下载
- 积分:1
-
cypress的Cyusb.sys驱动接口的二次封装,以及其驱动接口资料和接口测试程序...
cypress的Cyusb.sys驱动接口的二次封装,以及其驱动接口资料和接口测试程序-cypress
- 2022-08-25 20:51:35下载
- 积分:1
-
图形化界面操作,读入BMP图像,进而转化成为JPEG格式的图像
图形化界面操作,读入BMP图像,进而转化成为JPEG格式的图像-Graphical interface operation, read BMP images, and then into a JPEG format image
- 2022-02-15 22:38:09下载
- 积分:1
-
在C++中调用Fortran Imsl库的通用方法
在C++中调用Fortran Imsl库的通用方法-in C called Fortran Library Imsl common methods
- 2023-02-22 23:50:03下载
- 积分:1
-
文档中详细的介绍了wince编程,对嵌入式开发有很大的帮助!
文档中详细的介绍了wince编程,对嵌入式开发有很大的帮助!-Document describes in detail the wince programming, embedded development has a lot of help!
- 2022-06-17 15:33:07下载
- 积分:1
-
VC++ 手写文字识别程序源码
VC++ 手写文字识别程序源码
简单实现了用VC++编写的手写识别汉字的输入的方法,了解其基本原理。
对于手写识别的入门大有裨益。
- 2022-03-04 00:57: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
-
此程序展示了windows新一代图像引擎Windows Presentation Foundation(即WPF)中如何自定义用户控件的程序示例...
此程序展示了windows新一代图像引擎Windows Presentation Foundation(即WPF)中如何自定义用户控件的程序示例-This program shows the windows graphics engine, a new generation of Windows Presentation Foundation (or WPF) How to customize the user control procedures for sample
- 2022-11-11 13:50:03下载
- 积分:1