-
LBPSVM
实现了基于LBP和支持向量机的分类算法。首先提取出LBP特征,再利用支持向量机进行分类(Realized based on LBP and support vector machine (SVM) classification algorithm.First extract LBP feature, using support vector machine (SVM) classification)
- 2014-07-25 16:13:26下载
- 积分:1
-
Snake
这个资料是贪吃蛇游戏在Visual C++环境下实现的源代码(This information is Snake game source code under the Visual C++ environment)
- 2012-07-26 20:40:45下载
- 积分:1
-
串口调试助手源码
说明: 一个简便版的串口调试助手,可以自添加需要的功能。(A simple version of the serial debugging assistant, you can add the required functions.)
- 2019-07-01 09:23:15下载
- 积分:1
-
source
在fluent实现蒸发和冷凝,包括传热和传质两部分,可根据实际调节系数(the UDF used in fluent for evaporation and condensation)
- 2018-12-03 16:44:49下载
- 积分:1
-
Processer_Manager
加深对进程概念及进程管理各部分内容的理解;熟悉进程管理中主要数据结构的设计及进程调度算法。
1) 基本操作:进程的创建、删除。
2) 进程的基本属性: 进程名、进程时间片、进程优先级
3) 支持进程创建与撤销功能,创建后的进程在其整个生命周期中以PCB形式存在。每个进程用一个PCB表示,其内容根据具体情况设置。
进程根据其执行情况在不同队列(就绪队列、阻塞队列)间迁移。
5) 实现单处理器进程调度功能,调度等调度算法实现。
6) 管理的进程数目不少于3个,竞争使用的资源可以是CPU、内存、I/O设备等。
7) 进程可在初始时刻由系统创建,也可由其它进程在运行过程中创建。
8) 能够查看各进程状态、各进程队列内容。系统在运行过程中应能显示或打印各进程的状态及有关参数的变化情况,以便观察诸进程的运行过程及系统的管理过程。
9) 至少支持1种或者2种调度算法。(The concept of deepening of the process and process management understanding of the various parts familiar with the process management in the design of the main data structure and process scheduling algorithm.
1) basic steps: the process of creating, deleting.
2) the basic properties of the process: the process name, process time slice, the process priority
3) to support the process of creation and cancellation function, the process created throughout their life cycle in PCB form. Each process with a PCB that set the content according to specific circumstances.
Process in accordance with its implementation in different queue (ready queue, blocking the queue) to another.
5) the process of single-processor scheduling, scheduling and other scheduling algorithm.
6) management of not less than three the number of processes, competitive use of resources can be CPU, memory, I/O devices.
7) The process can be created by the system at the initial time, other processes may also be c)
- 2010-11-21 12:35:34下载
- 积分:1
-
ACE自适配通信环境中文技术文档-下篇
说明: ACE自适配通信环境(ADAPTIVE Communication Environment)是可以自由使用、开放源码的面向对象(OO)框架(Framework),在其中实现了许多用于并发通信软件的核心模式。ACE提供了一组丰富的可复用C++ Wrapper Facade(包装外观)和框架组件,可跨越多种平台完成通用的通信软件任务,其中包括:事件多路分离和事件处理器分派、信号处理、服务初始化、进程间通信、共享内存管理、消息路由、分布式服务动态(重)配置、并发执行和同步,等等。(Ace adaptive communication environment is a free-to-use, open-source object-oriented (OO) framework, in which many core patterns for concurrent communication software are implemented. Ace provides a rich set of reusable C + + wrappers Facade and framework components can complete common communication software tasks across multiple platforms, including event multiplexing and event processor dispatch, signal processing, service initialization, inter process communication, shared memory management, message routing, dynamic (RE) configuration of distributed services, concurrent execution and synchronization, etc.)
- 2020-03-15 08:30:58下载
- 积分:1
-
regedit
说明: 实现了注册表编程的一般操作,例如查询、修改等(Achieved the general operation of the registry program, such as query, modify, etc.)
- 2008-12-08 15:11:35下载
- 积分:1
-
HaiTian.RuanJian.HaiKe
国内第一款开源轻博客系统.仿点点网的HaiTian.HaiKe.NET(海客) 是一款免费、开源的轻博客系统,aiTian.HaiKe.NET(海客)完全遵循 W3C 标准,具有极强的可扩展性、高性能、良好的 SEO 性能和非凡的用户体验。
HaiTian.HaiKe.NET(海客)v1.0 采用 Visual Studio 2010 开发环境开发,运行环境为 .net framework 3.5/4.0+sqlserver2008 R2,保证系统的安全和稳定性。
海客轻博客,轻松分享你的兴趣。便捷的多图发布,清新文艺的个性化模板,时尚达人的聚集地,用图片记录生活的最佳选择,随地随地与好友一起,在兴趣中寻找快乐.(China s first open source lightweight blog system. Imitation little net HaiTian.HaiKe.NET (Haike) is a free, open source, lightweight blog system, aiTian.HaiKe.NET (the Haike) full compliance with W3C standards, withstrong scalability, performance, good SEO performance, and exceptional user experience.
HaiTian.HaiKe.NET (Haike) v1.0 Visual Studio 2010 development environment to develop operating environment for the. NET framework, 3.5/4.0+ sqlserver2008 R2, and ensure the security and stability of the system.
Haike light blog, easily share your interests. Convenient figure release, personalized template of fresh art, fashion of the people s gathering place, the picture records the best choice for life, anywhere anywhere with friends, to find happiness in the interest.)
- 2012-04-06 11:40:08下载
- 积分:1
-
基于STM32f103rbt6的红外对管模块避障
基于STM32f103rbt6的红外对管模块避障程序,红外模块选择的是红外对管模块,这模块比较多,价格便宜,所以针对这个模块做了个避障的程序,可以用于智能小车,智能机器人上
- 2022-02-21 06:34:43下载
- 积分:1
-
chapter2(MFC下用OpenGL实现三维物体旋转平移)
说明: vs2013/c++MFC下实现三维物体的旋转(3D object rotation under MFC)
- 2020-06-22 05:20:02下载
- 积分:1