搜索结果
找到约 873 项符合
Main 的查询结果
按分类筛选
- 全部分类
- 技术资料 (251)
- 单片机开发 (52)
- 单片机编程 (48)
- 微处理器开发 (35)
- matlab例程 (30)
- 其他 (27)
- 源码 (24)
- 书籍 (23)
- Java编程 (23)
- Linux/Unix编程 (22)
- 汇编语言 (17)
- 数学计算 (13)
- 嵌入式/单片机编程 (12)
- 人工智能/神经网络 (12)
- 编译器/解释器 (11)
- VC书籍 (11)
- DSP编程 (10)
- 加密解密 (10)
- 数据结构 (10)
- 嵌入式Linux (9)
- 数值算法/人工智能 (8)
- 通讯/手机编程 (8)
- 其他书籍 (8)
- uCOS (8)
- 文章/文档 (8)
- 系统设计方案 (8)
- 其他嵌入式/单片机内容 (8)
- C/C++语言编程 (7)
- 操作系统开发 (6)
- 网络 (6)
- VIP专区 (6)
- 书籍源码 (5)
- 压缩解压 (5)
- 游戏 (5)
- 通讯编程文档 (5)
- VHDL/FPGA/Verilog (5)
- 软件设计/软件工程 (5)
- 电子书籍 (4)
- 驱动编程 (4)
- 文件格式 (4)
- Java书籍 (4)
- 其他行业 (4)
- 笔记 (3)
- 无线通信 (3)
- 嵌入式综合 (3)
- 串口编程 (3)
- *行业应用 (3)
- Applet (3)
- 多国语言处理 (3)
- J2ME (3)
- FlashMX/Flex源码 (3)
- Windows CE (3)
- 中间件编程 (3)
- 软件 (2)
- 习题答案 (2)
- 电源技术 (2)
- 行业应用文档 (2)
- Linux/uClinux/Unix编程 (2)
- 数据库系统 (2)
- 软件工程 (2)
- 通信网络 (2)
- 可编程逻辑 (2)
- Internet/网络编程 (2)
- 企业管理 (2)
- USB编程 (2)
- 其他数据库 (2)
- STL (2)
- Delphi控件源码 (2)
- 易语言编程 (2)
- 医药行业 (2)
- JavaScript (2)
- 邮电通讯系统 (2)
- Jsp/Servlet (2)
- 论文 (1)
- PCB相关 (1)
- 学术论文 (1)
- 多媒体处理 (1)
- 仿真技术 (1)
- 教材/考试/认证 (1)
- 开发工具 (1)
- 教程资料 (1)
- 教育系统应用 (1)
- SCSI/ASPI (1)
- BREW编程 (1)
- VxWorks (1)
- 交通/航空行业 (1)
- Symbian (1)
- MySQL数据库 (1)
- 电子政务应用 (1)
- 行业发展研究 (1)
- GPS编程 (1)
- 3G开发 (1)
技术资料 (S5PV210)友坚UT-210CV03核心板引脚说明
深圳市友坚恒天科技有限公司各款ARM开发板,ARM核心板,PCBA主板(6410开发板,S3C6410开发板,三星SC6410,2416开发板,S3C2416开发板,三星2416开发板,S5PC100开发板,三星S5PC100,S5PC100核心板,S5PV210开发板,三星S5PV210,S5PV210核心板)官网详细资料免费下载http://www.urbetter.com/main.asp ...
技术资料 友坚Android210开发板内部资料
深圳市友坚恒天科技有限公司各款ARM开发板,ARM核心板,PCBA主板(6410开发板,S3C6410开发板,三星SC6410,2416开发板,S3C2416开发板,三星2416开发板,S5PC100开发板,三星S5PC100,S5PC100核心板,S5PV210开发板,三星S5PV210,S5PV210核心板)官网详细资料免费下载http://www.urbetter.com/main.asp ...
单片机编程 100个单片机实例
#include<reg51.h> //包含单片机寄存器的头文件
/*******************************************************
函数功能:主函数 (C 语言规定必须有也只能有1 个主函数)
********************************************************/
void main(void)
{
while(1) //无限循环
{
P1=0xff; // P1=1111 1111B,熄灭LED
...
数据结构 传教士和野人问题是人工智能中的经典问题。本程序采用递归算法求解。定义一个函数
传教士和野人问题是人工智能中的经典问题。本程序采用递归算法求解。定义一个函数,该函数返回一个解路径,路径可以用规则序列表示,也可以用状态序列表示。比如,用规则序列表示,可以表示为:(1 1)(1 0)。。。 表示:过去1个传教士,一个野人,回来一个传教士,。。。如果用状态序列表示,可以表示为:(3 3 1)(2 2 ...
人工智能/神经网络 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 ...
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^ ...
嵌入式/单片机编程 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 ...
其他 学会对文件的记录锁定
学会对文件的记录锁定,及解锁。#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)
...
编译器/解释器 简单C编译器生成的目标代码是8086的汇编代码(16位)
简单C编译器生成的目标代码是8086的汇编代码(16位),可以在一般的PC上被像MASM之类的汇编编译程序编译,生成可执行文件后,在DOS或Windows控制台下运行。
实现的语言定义如下:
语言类似于tiny语言,不支持过程调用,也就是只有一个main函数,无其他函数和全局变量
基本语句:注释语句(/*…*/),输入语句(int input(void ...
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 ...