搜索:COde

找到约 5,457 项符合「COde」的查询结果

结果 5,457
按分类筛选
显示更多分类
https://www.eeworm.com/dl/644/199823.html 汇编语言

data array sdword 2 dup(?) str1 byte "Please input one 32-bit sign number :",0dh,0ah,0 str2 by

data array sdword 2 dup(?) str1 byte "Please input one 32-bit sign number :",0dh,0ah,0 str2 byte "The result is : ",0 align 4 jia1gao sdword 0 jia1 sdword 0 .code main proc call clrscr mov esi,offset array mov ecx,lengthof array mov edx,offset str1 push esi putin: cal ...
下载 110
·
查看 1162
https://www.eeworm.com/dl/686/320629.html VC书籍

The production of this book required the efforts of many people, but two in particular deserve to be

The production of this book required the efforts of many people, but two in particular deserve to be singled out for their diligent, sustained, and unselfish efforts. Sally Stickney, the book s principal editor, navigated me through that minefield called the English language and ...
下载 53
·
查看 1094
https://www.eeworm.com/dl/663/369328.html VHDL/FPGA/Verilog

pulse_sequence.vhd 并行脉冲控制器 light.vhd.vhd 交通脉冲控制器 division1.vhd 电压脉冲控制器中的分频 ad.vhd 电压脉冲控制器中的A/D控制

pulse_sequence.vhd 并行脉冲控制器 light.vhd.vhd 交通脉冲控制器 division1.vhd 电压脉冲控制器中的分频 ad.vhd 电压脉冲控制器中的A/D控制 code.vhd 电压脉冲控制器中的脉冲运算模块 voltage2.bdf 电压脉冲控制系统
下载 114
·
查看 1130
https://www.eeworm.com/dl/665/370814.html matlab例程

This toolbox was designed as a teaching aid, which matlab is particularly good for since source cod

This toolbox was designed as a teaching aid, which matlab is particularly good for since source code is relatively legible and simple to modify. However, it is still reasonably fast if used with the supplied optimiser. However, if you really want to speed things up you should con ...
下载 28
·
查看 1076
https://www.eeworm.com/dl/647/379209.html 嵌入式/单片机编程

/* * linux/arch/m68knommu/platform/520x/spi-mcf520x.c * * Sub-architcture dependant initializa

/* * linux/arch/m68knommu/platform/520x/spi-mcf520x.c * * Sub-architcture dependant initialization code for the Freescale * 520x SPI module * * Yaroslav Vinogradov yaroslav.vinogradov@freescale.com * Copyright Freescale Semiconductor, Inc 2006 * * This program is free so ...
下载 45
·
查看 1051
https://www.eeworm.com/dl/527/392634.html 通讯/手机编程

wince6.0平台上的任务管理器,功能类似于windows的任务管理器. In order to develop applications for Windows Mobile 6.x from

wince6.0平台上的任务管理器,功能类似于windows的任务管理器. In order to develop applications for Windows Mobile 6.x from within Visual Studio 2005 or 2008, you need to download a separate SDK from Microsoft. The SDK also ships with a full featured emulator, a powerful and indispen ...
下载 82
·
查看 1135
https://www.eeworm.com/dl/534/402880.html 其他

SENTINEL 的加密狗lic生成工具方法如下 1.copy a870.sentinel to windowssystem32 folder. 2.run Emulator Utility

SENTINEL 的加密狗lic生成工具方法如下 1.copy a870.sentinel to windows\system32 folder. 2.run Emulator Utility and then press install button and close the utility. 3.run wechoid.exe, selector must be 1e or 1c 4.then run LicGen and use selector and code from wechoid.exe w/o 0x, it ...
下载 58
·
查看 1316
https://www.eeworm.com/dl/633/410842.html Java编程

Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system devel

Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system development tool. The main purpose of this template class is to store and sort general data types. I needed to implement the same thing in Java, since the tool I developed has a compati ...
下载 42
·
查看 1081
https://www.eeworm.com/dl/534/457413.html 其他

一种新的方法

一种新的方法,可以自动对两幅图像进行 ·Matlab code for encoding an unwrappi ·冈萨雷斯的经典教材数字图像处理的matl ·Fast Fourier Transform ·《Matlab控制系统与应用实例》一书源码 ·Bayesian Compressed Sensing ·永磁同步电动机的空间矢量控制simulink ·Matlab计算信噪比,单声道,双声 ...
下载 179
·
查看 1079
https://www.eeworm.com/dl/628/461036.html 编译器/解释器

To help you in writing an LL grammar, we have developed a tool to analyze a grammar and determine if

To help you in writing an LL grammar, we have developed a tool to analyze a grammar and determine if it is LL(1). A jar file containing the class files can be downloaded here. Place this jar file in your class path before running the analyzer. LLAnalyze requires JDK 1.2. In the ...
下载 48
·
查看 1052