代码搜索:字符型
找到约 10,000 项符合「字符型」的源代码
代码结果 10,000
www.eeworm.com/read/38039/1092530
mnu rmdt_cav_lay.mnu
SEL#COMP 选取元件
#
Ref#Model 参照模型
Perform cav. layout operation with ref. model
执行型腔布局操作
Workpiece 工件
Perform cav. layout operation with workpiece
执行工件型腔布局操作
Quit 退出
Quit the current process
退出当前处理
www.eeworm.com/read/172503/9704852
txt tktest8.txt
#include
long Power(int x,int n) //求int型数据x的n次方
{ long p=1;
for(int i=1;i
www.eeworm.com/read/387630/2558071
cpp db_func.cpp
#include "db_func.h"
//================================================
// Function: RTrim()
// Purpose: 删除字符串右边的空格和 tab字符.
// Author: HCH
// Date: 2002.03.26
//=================================
www.eeworm.com/read/289842/8522351
c name.c
//********************************************
//文件名:NAME.C
//功能:1. 接收键盘输入的字符并回显在屏幕上
// 2. 将接收的字符以字符串方式返回调用函数
//********************************************
#include
www.eeworm.com/read/167506/9967327
cs c4-08.cs
//从字符串中读取一定数目的字符示例
using System;
using System.IO;
public class CharsFromStr
{
public static void Main(String[] args)
{
// 创建字符串
String str = "Some number of characters";
char[]
www.eeworm.com/read/355276/10282961
c serial.c
#include
#include "Serial.h"
void WriteByte(uchar OutData)
{
SBUF = OutData; //输出字符
while(!TI); //空语句判断字符是否发完
TI = 0; //清TI
}
//发送字符串到串口
void WriteString()
{
}
www.eeworm.com/read/257271/11937521
c name.c
//********************************************
//文件名:NAME.C
//功能:1. 接收键盘输入的字符并回显在屏幕上
// 2. 将接收的字符以字符串方式返回调用函数
//********************************************
#include
www.eeworm.com/read/151550/12202437
c name.c
//********************************************
//文件名:NAME.C
//功能:1. 接收键盘输入的字符并回显在屏幕上
// 2. 将接收的字符以字符串方式返回调用函数
//********************************************
#include