-
这个源程序向你介绍了怎样摆脱密码束缚的问题,程序包里有完整的源代码,并有相应的说明。...
这个源程序向你介绍了怎样摆脱密码束缚的问题,程序包里有完整的源代码,并有相应的说明。-the source to tell you how to shake off the shackles of password problems, procedures bag with complete source code and a corresponding note.
- 2022-08-21 05:03:04下载
- 积分:1
-
方便地往多行编辑框后面添加数据行的多行编辑框
方便地往多行编辑框后面添加数据行的多行编辑框-Multi-line edit which can add data lines to the end of the edit conveniently
- 2022-03-19 12:04:20下载
- 积分:1
-
JDBC与Java数据库程序设计J DBC与Java数据库程序设计JDBC与Java数据库程序设计...
JDBC与Java数据库程序设计J DBC与Java数据库程序设计JDBC与Java数据库程序设计-with Java JDBC Database Programming with Java JDBC Database Programming with Java JDBC Database Programming
- 2022-02-14 21:20:10下载
- 积分:1
-
一个自定义的编辑框
一个自定义的编辑框-a custom frame editor
- 2023-09-08 07:30:04下载
- 积分:1
-
使用wtl实现的edit中有链接的例子
使用wtl实现的edit中有链接的例子--The example of edit with link in it which using wtl to realize
- 2022-05-09 15:02:18下载
- 积分:1
-
Text import text files to SQL databases, and I hope to help you
Text文本文件导入到SQL数据库,希望对你能有所帮助-Text import text files to SQL databases, and I hope to help you
- 2022-10-11 16:50:03下载
- 积分:1
-
安装演示
Setup Demo
for the special version of windoes
Config Timer1 = Pwm , Pwm = 8 , Compare A Pwm = Clear Up , Compare B Pwm = Clear Up , Prescale = 1
to set the PWM registers, just assign a value to the compare A and B registers
Compare1a = 100
Compare1b = 200
Or for better reading :
Pwm1a = 100
Pwm1b = 2-Setup Demo
for the special version of windoes
Config Timer1 = Pwm , Pwm = 8 , Compare A Pwm = Clear Up , Compare B Pwm = Clear Up , Prescale = 1
to set the PWM registers, just assign a value to the compare A and B registers
Compare1a = 100
Compare1b = 200
Or for better reading :
Pwm1a = 100
Pwm1b = 200
- 2022-07-24 23:40:14下载
- 积分:1
-
针对dos的不同命令方法,提出了一些经验和使用方法技巧,让用户更准确的了解DOS系统...
针对dos的不同命令方法,提出了一些经验和使用方法技巧,让用户更准确的了解DOS系统-against different commands, some of the experience and skills to use, enabling users to more accurately understand the DOS system
- 2022-01-27 23:37:38下载
- 积分:1
-
right triangular matrix decomposition, resulting in the formation of an upper tr...
对矩阵进行三角分解,从而生成一个上三角矩阵和下三角矩阵,其乘积等于原矩阵-right triangular matrix decomposition, resulting in the formation of an upper triangular matrix and lower triangular matrices, equivalent to the original product matrix
- 2023-05-04 23:55:03下载
- 积分:1
-
1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。
2、 运行环境:...
1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。
2、 运行环境:C++
3、 算法描述:首先,把输入的的多项式进行分析,把所有的系数放入一个单链表中llist,指数放入另一个单链表llist2中。然后再在指数链表中比较有没有相同的指数,如果有相同的指数,那就把相对应的系数进行求和,并把求和结果归并到llist2中;如果指数不相等的,就直接归并到llist2中。最后以指数的降幂形式输出。
-1, function : the program summation Operational polynomial, in the face of phase with the introduction of index coefficient of additive or subtraction, the index of output as it stood. The final output coefficients and the respective indices. Two, the environment : C 3, the algorithm Description : First, the importation of a polynomial analysis of all the factors into a single linked list (which, the index Add another single linked list llist2 China. Then in the index compared Linklist have the same index, if the same index, then the corresponding coefficient for peace, and the summation of the results of merging llist2; If the index is not equal, direct incorporation of llist2 China. The final index to a lower output in the form of pow
- 2023-08-10 17:40:03下载
- 积分:1