-
刷新数据立方体程序,包括全部更新和增量刷新
刷新数据立方体程序,包括全部更新和增量刷新-Refresh data cube procedures, including all updates and incremental refresh
- 2022-07-03 23:53:03下载
- 积分:1
-
vfw编程进行数字摄像头视频捕获
vfw编程进行数字摄像头视频捕获-VFW programming for digital camera video capture
- 2023-06-25 02:10:03下载
- 积分:1
-
个人财政支出管理_C++课程设计作业,没什么技术含量,只对要交作业的大学生有用...
个人财政支出管理_C++课程设计作业,没什么技术含量,只对要交作业的大学生有用-personal financial expenditure management _C course design work, and there is nothing technical content, only to the students useful perpendicular operation
- 2023-08-23 11:45:03下载
- 积分:1
-
Qt4连连看
#include "widget.h"
#include
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
Widget w;
w.show();
return a.exec();
}
- 2023-04-28 14:15:04下载
- 积分:1
-
had not done a good, scientific calculators!
一个做得还不错的科学型计算器!-had not done a good, scientific calculators!
- 2022-04-12 03:19:55下载
- 积分:1
-
考试系统简单了点,不过基本功能还是可以的
考试系统简单了点,不过基本功能还是可以的-test system simple, but the basic function it"s still
- 2022-10-02 05:40:03下载
- 积分:1
-
the implementation of the code read from the Outlook address book's contents...
本代码实现了从outlook读取通讯簿里的内容。-the implementation of the code read from the Outlook address book"s contents.
- 2022-03-16 13:32:50下载
- 积分:1
-
wince program to access twitter
wince program to access twitter
- 2022-03-03 17:29:11下载
- 积分:1
-
use of this procedure : 1. You can monitor the computer running program, on your...
利用这个程序: 1.可以监视在你的电脑运行的程序, 把在你的电脑运行过的程序的时间和名字记录下来 2.可以阻止你规定的禁用程序的执行, 比如不让玩游戏。 3.这个程序需要加入注册表, 在系统启动时就运行, 达到监视的目的。注册表大概都不陌生,就是这里: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRun-use of this procedure : 1. You can monitor the computer running program, on your computer one of the procedures of the time and record the names of two. You can stop the implementation of the banned procedures, such as not playing games. 3. This procedure needs to join the registry, the system started running on to achieve the purpose of surveillance. The registry probably not unfamiliar, is here : HKEY_LOCAL_MACHINE SOFTWARE Microsoft Windows CurrentVersion Run
- 2022-02-13 15:25:41下载
- 积分:1
-
基于AD590和52单片机00的只能温控系统
#include
#define uchar unsigned char
#define uint unsigned int
sbit lcden=P3^3;
sbit lcdrs=P3^4;
sbit lcdrw=P3^5;
sbit eoc=P3^2;
sbit ale=P2^4;
sbit st=P2^4;
sbit oe=P2^5;
sbit clk=P2^3;
unsigned long dianya=0;
uchar num;
uchar code table[]="the range:0-100";
uchar code ta
- 2022-03-23 02:09:17下载
- 积分:1