新手必备之利器
上传时间: 2013-11-13
上传用户:fandeshun
题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60-89分之间的用B表示,60分以下的用C表示。 1.程序分析:(a>b)?a:b这是条件运算符的基本例子。
上传时间: 2015-01-08
上传用户:lifangyuan12
友立公司出品的网页JAVA特效软件,内含条幅、图像、灯光、气候、文字、转换等6大类,共39个动画特效插件。非常简单易用,只需指定图像或文字即可轻易实现特效。本补丁已汉化了主程序和39个自带的特效插件,强烈推荐。
上传时间: 2015-01-22
上传用户:古谷仁美
信息管理系统,为一家国外网站写的产品信息管理,包含产品资料收集,价格比较,在线资料比较等等。演示版为英文,未汉化,且功能有限 管理员帐号www.netfuwu.com 密码wubin
标签: 信息管理系统
上传时间: 2015-02-19
上传用户:nanxia
本教程主要讲述InstallShield开发环境、InstallScript脚本语言基础、基本安装程序的建立、安装界面的设计以及深入安装程序制作等共五章内容。各章内容并不停留在初学者的水平上,而且在制作安装程序的每个方面,都给出了更高、更深层次的方法,例如安装对话框的定制、使用自己的DLL库、操作注册表、安装界面的汉化、使用多媒体、反安装以及安装程序的调试等.
标签: InstallShield InstallScript 安装程序 教程
上传时间: 2015-03-17
上传用户:cooran
RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 这个 m 一定存在, 因为 r 与 (p-1)(q-1) 互质, 用辗转相除法就可以得到了..... 再来, 计算 n = pq....... m, n 这两个数便是 public_key ,编码过程是, 若资料为 a, 将其看成是一个大整数, 假设 a < n.... 如果 a >= n 的话, 就将 a 表成 s 进位 (s
标签: person_key RSA 算法
上传时间: 2013-12-14
上传用户:zhuyibin
这是philips的usb d12的驱动测试程序,本版本部分资源已汉化,并解决英文版不能编译问题
上传时间: 2015-03-31
上传用户:2467478207
最好的安装软件制作工具,innosetup,完全汉化破解,使用简单方便,经调试通过,可用于vc,delphi,vb,pb等应用程序的打包安装过程
上传时间: 2013-12-27
上传用户:zm7516678
The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition
标签: government streamline important alphabet
上传时间: 2015-06-09
上传用户:weixiao99
一套国外的超文本编辑器,有很丰富的示例,可以直接集成到项目中应用,很稳定,用的是标准JavaScript(不是JScript),不过没有汉化,需要自己做啊,呵呵,这有些美中不足啊!
上传时间: 2014-01-15
上传用户:change0329