搜索资源列表
firstGTK
- 一个基于GTK+的单词数值计算器,1、 按照规则计算单词的值,如果 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 26个字母(全部用大写)的值分别为 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26,如: WINJACK这个单词的值就为:W+I+N+J+A+C+K=23+9+14+1+3+11=71% HARDWORK=H+A+R+D+W+O+
gnome-system-monitor_2.26.0.1.orig.tar
- gnome下系统监神程序,此程序包含了如何画点阵程序 -Under God gnome system monitoring program, this program includes how to draw dot-matrix program
manuscript
- of impulses are studied: the impulses are input disturbances the impulses are ``neutral type, that is, they are neither helpful for stability of neural networks nor destabilizing and the impulses are stabilizing. For each type of impulses, b
procinfo
- the mvp matrix doesn t transform W, in this case we can premultiply it with the viewport transformation. In addition to being more efficient, this is also much more accurate and in fact is needed for 2D drawing with a resulting 1:1 mapping. -the mv
t_vb_texmat
- ENABLE_TEXMAT implies that the texture matrix is not the identity, so we don t have to check that here.
matrix
- unlike gethost, getpw, etc, this doesn t implement getservbyxxx directly.
Cipher
- 置换密码算法的原理是不改变明文字符,只将字符在明文中的排列顺序改变,从而实现明文信息的加密。置换密码也叫换位密码。 试编程实现矩阵换位密码。它的加密方法是将明文中的字母按照给定的顺序安排在一个矩阵中,然后用根据密钥提供的顺序重新组合矩阵中的字母,形成密文。例如,明文为attack begins at five,密钥为cipher,将明文按照每行6个字母的形式排在矩阵中,如下形式: a t t a c k b e g i n s a t f i v e 根据密钥ciphe