搜索资源列表
usb_detect
- 需要win2000或者winxp的DDK,才能编译。 主要用于USB设备信息的查询,对于USB编程会有少少的帮助。-need WIN2000 or winxp the DDK, can be compiled. USB devices used mainly for information inquiries, USB programming will be a bit of help.
sfartgarg
- 资源介绍: 基于ISAPI,Web界面的计费信息查询程序,根据用户名和代理服务器密码显示他的计费信息-resources on : Based on ISAPI, Web interface Billing Information procedures, Under the user name and password proxy server, he demonstrated Billing Information
pukuai
- 查询所有信息,等等,能够帮助你,方便快捷
docain
- 一个间的的域名查询的vc++的源代码,而且给出一些域名的信息-Between a domain query vc++ source code, but also gives some information on domain names
ChipGenius
- ChipGenius是一款USB设备芯片型号检测工具,可以自动查询U盘、MP3/MP4、读卡器、移动硬盘等一切USB设备的主控芯片型号、制造商、品牌、并提供相关资料下载地址。当然也可以查询USB设备的VID/PID信息、设备名称、接口速度、序列号、设备版本等。 软件绿色小巧,即插即用,是数码消费者、电子爱好者、DIY人士和数码维修人员身边的好帮手。-ChipGenius chip is a USB device type detection tool that automatically
StudentBookCLanguageCourseDesign
- C语言 学生通讯录课程设计(功能齐全):1、用C语言实现系统; 2、利用结构体数组或动态链表实现学生通讯录的数据结构设计; 3、系统具有增加,查询,删除等基本功能; 4、系统的各个功能模块要求用函数的形式实现; 5、将通讯录信息存在文件中; 6、完成设计任务并编写课程设计说明书。 7、每个同学提交源程序(*.c),可执行程序(*.exe),保存通讯录信息的文件addrbook,课程设计说明书电子文档(word)。 -Student Book C Language
address-list-
- 设计一个程序,实现通讯功能。本软件采用C++程序编程,实现通讯录基本功能(①用文件来保存通讯录信息(必须实现的功能)②编程实现通讯录记录的添加、删除、修改、浏览和查询(必须实现的功能)。本软件在中文版Visual C++中运行,利用MFC编程设计界面,实现各个功能的操作。 -Design a program to achieve communication. The software uses C++ programming, to achieve the basic functions of
The-address-book-manages-system
- 通讯录管理系统 利用socket编程 实现用户端和 服务器端的通讯,实现 添加、删除、查询信息等的功能-The address book supervision system makes use of the telecommunication that socket plait distance carries out a client and server port, the realize adds, deletes, searches the function of informatio
Tongxunlu
- 这是一个简易的通讯记录系统,用于记录和查询用户信息-This is a simple communication recording system, to record and inquires the user information
Addressbook-
- 通讯录管理系统,能够实现人员的信息录入、查询、修改、删除、保存、显示等操作-Address book management system, personnel information entry, query, modify, delete, save, display operations
47834996phone
- C++写的个人通讯录,实现信息存储、查询、修改等功能-C++ write personal contacts, information storage, query, modify functions
Mobile
- VC++做的手机通讯录,方便实用、添加、修改、查询信息、且能分组查看-Phone contacts, VC++ do, add, modify, and query information, and can grouping View
tongxun
- 在磁盘中以二进制文件的形式存储人员的姓名、年龄、性别等基本信息,并运用程序将磁盘文件中的个人基本信息进行查询、修改和删除等。-In the disk is stored in binary files officer' s name, age, sex, and other basic information, and the use of the program disk file basic personal information to query, modify, and dele
LibraryTest
- RFID图书管理系统,功能为借书,还书,查询图书信息-RFID library management system, functions as a library, book, check book information
ClientManager
- 客户管理系统主要由基础信息维护、客户 服务、信息查询、系统管理和帮助信息等几个功能模块组成,规划系统功能模块如下: 基础信息维护模块该模块主要包括区域信息设置、企业性质设置、企业类型设置、企业资信设置、客户级别设置和客户满意程度设置6部分。 客户信息维护模块该模块主要包括客户信息、联系人信息、业务往来、客户呼叫中心4个部分。 客户服务模块 该模块主要包括客户反馈、客户投诉两个部分。 信息查询模块 该模块主要包括客户信息查询、
phonemessagesend
- 书友会短信发送系统由基础信息模块、短信管理模块、短信投票模块、系统管理模块等几部分组成。 基础信息模块 该模块主要包括短信猫设置、会员信息设置、常用语设置3部分。 短信管理模块 该模块主要包括发送短信、短信查询、接收短信3部分。 短信投票模块 该模块主要由投票项目、投票统计两部分组成。 系统管理模块 该模块主要由用户管理、数据清理、退出系统3部分组成。 -Book Club SMS bas
Student-management-system
- 学生管理系统,包括学生信息的录入,查询,修改,删除,成绩排序等等,c语言编写无误,可直接使用-Student management system, including student information input, query, modify, delete, sort, and so the results, c language correctly, can be used directly
SerialPort
- * Function: 串口的打开、关闭、数据发送 以及 自动接收 (1)采用【事件驱动】的方式,即当缓冲区接收到数据的时候,【自动执行接收数据】,有效的节省系统资源,提高执行效率。 原理:建立一个事件线程,它监视串口的事件和错误信息。当有事件或错误发生时,它主动向【主线程】发送一个Windows消息。主线程在消息相应函数中处理已发生的事件或错误。 (2)采用“异步方式”读串口,耗时的读数据在单独的线程中进行。 (3)编程步骤:定义全局变量、创建串口、开启事件线程、发送数据、自定
Get_USB
- win8+VB2012 查询USB设备的例子,可以获得USB的PID,VID等详细信息。没有使用DLL。-list out all USB device, get PID,VID,Device ID and etc. no need any DLL. very simple code. win*+vs2012
hangkong100
- 该程序是一个航空订票系统的软件,为航空管理员提供方便,为旅客提供航空定票录入. 查询.咨询. 订票. 退票. 修改航班信息等功能。-hangk