-
用C语言实现hilobert
hilbert变换,对正弦函数采样,然后对h(t)采样,做褶积,得到90度相移的虚地震道
- 2022-05-10 19:17:43下载
- 积分:1
-
该片主要是用来帮助学习者把VB开发
该文帮助 件主要用于学习者对vb的开发带来-The piece is mainly used to help learners bring to the development of vb
- 2022-03-29 10:22:38下载
- 积分:1
-
use WMI access CUP CPU frequency and the number of procedures, would like to kno...
利用WMI获取CUP个数以及CPU频率的程序,
对想了解WMI编程方法的朋友有一定的帮助-use WMI access CUP CPU frequency and the number of procedures, would like to know the programming method of WMI friends can help
- 2022-02-28 20:03:40下载
- 积分:1
-
在 vc 环境 内用 API 实现 球做45 度直线运动,当 球遇到边角的 时候,以45度角度 反弹回去...
在 vc 环境 内用 API 实现 球做45 度直线运动,当 球遇到边角的 时候,以45度角度 反弹回去-Vc environment in the ball with a 45-degree API to achieve linear motion, when the ball met the corner, when a 45-degree angle of bounce back
- 2022-01-26 03:11:33下载
- 积分:1
-
设计有n个进程的程序,其中每个进程控制块PCB中包括: 进程名(ID),进程优先数(Priority),进程进入CPU的时间(Intime),程序需要运行的时间...
设计有n个进程的程序,其中每个进程控制块PCB中包括: 进程名(ID),进程优先数(Priority),进程进入CPU的时间(Intime),程序需要运行的时间(Alltime) 将PCB块联接在一个单链表(数据结构)中,并在屏幕上显示其内容-n design process procedures, which each process control block PCB include : process (ID), the process priority (Priority), the process is CPU time (Intime), the process needs to run (the time Alltime) to block PCB connectivity in a single linked list ( data structure), and displayed on the screen contents
- 2022-03-23 06:32:05下载
- 积分:1
-
提供一个Windows 服务的程序框架,使程序成为Windows服务程序
提供一个Windows 服务的程序框架,使程序成为Windows服务程序-Provide a procedural framework for Windows services, so that procedures become a Windows service program
- 2022-01-26 06:31:30下载
- 积分:1
-
STL under the windows source code for learning C/C++ Advanced Learners ~ ~ ~
windows下的STL的源码,适合学C/C++的高级学习者学习-STL under the windows source code for learning C/C++ Advanced Learners ~ ~ ~
- 2023-07-13 06:30:03下载
- 积分:1
-
通过程序来检查硬盘空间,GetDiskFreeSpaceEx()API来调用系统实现。
通过程序来检查硬盘空间,GetDiskFreeSpaceEx()API来调用系统实现。-through procedures to check disk space, GetDiskFreeSpaceEx () API call systems.
- 2023-08-28 07:50:03下载
- 积分:1
-
包含几个输出调试信息的工具源码,即TraceWin或DBWin一类,包括大师Matt Pietrek 的DBWin。全部工具有: DLGBAR32.EXE GD...
包含几个输出调试信息的工具源码,即TraceWin或DBWin一类,包括大师Matt Pietrek 的DBWin。全部工具有: DLGBAR32.EXE GDIOBJ1.EXE CMDLEARN.EXE SNDMSGBG.EXE LODPRF32.EXE-contains several output debug source of information tools, or DBWin a TraceWin categories, including the Masters Matt Pietrek DBWin. All tools are : DLGBAR32.EXE GDIOBJ1.EXE CMDLEARN.EXE SNDMSGBG.EXE LODPRF32.EXE
- 2023-03-09 12:45:03下载
- 积分:1
-
c语言开发实战
一般认为,一个数据结构是由数据元素依据某种逻辑联系组织起来的。对数据元素间逻辑关系的描述称为数据的逻辑结构;数据必须在计算机内存储,数据的存储结构是数据结构的实现形式,是其在计算机内的表示;此外讨论一个数据结构必须同时讨论在该类数据上执行的运算才有意义。一个逻辑数据结构可以有多种存储结构,且各种存储结构影响数据处理的效率。
在许多类型的程序的设计中,数据结构的选择是一个基本的设计考虑因素。许多大型系统的构造经验表明,系统实现的困难程度和系统构造的质量都严重的依赖于是否选择了最优的数据结构。许多时候,确定了数据结构后,算法就容易得到了。有些时候事情也会反过来,我们根据特定算法来选择数据结构与之适应。不论哪种情况,选择合适的数据结构都是非常重要的。
- 2023-06-05 05:20:04下载
- 积分:1