搜索:Code+Program
找到约 6,816 项符合「Code+Program」的查询结果
结果 6,816
按分类筛选
- 全部
- 单片机开发 (392)
- matlab例程 (365)
- 其他 (358)
- Java编程 (237)
- Linux/Unix编程 (223)
- 微处理器开发 (204)
- VHDL/FPGA/Verilog (176)
- 其他嵌入式/单片机内容 (166)
- 嵌入式/单片机编程 (164)
- 数学计算 (140)
- 汇编语言 (134)
- 书籍源码 (125)
- 通讯/手机编程 (112)
- 技术资料 (108)
- DSP编程 (104)
- 其他书籍 (99)
- 人工智能/神经网络 (93)
- VC书籍 (82)
- 编译器/解释器 (81)
- 压缩解压 (78)
- 网络 (77)
- 加密解密 (76)
- 软件设计/软件工程 (71)
- 数值算法/人工智能 (67)
- 电子书籍 (63)
- 驱动编程 (54)
- 其他行业 (54)
- 文章/文档 (53)
- Windows CE (52)
- Delphi控件源码 (51)
- 系统设计方案 (51)
- 通讯编程文档 (49)
- 操作系统开发 (42)
- 嵌入式Linux (42)
- 数据结构 (42)
- 串口编程 (41)
- Java书籍 (41)
- *行业应用 (38)
- 游戏 (34)
- uCOS (28)
- 3G开发 (28)
- 软件工程 (26)
- Internet/网络编程 (26)
- USB编程 (25)
- VxWorks (25)
- Modem编程 (24)
- Symbian (24)
- 中间件编程 (24)
- JavaScript (24)
- 文件格式 (22)
- Jsp/Servlet (21)
- 其他数据库 (20)
- GPS编程 (20)
- 多国语言处理 (19)
- BREW编程 (18)
- Windows Mobile (18)
- J2ME (17)
- Applet (16)
- 编辑器/阅读器 (15)
- SQL Server (14)
- 语音压缩 (13)
- CA认证 (13)
- 邮电通讯系统 (13)
- 手机短信编程 (12)
- FlashMX/Flex源码 (12)
- RFID编程 (12)
- 数据库系统 (11)
- 行业发展研究 (11)
- 精品软件 (11)
- 家庭/个人应用 (10)
- 教育系统应用 (9)
- 磁盘编程 (9)
- 金融证券系统 (8)
- 技术管理 (8)
- 源码 (8)
- Delphi/CppBuilder (7)
- 人物传记/成功经验 (7)
- STL (5)
- MySQL数据库 (5)
- 并行计算 (5)
- MTK (5)
- 单片机编程 (4)
- 手机WAP编程 (4)
- 教程资料 (3)
- SCSI/ASPI (3)
- 企业管理 (3)
- 生物技术 (3)
- Ajax (3)
- 能源行业(电力石油煤炭) (3)
- Linux/uClinux/Unix编程 (2)
- 多媒体处理 (2)
- 技术书籍 (2)
- 源码/资料 (2)
- 百货/超市行业 (2)
- Oracle数据库 (2)
- 书籍 (2)
- VHDL/Verilog/EDA源码 (1)
- 经验分享 (1)
- 无线通信 (1)
- Windows编程 (1)
https://www.eeworm.com/dl/502/29026.html
单片机编程
c51流水灯仿真与程序
对应程序:
#include<reg52.h>
#define uint unsigned int
#define uchar unsigned char
uchar code tab[]={
0x81,
0x42,
0x24,
0x18,
};
void delay(uint z)
{
uint i,j;
for(i=z;i>0;i--)
for(j=120;j>0;j--);
}
void init()
{
P0=0x00;
}
https://www.eeworm.com/dl/617/146708.html
压缩解压
The zlibex.pas unit included in this archive will work with delphi 5, 6,and 7. if you previously dow
The zlibex.pas unit included in this archive will work with delphi 5, 6,and 7. if you previously downloaded my delphi 5 unit, you will notice that the unit has been renamed. this was done because borland included in its delphi 6 and 7 lib directories a zlib.dcu file and i felt it ...
https://www.eeworm.com/dl/502/31648.html
单片机编程
51单片机拼音中文输入法c程序源代码
拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]);
input_py_val为已输入的拼音码字符串头指针,
反回值为中文的起始地址,当为0时,杳询失败
应用举例:
{
&nbsp;unsigned char input_string[]={"bang"};
&nbsp;unsigned char chines_string[100];
&nbsp;sprintf(chin ...
https://www.eeworm.com/dl/668/254326.html
其他行业
KEPware Automation DLL installation instructions: To use the KEPware Automation DLL in your Visua
KEPware Automation DLL installation instructions:
To use the KEPware Automation DLL in your Visual Basic project:
1) In the VB IDE, Select "Project/References".
2) If you have been using another vender s automation dll, uncheck it.
For example, uncheck "OPC Automation 2.0" fo ...
https://www.eeworm.com/dl/656/264526.html
Java书籍
THIS book covers the Java™ Native Interface (JNI). It will be useful to you if you are interes
THIS book covers the Java&#8482 Native Interface (JNI). It will be useful to you if
you are interested in any of the following:
&#8226 integrating a Java application with legacy code written in languages such as C
or C++
&#8226 incorporating a Java virtual machine implementation ...
https://www.eeworm.com/dl/656/206150.html
Java书籍
OReilly.Ajax.on.Rails.Dec.2006. ISBN-10: 0-596-52744-6. Learn to build dynamic, interactive web ap
OReilly.Ajax.on.Rails.Dec.2006. ISBN-10: 0-596-52744-6.
Learn to build dynamic, interactive web applications using the two most important approaches to web development today: Ajax and the phenomenally efficient Ruby on Rails platform. This book teaches intermediate to advanced w ...
https://www.eeworm.com/dl/518/364508.html
数值算法/人工智能
The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produce
The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively.
The functions in this package are accurate ...
https://www.eeworm.com/dl/641/364510.html
数学计算
The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produce
The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively.
The functions in this package are accurate ...
https://www.eeworm.com/dl/647/454108.html
嵌入式/单片机编程
The objective is to set up SPI communication between VTI Technologies digital pressure sensor comp
The objective is to set up SPI communication between VTI Technologies digital pressure sensor
component and an MCU of an application device ATMEGA16L. In this code example:
?The MCU is configured
?SCP1000-D01 is initialized and configured
?The high resolution measurement mode is ...
https://www.eeworm.com/dl/cadence/ebook/485917.html
电子书籍
This book is about writing TinyOS systems and applications in the nesC language. This chapter gives
This book is about writing TinyOS systems and applications in the nesC language. This chapter gives a
brief overview of TinyOS and its intended uses. TinyOS is an open-source project which a large number of
research universities and companies contribute to. The main TinyOS webs ...