搜索结果
找到约 78 项符合
above 的查询结果
按分类筛选
- 全部分类
- 书籍 (8)
- Java编程 (7)
- 加密解密 (6)
- Linux/Unix编程 (5)
- matlab例程 (4)
- 其他 (4)
- 驱动编程 (4)
- 数学计算 (3)
- 技术资料 (3)
- 电源技术 (2)
- 单片机编程 (2)
- 文章/文档 (2)
- 其他书籍 (2)
- 单片机开发 (2)
- 软件设计/软件工程 (2)
- 模拟电子 (1)
- 嵌入式综合 (1)
- 无线通信 (1)
- 开关电源 (1)
- 通讯/手机编程 (1)
- 医药行业 (1)
- 电子书籍 (1)
- 操作系统开发 (1)
- 压缩解压 (1)
- 编辑器/阅读器 (1)
- 数据结构 (1)
- 微处理器开发 (1)
- 文件格式 (1)
- 网络 (1)
- 数值算法/人工智能 (1)
- VHDL/FPGA/Verilog (1)
- 通讯编程文档 (1)
- 其他数据库 (1)
- Jsp/Servlet (1)
- 书籍源码 (1)
- *行业应用 (1)
- VIP专区 (1)
数学计算 To find and output 11-999 between the number of m, it is to meet m, m2 and m3 are several palindrome
To find and output 11-999 between the number of m, it is to meet m, m2 and m3 are several palindrome. The so-called palindrome refers to the number of its symmetrical figures that the whole number, for example, 121,676,94249 and so on. To meet the above requirements, such as the number of m = 11, m2 ...
其他数据库 sqlite的最新源码 This ZIP archive contains preprocessed C code for the SQLite library as individual sour
sqlite的最新源码
This ZIP archive contains preprocessed C code for the SQLite library as individual source files. It is strongly recommended that the amalgamation above be used instead of this package
单片机开发 This product has been manufactured to your company’s specifications a part for use in your company’
This product has been manufactured to your company’s specifications a part for use in your
company’s general electronic products. It is guaranteed to perform according to delivery
specifications. For any other use apart from general electronic equipment, we cannot take
responsibility if the produc ...
Linux/Unix编程 In this article, I will explain how to create UDP packets and then send them to a remote server thro
In this article, I will explain how to create UDP packets and then send them to a remote server through the Internet using WinPCap for Windows. The code has been tested to work with Windows XP SP2 and Vista SP1 on Linksys routers, and on Toshiba modems connected directly to the Internet. Please note ...
Jsp/Servlet Copy the code into your your JSP directory under /usr/local/etc/httpd/htdocs/html/LOGIN. You will ne
Copy the code into your your JSP directory under /usr/local/etc/httpd/htdocs/html/LOGIN. You will need to change the xxxxxx of "con=DriverManager.getConnection["jdbc:mysql://localhost/"+db,user,"xxxxxxx"] " to reflect your MySQL password. Copy the HTML form above to the same directory above or to ...
加密解密 /* Divide and Conquer */ /* Find minimum and maximum from a given series of numbers */ /* by usin
/* Divide and Conquer */
/* Find minimum and maximum from a given series of numbers */
/* by using above said policy */
gcd
fibonacci
书籍源码 -- Hamming Decoder -- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder a
-- Hamming Decoder
-- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder above) and performs single error correction and double error detection.
-- download from: www.pld.com.cn & www.fpga.com.cn
LIBRARY ieee
USE ieee.std_logic_1164.ALL
ENTITY hamdec IS
PORT(hamin : ...
加密解密 this is the ADD routine for the prime field and large numbers for ECC or RSA algorithms. with IAR v
this is the ADD routine for the prime field and large numbers for ECC or RSA algorithms. with IAR version 5 or above.
加密解密 this is the SUB routine for the prime field and large numbers for ECC or RSA algorithms. with IAR v
this is the SUB routine for the prime field and large numbers for ECC or RSA algorithms. with IAR version 5 or above.
加密解密 this is the MONTGOMERY INV routine for the prime field and large numbers for ECC or RSA algorithms.
this is the MONTGOMERY INV routine for the prime field and large numbers for ECC or RSA algorithms. with IAR version 5 or above.