搜索资源列表
wachserver
- 局域网,广域网监控源代码,我自己编写的只要公司经理安装一个服务器端,然后在员工的电脑安装客户端,经理就可以随时知道每个员工在做什么,要是员工做别的事,经理可以发送警告信息,同时把员工的行为记忆下来,强烈推荐。- The local area network, the WAN monitoring source code, I compile so long as company executive installs a server end, then in staff s computer
NetTime
- 用于扫描你的电脑上所有的TCP端口的状态。利用这个功能,你可以轻松、快速的查出你的电脑上所使用的TCP端口,进而判断你的电脑是否中了*。扫描出来的端口状态有两种:拒绝连接、接受连接。对于处于拒绝连接状态的端口,很可能是你的电脑为了与外部主机连接而使用的,通常情况下不会对你的网络安全构成威胁。而处于接受连接状态的端口,可能会对你的网络安全构成威胁,甚至很有可能是*程序在运行!假若你想通过本端口扫描来判断你的电脑是否中了*,在扫描时请不要运行其它网络程序,如果扫描结果还是有处于接受连接状态的端
双机并口通信
- 用C语言和汇编语言编程实现了两台计算机的并口通信。-use C language and remit compile achieve collocate communicate of two computer.
温度控制
- 在计算机控制系统中,使用的是数字PID控制器,数字PID控制算法通常又分为位置式和增量式控制算法。由于计算机控制是一种采样控制,它只能根据采样时刻的偏差值计算控制量,因此模拟式中的积分和微分项不能直接使用,需要进行离散化处理。以一系列的采样时刻点kT代表连续时间t,以和式代替积分,以增量代替微分,作近似变换。采样周期足够短,才能保证有足够的精度-the computer control system, using the digital PID controller, digital PID c
DNSLookUp
- 用于查看局域网计算机成员的VB控件,可通过计算机名查看IP或通过IP查看计算机名-A VB ctrl that can look up computer members in LAN,can get the IP by computer name or in contrast.
garmingpstool
- Garmin GPS Tool是一个Java Swing应用程序,可以让Garmin GPS用户将他们的单元连接到计算机,使用Swing应用程序作为工具来下载和可视化道路点,轨迹,和全局路线数据-Garmin GPS Tool is a Java Swing application that allows users to Garmin GPS units they connect to the computer, the use of Swing applications as a tool
sscom_source
- 用VB写的51单片机与电脑串口通信调试的源程序sscom.-VB wrote 51 microcontroller serial communication with the computer debugging of source sscom.
GSM 终端编程开发PDU码短信
- 介绍计算机上实现gsm modem短消息收发的模式,描述gsm modem PDU 模式,包括PDU 模式下的gsm modem模块UCS2 编码、解码原理,以及gsm modem发送与接收PDU 串的编制方式, VB 中的MSCOMM 控件,实现gsm modem短消息收发的核心内容。-briefed on computer modem gsm SMS transceiver model, described GSM modem PDU models, including the PDU mo
wm-01tC源程序
- 射频卡读卡程序,射频IC卡识别技术,通常由载有密码的射频IC卡来代替传统的键盘密码。读卡模块读出密码后,即产生输出电信号,继而驱动执行机构动作,或将密码(如卡号)送给外围对接设备(如电脑或单片机等)。采用射频卡读卡模块及感应体构成的特定系统中,因射频卡内码信号唯一且不可复制,因此射频卡不仅杜绝了非法复制密码,还为各种控制采用信息化管理创造了条件。-RF card reader procedure, radio frequency identification technology IC card
计算机端口介绍详细
- 这是我在黑客群里的一个关于计算机端口用途的一个教程,也就是电脑端口对照表.-hacker group's a port on the computer uses a directory is the CRT computer ports.
eat
- 一套餐饮收费管理系统源代码,通过计算机串口读写IC卡设备。-a Food Management System source code, through the computer serial port IC card reader equipment.
PCEC1(源程序)
- 一个串口通讯程序。是为清华大学研制的,大学本科计算机专业实验用机TEC2000开发的联机通讯。该程序使用MFC提供的组件,适合于同类的串口通讯。-a serial communication program. Yes developed by Tsinghua University, a college computer experiment with machines TEC2000 development of on-line communications. The procedures f
verilog for uart
- 通用异步接收器/发送器(UART)是能够编程以控制计算机到附加串行设备的接口的微芯片。详细来说,它提供给计算机RS-...还有高级的UART提供了一定数量的数据缓冲,这样计算机和串行设备数据流就可以保持同样的速度。-universal asynchronous receiver / transmitter (UART) can be programmed to control computer attached to the serial device interface microchips.
filetransfer_VC完整应用程序代码
- 本代码提供一对实现在两台计算机间传送文件的函数,本代码提供的方法并不十分适合于传送大型文件. -the code for a computer to achieve the two transmission of documents between the function, the code for the method is not suitable for transmission of large files.
基于VB实现PC机与单片机的串行通讯
- 基于VB实现PC机与单片机的串行通讯 随着计算机技术尤其是单片微型机技术的发展,人们已越来越多地采用单片机来对一些工业控制系统中如温度、流量和压力等参数进行检测和控制。PC机具有强大的监控和管理功能,而单片机则具有快速及灵活的控制特点,通过PC机的RS-232串行接口与外部设备进行通信,是许多测控系统中常用的一种通信解决方案。因此如何实现PC机与单片机之间的通讯具有非常重要的现实意义。本文将论述在VB环境下PC机与单片机之间实现串行通讯的软硬件方案。PC机的通讯程序使用Visual Basic编
GPRS点击WAP实现排名
- 文章介绍了利用AT指令集进行计算机控制GPRS 模块上网并进行模拟操作. 对于WAP提高排名很有用.通过GPRS CDMA数据业务点击WAP网关实现排名(AT指令集).-article describes the use of AT instruction set computer control of the Internet and GPRS module mock operation. Right WAP increase in the rankings useful. GPRS data
Correction-of-computer-time(Vc)
- 校正电脑时间,可用于工业控制中上位机与下位机之间统一时间。-Correction of computer time(Vc)
Introduction_to_advanced_Computer_Architecture_an
- Introduction to advanced Computer Architecture and Parallel Processing-Introduction to advanced Computer Architecture and Parallel Processing
VB-forThe-host-computer
- VB做的上位机通讯界面,灵活利用滚动条设置长度功能,并附带通讯协议,界面简洁美观,适合初学者学习开发-VB to do the host computer communication interface, flexible use of scroll bar to set the length function, and with the communication protocol, the interface is simple and beautiful, suitable for beg
computer-bar
- 建立账户 删除添 加账户 上机计费 点餐等模块的 网吧计费C程序 -computer bar
