搜索结果

找到约 613 项符合 main 的查询结果

按分类筛选

显示更多分类

uCOS 我 Porting 的 uC/OS-II V2.84 (目前Micrium)最新版之 Keil C51 工程,专供给 8051 上做任务调度,我已将 Code Size 改小至 4000 Byte,对

我 Porting 的 uC/OS-II V2.84 (目前Micrium)最新版之 Keil C51 工程,专供给 8051 上做任务调度,我已将 Code Size 改小至 4000 Byte,对于 X-Ram 的用量也仅 160 Byte(于 Keil C51 V8.08a 下编译后).我在 Main.c 内创建了两个任务调度的 LED 闪烁程序,方便了解任务是如何被创建的,同时我也在 Keil C51 的 Project 内设好了 S ...
https://www.eeworm.com/dl/649/233953.html
下载: 172
查看: 1080

uCOS 一个使用MSP430汇编语言写的 RTOS,此版本为 V1.1 版并已修正过在 IAR MSP430 V3.42A 编译后可于 Simulator 下正常调度工作了,其中设置的六个任务上都下了断点,方

一个使用MSP430汇编语言写的 RTOS,此版本为 V1.1 版并已修正过在 IAR MSP430 V3.42A 编译后可于 Simulator 下正常调度工作了,其中设置的六个任务上都下了断点,方便在 Simulator 下观测任务调度,兹将原使用说明详列如下: M430/OS 演示程序 V1.1 版,此演示程序包含六个任务: softclock 软时钟任务 task1 向端口2的每个管脚输 ...
https://www.eeworm.com/dl/649/233989.html
下载: 136
查看: 1090

其他 IT++ is a C++ library of mathematical, signal processing and communication system routines/functions

IT++ is a C++ library of mathematical, signal processing and communication system routines/functions. Its main use is in simulation of communication systems or for performing research in the area of communications.
https://www.eeworm.com/dl/534/234507.html
下载: 157
查看: 1097

其他 http://www.bc-cn.net/Article/kfyy/cyy/jc/200409/5_4.html float aver(float a[5]) { int i float a

http://www.bc-cn.net/Article/kfyy/cyy/jc/200409/5_4.html float aver(float a[5]) { int i float av,s=a[0] for(i=1 i<5 i++) s=s+a[i] av=s/5 return av } void main() { float sco[5],av int i
https://www.eeworm.com/dl/534/234871.html
下载: 152
查看: 1155

压缩解压 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码

1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS ...
https://www.eeworm.com/dl/617/236166.html
下载: 32
查看: 1025

网络 实现linux的网卡的ip地址、掩码、默认路由的查询和修改程序

实现linux的网卡的ip地址、掩码、默认路由的查询和修改程序,main函数是我测试用的,你可以按照main的写法任意使用其他函数
https://www.eeworm.com/dl/635/238813.html
下载: 111
查看: 1064

Internet/网络编程 本文件包基于asp.net + javascript方式

本文件包基于asp.net + javascript方式,实现了基于浏览器的网页所见即所得式的设计,直接在浏览器中打开main.html即可,按住shift建加鼠标拖动即可创建一个层,然后可以随意拖动、定位该层。同时利用浮动工具框完成对层内容的编辑。最后可以预览网页。并生成文件。 ...
https://www.eeworm.com/dl/620/241777.html
下载: 79
查看: 1026

微处理器开发 This zip file describes how to generate a clock on the PCK pin using the PMC running under AT91RM340

This zip file describes how to generate a clock on the PCK pin using the PMC running under AT91RM3400DK with Green hills 3.6.1 Multi&reg 2000 Software Tool. Includes main.html file for help.
https://www.eeworm.com/dl/655/241868.html
下载: 112
查看: 1078

微处理器开发 This zip file describes a Basic USART using Interrupts and PDC running under EB42 with ARM&reg ADS 1

This zip file describes a Basic USART using Interrupts and PDC running under EB42 with ARM&reg ADS 1.2 Software Tool. Includes main.html file for help.
https://www.eeworm.com/dl/655/241870.html
下载: 113
查看: 1061

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

学会对文件的记录锁定,及解锁。#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
查看: 1100