-
WinCE下的系统进程列出程序。主要是方便远程调试的程序。
WinCE下的系统进程列出程序。主要是方便远程调试的程序。-WinCE system under the process set out the procedures. Convenience is the main remote debugging process.
- 2022-01-26 08:21:05下载
- 积分:1
-
DRAWYUV程序是用于摄像头的数据回放,用了directshow,可以用在VC和wince都可...
DRAWYUV程序是用于摄像头的数据回放,用了directshow,可以用在VC和wince都可-DRAWYUV procedures for the camera data intervals, with a directshow. can be used in VC and can wince
- 2023-08-02 21:25:04下载
- 积分:1
-
反汇编32位intel机器指令的源代码,只写完了80386的指令,没有加入后续指令及浮点指令,不过源代码考虑了可扩展性,可以很容易加入其它指令.由于我还不了解6...
反汇编32位intel机器指令的源代码,只写完了80386的指令,没有加入后续指令及浮点指令,不过源代码考虑了可扩展性,可以很容易加入其它指令.由于我还不了解64位的汇编指令,所以没考虑对64位的扩展.反汇编的结果经与W32DASM对比,发现了W32DASM的许多错误,如果发现我的源码译错了请email我(只限80386指令),我的email在源代码文件中-compilation of 32 anti-intel machinery orders source code, only 80,386 finished the instructions not to include follow-up instructions and floating-point instructions, but the source code to consider the scalability, it is very easy to join other directives. Since I do not yet know the compilation of 64 instructions, we had to consider the right 64 expansion. anti-compile the results contrast with the W32DASM found W32DASM many mistakes, I found the source code translation wrong Please email me (only 80,386 directive), I email the source document
- 2022-03-21 08:58:10下载
- 积分:1
-
MATLAB边缘检测
毕设课题研究半导体表面缺陷的定位,以下是,sobel prewitt Roberts log canny算子进行边缘检测的源代码,以及双峰法 最大类间方差法 迭代法进行阈值分割的源程序,希望对大家有帮助。
- 2022-02-03 17:40:39下载
- 积分:1
-
画板工具,可以画直线线,圆等图形,类似于WINDOWS自带的画图。...
画板工具,可以画直线线,圆等图形,类似于WINDOWS自带的画图。-Sketchpad tool to draw straight lines, round, such as graphics, similar to the drawing WINDOWS own.
- 2022-01-26 06:41:31下载
- 积分:1
-
ftp客户端 java编写swing
java编写的ftp客户端程序。支持上传下载删除等功能,界面清晰完美实用
- 2022-01-25 15:54:04下载
- 积分:1
-
xmlparser using MSXML library
用微软的MSXML库,对xml文件进行解析-xmlparser using MSXML library
- 2023-03-14 21:55:04下载
- 积分:1
-
演示vb6怎样读写纯文本的程序
演示vb6怎样读写纯文本的程序-demonstrate VB6 how to read and write plain text procedures
- 2022-02-06 05:05:12下载
- 积分:1
-
function [tout, yout] = rk4 (ypfun. tspan, y0, h)% fixed step four
function [tout, yout] = rk4(ypfun, tspan, y0, h)
%定步长四阶Runge-Kutta法求常微分方程(组)数值解
%[tout,yout] = rk4( ypfun , tspan, y0,h)
% 这里字符串ypfun是用以表示f(t, y)的M文件名,
% tspan=[t0, tfinal]表示自变量初值t0和终值tf
% y0表示初值向量y0,h是步长。
% 输出列向量tout表示节点 (t0 , t1 , … , tn)
% 输出矩阵yout 表示数值解,每一列对应y的一个分量-function [tout, yout] = rk4 (ypfun. tspan, y0, h)% fixed step four-stage Runge- Kutta method for ordinary differential equations (Group) numerical solution% [tout. yout] = rk4 (ypfun, tspan, y0, h)% string ypfun here is used to indicate that f (t, y) M name, tspan% = [t0. tfinal] said variable initial and final t0 tf% y0 said initial vector y0, h is a step. % Output column vector tout said Node (t0, t1, ..., tn)% output matrix yout said numerical solution, each y counterparts out of a weight
- 2023-01-15 01:20:03下载
- 积分:1
-
指纹识别
一种基于STM32的指纹识别测试代码,kile开发平台,完全开源可供开发者自行应用开发。
- 2022-04-08 01:49:10下载
- 积分:1