搜索结果
找到约 699 项符合
Int 的查询结果
按分类筛选
- 全部分类
- 技术资料 (139)
- 单片机开发 (63)
- 单片机编程 (44)
- 其他 (44)
- 汇编语言 (38)
- 源码 (28)
- Java编程 (28)
- 数学计算 (27)
- 数据结构 (25)
- 编译器/解释器 (16)
- 加密解密 (11)
- 文章/文档 (11)
- C/C++语言编程 (10)
- DSP编程 (10)
- 嵌入式/单片机编程 (10)
- 书籍源码 (9)
- VC书籍 (9)
- 操作系统开发 (8)
- 其他 (7)
- 其他书籍 (7)
- 微处理器开发 (7)
- 压缩解压 (6)
- Linux/Unix编程 (6)
- 软件设计/软件工程 (6)
- VIP专区 (6)
- 其他嵌入式/单片机内容 (5)
- 数值算法/人工智能 (4)
- USB编程 (4)
- 嵌入式Linux (4)
- matlab例程 (4)
- 软件 (3)
- 笔记 (3)
- 经验 (3)
- 习题答案 (3)
- 应用设计 (3)
- 通讯/手机编程 (3)
- 开发工具 (3)
- 嵌入式综合 (3)
- 教育系统应用 (3)
- 游戏 (3)
- Java书籍 (3)
- 中间件编程 (3)
- 手册 (2)
- 电源技术 (2)
- Linux/uClinux/Unix编程 (2)
- 设计相关 (2)
- 汇编编程 (2)
- 技术书籍 (2)
- 模拟电子 (2)
- 电子书籍 (2)
- Internet/网络编程 (2)
- 串口编程 (2)
- *行业应用 (2)
- uCOS (2)
- 人工智能/神经网络 (2)
- 系统设计方案 (2)
- 邮电通讯系统 (2)
- Jsp/Servlet (2)
- 书籍 (1)
- 电子大赛 (1)
- 开发板 (1)
- 接口技术 (1)
- 数据库系统 (1)
- 仿真技术 (1)
- PCB图/BOM单/原理图 (1)
- 其他文档 (1)
- 技术教程 (1)
- 教材/考试/认证 (1)
- 单片机相关 (1)
- 传感与控制 (1)
- CCS (1)
- 教程资料 (1)
- 源码/资料 (1)
- 驱动编程 (1)
- 语音压缩 (1)
- 企业管理 (1)
- Applet (1)
- 网络 (1)
- 多国语言处理 (1)
- 金融证券系统 (1)
- 文件格式 (1)
- CA认证 (1)
- STL (1)
- 酒店行业 (1)
- J2ME (1)
- VHDL/FPGA/Verilog (1)
- Delphi控件源码 (1)
- 其他行业 (1)
- 交通/航空行业 (1)
- Windows CE (1)
- JavaScript (1)
- GPS编程 (1)
- Ajax (1)
文章/文档 程序首先定义一个hello的函数调用int 21h mov ah
程序首先定义一个hello的函数调用int 21h mov ah ,09来显示字符串,ds:dx定义字符串位置 来使用一个80×25的界面使整个程序更加美观 游戏主程序调用BIOS int 10 的9号功能实现对目标文本的颜色和定位,。游戏主程序可以用int 16 mov ah,00从键盘读取输入的字符在调用int 21 mov ah,01 让键盘输入显示在屏幕中 al=输入的 ...
USB编程 C8051F320单片机int传输形式的usb驱动程序
C8051F320单片机int传输形式的usb驱动程序
单片机开发 红外遥控接收发送源程序 Interrupt for IR subroutine external interrupt source INT0
红外遥控接收发送源程序 Interrupt for IR subroutine external interrupt source INT0
数据结构 这是我编写的一个用于处理大数的very_long_int 类!
这是我编写的一个用于处理大数的very_long_int 类!
CA认证 DESProcess FILE *mfp,*cfp int ttch=0,xorRes,ttbitdiff=0 char mch,cch float bdiff=0 if
DESProcess
FILE *mfp,*cfp
int ttch=0,xorRes,ttbitdiff=0
char mch,cch
float bdiff=0
if((mfp=fopen(mfile,"r"))==NULL)
{cout<<"Cannot open the file to compare"<<endl }
if((cfp=fopen(cfile,"r"))==NULL)
{cout<<"Cannot open the file to compare"<<endl }
else
{
while(!feof(mfp)&!feof(cfp))
...
其他 #include<stdio.h> struct powernode { float pi float qi int i float vi
#include<stdio.h>
struct powernode
{
float pi
float qi
int i
float vi
}
struct powernode wg[20]
struct powernode wl[20]
struct linedata
软件设计/软件工程 #include<iostream> using namespace std int main() { unsigned long x,warcraft,war,l
#include<iostream>
using namespace std
int main()
{
unsigned long x,warcraft,war,l
cin> x
while(x)
{
unsigned long *p=new unsigned long[x+1]
if(p==NULL)
{
cerr<<"error!"<<endl
abort()
}
for(warcraft=0 warcraft<=x warcraft++)
*(p+warcraft)=0
*p=1
for(warcraft=0 war ...
数据结构 this package contains two .c files.One file implements the merge of two int arrays.The other one imp
this package contains two .c files.One file implements the merge of two int arrays.The other one implements the merge of two linkage array.
汇编语言 系统时间显示程序 利用BIOS的INT 1AH的2号系统功能调用
系统时间显示程序
利用BIOS的INT 1AH的2号系统功能调用,将计算机系统的时间参数(BCD码)送入寄存器。其中CH 和CL中保存的是小时数和分钟数;DH中保存的是秒钟数,将BCD码表示的时,分,秒转换成ASC I I码并送入屏幕显示。并用INT 21H 的7号功能调用判断输入回车并清屏 ...
汇编语言 除零异常和捕获三种类型异常,int,char,double类型的异常.
除零异常和捕获三种类型异常,int,char,double类型的异常.