-
函数查询当前进程的间隔定时器信息,并将查询结果保存在内核空间的结构变量中。然后将结果拷贝到用户空间缓冲区中。...
函数查询当前进程的间隔定时器信息,并将查询结果保存在内核空间的结构变量中。然后将结果拷贝到用户空间缓冲区中。-The function obtains the interval timer s information of the current process and keeps the result in certain structure variable which is in kernel space.Finally,copys it to buffer of user space.
- 2022-03-03 19:03:50下载
- 积分:1
-
用VC#.net编写的资源管理器
用VC#.net编写的资源管理器-VC#. Net prepared by the Resource Manager
- 2022-04-21 16:39:40下载
- 积分:1
-
ruby 示例
create.rb
在Oracle中建立一个叫test的表,并插入一条记录。
locreate.rb
在Oracle...
ruby 示例
create.rb
在Oracle中建立一个叫test的表,并插入一条记录。
locreate.rb
在Oracle中建立一个叫test的表(表中有一个大字段),并插入一条记录。
trans.rb
遍历目录(包括所有子目录)中的某种类型的文件,将符合条件的内容取
出放在一个新文件中,最后,用新文件替换旧文件。
mksql.rb
根据class.def文件的定义,生成各表的insert语句。
ie.rb
打开ie浏览器,进入新浪主页,关闭浏览器。
ienavi.rb
打开ie浏览器,并监控你所进入的URL。
每当进入一个新的URL,监控窗口会将URL立即打印出来。
当退出ie时,将所有进入过的URL一起打印出来。
oledirs.rb
分别打印出当前目录下的所有子目录及文件。
mkfile.rb
根据jxkh.def的定义,生成数据库表的查看、对照查看页面。-err
- 2023-07-08 06:30:03下载
- 积分:1
-
遥感动态监测PCA主成分分析算法
主成分分析的源代码,用于遥感影像的主成分分析
- 2022-03-09 18:46:28下载
- 积分:1
-
pdflib7.0 library and to use the programming pdflib to look at the defense, stop...
pdflib7.0库,想用pdflib来编程的不防看看,停好的东西-pdflib7.0 library and to use the programming pdflib to look at the defense, stopping the good things
- 2022-12-12 11:30:04下载
- 积分:1
-
应用定时器在相应绘图环境内绘制变幻线,可用于拓展至各种用定时器的绘图、数据即时处理...
应用定时器在相应绘图环境内绘制变幻线,可用于拓展至各种用定时器的绘图、数据即时处理-application timer in the corresponding graphics rendering environment changes lines can be used to develop various timer with the mapping, data processed immediately
- 2023-05-01 23:35:03下载
- 积分:1
-
Dijistra最短路径 邻接巨阵结构 c
Dijistra最短路径 邻接巨阵结构 c-Dijistra shortest path adjacent structure c Cell Array
- 2022-02-13 08:51:32下载
- 积分:1
-
QT编写的C++贪吃蛇小游戏
游戏通过按键控制
部分代码:
#include "gamewidget.h"
#define ROW 13
#define COL 16
#define UP 0
#define DOWN 1
#define LEFT 2
#define RIGHT 3
GameWidget::GameWidget(QWidget *parent)
:QWidget(parent)
{
this->setAutoFillBackground(true);//覆盖
this->resize(480,270);
this->setWindowIcon(QIcon("img/icon.jpg"));
this->setWindowTitle("贪吃蛇");
QPalette palette;
palette.setBrush(QPalette::Background,QBrush((QPixmap)"img/bjt.png"));
this->setPalette(palette);
//按扭区
leftbtn=new QPushButton(this);
leftbtn->setIcon((QIcon)"img/zuo.png");
leftbtn->setIconSize(QSize(40,40));
leftbtn->setGeometry(QRect(340,180,40,40));
leftbtn->setFlat(true);
rightbtn=new QPushButton(this);
rightbtn->setIcon((QIcon)"img/you.png");
rightbtn->setIconSize(QSize(40,40));
rightbtn->setGeometry(QRect(430,180,40,40));
rightbtn->setFlat(true
- 2022-03-21 19:09:00下载
- 积分:1
-
查询CPU信息
MFC源码 关于获取CPU信息,信息有厂商 频率 等一系列信息
里面应用的还有汇编 所以比WMI查询的信息更加准确和有效
- 2022-02-04 07:41:08下载
- 积分:1
-
关于在windows下面的USB的一些源码。可以用来操作USB端口
关于在windows下面的USB的一些源码。可以用来操作USB端口-Windows on some of the following USB source. USB ports can be used to operate
- 2023-05-11 06:10:03下载
- 积分:1