搜索结果

找到约 29 项符合 Cl 的查询结果

汇编语言 系统时间显示程序 利用BIOS的INT 1AH的2号系统功能调用

系统时间显示程序 利用BIOS的INT 1AH的2号系统功能调用,将计算机系统的时间参数(BCD码)送入寄存器。其中CH 和CL中保存的是小时数和分钟数;DH中保存的是秒钟数,将BCD码表示的时,分,秒转换成ASC I I码并送入屏幕显示。并用INT 21H 的7号功能调用判断输入回车并清屏 ...
https://www.eeworm.com/dl/644/330217.html
下载: 132
查看: 1123

Linux/Unix编程 Shut the Box is a simple diversion written in C and GTK+. The object is simple: Roll the dice and cl

Shut the Box is a simple diversion written in C and GTK+. The object is simple: Roll the dice and click the tiles that sum up to that dice roll until there are no more tiles to click.
https://www.eeworm.com/dl/619/398815.html
下载: 29
查看: 1053

软件设计/软件工程 自然对界

自然对界,Win32平台下的微软C编译器(cl.exe for 80x86)在默认情况下采用如下的对齐规则:任何基本数据类型T的对齐模数就是T的大小,即sizeof(T)。比如对于double类型(8字节),
https://www.eeworm.com/dl/684/399647.html
下载: 139
查看: 1014

单片机开发 getip1.cpp // // This program reports the IP address for each adapter in your machine. // To comp

getip1.cpp // // This program reports the IP address for each adapter in your machine. // To compile from command-line type: // // cl getip1.cpp wsock32.lib // // Make sure your INCLUDE and LIB environment variables are set up properly // you can run vcvars32.bat
https://www.eeworm.com/dl/648/403284.html
下载: 184
查看: 1028

加密解密 文本的DES加密 为了对称加密的安全

文本的DES加密 为了对称加密的安全,将密码进行封装,先新建一个用于保存密码的类库cl:
https://www.eeworm.com/dl/519/408476.html
下载: 59
查看: 1042

汇编编程 16进制转十进制

DATAS SEGMENT w dw 0 keybuf db 255      db 0      db 255 dup(0)      ;定义键盘输入需要的缓冲区 DATAS ENDS STACKS SEGMENT db 200 dup(?) STACKS ENDS CODES SEGMENT ASSUME CS:CODES,DS:DATAS,SS:STACKS START: MOV AX,DATAS MOV DS,AX mov dx,offset keybuf   ...
https://www.eeworm.com/dl/502038.html
查看: 42

技术资料 基于炬芯(Actions) ATS2819的TWS蓝牙音箱方案

ATS2819/ATS2819P标准应用方案主要分为以下功能模块:Power Supply,BlueTooth,Audio Input/Output(包括codec、I2C、SPDIF),FM Receiver,disaplay(LED&LCD),USB,SPI NOR Flash Memory,SD/MMC/MS Card等。1.2原理图设计总体原则1原理图设计需要按照方案规格的要求实现各项硬件功能,尽量避免功能模块相互间的资源 ...
https://www.eeworm.com/dl/835136.html
下载: 9
查看: 1111

技术资料 Verilog的135个经典设计 实例

【例3.1]4位全加器module adder 4(cout,sum i na,i nb,cin);output[3:0]sum output cout;input[3:0]i na,i nb;input cin;assign(cout,suml=i na +i nb+ci n;endmodule【例3.2]4位计数器module count 4(out,reset,clk);output[3:0]out;input reset,cl k;regl 3:01 out;always@posedge clk) ...
https://www.eeworm.com/dl/835557.html
下载: 8
查看: 9025

VIP专区 四套CCS 视频教程合集,新手入门适用

CCS6.1新手入门(视频教程) ccs3.3视频教程 CCS教学视频.rar CL-CCS教程
https://www.eeworm.com/vipdownload/766.html