-
如何在Windows 9598下读取硬盘序列号。硬盘的序列号是生产时由厂家设定的,存在于硬盘的控制芯片内,不随硬盘的分区、格式化状态而改变,象硬盘的物理柱面数、...
如何在Windows 9598下读取硬盘序列号。硬盘的序列号是生产时由厂家设定的,存在于硬盘的控制芯片内,不随硬盘的分区、格式化状态而改变,象硬盘的物理柱面数、扇区数一样,是一个与操作系统无关的特性。该序列号只能用硬盘控制器的I/O指令读取.,并且不能用常规办法修改。-how to read under Windows 9598 drive serial number. The drive is serial production set by the manufacturers, there are hard to control the chip, not with the hard-district, state and formatting changes, as the physical hard disk cylinder few, the number of sectors, is not an operating system features. The serial number can only use the hard disk controller I/O instructions read. , And can not be used to amend the Standing Orders.
- 2022-02-14 14:11:00下载
- 积分: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
-
1.利用实验建立一个有序表,采用折半查找实现某一已知的关键字的查找。
2.随机产生一组关键字,利用二叉排序树的插入算法建立二叉排序树,然后删除某一指定关键字...
1.利用实验建立一个有序表,采用折半查找实现某一已知的关键字的查找。
2.随机产生一组关键字,利用二叉排序树的插入算法建立二叉排序树,然后删除某一指定关键字元素。
3.已知散列函数H(key)=key p(p为自定义的常数),冲突处理方法分别为线性探测法、外拉链法实现 散列表的建立。
-find
- 2023-04-14 17:55:04下载
- 积分:1
-
基于Java、WEB的扶贫网络商城
本网络商城主要分为:前台游客浏览、普通用户操作和后台管理3部分。结合目前网上购物平台系统的设计方案,本项目具有以下特点:界面设计美观大方、操作简单。功能完善、结构清晰。普通用户的购物操作。能够实现后台用户和商品管理。能够实现推荐商品的操作。能够实现后台对用户、订单、商品的管理。
操作注意事项
(1)进用后台地址为:http://localhost:8080/03/admin/user/user_login.html
本系统的后台用户名为:admin,密码为:admin。
(2)系统注册页面中提供了验证信息,用户只有添加了合法的信息后,才能注册成功。
操作流程
(1)通过系统首页,可实现浏览系统推荐商品、热销商品、以及各种分类商品等内容,也可以通过首页提供的“登录”、“注册”超链接来登录系统或注册新用户。
注意
由于需要与银行交互,一些页面无法实现,读者可以根据自己的需要模拟实现相应功能。
- 2022-07-22 14:50:18下载
- 积分:1
-
search procedures address, and modify, easy
查找程序地址,并加以修改,使用方便,功能强大得软件!-search procedures address, and modify, easy-to-use, powerful in the software!
- 2022-08-26 14:22:13下载
- 积分:1
-
字符编码的转换,可以支持GB2312,电脑,汉字,字符…
字符编码转换,可以支持gb2312、ASCll、汉字、字符之间的转换-Character encoding conversion, can support gb2312, ASCll, characters, character conversion between
- 2022-02-07 17:53:17下载
- 积分:1
-
枚举系统全局钩子程序,能够将系统里已有的全局钩子全部列出 通过加载驱动实现...
枚举系统全局钩子程序,能够将系统里已有的全局钩子全部列出 通过加载驱动实现-Enumeration system global hook procedures, the system has been able to list all the global hooks driven through the load to achieve
- 2022-01-31 06:36:42下载
- 积分:1
-
实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC E...
实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC EXE应用程序中 CAppView,CMainFrame,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程, CWinThread *pThread=GetCurrentThread() pThread->Run() 就可装载启动常规DLL内应用程序框架.-method: a normal DLL file has been created with the program wizard and there is an instance generated from CWinApp in the DLL file.Create another MFC EXE appliaction and copy CAppView,CMainFram,CAppDocument and the resources in RES directory to the normal DLL and add to the projec and compile and generate a DLL. In a Win32 application, start a thread which loads the DLL with codes, get the running thread, ie.CWinThread*pThread=GetCurrentThread(), then,pThread->Run() executes the loading and start the execution of the application framework in the normal DLL file.
- 2022-07-13 07:36:52下载
- 积分:1
-
系统进程管理源代码
系统进程管理源代码- System advancement management source code
- 2022-07-15 23:02:14下载
- 积分:1
-
一个D3D的最简单例子,帮助理解directX编程的方法
一个D3D的最简单例子,帮助理解directX编程的方法-A D3D The most simple example to help understand the directX programming method
- 2022-08-20 10:54:04下载
- 积分:1