搜索:code+formatting

找到约 4,826 项符合「code+formatting」的查询结果

结果 4,826
按分类筛选
显示更多分类
https://www.eeworm.com/dl/841986.html 技术资料

基于STM32F407的openmv项目源码及库

基于STM32F407的openmv###OpenMV (Open Machine Vision Module)OpenMV is an open-source tiny machine vision module based on an STM32F4xx ARM Cortex-M4 MCU and an OV9650 sensor, it's currently capable of doing face detection at 25FPS, color tracking at 30FPS+ and has USART interfa ...
下载 5
·
查看 6347
https://www.eeworm.com/dl/868719.html 技术资料

DSP集成开发环境CCS开发指南

本章概述CCS(Code Composer Studio)软件开发过程、CCS组件及CCS使用的文件和变量。  CCS提供了配置、建立、调试、跟踪和分析程序的工具,它便于实时、嵌入式信号处理程序的编制和测试,它能够加速开发进程,提高工作效率。 ...
下载 8
·
查看 3060
https://www.eeworm.com/dl/648/270661.html 单片机开发

欢迎进入嵌入式编程和微控制器应用的世界!使用日益流行且价格适宜的Atmel AVR嵌入式控制器作为学习平台

欢迎进入嵌入式编程和微控制器应用的世界!使用日益流行且价格适宜的Atmel AVR嵌入式控制器作为学习平台,本书是目前可以获得的最佳—书籍之一。对于初学者,本书将会是极好的选择。随着对Atmel AVR RISC处理器的介绍,读者会立即进入嵌入式C语言教程之中。在本书中,读者将学习C语言的变量和常量、运算 ...
下载 31
·
查看 1094
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