代码搜索结果
找到约 10,000 项符合
Communication 的代码
communication.c
/**************************************************************************************************
* FILENAME
* flash.c
*
* VERSION
* 1.0
*
* DESCRIPTION
* This file conta
communication.lst
1: /********************************************************************************************
2: * 函数名称: void SendDataToComputer(*Ptr,Number)
3: * 功能: 向上位机发送数据
4: * 入口参数:
communication.sdb
[p AUTOSTATIC PIC14 PICMIDHI PICLOMID ]
"13 C:\HT-PIC\INCLUDE\pic1677x.h
[v _TMR0 `Vuc 1 s 1 @1 ]
"14
[v _PCL `Vuc 1 s 1 @2 ]
"15
[v _STATUS `Vuc 1 s 1 @3 ]
"16
[v _FSR `uc 1 s 1 @4 ]
"17
communication.c
/********************************************************************************************
* 函数名称: void SendDataToComputer(*Ptr,Number)
* 功能: 向上位机发送数据
* 入口参数: *Ptr 指向要发送数据的指针 Number 要发送的数据个数
*
communication.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
-- Uncomment the following lines to use the declarations that are
-- provided for ins
communication.m
%种群通信函数
for i=1:city_n
for j=1:city_n
ph_table_A(i,j)=(ph_table_A(i,j)+ph_table_B(i,j))/2;
ph_table_B(i,j)=ph_table_A(i,j);
end
end
communication.asm
;******************************************************************************
;* TMS320C6x C/C++ Codegen PC Version 4.32 *
;* Date/Time created: Tue Apr 14 17:53