搜索资源列表
ppt-triangel
- 本專題分為3大部份 1. 對單一圖片做邊緣檢測後, 統計其複雜度, 再以 Delaunay 三角網來分割複雜度較高的圖形, 將此圖形之三角網的三點座標與RGP值 取樣後壓縮儲存, 及達成壓縮目的. 還原部份為, 以線性內插則是將取樣後的三角網三點內插後還原之原理, 還原單一影像, 再將所有還原之影像串連撥放即完成之影片還原. 2.讀取RS-232接至RFID門禁系統, 讀取Myfair悠遊卡之卡號, 進行身份辨識後, 可選擇需要觀賞之影片.
PFautoCANUserGuideNO1
- 介绍如何在PFautoCAN汽车CAN总线仿真开发工具的软件环境下建立基于CAN总线的系统数据库,以便为后期计算机与CAN总线网络联合调试打下基础。-Describes how PFautoCAN automotive CAN bus simulation development tools software environment based on CAN bus system database, in order to lay the foundation for the joint com
tongxunlu
- 介绍如何用powerbuilder做出一个简单的通讯录管理系统,是学习了数据库原理理论知识之后联系实际练习的不错的例子。-Introduces how to use powerbuilder to make a simple directories management system is studied database principles theoretical knowledge of good practice after contact actual examples.
android-sqlite-database
- Android平台上,绑定了SQLite数据库,这个数据库系统也是极具性格的,它的最大的应用场景是嵌入式系统,进一步了解可以参看-SQLite database on the Android platform, the binding, the database system is also very character, the largest scenarios embedded systems, further understanding can be found in
Xanbus_PGNs_for_System_Monitoring
- Xantrex Xanbus Database PGN s for system monitoring. ver 11.0 .Very rare-Xantrex Xanbus Database PGN s for system monitoring. ver 11.0 .Very rare!!
ch
- 该文档讲述了MFC ODBC的基本情况和数据库访问技术,并以一个实际小系统为例,图文并列形式讲述系统开发过程。-This document describes the basic situation and the MFC ODBC database access technology, and a real small system, for example, parallel forms of graphic tells the system development process.
wdd
- Jave的struts做的注册登录系统,还有附带的mysql数据库,喜欢的可以自己下载看看,新手!-Jave the struts do registration login system, as well as with the mysql database, like you can download their own look, and newcomers!
fib3Cla
- 数值 / 科学计算:包括仿真、实时数据获取和数据库访问等等。 Bjarne 的个人主页上,有一页 applications ,那儿列出了一些(全部或大部分)使用 C++ 编写的系统、应用程序和库。下面是一些例子 -数值 Numerical / / 科学计算:包括仿真、实时数据获取和数据库访问等等。 Scientific Computing: including simulation, re
jiadi_jxc
- 利用SQL Server作为后台数据库,采用JSP作为开发工具完成系统的设计及开发。要求设计的系统具有以下几个基本功能:药品管理、订单管理、库存信息管理、销售信息管理、留言板管理及用户注册。-Use SQL Server as the backend database, using JSP as a development tool to complete the design and development of the system. The system is designed with
ORACLE经典语句全集命令
- 一、建立表空间 CREATE TABLESPACE data01 DATAFILE '/oracle/oradata/db/DATA01.dbf' SIZE 500M UNIFORM SIZE 128k; #指定区尺寸为128k,如不指定,区尺寸默认为64k 二、建立UNDO表空间 CREATE UNDO TABLESPACE UNDOTBS02 DATAFILE '/oracle/oradata/db/UNDOTBS02.dbf' SIZE 50