虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

open-dbexpress

  • mmsv1.2 文档

    mmsv1.2 文档,可以在open mobile alliance free download

    标签: mmsv 1.2 文档

    上传时间: 2015-12-18

    上传用户:trepb001

  • MD5加密算法java代码

    MD5加密算法java代码,欢迎下载,欢迎open

    标签: java MD5 加密算法 代码

    上传时间: 2013-12-01

    上传用户:qunquan

  • 对于单个控件,COMPONET-->INSTALL COMPONENT..-->PAS或DCU文件-->INSTALL。 2.对于带*.DPK文件的控件包,FILE-->OP

    对于单个控件,COMPONET-->INSTALL COMPONENT..-->PAS或DCU文件-->INSTALL。 2.对于带*.DPK文件的控件包,FILE-->OPEN(下拉列表框中选*.DPK)-->INSTALL即可。 3.对于带*.BPL文件的控件包,INSTALL PACKAGES-->ADD-->BPL文件名即可。 4.如果以上INSTALL按钮为失效的话,试试COMPILE按钮。 5.是RUN TIME LIB则在OPTION下的PACKAGES下的RUNTIMEPACKES加之。 如果编译时提示文件找不到的话,一般是控件的安装目录不在DELPHI的LIB目录中, 有两种方法可以解决: 1.反安装的源文件拷入到DELPHI的LIB目录下。 2.或者TOOLS-->ENVIRONMENT OPTIONS中把控件源代码路径加入到DELPHI的LIB目录中即可。

    标签: INSTALL gt COMPONENT COMPONET

    上传时间: 2013-12-25

    上传用户:ljmwh2000

  • 学会对文件的记录锁定

    学会对文件的记录锁定,及解锁。#include <stdio.h> #include <unistd.h> #include <fcntl.h> int main() { int fd int i struct { char name[20] uint ID int age } myrec fd =open("name", O_RDWR|O_CREAT, 0755) if (fd == -1) return -1 printf("Input your name:") scanf("%s", myrec.name) printf("Inpute your ID :") scanf("%d", &myrec.ID) printf("Input your age :") scanf("%d", &myrec.age) lseek(fd, 0,SEEK_END) lockf(fd, 1, 0) write(fd, (void *)&myrec, sizeof(myrec)) lockf(fd, 0 ,0) return 0 } 执行命令cc lock.c –o lock.out Chmod +x lock.out ./lock.out

    标签: 记录

    上传时间: 2016-01-04

    上传用户:亚亚娟娟123

  • Linux 2.4.18 s3c2440 led driver 使用dev-C++撰寫

    Linux 2.4.18 s3c2440 led driver 使用dev-C++撰寫,需要linux 2.4.18 kernel include,編譯完成後產生led module。 insmod main.o //安裝模組 mknod /dev/leds c 221 0 使用方法: int main(int argc, char *argv[]) { int testdev //led test... testdev = open("/dev/QuickMarkLed",O_RDWR) ioctl(testdev, 2, 1) //ioctl(device, led number, open/close) open=1 ioctl(testdev, argv[1][0]- 0 , argv[2][0]- 0 ) //ioctl(device, led number, open/close) open=1 close(testdev) return 0 }

    标签: s3c2440 driver Linux dev-C

    上传时间: 2014-01-01

    上传用户:qlpqlq

  • The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisi

    The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisidec] intended for decoding all current and future Vorbis I compliant streams. The Tremor libvorbisidec library exposes an API intended to be as similar as possible to the familiar vorbisfile library included with the open source Vorbis reference libraries distributed for free by Xiph.org. Tremor can be used along with any ANSI compliant stdio implementation for file/stream access, or use custom stream i/o routines provided by the embedded environment. Both uses are described in detail in this documentation.

    标签: integer-only embeddable libvorbisi provides

    上传时间: 2013-12-25

    上传用户:lindor

  • The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisi

    The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisidec] intended for decoding all current and future Vorbis I compliant streams. The Tremor libvorbisidec library exposes an API intended to be as similar as possible to the familiar vorbisfile library included with the open source Vorbis reference libraries distributed for free by Xiph.org. ogg vorbis decoder, evc project Tremor can be used along with any ANSI compliant stdio implementation for file/stream access, or use custom stream i/o routines provided by the embedded environment. Both uses are described in detail in this documentation.

    标签: integer-only embeddable libvorbisi provides

    上传时间: 2016-01-21

    上传用户:gengxiaochao

  • AES for BCB5/6 控件 安装: 1)展开XAES.ZIP 2)启动C++ Builder

    AES for BCB5/6 控件 安装: 1)展开XAES.ZIP 2)启动C++ Builder,菜单: File --> Open Project -->(定位到你展开的目录)--> 根据你的编译器版本,找到Release下对应的XAes_CB5.bpk或者XAes_CB6.bpk,打开! 3)选择Compile,编译完成后点击“Install”,Aes控件将安装到控件板的Netsys页上。

    标签: Builder XAES AES for

    上传时间: 2014-01-15

    上传用户:hxy200501

  • To date tests are still the best solution mankind has found to deliver working software. This book

    To date tests are still the best solution mankind has found to deliver working software. This book is the sum of four years of research and practice in the testing field. The practice comes from my IT consulting background, first at Octo Technology and then at Pivolis the research comes from my involvement with open source development at night and on weekends.

    标签: solution software mankind deliver

    上传时间: 2014-01-11

    上传用户:sclyutian

  • GIS系统支持库Geospatial Data Abstraction Library代码.GDAL is a translator library for raster geospatial dat

    GIS系统支持库Geospatial Data Abstraction Library代码.GDAL is a translator library for raster geospatial data formats that is released under an X/MIT style Open Source license by the Open Source Geospatial

    标签: Abstraction Geospatial geospatial translator

    上传时间: 2014-01-01

    上传用户:sclyutian