-
C++编写的简单的扫雷程序
开始时输入一个整数以产生一个随机分布雷区的10×10矩阵,不用鼠标,而是需要输入坐标表示你想点击的位置...
C++编写的简单的扫雷程序
开始时输入一个整数以产生一个随机分布雷区的10×10矩阵,不用鼠标,而是需要输入坐标表示你想点击的位置-C++ Prepared simple mine the beginning of the proceedings enter an integer to generate a random distribution of mined areas, 10 × 10 matrix, not the mouse, but need to enter the coordinates that you want to click on the location of
- 2022-02-03 08:15:59下载
- 积分:1
-
基于标准贯入 N 液化分析
基于标准贯入试验击数分析程序做液化。它使用 İdriss (1971 年) 过程评价循环应力比计算。在分析结束时,流离失所者液化指数。输入的数据文件的格式很简单。一个例子是 floows:1.5231.5 15 18.44 39.02.5 21 18.44 38.53.5 26 18.44 19.54.5 26 18.44 19.55.5 34 18.44 29.56.5 29 18.44 20.57.5 28 19.12 8.508.5 30 19.12 3.909.5 30 19.12 3.7010.5 36 19.12 2.3011.5 30 19.12 1.3012.5 31 19.12 8.7013.5 32 19.12 3.5014.5 28 19.12 4.4015.5 24 19.12 7.3016.5 30 19.12 1.6017.5 19 19.12 0.7018.5 21 19.12 0.9019.5 21 19.12 0.8020.5 28 19.12 1.5023.5 17 19.12 3.4026.5 28 19.12 4.0029.5 37 19.12 8.50the 值,在第一排代表地下水位深度从表面 1.5。第二行的值,23 表示的数字的数据,即如下。第一列表示深度、 第二列表示标准贯入 N 值、 三柱代表密度和最后一列代表细粒率。
- 2022-05-25 10:17:15下载
- 积分:1
-
Windows系统编程可对常见的外部USB设备接口…
windows系统下编程提供给USB外部通用设备的接口的调用函数-windows system programming available to the common external USB device interface function is called
- 2022-07-12 23:16:16下载
- 积分:1
-
This is a simple flow
这是一个WINCE4.2下的简单流驱动,与硬件无关。弄了很久,才调试成功。主要是学习流驱动的实现过程及动态加载!包括EVC开发的流驱动,EVC的应用调用程序和WORD的说明文档-This is a simple flow-driven, under WINCE4.2, and hardware-independent. Get a long time before the successful commissioning. Mainly for studying flow-driven implementation process and dynamic load! Including the EVC developed flow-driven, EVC application calls the procedures and instructions WORD documents
- 2023-01-24 23:50:04下载
- 积分:1
-
自己以前做的汇编小程序,希望对大家有用。
自己以前做的汇编小程序,希望对大家有用。-A compilation of their previous small program to do the hope that useful for everyone.
- 2022-04-20 17:20:21下载
- 积分:1
-
这是一个存储管理分区分配算法的源码,操作系统的
这是一个存储管理分区分配算法的源码,操作系统的-this is a source code of save the charge sectors,for operating system
- 2022-11-29 02:45:03下载
- 积分:1
-
amazon推荐:7月刚出版的Android Essentials 电子版
amazon推荐:7月刚出版的Android Essentials 电子版-amazon recommended: July has just published the electronic version of Android Essentials
- 2023-05-02 07:25:03下载
- 积分:1
-
TSPlug4.19源码,最新版本,功能不次于大漠插件
资源描述大漠插件,游戏脚本用的最多的一种,这个是天使插件源码,功能和大漠一样,不次于大漠插件,想研究的朋友可以下载下来看看了
- 2022-03-15 10:59:33下载
- 积分: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
-
实现Wince.Net平台下IE浏览器的功能,可以浏览网页,和图片文件!...
实现Wince.Net平台下IE浏览器的功能,可以浏览网页,和图片文件!-achieve Wince.Net platform IE browser function can visit the website, and photo paper!
- 2022-12-11 12:50:03下载
- 积分:1