搜索结果

找到约 699 项符合 Int 的查询结果

按分类筛选

显示更多分类

Java编程 JSP无组件实现WEB上传 CREATE TABLE sz_shouye( id int(11) not null auto_increment, title varchar(255), su

JSP无组件实现WEB上传 CREATE TABLE sz_shouye( id int(11) not null auto_increment, title varchar(255), sub_title varchar(255), keyword varchar(255), author varchar(255), source varchar(255), operator varchar(255), addition varchar(255), belong varchar(255), senddate date, content text, primary key(id) ...
https://www.eeworm.com/dl/633/355970.html
下载: 99
查看: 1101

邮电通讯系统 输入数组(int[] number)作为sort的参数调用sort 即可实现排序(不减序排列) //或者利用重载的sort方法

输入数组(int[] number)作为sort的参数调用sort 即可实现排序(不减序排列) //或者利用重载的sort方法,输入参数是(int[] number, 0, number.length-1)
https://www.eeworm.com/dl/690/483429.html
下载: 55
查看: 1188

单片机开发 12位 D/A DAC1230转换子函数 子函数名:da_zh(int a) 参考电压:5.000v

12位 D/A DAC1230转换子函数 子函数名:da_zh(int a) 参考电压:5.000v
https://www.eeworm.com/dl/648/162638.html
下载: 82
查看: 1171

其他 Status StrAssign(SString T,char *chars) { // 生成一个其值等于chars的串T int i if(strlen(chars)>MAXST

Status StrAssign(SString T,char *chars) { // 生成一个其值等于chars的串T int i if(strlen(chars)>MAXSTRLEN) return ERROR else { T[0]=strlen(chars) for(i=1 i<=T[0] i++) T[i]=*(chars+i-1) return OK } }
https://www.eeworm.com/dl/534/266767.html
下载: 152
查看: 3159

其他嵌入式/单片机内容 C8051控制DA void OSCILLATOR_Init (void) void PORT_Init (void) void Delay (int) void init_da (vo

C8051控制DA void OSCILLATOR_Init (void) void PORT_Init (void) void Delay (int) void init_da (void) void da_conv()
https://www.eeworm.com/dl/687/353953.html
下载: 165
查看: 1543

书籍源码 所有的鼠标驱动程序都遵循一定的原则INT33H是系统专门留给DOS使用的

所有的鼠标驱动程序都遵循一定的原则INT33H是系统专门留给DOS使用的,绝大多数标准化驱动程序都使用这一软中断实现驱动本例主要实现鼠标中断编程的事例
https://www.eeworm.com/dl/532/259156.html
下载: 136
查看: 1064

其他 #include"c1.h" typedef int ElemType #include"c2-2.h" #include"bo2-4.cpp" void MergeList_C

#include"c1.h" typedef int ElemType #include"c2-2.h" #include"bo2-4.cpp" void MergeList_CL(LinkList &La,LinkList Lb) { LinkList p=Lb->next Lb->next=La->next La->next=p->next free(p) La=Lb }
https://www.eeworm.com/dl/534/266761.html
下载: 119
查看: 1552

单片机开发 本程序主要通过外部中断INT0及3.3端口读取PS2键盘值并通过LCD1602显示

本程序主要通过外部中断INT0及3.3端口读取PS2键盘值并通过LCD1602显示,键扫描码的解码通过数组方式解码,程序的解码功能主要针对数字及大小写字母和常用标点符号 硬件描述:PS2键盘的时钟线(clk)接89S51的INT0(P3.2),数据线data接(P3.3) LCD的控制端口分别为: RS = P2^7,RW = P2^6,EP = P2^5,数据端口为P0,液 ...
https://www.eeworm.com/dl/648/364194.html
下载: 66
查看: 1130

其他 使用一排列对象接受类型int、浮点和串的实体类型3 attibutes 展示对constructor的用途。

使用一排列对象接受类型int、浮点和串的实体类型3 attibutes 展示对constructor的用途。
https://www.eeworm.com/dl/534/446241.html
下载: 55
查看: 1045

DSP编程 CCS编程环境 使用的是汇编加C的混合编程方法: The programme of the Correlation Algorithm. Using INT2 to get the input s

CCS编程环境 使用的是汇编加C的混合编程方法: The programme of the Correlation Algorithm. Using INT2 to get the input signal. Array x, in first step, is the input signal produced by programme, in next step, is the input signal get from A/D, the length is 128, 32-bit floating point. Array y, in first s ...
https://www.eeworm.com/dl/516/203665.html
下载: 44
查看: 1143