-
贪吃蛇游戏
可以学习c语言,熟悉数据结构链表的用法哦,在windows wintc 下写的,没有用面向对象的思想,直接就是顺序结构,非常简单的实现了贪吃蛇的游戏是一个很好的入门级的代码,希望你自己先构思,然后自己在动手写一写,这样才能锻炼到自己的能力
- 2023-02-01 13:30:04下载
- 积分:1
-
这是个立象标签打印机的测试程序,对开发商用标签打印机的用户很有用的。我在后来的商业管理系统中用到了!...
这是个立象标签打印机的测试程序,对开发商用标签打印机的用户很有用的。我在后来的商业管理系统中用到了!-This is a label printer images of the test procedure for developers using the label printer users very useful. I was in the business management system used!
- 2022-03-05 03:39:48下载
- 积分: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
-
Digital clock source code
数字时钟源代码
- 2022-02-18 16:04:16下载
- 积分:1
-
a DLL using information obtained CPU code, very professional, not only can the C...
一个利用DLL实现获得CPU信息的代码,十分专业,不但可以获得CPU的速度、型号等,而且可以获得CPU的缓存大小、流水线数等等30多项CPU的特性,而且,带了DLL的VC源程序-a DLL using information obtained CPU code, very professional, not only can the CPU speed, models, but the available CPU cache size, number, etc. Line 30 of the characteristics of the CPU, but with a VC source DLL
- 2022-07-03 01:43:55下载
- 积分:1
-
艾尔肯特插值,非常不错的一种插值方法哦,大家多多鼓励
艾尔肯特插值,非常不错的一种插值方法哦,大家多多鼓励-艾尔肯特interpolation, a very good interpolation Oh, we encourage more
- 2022-07-23 05:07:02下载
- 积分:1
-
简版的GIS系统
通过对点的读取,实现绘图,之后完成从图到属性和从属性到图的查询。先是读文件,之后绘图,之后建立索引,最后是查询。应该就是这样吧,
- 2022-06-18 00:51:29下载
- 积分:1
-
eventos para el desarrollo de software con awt ejemplo de eventos con teclado
eventos para el desarrollo de software con awt ejemplo de eventos con teclado
- 2022-02-12 21:18:06下载
- 积分:1
-
气象保障常用软件包:本书分为10章,包括客观分析、诊断分析、多元统计分析、主分量分析、自适应统计天气预报方法、时间序列分析、谱分析、人工神经网络天气预报方法、灰...
气象保障常用软件包:本书分为10章,包括客观分析、诊断分析、多元统计分析、主分量分析、自适应统计天气预报方法、时间序列分析、谱分析、人工神经网络天气预报方法、灰色系统及气象绘图软件等内容。 Fortran代码写在word文档中。-Commonly used meteorological package: This book is divided into 10 chapters, including an objective analysis, diagnostic analysis, multivariate statistical analysis, principal component analysis, adaptive statistical weather forecasting methods, time series analysis, spectral analysis, artificial neural network forecast method, the gray systems and meteorological elements, such as mapping software. Fortran code written on the word document.
- 2022-10-24 17:20:03下载
- 积分:1
-
用Windows API创建一个窗体,从本质上理解Windows消息机制。
用Windows API创建一个窗体,从本质上理解Windows消息机制。-Windows API to create a window, from understanding the nature of the Windows message mechanism.
- 2022-11-04 08:25:03下载
- 积分:1