unit Video interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls, ExtCtrls, avicap, mmsystem, dsgnintf // Types for event-procedures type TCapStatusProc = procedure(Sender: TObject) of object TCapStatusCallback = procedure(Sender: TObject nID: integer status: string) of object TVideoStream = procedure(sender: TObject lpVhdr: PVIDEOHDR) of object TAudioStream = procedure(sender: TObject lpWHdr: PWAVEHDR) of object // Property Editor for driver selection type TDrivereditor = Class(TPropertyEditor) function GetAttributes: TPropertyAttributes override procedure GetValues(Proc: TGetStrProc) override function GetValue: string override procedure SetValue(const Value: string) override end
Class="tags">标签: interface Messages Graphics Controls
Class="time">上传时间: 2013-12-21
Class="username">上传用户:heart520beat
Universal Serial Bus (USB) is a communications architecture that gives a personal computer (PC) the ability to interconnect a variety of devices using a simple four- wire cable. The USB is actually a two-wire serial communication link that runs at either 1.5 or 12 megabits per second (mbs). USB protocols can configure devices at startup or when they are plugged in at run time. These devices are broken into various device Classes. Each device Class defines the common behavior and protocols for devices that serve similar functions. Some examples of USB device Classes are shown in the following table
Class="tags">标签: communications architecture Universal computer
Class="time">上传时间: 2015-12-08
Class="username">上传用户:stvnash
Abstract: By using gateway systems on large 32-bit platforms, networks of small, 8- and 16-bit microcontrollers can be monitored and controlled over the Internet. With embedded Linux, these gateways are easily moved from full-blown host PCs to embedded platforms like the PC104. In this Class you will learn about hardware platforms that support embedded Linux, Linux kernel configuration, feature selection, installation, booting and tuning.
Class="tags">标签: bit platforms Abstract networks
Class="time">上传时间: 2014-01-05
Class="username">上传用户:kytqcool
采用微软力推的ASP.Net(C#)编写而成的烁空网络课堂系统,主旨在在Internet上构建多个虚拟教室,营造师生互动的网络环境。 她比传统教室教学更为生动活泼,可以为学员提供时间上更灵活,没有地域限制,更高效率、更省费用的培训课程。如果你有在线培训业务,如果你想拓展在线培训业务,烁空将助你一臂之力! V 1.91 改进记录 [07/6/17 发布] 01,新增冲值卡模块,培训商可自行印制冲值卡发售,学员可自助开通课室(感谢商业用户esedu.cn提出) 02,新增课室排序功能(感谢商业用户vihome.com.cn提出) 03,新增章节标题Tips提示功能,避免标题过长时无法看全 04,修正删除课室时不自动删除相关表的BUG(感谢商业用户cg286.com提出) 05,修正MediaPlayer版本11无法正常播放的BUG 06,新增对Flv视频格式的支持(感谢商业用户body-expert.com和zlke.com提出) 07,将修改密码功能独立分离,方便整合其它系统的用户资料 08,新增全屏观看视频功能(感谢商业用户Class.cixicy.com提出) 09,将用户修改密码功能单独分离,可方便整合其它系统 10,新增教程防下载功能(有效针对迅雷、FlashGet和超级旋风) 11,新增教程列表JS调用功能
Class="tags">标签: ASP Net 微软 编写
Class="time">上传时间: 2015-12-19
Class="username">上传用户:dsgkjgkjg
一个简单的同学录系统,有增、删、修改、查询、分页功能,非常适合JSP的初学者。 编程环境:MyEclipse+Access+Tomcat5.5 文件列表: index.jsp-------------------首页文件模块 add_new.jsp-----------------增加记录模块 modify.jsp------------------修改记录模块 del.jsp---------------------删除记录模块 save.jsp--------------------保存记录模块 search.jsp------------------查找记录模块 in.jsp----------------------导入常用的类模块 src\ConDb.java--------------连接数据库的JavaBean 数据库文件:TXL.mdb 安装运行:解压后放入Tomcat\webapps 配置数据源:控制面板--->数据源ODBC---->系统DNS---->添加----->Driver do Micrsoft Access(*.mdb) ---->数据源名称:Class---->选择数据库文件所在目录 在浏览器下输入:http://localhost:8080/txl
Class="time">上传时间: 2015-12-23
Class="username">上传用户:zhangyi99104144
EclipseME可以帮助你简化Java 2 Micro Edition (C) Midlet的开发工作。 EclipseME提供了下列功能以帮助开发者轻松的创建Midlets: 无线工具包首选项 创建新的J2ME Midlet套件项目 创建新的Midlet Java应用描述文件(JAD)编辑器 对Class文件进行增量的/自动的预检验 支持从Eclipse中启动运行J2ME模拟器 打包以及部署(包括无线下载方式)测试,并可以使用ProGuard对输出包进行混淆
Class="tags">标签: EclipseME Edition Midlets Midlet
Class="time">上传时间: 2013-12-18
Class="username">上传用户:gyq
With User Mode Linux you can create virtual Linux machines within a Linux computer and use them to safely test and debug applications, network services, and even kernels. You can try out new distributions, experiment with buggy software, and even test security. Now, for the first time, the creator and maintainer of User Mode Linux shows how to put it to work hands-on. Jeff Dike covers everything from getting started through running enterprise-Class User Mode Linux servers. You ll find authoritative advice on bootup, compilation, administration, specialized configurations, and much more.
Class="tags">标签: Linux computer machines virtual
Class="time">上传时间: 2013-12-19
Class="username">上传用户:xinzhch
#if !defined(AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_) #define AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 Class CGAQueen { public: CGAQueen(int nPopulation,int nIteration,float Mutation,int mChBoard) virtual ~CGAQueen() void Clear() // to clear chess board with 0 value void InitialPopulation() // to create the first and initial randompopulation void FillArea(int index) // to fill chess board with desired chromosome int CostFunc(int index) // determine the cost of matrix[index][index] void PopulationSort() // to sort population from the best to the worst void GenerateCrossOverMatrix() // a way to create children from parent is CcrossOver void Mating() // to create children from parents void Ap
Class="tags">标签: AFX_GAQUEEN_H INCLUDED defined define
Class="time">上传时间: 2015-12-27
Class="username">上传用户:wuyuying
tsp遗传算法源代码,nit fEA_TSP interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls, Spin, ComCtrls, uIEA, uITSP, uUtilsEA, uDisplayTSP type TFormGA = Class(TForm) PanelFit: TPanel Panel2: TPanel Panel3: TPanel PanelDisp: TPanel Panel5: TPanel Panel6: TPanel Label2: TLabel EditNoCities: TSpinEdit EditPopulationSize: TSpinEdit EditKill: TSpinEdit EditInversion: TSpinEdit EditTransposition: TSpinEdit EditGens: TSpinEdit ButtonRun: TButton ButtonStep: TButton ButtonCreateCities: TButton ButtonCreatePop: TButton
Class="time">上传时间: 2015-12-28
Class="username">上传用户:bjgaofei
Dijkstra算法求最短路径(C#版) using System using System.Collections using System.Text namespace Greedy { Class Marx { private int[] distance private int row private ArrayList ways = new ArrayList() public Marx(int n,params int[] d) { this.row = n distance = new int[row * row] for (int i = 0 i < row * row i++) { this.distance[i] = d[i]
Class="tags">标签: System using Collections namespace
Class="time">上传时间: 2013-12-29
Class="username">上传用户:liglechongchong