搜索结果
找到约 404 项符合
start 的查询结果
按分类筛选
- 全部分类
- 技术资料 (85)
- 单片机编程 (23)
- Java编程 (22)
- 其他 (20)
- 单片机开发 (18)
- 其他书籍 (15)
- 源码 (11)
- 微处理器开发 (11)
- Java书籍 (10)
- 书籍 (9)
- 汇编语言 (9)
- Linux/Unix编程 (7)
- 游戏 (7)
- 人工智能/神经网络 (7)
- VHDL/FPGA/Verilog (7)
- matlab例程 (7)
- 软件设计/软件工程 (7)
- 通讯编程文档 (6)
- 软件工程 (5)
- VC书籍 (5)
- 电源技术 (4)
- 通讯/手机编程 (4)
- 操作系统开发 (4)
- 电子书籍 (4)
- 嵌入式/单片机编程 (4)
- 嵌入式Linux (4)
- 其他嵌入式/单片机内容 (4)
- 书籍源码 (3)
- uCOS (3)
- Windows CE (3)
- GPS编程 (3)
- VIP专区 (3)
- 软件 (2)
- 笔记 (2)
- 其他 (2)
- PCB相关 (2)
- 汇编编程 (2)
- 其他文档 (2)
- 开发工具 (2)
- 通信网络 (2)
- 嵌入式综合 (2)
- 可编程逻辑 (2)
- Internet/网络编程 (2)
- 编译器/解释器 (2)
- Applet (2)
- 网络 (2)
- 数学计算 (2)
- 技术管理 (2)
- Delphi控件源码 (2)
- 家庭/个人应用 (2)
- 交通/航空行业 (2)
- 系统设计方案 (2)
- SQL Server (2)
- 行业发展研究 (2)
- MTK (2)
- 教程 (1)
- 手册 (1)
- C/C++语言编程 (1)
- 接口技术 (1)
- 数值算法/人工智能 (1)
- 开关电源 (1)
- 数据库系统 (1)
- 实用工具 (1)
- ARM (1)
- 教程资料 (1)
- 源码/资料 (1)
- 压缩解压 (1)
- 驱动编程 (1)
- 编辑器/阅读器 (1)
- SCSI/ASPI (1)
- CA认证 (1)
- 文章/文档 (1)
- 数据结构 (1)
- J2ME (1)
- VxWorks (1)
- Windows Mobile (1)
- 中间件编程 (1)
- JavaScript (1)
- MacOS编程 (1)
Linux/Unix编程 //颜色初始化 if(!has_colors() || start_color() == ERR){ endwin() printf("Terminal does not su
//颜色初始化
if(!has_colors() || start_color() == ERR){
endwin()
printf("Terminal does not support color.\n")
exit(1)
}
init_pair(1, COLOR_GREEN, COLOR_BLACK)
init_pair(2, COLOR_RED, COLOR_BLACK)
init_pair(3, COLOR_CYAN, COLOR_BLACK)
init_pair(4, COLOR_WHITE, COLOR_BLACK) ...
电子书籍 This is very good linux book red hat server for begineers to start step by step guide.its really ver
This is very good linux book red hat server for begineers to start step by step guide.its really very intersting book
其他嵌入式/单片机内容 MSP-FET430P140 Demo - I2C, Slave Reads/Writes with Master, Rptd Start
MSP-FET430P140 Demo - I2C, Slave Reads/Writes with Master, Rptd Start
VHDL/FPGA/Verilog Quick start guide to using the xilinx Picoblaze 8 bit MCU on B5-X300 Board by Nial Stewart
Quick start guide to using the xilinx Picoblaze 8 bit MCU on B5-X300 Board
by Nial Stewart
书籍源码 void III_hufman_decode(struct Granule *gr,int part2_start, int freqline[SBLIMIT][SSLIMIT]) {
void III_hufman_decode(struct Granule *gr,int part2_start,
int freqline[SBLIMIT][SSLIMIT])
{
unsigned int reg1, reg2,i
unsigned int part3_length = part2_start + gr->part2_3_length
unsigned used
int h,*f=&freqline[0][0]
if(gr->window_switching_flag &&
gr->block_type == 2)
{
/* sh ...
操作系统开发 ThreadX优秀的硬实时操作系统.This Express Start Guide is designed to help you install and use ThreadX for the
ThreadX优秀的硬实时操作系统.This Express Start Guide is designed to help you install and use ThreadX for the
Motorola 68332 microprocessor using the Green Hills development suite. This guide, the
readme.txt file on the distribution disk, and Chapter 2 of the ThreadX User Guide
contain more detailed ...
游戏 Very old simple tutorial I made to start-out in C game programming using DevC++ particulary in primi
Very old simple tutorial I made to start-out in C game programming using DevC++ particulary in primitive graphics.
This tutorial includes info in settting up DevC++ to work with the very basic (and old) Borland s graphics.h and conio.h
技术资料 基于Java Web Start技术的应用程序在工业自动化中的实现
文章介绍了软件部署的新技术Java Web Start的工作流程、特性以及其核心JNLP,并且用实例指出了Java Web Start应用程序的部署步骤和需要注意的问题,论证了在工业自动化利用Java
嵌入式Linux The LPC2468 OEM quick start board user guide provide information for starting ARM LPC2468 quick deve
The LPC2468 OEM quick start board user guide provide information for starting ARM LPC2468 quick development.It contains 128M Nand flash, 4 M Nor flash and 32M RAM, VGA LCD and TOUCH SCREEN. Includes complete sources code for UCLINUX development.
嵌入式Linux 嵌入式文件系统ucfs.zip This project should serve as an "easy start" with /FS. All paths are relative to t
嵌入式文件系统ucfs.zip
This project should serve as an "easy start" with /FS.
All paths are relative to the project file. You should
therefore be able to copy the entire directory (including
all subdirectories) to any location on your harddrive.