资源列表
fuquanshu
- 当我们写一个10进制整数时,其值可以用各位的数码乘以10的幂来表示,例如: 123=1×102+2×101+3×100 一般来说,对R的进制数N,其绝对值可以用各位的数码乘以R的幂: N=an×Rn+an-1×Rn-1+…+a0×R0 来表示。这里R可以是正数也可以是负数。当R是负数时,我们称之为负权数。不论R是正数还是负数,我们都采用{0,1,…,|R|-1} 这|R|个数码来表示R进制数的个位。如果|R|>10 我们还将使用大写字
ktail
- 很多情况下,我们需要对信息进行加密。特别是随着Internet的飞速发展,加密技术就显得尤为重要。 目前比较流行的编码规则称为RSA,是由美国麻省理工学院的三位教授发明的。这种编码规则是基于一种求密去模算法的:对于给出的三个正整数a,b,c,计算a的b次方除以c的余数。 你的任务是编写一个程序计算a^b mod c, 并且1≤a,b<c≤32768。 -top secret
dy
- 基于单片机的数字电压表, 采用AD转换器。三位显示断码-dianyabiao
zhengdianbaoshi
- 这是一个整点报时的小程序,很有学习价值的。-This is the whole point of a small-time program, it is the value of learning.
iheed
- nesC写的heed算法,这个版本的heed运行在Mica2 and Mica2Dot 传感器节点-written in nesC algorithm heed, heed this version running on the Mica2 and Mica2Dot sensor node
ProducerConsumerData
- 这是一个应用TDMS存储函数进行高速数据采集的LabVIEW程序,它可以实现超高速采集而不丢失采样数据。-TDMS for data collection by LabVIEW。
binary_save
- 这是利用LabVIEW自行编制的一个二进制存储程序,使用方便,比LabVIEW帮助中所提供的样例程序更易于掌握和使用。-binary save on LabVIEW
read_config
- 读取文件内容,并将相应的内容付给结构中的相应字段。-Read the contents of the documents and paid to the structure of the corresponding content of the corresponding field.
song_title
- Lobby song SLK for the game audition... u can pack it using acv-tool 8.0
HanoiTower
- hanoi tower + c++ program-hanoi tower+ c++ program
Calculator11
- 数据库课程设计计算器 数据结构是栈 Calculator stack-Calculator stack
Decompile_Java_tools
- Java反编译工具,将.class文件拍马屁编译成.java文件.-Decompile Java tool. Class files compiled flattering. Java files.
