-
Weather Effects Demo
Weather Effects Demo
- 2023-04-01 16:50:04下载
- 积分:1
-
1. 在课程表中导入3条数据,写出sql语句和数据 2. 在学生表中导入15条学生资料,每个班级5条数据,写出sql语句和数据 3. 在成绩表中,每个学生每个课...
1. 在课程表中导入3条数据,写出sql语句和数据 2. 在学生表中导入15条学生资料,每个班级5条数据,写出sql语句和数据 3. 在成绩表中,每个学生每个课程1条数据,每个学生全选了课程表所有的课程,写出sql语句和数据-1. The courses table into three data and write sql statement and data 2. Students in the table into 15 students, each class 5 data and write sql statement and data 3. The results table, each student each course a data, each elected by the students of the curriculum of all courses, write sql statement and data
- 2022-01-26 06:03:09下载
- 积分:1
-
在桌面上显示N朵玫瑰的一个小程序,很吸引女孩子的
在桌面上显示N朵玫瑰的一个小程序,很吸引女孩子的-Display on your desktop N Duo Rose a small program, it is to attract girls
- 2022-08-04 04:31:51下载
- 积分:1
-
分割midi音符test1split1str1.cpp
// test1split1str1.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
/*
File : split1.cpp
Author : Mike
E-Mail : Mike_Zhang@live.com
*/
#include
#include
#include
#include
#include
using namespace std;
//字符串分割函数
std::vector split(std::string str,std::string pattern)
{
std::string::size_type pos;
std::vector result;
str+=pattern;//扩展字符串以方便操作
int size=str.size();
for(int i=0; i
- 2022-03-22 16:35:52下载
- 积分:1
-
transmitter reciever
transmitter reciever
- 2022-01-26 01:12:14下载
- 积分:1
-
Stone 3.0 server source code collections for a long time, and now allow everyone...
石器3.0服务端源代码,收藏了很久,现在拿出来让大家一起研究.-Stone 3.0 server source code collections for a long time, and now allow everyone to study together.
- 2022-07-18 19:27:20下载
- 积分:1
-
这是基于samsung s3c2413 display 驱动
这是基于samsung s3c2413 display 驱动-This is based on the samsung s3c2413 display driver
- 2022-09-05 11:00:03下载
- 积分:1
-
监控进程并重启
基本原理为:1,在后台启动监控程序。2,监控程序一直对设定的进程窗口名称的进程进行监控。3,如果发现此进程窗口没有了或消失了,将自动在后台延时几十秒或设定时间后,然后启动此进程。
关键代码如下:
hWndMain=NULL;
hWndMain=::FindWindow(NULL,"录音系统平台");
if(hWndMain==NULL)
{
hWndMain=::FindWindow(NULL,"电话录音");
if(hWndMain==NULL)
{
/* memset(Buf,0,200);
sprintf(Buf, "%04d%02d%02d%02d%02d%02d: find no digitexe
",st.wYear,st.wMonth,st.wDay,st.wHour,st.wMinute,st.wSecond);
if( (log1 = fopen( "selfauto.log", "a+" )) != NULL ) //打开文件流
{
fprintf(log1,"%s
",Buf);
fclose(log1);
}*/
- 2022-11-05 05:20:02下载
- 积分:1
-
Psycho!Its Nutty! Its Weird! Its Psycho!狂热、怪异、引人入胜
Psycho!Its Nutty! Its Weird! Its Psycho!狂热、怪异、引人入胜-psycho! Its Nutty! Its Weird! Its psycho! Fanaticism, strange, fascinating
- 2023-02-23 17:05:04下载
- 积分:1
-
A preview image with a selection box that can display real
一个带预览的图像选择框,能够即时显示选择的图片-A preview image with a selection box that can display real-time choice of picture
- 2022-05-13 00:17:51下载
- 积分:1