搜索:Code+Program

找到约 6,816 项符合「Code+Program」的查询结果

结果 6,816
按分类筛选
显示更多分类
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; }
下载 76
·
查看 1102
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 ...
下载 157
·
查看 1175
https://www.eeworm.com/dl/502/31648.html 单片机编程

51单片机拼音中文输入法c程序源代码

拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]); input_py_val为已输入的拼音码字符串头指针, 反回值为中文的起始地址,当为0时,杳询失败 应用举例: {  unsigned char input_string[]={"bang"};  unsigned char chines_string[100];  sprintf(chin ...
下载 103
·
查看 1099
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 ...
下载 52
·
查看 1362
https://www.eeworm.com/dl/656/264526.html Java书籍

THIS book covers the Java&#8482 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 ...
下载 35
·
查看 1109
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 ...
下载 79
·
查看 1084
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 ...
下载 183
·
查看 1080
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 ...
下载 52
·
查看 1125
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 ...
下载 126
·
查看 1121
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 ...
下载 73
·
查看 1067