-
基于VC++的segy数据合成软件及代码,用来将文本的数据合成SEGY格式数据...
基于VC++的segy数据合成软件及代码,用来将文本的数据合成SEGY格式数据-Txt data to segy date
- 2022-02-26 22:00:57下载
- 积分:1
-
谁说windows的ASM不可以生成COM文件,用了这个库你就可以生成COM文件...
新接口源码,可以继承,但要注意语句
- 2022-07-27 12:46:14下载
- 积分:1
-
屏幕放大镜,运行这个程序之后,当光标在屏幕上移动时,光标位置附近的图像会放大显示在程序窗口中。支持以不同的比例放大图像。利用Windows API函数,同时还使...
屏幕放大镜,运行这个程序之后,当光标在屏幕上移动时,光标位置附近的图像会放大显示在程序窗口中。支持以不同的比例放大图像。利用Windows API函数,同时还使用了API对INI 文件进行操作。 -Screen magnifier, run this program later, when the cursor moves on the screen, the cursor near the position of the image will be displayed in the program window to enlarge. Support the scaling up of different images. The use of Windows API functions, but also use the API to the INI file to operate.
- 2022-10-14 01:40:03下载
- 积分:1
-
在Java代码中信任感知路由
这个项目在这个项目中脱颖而出类META-INF协议的无线网络编辑器是NetBeans和JDK编译器很简单
- 2022-08-26 02:39:12下载
- 积分:1
-
杭州电子科技大学的一些题源代码,可以参考下
杭州电子科技大学的一些题源代码,可以参考下-Hangzhou University of Electronic Science and Technology of the source code of a number of questions, you can refer to the following
- 2022-08-14 02:22:29下载
- 积分:1
-
针对于pxa270的jatg驱动程序 针对于pxa270的jatg驱动程序
针对于pxa270的jatg驱动程序 针对于pxa270的jatg驱动程序-For in the PXA270
- 2022-04-10 17:36:10下载
- 积分:1
-
development of the VC using matrix calculation category, which has many function...
采用VC开发的矩阵计算类,里面有许多计算功能可以直接调用或修改使用-development of the VC using matrix calculation category, which has many functions can be calculated directly or modify the use of call
- 2022-01-26 03:12:26下载
- 积分:1
-
media players, can hold MP3 and movies.
媒体播放器,可放mp3和电影。-media players, can hold MP3 and movies.
- 2022-01-25 20:29:49下载
- 积分:1
-
八皇后问题四种解法,回溯为主,
更有一个一句语句实现八皇后问题的程序,绝...
八皇后问题四种解法,回溯为主,
更有一个一句语句实现八皇后问题的程序,绝-8 Queen
- 2022-02-11 21:37:55下载
- 积分:1
-
获取系统硬件信息,内存使用状况,process进程列表
void ExeCPUID(DWORD veax) //初始化CPU信息
{
__asm
{
mov eax,veax
cpuid
mov deax,eax
mov debx,ebx
mov decx,ecx
mov dedx,edx
}
}
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-23 22:54:57下载
- 积分:1