-
This is an image processing on the VC program source code and a good example
这是一个关于图像处理的VC++程序源代码,很好的例子-This is an image processing on the VC program source code and a good example
- 2022-01-26 02:33:16下载
- 积分:1
-
酒店管理系统,希望对大家有点用,采用ADO访问Access数据库
酒店管理系统,希望对大家有点用,采用ADO访问Access数据库-Hotel management system, in the hope that we are a bit used, visit the Access database using ADO
- 2022-04-28 09:30:31下载
- 积分:1
-
用C语言实现hilobert
hilbert变换,对正弦函数采样,然后对h(t)采样,做褶积,得到90度相移的虚地震道
- 2022-05-10 19:17:43下载
- 积分:1
-
任务处理的源代码
任务处理的源代码-task of source code
- 2022-05-20 02:48:35下载
- 积分:1
-
prepared by the service could access the Windows version of the source! All of t...
一个用C++编写的获取Windows糸统版本的源程序!可供大家在Windows糸统编程时用作原理参考!-prepared by the service could access the Windows version of the source! All of the Windows programming service could use as reference Principle!
- 2023-02-16 05:15:03下载
- 积分:1
-
HID 设备Visual C++ 工程代码
HID 设备Visual C++ 工程代码-HID device VC project
- 2022-03-15 15:05:11下载
- 积分:1
-
套接字标识符是本地分配的,即每个进程有各自的套接字标识符空间。标识符仅具有一种类似索引号码的作用,系统根据进程给出的标识符,查进程资源表,找到相应的套接口结构,...
套接字标识符是本地分配的,即每个进程有各自的套接字标识符空间。标识符仅具有一种类似索引号码的作用,系统根据进程给出的标识符,查进程资源表,找到相应的套接口结构,从而向进程提供通信服务,真正的通信服务是挂接在套接口结构上的。不同的进程就算有相同的套接字标识符,也不能使用到相同的通信服务。-socket identifier is a local distribution that each process has its own socket identifier space. Identifier only have a similar role Index numbers, the system is under the process identifier, and examine the process of resource tables, find the corresponding sets of interface structure, so as to provide communications services process, the real communications services is articulated in the presentation on the structure of the interface. Even if the process is the same socket identifier, nor to use the same communications services.
- 2022-01-31 21:36:23下载
- 积分:1
-
一个多线程文件查找程序
一个多线程文件查找程序-a multithreaded file search procedures
- 2023-03-20 11:55:03下载
- 积分:1
-
实现航空客运管理系统,结合标准2
用C++实现的 航空客运管理系统,用双向联标实现,但没实现文件保存-C to achieve air passenger management systems, in conjunction with standard two-way, but the paper did not achieve preservation
- 2022-06-02 02:19:34下载
- 积分:1
-
// 字节数据转换为可打印字符串
// 如:{0xC8, 0x32, 0x9B, 0xFD, 0x0E, 0x01}...
// 字节数据转换为可打印字符串
// 如:{0xC8, 0x32, 0x9B, 0xFD, 0x0E, 0x01} --> "C8329BFD0E01"
// pSrc: 源数据指针
// pDst: 目标字符串指针
// nSrcLength: 源数据长度
// 返回: 目标字符串长度-字节数据转换为可打印字符串
- 2022-03-06 12:41:32下载
- 积分:1