-
使用 c + + 的 SATM
这是一个C++库,用于模拟ATM库实现的主要功能包含存款,取款,修改用户密码,验证密码和验证的安全密码。
- 2022-02-10 09:06:59下载
- 积分:1
-
WINCE GOOD Player For WInCE
WINCE GOOD Player For WInCE-WINCE GOOD Player
- 2023-08-10 18:15:04下载
- 积分:1
-
利用winsock进行通讯的简单编程实例
利用winsock进行通讯的简单编程实例-Winsock to communicate using simple programming examples
- 2023-04-15 14:05:04下载
- 积分:1
-
C-mex files for MATLAB encounter the following problem when compiling
them with WATCOM 11.0: All access-functions to files (fprintf, fscanf)
cannot handle double variables, only integer and strings are read or
written correctly. The file convert.c contains two functions: You may
read a double-variable as a string from the file and convert it to a
double (function string2double) and you may convert a double to a string
(function double2string) and write it to a file (see main() in
convert.c).
The file conditio.dat is an example of numbers read by convert.c. The
conv.exe was compiled on a Windows95-system.
The files were tested for MATLAB 5.2 and WATCOM 11.0a
result of "ver" is: MATLAB Version 5.2.1.1420 on PCWIN-C-mex files for MATLAB encounter the following problem when compiling them with WATCOM 11.0: All access-functions to files (fprintf, fscanf) cannot handle double variables, only integer and strings are read or written correctly. The file convert.c c
- 2022-06-01 01:50:17下载
- 积分:1
-
整数数字
整数数字-英文转换器
输入整数数字正负皆可,转换成相应的英文
例如:输入123, 返回 one hundred twenty thr-Integer number of- English converter input integer number of positive and negative can be, converted into the corresponding English example: enter 123, the return of one hundred twenty thr
- 2022-01-24 17:40:37下载
- 积分:1
-
华为海思的windows mobile手机方案的设备驱动程序参考代码
华为海思的windows mobile手机方案的设备驱动程序参考代码-reference code for drivers of Hisilicon Windows Mobile solution
- 2022-07-03 01:40:29下载
- 积分:1
-
立项文档 立项文档 立项文档
立项文档 立项文档 立项文档 -Project documentation project documentation project documentation project documentation project documentation
- 2023-03-31 01:50:03下载
- 积分:1
-
VB 图像处理软件 (阈值分割+边缘检测)
VB图像处理源码,主要实现了两种方法的二值化(阈值分割)和4种方法的边缘检测。该源码可以用于工业工件检测和图像识别(包括验证码识别),可以读取JPG、TIFF、BMP、PNG、GIF等常见文件格式,采用了模拟指针,速度快、效率高。下面是该源码主要包含的算法:
二值化:以亮度为标准进行阈值分割;以平均灰度为标准进行阈值分割
边缘检测:Roberts(罗伯特)算子;Sobel(索贝尔)算子;Prewitt(普瑞维特)算子;Laplacian(拉普拉斯)算子。
- 2022-09-02 23:55:03下载
- 积分:1
-
包含运算符重载的几个算法。很不错哦!
包含运算符重载的几个算法。很不错哦!-contains Operator several algorithms. Very good!
- 2022-10-13 09:20:03下载
- 积分:1
-
KiWaitOutListhead,KiDispatcherReadyListHead,分别是两条阻塞链,一条就绪链表,当线程获得CPU执行的时候,系统分配一个...
KiWaitOutListhead,KiDispatcherReadyListHead,分别是两条阻塞链,一条就绪链表,当线程获得CPU执行的时候,系统分配一个时间片给线程,当发生一次时钟中断就从分配的时间片上减去一个时钟中断的值,如果这个值小于零了也就是时间片用完了,那么这个线程根据其优先级载入到相应的就绪队列末尾。KiDispatcherReadyListHead是一个数组链的头部,在windows 2000中它包含有32个队列,分别对应线程的32个优先级。如果线程因为同步,或者是对外设请求,那么阻塞线程,让出CPU的所有权,加如到阻塞队列里面去。CPU从就绪队列里面,按照优先权的前后,重新调度新的线程的执行。当阻塞队列里面的线程获得所需求的资源,或者是同步完成就又重新加到就绪队列里面等待执行。 -err
- 2022-08-14 09:24:06下载
- 积分:1