登录
首页 » Others » vocation.islam.pdf

vocation.islam.pdf

于 2020-04-29 发布
0 121
下载积分: 1 下载次数: 0

代码说明:

说明:  Here, you can find a very good book.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • Security
    安卓权限动态监控系统是一套基于安卓的软件权限和个人应用数据监控系统,实现了敏感权限访问记录生成、网络流量和短信的监控、软件行为分析、用户交互模块采用数据报表可视化的方式,让用户直观地了解到手机中各应用程序访问了哪些敏感权限,是否有非授权流量或短信的流出,同时系统还可视化地给出了应用程序的危险系数和行为分析。(Android permission dynamic monitoring system is a software permission and personal application data monitoring system based on Android. It realizes the generation of sensitive permission access records, the monitoring of network traffic and short messages, the analysis of software behavior, and the visualization of user interaction module by data report forms, so that users can intuitively understand which sensitive permissions are accessed by various applications in mobile phones, and whether there are non-users. Authorized traffic or SMS outflow, while the system can visually give the application risk factor and behavior analysis.)
    2019-04-23 09:47:57下载
    积分:1
  • MazeGeneration
    reflex game developed in Java. Creates mazes
    2017-11-16 00:08:11下载
    积分:1
  • Read_RadiationCalibrationFactor
    说明:  根据XML文件获取相应的辐射定标系数,只针对GF1和GF2(Obtain the corresponding radiometric calibration coefficients according to the XML file, only for GF1 and GF2)
    2019-03-26 13:20:06下载
    积分:1
  • fvssaging-client-development
    Chat program (client), instant messaging development
    2017-05-31 23:06:37下载
    积分:1
  • 约瑟夫环 1. 本演示程序利用一循环链表,每个结点为一人,类似将人按顺时针方向围坐一圈,每个结点包括,号码,密码.号码是作为排的顺序.密码用来作为下一次报数...
    约瑟夫环 1. 本演示程序利用一循环链表,每个结点为一人,类似将人按顺时针方向围坐一圈,每个结点包括,号码,密码.号码是作为排的顺序.密码用来作为下一次报数的数字.当走到结尾时,再下个结点便循环回去,依此类推. 2. 演示程序以用户与计算机的对话方式执行,用户输入相应的数据,输出结果显示在其后。,即总结点数,和密码. 3. 程序执行的命令包括:1)创建链表 2)寻找结点 3)删除结点 4. 测试数据测试数据:m初始值20,n=7,7个人密码依次为:3,1,7,2,4,8,4。首先m值为6,正确出列顺序为6,1,4,7,2,3,5。 -Josephus 1. The demonstration program using a chain cycle, each node to a person, similar to a clockwise direction by people sitting circle, and each node include numbers, Password. As the number is the sequence. used as a password the next few reported figures. When reached at the end, the next nodes will cycle back, and so forth. 2. Demonstration Program to computer users with implementation of the dialogue, the corresponding user input data and output results in later. , Summed up the quota, and password. 3. Procedures for the implementation of the order include : 1) Create List 2) Find node 3) delete nodes 4. test data test data : the initial value of 20 m, n = 7, 7 PIN followed : 3,1,7,2,4,8,4. M value fo
    2022-07-24 02:51:37下载
    积分:1
  • 使用LabVIEW编写的一个计算器程序。计算器完成计算…
    使用LabVIEW编写的一个计算器程序。 计算器能完成的运算: 加减乘除,求平方,求立方,求自然对数,求以10为底的对数,求阶乘求正弦余弦正切值,符号取反 能完成的操作:角度与弧度的切换,退格,清零 缺点:由于显示使用的是数值类型,所以无法实现小数输入;只能进行十进制的计算,不支持其它进制,统计功能未实现-LabVIEW prepared to use a calculator program. Calculator to complete the calculations: addition and subtraction multiplication and division, and square, and cubic, and the natural logarithm, and to 10 for the end of the logarithm, and factorial values for sine cosine tangent, symbols take to complete the operation of the anti: the angle with radian switch, backspace, Clear shortcomings: As the show using a numerical type, it is not possible to realize a small number of input only for the calculation of the metric system, do not support the other band, did not achieve statistical functions
    2023-08-17 06:20:03下载
    积分:1
  • ma730磁编
    说明:  ma730磁性编码器的使用说明,数据手册(MA730 Magnetic Encoder Instructions, Data Manual)
    2020-06-21 01:00:02下载
    积分:1
  • 一:需求分析 1. 问题描述 魔王总是使用自己的一种非常精练而抽象的语言讲话,没人能听懂,但的语言是可逐步解释成人能听懂的语言,因为的语言是由以下两...
    一:需求分析 1. 问题描述 魔王总是使用自己的一种非常精练而抽象的语言讲话,没人能听懂,但他的语言是可逐步解释成人能听懂的语言,因为他的语言是由以下两种形式的规则由人的语言逐步抽象上去的: ----------------------------------------------------------- (1) a---> (B1)(B2)....(Bm) (2)[(op1)(p2)...(pn)]---->[o(pn)][o(p(n-1))].....[o(p1)o] ----------------------------------------------------------- 在这两种形式中,从左到右均表示解释.试写一个魔王语言的解释系统,把 他的话解释成人能听得懂的话. 2. 基本要求: 用下述两条具体规则和上述规则形式(2)实现.设大写字母表示魔王语言的词汇 小写字母表示人的语言的词汇 希腊字母表示可以用大写字母或小写字母代换的变量.魔王语言可含人的词汇. (1) B --> tAdA (2) A --> sae 3. 测试数据: B(ehnxgz)B 解释成 tsaedsaeezegexenehetsaedsae若将小写字母与汉字建立下表所示的对应关系,则魔王说的话是:"天上一只鹅地上一只鹅鹅追鹅赶鹅下鹅蛋鹅恨鹅天上一只鹅地上一只鹅". | t | d | s | a | e | z | g | x | n | h | | 天 | 地 | 上 | 一只| 鹅 | 追 | 赶 | 下 | 蛋 | 恨 | -one : a needs analysis. Problem description always use their own fiendish a very concise and abstract language speech Nobody can understand, but the language is gradually explained adult can understand the language, because his language is composed of the following two forms of
    2022-09-04 11:50:02下载
    积分:1
  • USB PD V3.0
    说明:  PD协议最新版,可供从事人员学习和工作参考。(The latest version of the PD protocol can be used for reference in the study and work of personnel.)
    2020-06-24 00:00:07下载
    积分:1
  • Bifurcation
    Bifurcation method for nonlinear ansysis
    2017-08-08 09:16:25下载
    积分:1
  • 696518资源总数
  • 105065会员总数
  • 14今日下载