代码搜索:FREE 开发教程
找到约 10,000 项符合「FREE 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/100585/15870693
c findfree.c
#include "db.h"
/* Try to find a free index record and accompanying data record
* of the correct sizes. We're only called by db_store(). */
int
_db_findfree(DB *db, int keylen, int datlen)
{
int
www.eeworm.com/read/309503/13670226
url 多种开发工具开发的9054驱动源程序比较 驱动程序开发网技术社区 - powered by phpwind.net.url
[InternetShortcut]
URL=http://bbs.driverdevelop.com/htm_data/45/0411/80829.html
www.eeworm.com/read/283768/8989261
sql space_summary.sql
select Ts, /*tablespace name*/
File_Nm, /*file name*/
Blocks, /*Oracle blocks in the file*/
blocks * &&3 Bytes /*bytes in the file*/ ----&&3块大小
from FILES
where Check_Dat
www.eeworm.com/read/438346/7732582
c quicklist.c
/*
* Quicklist support.
*
* Quicklists are light weight lists of pages that have a defined state
* on alloc and free. Pages must be in the quicklist specific defined state
* (zero by default) whe
www.eeworm.com/read/132747/5910681
c i16_xms.c
/*
* Copyright (c) 1995-1994 The University of Utah and
* the Computer Systems Laboratory at the University of Utah (CSL).
* All rights reserved.
*
* Permission to use, copy, modify and distribu
www.eeworm.com/read/125688/6027066
c i16_xms.c
/*
* Copyright (c) 1994-1995, 1998 University of Utah and the Flux Group.
* All rights reserved.
*
* This file is part of the Flux OSKit. The OSKit is free software, also known
* as "open sourc
www.eeworm.com/read/432460/8604179
bat avrbuild.bat
@ECHO OFF
"C:\Program Files\Atmel\AVR Tools\AvrAssembler2\avrasm2.exe" -S "E:\开发板\M16-Kit\光盘\实验例程\12-红外遥控实验\ASM\labels.tmp" -fI -W+ie -o "E:\开发板\M16-Kit\光盘\实验例程\12-红外遥控实验\ASM\IR_Romote.hex" -d "E:\开发
www.eeworm.com/read/283176/9037539
dat bookinfo.dat
[General Information]
书名=MSP430单片机应用系统开发典型实例
作者=
页数=334
SS号=11417573
出版日期=
www.eeworm.com/read/380543/9143064
txt 中级java讲座目录.txt
中级Java-J2ME讲座
第一讲:建立开发环境
该使用指南解释和说明了如何建立与验证你的开发环境。
第二讲:制作应用程序
主要讲述如何利用MIDP的高级API制作简单的计算应用程序。
第三讲:制作图解应用程序 — 低级API —
讲述如何利用低级API进行图解应用程序的开发。
第四讲:动画的制作
讲述如何在手机应用程序中制作动画,并详细介绍其 ...