资源列表
BigIntMultiplication
- 大整数乘法例子代码 /* 递归边界,如果是1位二进制数与1位二进制数相乘,则可以直接计算 */ /*累计做1位二进制乘法运算的次数*/ /* return (X*Y) */ /* 计算n的值 */ /* 把X和Y拆分开来,令X=A*2^(n/2)+B, 左移位运算,mod = 1<<(n/2) */ /* 计算XY=AC*2^n+(AD+CB)*2^(n/2)+BD */ /* 计算A*C,再向左移n位 */ /* 递归计算A*D */ /* 递
grade_Search
- (1)要求使用HashMap<String, Integer>存储每次考试的成绩(key键为姓名,value为成绩)。 (2)要求使用LinkedList存储考试次数,有几次考试就有几个HashMap -(1) requires the use of HashMap <String, Integer> Memory test scores for each (key key for the name, value as a result). (2) require
Runout
- ireport jasperreport
attrsetvaluenomodificationallowederrEE
- Throwable Any uncaught exception causes test to fail for Andriod.
GenerateGL
- Generate GL Source Code for Andriod.
CertPathBuilder
- This class implements the functionality of a builder for an unverified.
lexical-026
- The following tokens are ECMAscr ipt keywords and may not be used as identifiers in ECMAscr ipt programs for Java scr ipt.
lexical-analysis
- 通过写好的最小DFA实现源码的分词功能。 内容:GetToken.java(源码)SourceCode.txt(要分词的源码) Tokens.txt(Token序列)-Achieve source word feature written by minimal DFA. Content: GetToken.java (source) SourceCode.txt (word to the source) Tokens.txt (Token sequence)
mysql脱裤脚本源码
- mysql脱裤脚本源码,使用此脚本可以导出大量的mysql信息。不会卡。
TestingEmailNotify
- 测试邮件通知实例:TestingEmailNotify.java-test email notify example:TestingEmailNotify.java
055965c86806c76240ab2339551b7052
- bpskqpsk16qam64qam的调制解调程序,使用matlab仿真-BPSKQPSK16QAMThe 64QAM modulation and demodulation process, using MATLAB simulation
Ftp_Up
- ftp文件上传,有详细的注释-ftp file upload, detailed notes
