搜索资源列表
DMENU
- his program uses an ini file to determine a menu routine. The program dynamically adds menus that run programs and has the ability to pass arguements to those programs if needed. The program can go 5 submenu s deep and can start from no menus to basi
sf_200562516252
- 一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = ne
监测当前打印机状态
- 通过此程序可以了解当前打印机的状态包括打印任务队列,各任务状态,所有者进度和开始时间-through this procedure can understand the current state of the printer, including print job queue, the task of the state, the owner's progress and the start time
排队问题的系统仿真
- 题目内容:使用队列模拟理发馆的排队现象,通过仿真手法评估其营业状况。 基本要求: 假设理发馆内设有N把理发椅,可同时为N位顾客进行理发。对于在营业时间(假设为T小时)内进门的顾客: *当顾客进门时,若有空椅,则可以立即坐下理发,否则需要依次排队等候。 *一旦有顾客理完发离去时,排在队头的顾客便可开始理发。 *若理发馆每天连续营业T小时,求一天内顾客在理发馆内的平均逗留时间 *顾客排队等候的队列平均长度。 *营业时间到点后仍需完成服务的收尾工作时间。-topics as
VB应用技巧
- VB应用技巧 1.int文件的读写 2.如何取得计算机名 3.计算Windows从启动后所运行的总时间-1.int VB application skills to read and write two papers. How to get the computer name three. Calculation Window s from the start after running total time
替换开始菜单VC代码
- 可以替换WINDOWS开始菜单VC源码 GetShellTrayDlg.h, GetShellTrayDlg.cpp - the dialog These files contain your CGetShellTrayDlg class. This class defines the behavior of your application s main dialog. The dialog s template is in GetShellTray.rc, which
QQ_(good)
- QQ挂机站全部源代码(good) 第一步:新建一sql数据库webQQ,导入SQL数据库备份(在管理器里的还原备份功能,不会找找资料) 在Web.config里修改sa用户密码。 第二步:注册NT后台服务,并在windows服务管理器启动webqq服务 C:\\WINDOWS\\Microsoft.NET\\Framework\\v1.1.4322\\installutil C:\\改成你的路径\\webQQServ.exe 在webQQServ.exe.config修
opg
- 确认你的OWL-S Editor已经安装到Protege里,启动Protege,新建一个owl文件类型的工程,在菜单project->config里勾选上owls选项,按确定后Protege的主界面会多出一个OWL-S Editor页-sure your OWL-S has been installed to the Editor Protege, Protege start, a new type of document owl, the menu project-gt; Li tick
20062241245494989
- 互动信息管理系统IIMS :功能介绍: 全站信息统计 全站下载条数统计 在线人数显示 昨日访问 今日访问 今天新访客 平均日访问 共被刷新 显示IP 显示操作系统 显示浏览器 显示分辨率 显示访问时间 显示检测完时间 页面开始执行时间 页面完成执行时间 登陆检验服务器管理员ID,安全登录!(可以自行选择是否开启,方便虚拟空间没有服务器帐号的用户。)详细见 admin/admin_Login.asp 被注释的那段codes 多
abbeywmi
- 本文我将向你展示一些技巧,让你可以在远程地访问网络中其他计算机的操作系统、服务、当前运行着的进程等等信息,当然前提是你必须得拥有这些计算机的管理员权限。同时我也将向你展示如何利用WMI来启动或者停止服务、终止进程、创建进程。-this paper I will show you some skills, so you can remotely access the network to other computer's operating system, services, the cu
MCS-96A_D
- MCS-96单片机A_D转换器应用-通过检测AD_RESULT(LO)中的S位来判定A/D转换是否完成。需要注意的是,当发出启动A/D转换命令后,AD_RESULT中的S位要经过8个状态周期后才能对其查询.-MCS-96 microcontroller A_D converter applications-through detection AD_RESULT (LO) the S to determine A / D converter whether completed. We need t
WGR
- Windows游戏编程快速入门方法.doc 该文档详细介绍在Visual Studio 2003.net平台上的游戏开发,以一个Tank游戏的开发为例-Windows Game Programming Quick Start method. Doc The document detailed in Visual S tudio 2003.net platform development of the game in a tank as an example the development of
muma-vb
- 木马,也称特伊洛木马,名称源于古希腊的特伊洛马神话,是一种远程控制软件。现在网络上流行的木马软件基本都是客户机/服务器模式也就是所谓的C/S结构,目前也有一些开始向B/S结构转变,在这里暂且不对B/S结构进行详谈,本文主要介绍C/S结构其原理就是在本机直接启动运行的程序拥有与使用者相同的权限。因此如果能够启动服务器端(即被攻击的计算机)的服务器程序,就可以使用相应的客户端工具客户程序直接控制它了。下面来谈谈如何用VB来实现它。 -Trojan, also known as Trojan T
解决生产者-消费者问题
- public class Server extends Thread { Client client int counter public Server(Client _client) { this.client = _client this.counter = 0 } public void run() { while (counter < 10) { this.client.queue.addElement(new Integer(counter)) counter++ } throw
s
- 本文介绍一种用PIC12F675单片机做的USB充电器, 将它接在计算机的USB接口上就能对两节镍镉或镍氢电池 进行充电,充电结束后能自动停止充电。充电器主要采用电 压监测的方法判断充电是否结束,对于因为电池的原因达 不到规定的充电电压的,也能在充-TACK SEGMENT STACK DW 64 DUP(?) STACK ENDS DATA SEGMENT NUM DB 34H,45H,45H DATA ENDS CODE SEGMENT
s
- 杀毒软件的阻止病毒启动功能模块,能检测进程启动,并通知用户,由用户决定是否启动该进程。-Anti-virus software to prevent virus-start function modules, can detect the process started, and notify the user, the user decide whether to start the process or not.
ProcessStart
- 这个小项目可以用来调用可执行程序。主要用到System.Diagnostics.Process.Start(string s)的方法。 -This small project can be used to call the executable. Mainly used System.Diagnostics.Process.Start (string s) method.
Uboot-Start.S
- 本文的目标是,希望看完此文的读者,可以达到: 微观上,对此start.S的每一行,都有了基本的了解。 宏观上,对基于ARM核的S3C24X0的CPU的启动过程,有更加清楚的概念。 这样的目的,是为2-This goal is, I hope after reading this article the reader, can be achieved: The micro level, each line of this start.S have a basic understa
cPPvisualization
- MFC快速入门,对于初学者非常有用,以及关于VC,MFC,STL的概念详解。-MFC quick start, very useful for beginners, and on the VC, MFC, STL Detailed concept.
STM32_DMA中断从机
- 实现步进电机的S曲线启动与减速,实际项目使用(S stepper motor implementation of the curve to start and slow down, the actual use of the project)