搜索资源列表
MainJSJ
- 这是一个正式的项目工程,用于控制一种新式脚手架的平衡升降过程,包含所有delphi源代码,完全由本人开发。软件界面美观,控制算法性能良好,运用了多线程开发技术,数据库技术,串口通信技术,负载平衡技术等。可供初中级软件开发人员学习使用。-This is a formal project for the control of a new type of scaffold balance landing process, delphi includes all source code, develop
5ziqiNet
- JAVA课程设计(五子棋) 包含论文 摘 要 目前,以计算机技术和网络技术为核心的现代网络技术已在现实生活和生产中得以广泛的使用,休闲类网络游戏集趣味性,娱乐性,互动性和益智性于一体,已经成为多数人群的休闲方式。 本软件使用JAVA语言实现,通过对SCOKET技术的理解,在此基础上建立服务器与多客户端的连接,利用多线程处理多个客户端之间的信息。 通过对软件的编写,加深对以上技术的理解和掌握。 关键词: 多线程 流套接字 APPLET 数据传输 -JAVA
MAX038suoyouziliao
- 收集了几乎全部的高频方波三角波正弦波发生器MAX038及其各种应用论文,对设计多波形信号发生器级有帮助,欢迎下载.-Collected almost all the high-frequency square wave triangle wave sine wave generator and its various applications MAX038 papers on the design Multi-Signal Generator-class help are welcome to
vbfrance_SOCKET-CLASS-SOCKET-AVEC-EVENEMENTS-MULT
- vb visual connexion multi thread
111
- 单片机设计及其应用,多路数字电压表,课设报告-Single chip design and its application, multi-channel digital voltage meter, class design report. .
VCMFC
- Microsoft Windows是微软公司推出的一个应用于微机上的具有图形用户界面的多任务和多窗口的操作系统。Windows应用程序也称为窗口应用程序,所有的窗口应用程序都有着相同的窗口风格和菜单结构,用户界面友好,方便用户操作。本章从剖析窗口应用程序的基本结构入手,继而介绍使用MFC类库开发的应用程序框架结构,并介绍窗口应用程序运行的核心机制-消息映射。学习了本章,你将对MFC应用程序框架结构和运行机制有个整体的了解,为后面进入窗口应用程序开发打下良好的基础。 -Microsoft Wind
Aitcheme
- 一类前向安全的提名代理多重签名方案A class of security prior to the nomination of proxy multi-signature scheme-A class of security prior to the nomination of proxy multi-signature scheme
CircleByteBuffer
- 设计了一个环形字节缓冲区类,可用于通信数据收发的缓冲处理。类的读写及查看接口已经加上了多线程同步访问锁。-Designed a ring-byte buffer class, can be used to send and receive communication data buffering. Class to read and write and see the interface has been coupled with a multi-thread synchronization t
arrayBuffer
- 设计了一个环形字节缓冲区类,可用于通信数据收发的缓冲处理。类的读写及查看接口已经加上了多线程同步访问锁。-Designed a ring-byte buffer class, can be used to send and receive communication data buffering. Class to read and write and see the interface has been coupled with a multi-thread synchronization t
Rational_Rose--teaching-course
- 这是一本配套电子教案,关于rose的入门,rose的操作基础,用例图及其应用,类图及其应用,交互图及其应用等多篇章节。-This is a supporting e-lesson plans, rose entry, rose operating basis, use case diagram, class diagram and its applications, interactive map and its applications, multi-chapter section.
CSharpmult_threaded-pass-parameters
- 在多线程或单线程任务中,让线程带传入参数一直是个麻烦的问题,通常有种方法就是以类,对像的变量来传参数,这种方法理解上很简单不过在某些场合使用很麻烦,我们主要介绍一种.NET2.0中新增加的带参数运行线程的方法-With incoming parameters in multi-threaded or single-threaded task, let the thread has been a troubling issue, usually a kind of method is the cl
gudianmimaxue
- 古典密码课设。C++ 多表古典加密方法主要有Playfair体制、Vigenere体制、Beaufor体制、Vernam体制和Hill体制,用高级语言实现其中一种体制的加密和解密算法。 -Classical cryptography class-based. C++ multi-table classical encryption methods Playfair system, Vigenere system, Beaufor system, Vernam system and Hill
multi-robot-teleoperation-virtual-
- 当操作者通过Internet网络控制远端机器人时,结构合理的虚拟操作环境可以增强远程控制能力, 良好的网络通信能力可以保证操作意图的有效性.首先阐明了虚拟操作环境在多机器入网络遥操作系统中 的重要作用,然后分析了以CORBA(公共对象请求中介体系结构)/Java技术融合为基础的中间件技术的特 点,及其在实现分布武虚拟环境过程中的通信作用.在进行虚拟环境(VE)结构分析的基础上,通过定义VE 中的客户类和服务器类,利用统一建模语言(UML)图形化表达了VE框架的内在关系.通过在VE
ShowDIBPlus
- 通过DIB类基于多文档串行显示位图,编译软件为vc6.0-DIB class-based multi-document serial display bitmap, compile software vc6.0
log
- 日志类,有临界排斥可以多线程安全使用。有日志文件名自动生成功能 , 可分年月日频率生成文件名, 可指定日志存放的目录。-Log class, the critical rejection can be multi-threaded safe use. The log file name automatically generated, can be divided into the date frequency generated file name, you can specify the l
A-New-Boosting-Multi-class-SVM-Algorithm
- This article discuss a new algorithm for boosting Multi_class support vector machine and demonstrate the experimental result based on developing this algorithm.
Python-source-code-analysis
- 了更好地利用Python语言,无论是使用Python语言本身,还是将Python与C/C++交互使用,深刻理解Python的运行原理都是非常重要的。本书以CPython为研究对象,在C代码一级,深入细致地剖析了Python的实现。书中不仅包括了对大量Python内置对象的剖析,更将大量的篇幅用于对Python虚拟机及Python高级特性的剖析。通过此书,读者能够透彻地理解Python中的一般表达式、控制结构、异常机制、类机制、多线程机制、模块的动态加载机制、内存管理机制等核心技术的运行原理,同时
CSharp-Multi-Thread
- 多线程程序开发教程,详细描述了自定义多线程、Monitor类、锁、生产者消费者、Mutex等使用方法-MultiThread Programming Skills including topics as customize thread, Monitor Class, Lock, Productor-Consumer and Mutex and so on.
otsu
- 类间方差法对噪音和目标大小十分敏感,它仅对类间方差为单峰的图像产生较好的分割效果。 当目标与背景的大小比例悬殊时,类间方差准则函数可能呈现双峰或多峰,此时效果不好,但是类间方差法是用时最少的。-Variance between class size of the noise and the target is very sensitive, it only to the between class variance to unimodal images produce better se
multisvm-(1)
- multi class support vector machine