-
widows programming examples procedures Chapter 7
widows编程例题程序7-12章-widows programming examples procedures Chapter 7-12
- 2022-01-26 01:10:18下载
- 积分:1
-
代码阅读有自身的一套技能,重要的是能够确定什么时候使用哪项技术。本书中,作者使用600多个现实的例子,向读者展示如何区分好的(和坏的)代码,如何阅读,应该注意什...
代码阅读有自身的一套技能,重要的是能够确定什么时候使用哪项技术。本书中,作者使用600多个现实的例子,向读者展示如何区分好的(和坏的)代码,如何阅读,应该注意什么,以及如何使用这些知识改进自己的代码。养成阅读高品质代码的习惯,可以提高编写代码的能力。-code readers have their own set of skills, it is important to determine when to use which technology. The book, the authors use more than 600 practical examples to show readers how to distinguish good (and bad) code, how to read, it should be noted that, and how to use this knowledge to improve their own code. Develop high-quality code reading habits, and improve the ability to write code.
- 2022-05-25 01:17:19下载
- 积分:1
-
通用串行总线控制器
通用串行总线控制器-Universal Serial Bus Controller
- 2022-07-07 07:33:46下载
- 积分:1
-
详细介绍了wince下的串口驱动的开发,并且富有图解,很好的帮助...
详细介绍了wince下的串口驱动的开发,并且富有图解,很好的帮助-Described in detail under wince serial-driven development, and full of diagrams, very good help
- 2022-07-22 04:00:41下载
- 积分:1
-
约瑟夫(Joeph)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一...
约瑟夫(Joeph)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序。-Joseph (Joeph) a description of the problem is: numbered 1,2, ..., n, n individuals sitting clockwise circle, each holding a password (positive integer). An optional start a positive integer as the number of reported upper limit of m, from the first person to embark on the clockwise direction starting from a reported sequence number, to report the number of m stop reported. Those who reported m out of the column, his password as the new m value, from his home in a clockwise direction on the next person started to re-reported from a few, and so on, until all of the column until all the up. Try a program designed to find out the column order.
- 2022-08-14 04:29:17下载
- 积分:1
-
Information content, if something wrong, please help to correct, a message to me...
资料内容中,如果有不妥之处,请帮忙更正,留言给我,谢谢合作-Information content, if something wrong, please help to correct, a message to me, thank co-operation
- 2022-05-18 20:01:48下载
- 积分:1
-
ElGamal算法既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。
密钥对产生办法。首先选择一个素数p,两个随机数, g 和...
ElGamal算法既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。
密钥对产生办法。首先选择一个素数p,两个随机数, g 和x,g, x < p, 计算 y = g^x ( mod p ),则其公钥为 y, g 和p。私钥是x。g和p可由一组用户共享。
ElGamal用于数字签名。被签信息为M,首先选择一个-ElGamal algorithm not only used for data encryption can be used for digital signatures, their safety depends on the calculation of a finite field discrete logarithm this problem. Key to the method. First of all, choose a prime number p, the two random numbers, g and x, g, x
- 2022-08-13 15:22:56下载
- 积分:1
-
C语言是一种结构化语言。它层次清晰,便于按模块化方式组织程序,易于调试和维护。C语言的表现能力和处理能力极强。它不仅具有丰富的运算符和数据类型...
C语言是一种结构化语言。它层次清晰,便于按模块化方式组织程序,易于调试和维护。C语言的表现能力和处理能力极强。它不仅具有丰富的运算符和数据类型-C language is a structured language. Its level of clear, easy to organize procedures in accordance with modular, easy to debug and maintain. C language and ability to deal with the performance ability. It not only has a wealth of data types and operators…………
- 2022-05-21 12:37:58下载
- 积分:1
-
java 优化编程,为中高级开发者提供建议,使得程序更加健壮,速度更快...
java 优化编程,为中高级开发者提供建议,使得程序更加健壮,速度更快-optimize java programming, to provide advice for senior developers to make programs more robust and faster
- 2022-02-07 00:14:50下载
- 积分:1
-
Direct3D9初级指南
Direct3D9初级教程 -Direct3D9 primary Guide
- 2022-11-10 23:35:04下载
- 积分:1