搜索结果
找到约 161 项符合
Result 的查询结果
按分类筛选
- 全部分类
- 书籍 (15)
- 单片机编程 (10)
- 单片机开发 (10)
- 其他 (8)
- matlab例程 (8)
- 汇编语言 (7)
- DSP编程 (6)
- 技术资料 (6)
- 电源技术 (5)
- Java编程 (5)
- 教程资料 (4)
- 可编程逻辑 (4)
- 通讯编程文档 (4)
- VHDL/FPGA/Verilog (4)
- C/C++语言编程 (3)
- 教育系统应用 (3)
- 软件设计/软件工程 (3)
- 其他书籍 (3)
- 编译器/解释器 (3)
- 数据结构 (3)
- Delphi控件源码 (3)
- 其他嵌入式/单片机内容 (3)
- 数学计算 (3)
- 无线通信 (2)
- 网络 (2)
- 行业发展研究 (2)
- 微处理器开发 (2)
- 通讯/手机编程 (2)
- 软件工程 (2)
- 文章/文档 (2)
- 论文 (2)
- 模拟电子 (1)
- PCB相关 (1)
- 技术书籍 (1)
- 工控技术 (1)
- 测试测量 (1)
- 电子书籍 (1)
- STL (1)
- VxWorks (1)
- 数值算法/人工智能 (1)
- 数据库系统 (1)
- 其他数据库 (1)
- Modem编程 (1)
- 加密解密 (1)
- J2ME (1)
- Applet (1)
- 人工智能/神经网络 (1)
- Linux/Unix编程 (1)
- 书籍源码 (1)
- *行业应用 (1)
- 多国语言处理 (1)
- Linux/uClinux/Unix编程 (1)
- 源码 (1)
其他书籍 The ability to write efficient, high-speed arithmetic routines ultimately depends upon your knowled
The ability to write efficient, high-speed arithmetic routines ultimately depends
upon your knowledge of the elements of arithmetic as they exist on a computer. That
conclusion and this book are the result of a long and frustrating search for
information on writing arithmetic routines for real-time ...
软件设计/软件工程 In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadl
In a preemptive priority based RTOS, priority inversion
problem is among the major sources of deadline
violations. Priority inheritance protocol is one of the
approaches to reduce priority inversion. Unfortunately,
RTOS like uC/OS can’t support priority inheritance
protocol since it does not allow ...
编译器/解释器 UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, wh
UC Library Extensions
UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard.
UC Library
Builtin functions:
Most of these are standard C ...
编译器/解释器 算符优先文法分析的c语言实现代码 需要输入词法分析的txt结果文件- The operator first grammar analysis c language realization code n
算符优先文法分析的c语言实现代码 需要输入词法分析的txt结果文件- The operator first grammar analysis c language realization code needs to input the lexical analysis the txt result document
matlab例程 This program compress and recostruct using wavelets. We can select level of decomposition(here maxim
This program compress and recostruct using wavelets. We can select level of decomposition(here maximum 4 levels are given) of images using selected wavelet.
For eg:-wavelets can be haar, db1, db2,dmey...............
Decomposition can be viewed in figure.
(Please note that select 256X256 image for be ...
软件工程 Patterns of Enterprise Application Architecture is written in direct response to the stiff challenge
Patterns of Enterprise Application Architecture is written in direct response to the stiff challenges that face enterprise application developers. The author, noted object-oriented designer Martin Fowler, noticed that despite changes in technology--from Smalltalk to CORBA to Java to .NET--the same b ...
汇编语言 以查询方式将数据段中BUFFER开始的16个字节单元的数据从16550发送
以查询方式将数据段中BUFFER开始的16个字节单元的数据从16550发送,再通过16550接收端存入自内存单元RESULT处
编译器/解释器 这个程序是编译程序的一部分
这个程序是编译程序的一部分,用于阅读源代码,并识别其中的标记符、关键词(以字母开头)、数(以数字开头)。其中数按其是否以0开头分为10进制和8/16进制,而16进制的第二位是“x”。将上述所有识别的内容分类显示在屏幕和文件result.txt中。
函数scan负责整个识别、输出过程,compare1负责识别单个字符,compare2识别词 ...
汇编语言 向数组中输入8、7、6、5、4、3、2、1
向数组中输入8、7、6、5、4、3、2、1,对其任一元素都进行1+2+……+N计算,并将结果存入RESULT数组中,结果在屏幕上,按十进制显示出来。
加密解密 key.txt存放密钥
key.txt存放密钥,密钥只能为数字,text存放明文。
只对明文中的“数字”、“英文大小写”加密,空格或其它中文字符等不予理睬。
加密方法:
明文分组与密钥对应字符相加取模,十个数字为一个循环,26个英文大小写也各为一个循环。
例:
密钥为: 012
明文为: Microsoft VC++ 6.0
密文则为:Mjerpuogv VD++ 8.0
加密结果 ...