-
WindowsCE驱动开发综述(内有视频),不错的入门介绍读物。
WindowsCE驱动开发综述(内有视频),不错的入门介绍读物。-WindowsCE-Driven Development Review
- 2022-01-26 01:54:19下载
- 积分:1
-
类似于DirectDraw的blit函数,过时的技术,我们有实现了它。它非常的简单,就是把一块纹理贴到另一块纹理上。...
类似于DirectDraw的blit函数,过时的技术,我们有实现了它。它非常的简单,就是把一块纹理贴到另一块纹理上。-Similar to the DirectDraw Blit function, outdated technology, we have to achieve it. It is very simple, is to paste a texture to another texture on a.
- 2023-06-11 22:05:04下载
- 积分:1
-
一个短小精悍的汉字编码转换工具,支持文件或剪贴板…
一个短小精悍的中文内码转换工具,支持文件或剪贴板中中文内码及繁简体转换。-a short and pithy Chinese code conversion tools to support document or clipboard Chinese code and the English language.
- 2023-09-01 02:45:03下载
- 积分:1
-
Velocity模板的小程序,velocity是apache的一项开放源代码,velocity是为网页用户提供简捷的方法,来生成动态网页内容...
Velocity模板的小程序,velocity是apache的一项开放源代码,velocity是为网页用户提供简捷的方法,来生成动态网页内容-Velocity template of small programs, the velocity is an apache open source, the velocity is to provide Internet users with a simple way to generate dynamic Web content
- 2022-01-26 04:28:53下载
- 积分:1
-
支持MPEG4编解码的播放器(要求显卡支持YUV的硬件支持),可播放IM4的文件。...
支持MPEG4编解码的播放器(要求显卡支持YUV的硬件支持),可播放IM4的文件。-support MPEG4 codec player (requiring support YUV graphics hardware support) IM4 can play in the paper.
- 2022-11-14 18:10:03下载
- 积分:1
-
psi dvb open source
Copyright (C) 2002 convergence GmbH
Johannes Stezenbach
psi dvb open source
Copyright (C) 2002 convergence GmbH
Johannes Stezenbach
- 2022-07-09 18:24:37下载
- 积分:1
-
Magnifier+Spotlight WPF Custom Control
Here are two examples of custom control available in WPF-based Windows applications.
Magnifier can zoom in on specific parts.
Spotlight can only show specific parts.
You can learn how to use generic themes in custom control.
The picture below shows a screenshot.
- 2022-11-29 14:20:03下载
- 积分:1
-
资源异步加载
该代码是异步加载资源,可在后台加载资源,提高运行效率。在同步加载游戏场景的时候通常会使用方法 Application.LoadLevel(“yourScene”); 这句代码执行完毕后程序会干什么呢??如下图所示,这是我随便找了一个游戏场景, 在Hierarchy视图中我们可以看到该场景中“天生”的所有游戏对象。天生的意思就是运行程序前该场景中就已经存在的所有游戏对象。然后这些对象就会在执行完Application.LoadLevel(“yourScene”);方法后加载至内存当中。如果该场景中的游戏对象过多那么瞬间将会出现卡一下的情况,因为LoadLevel()方法是同步进行的。
- 2022-01-28 22:32:48下载
- 积分:1
-
在实现了系数矩阵的三角分解后,为了避免“小主元”做除数而导致更大的误差,在doolittle分解的同时,每一步先选主元,再进行分解计算。...
在实现了系数矩阵的三角分解后,为了避免“小主元”做除数而导致更大的误差,在doolittle分解的同时,每一步先选主元,再进行分解计算。-achieved in the triangular matrix decomposition, in order to avoid "small PCA" do Divisor and lead to greater error, the Doolittle decomposition at the same time, every step the first choice PCA, further decomposition.
- 2023-08-29 11:55:03下载
- 积分:1
-
MATLAB边缘检测
毕设课题研究半导体表面缺陷的定位,以下是,sobel prewitt Roberts log canny算子进行边缘检测的源代码,以及双峰法 最大类间方差法 迭代法进行阈值分割的源程序,希望对大家有帮助。
- 2022-02-03 17:40:39下载
- 积分:1