VB5.0与Windows API之间的呼叫技巧 取得Disk Volume Information 取得Disk Free Space与Total Space 取得Disk Driver LIST与各个Driver的型态 取得File 8.3之文件名称格式 如何用程序来Delete Copy Move Rename File/Directory 如何用VB建立快捷方式(ShortCut) 如何直接开启一个文件 设定Mouse 在某个固定范围 隐藏Mouse 显示、隐藏win95任务栏 建立Floating Window(Top Most的window) 建立与读取.ini文件 检查开机方式及Mouse Buttons个数 如何将整个画面暗下来,如同关机前一般 如何截取屏幕画面 如何改变桌面的图片? 如何读取 Windows 任务栏的大小及位置? 如何为 LISTBox 设定水平滚动栏? 如何让 Windows(95 及 NT) 重新开机?
标签: Disk Space Information Windows
上传时间: 2013-12-18
上传用户:fanboynet
ARP test mode. According to the idea we design the arithmetic for the key part, first the system sends a message to the target machine, and then system wait for the response. Once system receives a message, it starts to analyze the message, according to the message s parameter system judges whether the message satisfies the conditions. Once the message satisfies all the conditions, the system thinks the machine is sniffing, and adds this machine into the LIST of sniffing machines. On this basis the detection has done well, and at the same time we insert the result into the log database for inquire and analyze later.
标签: the arithmetic According design
上传时间: 2016-10-06
上传用户:chongcongying
基于evc下的控件编程,介绍了LIST控件的重绘 ,有很好的参考价值
上传时间: 2016-10-12
上传用户:qq1604324866
它是一个和平台无关的sms发送软件。对于手机开发的人员很有用。 SMS-Man is a set of cross-platformed utilities for SMS sending. You can organize SMS-LIST , SMS alert system (useful for system administrators) and much more.
标签: cross-platformed utilities SMS-Man sending
上传时间: 2014-01-15
上传用户:trepb001
常见java数据结构的使用方法,包括Arrays类Collections类HashSet类LIST类TreeSet类Map类Vector类
上传时间: 2014-02-10
上传用户:qiao8960
Treeview 控件的精通使用,用其生成树,同时将要保存的节点,保存到LIST然后,将其清空,点击回显后,让其从新选中。
上传时间: 2013-12-11
上传用户:1109003457
实现ADO连接SQL SERVER 2000数据库,并将表显示在LIST中。可以添加、删除、修改表信息。
上传时间: 2016-11-29
上传用户:妄想演绎师
state of art language modeling methods: An Empirical Study of Smoothing Techniques for Language Modeling.pdf BLEU, a Method for Automatic Evaluation of Machine Translation.pdf Class-based n-gram models of natural language.pdf Distributed Language Modeling for N-best LIST Re-ranking.pdf Distributed Word Clustering for Large Scale Class-Based Language Modeling in.pdf
标签: Techniques Empirical Smoothing Language
上传时间: 2016-12-26
上传用户:zhuoying119
次,根据硬件序列号生成注册号,生成的注册码可以按字母颠倒、按顺序互换、数字交换、序列号分离和变形,最终形成正式的注册码,这样尽量保证了注册好的唯一,没有重复,并且有安全,可以放心使用. 9. LISTCtrl功能扩展.rar,63KB,下载 65 次,
上传时间: 2014-01-06
上传用户:zhaoq123
//顺序表的建立、查找、插入与删除 #include <stdio.h> #include <malloc.h> #include <stdlib.h> #define LISTSize 100 //表最大长度 //结构定义 typedef struct SeqLIST { int node[LISTSize] //存放表结点 int length //当前表长度 } SeqLIST //插入元素 insertLIST(SeqLIST *LIST, int e) { int i=LIST->length-1 //先将i指定为最后一项 if(i>=LISTSize-1) //表已经达到最大长度LISTSize { printf("表已满,不能增加新的项!\n")
上传时间: 2014-01-17
上传用户:dongqiangqiang