-
an online examination system, can be logged to register for the examination, the...
一个在线考试系统,进行注册登录即可进行考试,采用了线程-an online examination system, can be logged to register for the examination, the use of threads
- 2022-05-12 18:20:43下载
- 积分:1
-
加入线程同步的多线程应用实例程序,比较简单
加入线程同步的多线程应用实例程序,比较简单-Add thread synchronization application examples of multi-threaded program, is relatively simple
- 2022-01-25 21:54:03下载
- 积分:1
-
ebook how to use C++ better
ebook how to use C++ better
- 2022-05-21 22:57:40下载
- 积分:1
-
前,从其他地方的网站上看到。那是相当好的,所以分享了…
以前,从别的网站上看到的.认为还不错,所以也分享出来,大家一起看看.当然我的水平太差.-ago, from somewhere else on the site to see. That was pretty good, so shared out, we take a look at. Of course, my level of impairment.
- 2022-08-11 18:34:40下载
- 积分:1
-
采用动画演示的汉诺塔程序,采用经典的递归方法实现其算法。...
采用动画演示的汉诺塔程序,采用经典的递归方法实现其算法。-demonstrated by the use of animation HANOR procedures, using classic methods to achieve its recursive algorithm.
- 2022-01-31 10:21:34下载
- 积分:1
-
windows GUI,人工非mfc界面,可以录制视频,要学习摄像头编程和界面编程的都来学习。...
windows GUI,人工非mfc界面,可以录制视频,要学习摄像头编程和界面编程的都来学习。-non-mfc interface, can record video.
- 2022-05-17 03:49:54下载
- 积分:1
-
Online examination system is a set based on the B/S system, the use of large dat...
在线考试系统是一套基于B/S体系,采用大型数据库Sql Server2000和先进的JAVAscript、ASP技术开发的网络多用户版、支持在互联网和局域网组织各种无纸化考试的网上考试系统。-Online examination system is a set based on the B/S system, the use of large databases Sql Server2000 and advanced JAVAscript, ASP technology development network multi-user version of the Internet and LAN support to organize all kinds of paperless examination system examinations online.
- 2022-07-12 20:50:50下载
- 积分:1
-
介绍了多种普通元器件的识别判断方法,是一个基础应用手册。...
介绍了多种普通元器件的识别判断方法,是一个基础应用手册。-Introduce a variety of common components to determine the identification method is based on the application of a manual.
- 2023-01-05 10:25:03下载
- 积分:1
-
一个APPLET的连连看的CLASS原码
一个APPLET的连连看的CLASS原码-an APPLET the 1000 block of Terry Avenue of the original code CLASS
- 2022-02-09 15:02:53下载
- 积分:1
-
VS串口程序
这是VS实现串口通信的详细代码和资料。里面有各类实现的方法。串口通信(Serial Communications)的概念非常简单,串口按位(bit)发送和接收字节。尽管比按字节(byte)的并行通信慢,但是串口可以在使用一根线发送数据的同时用另一根线接收数据。它很简单并且能够实现远距离通信。比如IEEE488定义并行通行状态时,规定设备线总长不得超过20米,并且任意两个设备间的长度不得超过2米;而对于串口而言,长度可达1200米。典型地,串口用于ASCII码字符的传输。通信使用3根线完成,分别是地线、发送、接收。由于串口通信是异步的,端口能够在一根线上发送数据同时在另一根线上接收数据。其他线用于握手,但不是必须的。串口通信最重要的参数是波特率、数据位、停止位和奇偶校验。对于两个进行通信的端口,这些参数必须匹配。
- 2022-02-05 19:15:08下载
- 积分:1