搜索结果

找到约 873 项符合 Main 的查询结果

按分类筛选

显示更多分类

技术资料 (S5PV210)友坚UT-210CV03核心板引脚说明

深圳市友坚恒天科技有限公司各款ARM开发板,ARM核心板,PCBA主板(6410开发板,S3C6410开发板,三星SC6410,2416开发板,S3C2416开发板,三星2416开发板,S5PC100开发板,三星S5PC100,S5PC100核心板,S5PV210开发板,三星S5PV210,S5PV210核心板)官网详细资料免费下载http://www.urbetter.com/main.asp ...
https://www.eeworm.com/dl/967940.html
下载: 10
查看: 7417

技术资料 友坚Android210开发板内部资料

深圳市友坚恒天科技有限公司各款ARM开发板,ARM核心板,PCBA主板(6410开发板,S3C6410开发板,三星SC6410,2416开发板,S3C2416开发板,三星2416开发板,S5PC100开发板,三星S5PC100,S5PC100核心板,S5PV210开发板,三星S5PV210,S5PV210核心板)官网详细资料免费下载http://www.urbetter.com/main.asp ...
https://www.eeworm.com/dl/967949.html
下载: 3
查看: 7594

单片机编程 100个单片机实例

#include<reg51.h> //包含单片机寄存器的头文件 /******************************************************* 函数功能:主函数 (C 语言规定必须有也只能有1 个主函数) ********************************************************/ void main(void) { while(1) //无限循环 { P1=0xff; // P1=1111 1111B,熄灭LED ...
https://www.eeworm.com/dl/502/29018.html
下载: 119
查看: 1143

数据结构 传教士和野人问题是人工智能中的经典问题。本程序采用递归算法求解。定义一个函数

传教士和野人问题是人工智能中的经典问题。本程序采用递归算法求解。定义一个函数,该函数返回一个解路径,路径可以用规则序列表示,也可以用状态序列表示。比如,用规则序列表示,可以表示为:(1 1)(1 0)。。。 表示:过去1个传教士,一个野人,回来一个传教士,。。。如果用状态序列表示,可以表示为:(3 3 1)(2 2 ...
https://www.eeworm.com/dl/654/147493.html
下载: 145
查看: 1091

人工智能/神经网络 Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search ma

Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The first line of the input file shoud contain two chars indicate the source and ...
https://www.eeworm.com/dl/650/192600.html
下载: 73
查看: 1060

VHDL/FPGA/Verilog Hard-decision decoding scheme Codeword length (n) : 31 symbols. Message length (k) : 19 symbols.

Hard-decision decoding scheme Codeword length (n) : 31 symbols. Message length (k) : 19 symbols. Error correction capability (t) : 6 symbols One symbol represents 5 bit. Uses GF(2^5) with primitive polynomial p(x) = X^5 X^2 + 1 Generator polynomial, g(x) = a^15 a^21*X + a^6*X^2 + a^15*X^3 + a^ ...
https://www.eeworm.com/dl/663/193880.html
下载: 72
查看: 1085

嵌入式/单片机编程 This design package includes reference materials for creating a USB - PS/2 combination mouse that a

This design package includes reference materials for creating a USB - PS/2 combination mouse that auto-detects the interface and configures itself to operate on the appropriate bus. Documentation docs - Designing a low cost CY7C63723 combination mouse.pdf - application note for this design - sch ...
https://www.eeworm.com/dl/647/211269.html
下载: 25
查看: 1080

其他 学会对文件的记录锁定

学会对文件的记录锁定,及解锁。#include <stdio.h> #include <unistd.h> #include <fcntl.h> int main() { int fd int i struct { char name[20] uint ID int age } myrec fd =open("name", O_RDWR|O_CREAT, 0755) if (fd == -1) return -1 printf("Input your name:") scanf("%s", myrec.name) ...
https://www.eeworm.com/dl/534/242419.html
下载: 95
查看: 1123

编译器/解释器 简单C编译器生成的目标代码是8086的汇编代码(16位)

简单C编译器生成的目标代码是8086的汇编代码(16位),可以在一般的PC上被像MASM之类的汇编编译程序编译,生成可执行文件后,在DOS或Windows控制台下运行。 实现的语言定义如下: 语言类似于tiny语言,不支持过程调用,也就是只有一个main函数,无其他函数和全局变量 基本语句:注释语句(/*…*/),输入语句(int input(void ...
https://www.eeworm.com/dl/628/256092.html
下载: 183
查看: 1502

Delphi控件源码 For build this project you can use ant (www.apache.org). Before build project rename file build.pro

For build this project you can use ant (www.apache.org). Before build project rename file build.properties.pattern in build.properties and set specific for your machine parameters, then start build.bat (for Windows platform) or build.sh (for Linux) in root project folder. After compile process all b ...
https://www.eeworm.com/dl/666/335421.html
下载: 118
查看: 1092