Use the crypto module to encrypt sensitive data using a key you generated yourself... This is quite handy with INI files which you can use to get and set data for you applications. You can also check out some dates related to passwords and expiry dates. Send emails using Microsoft Email client. No need to cater for SMTP nor Exchange mail accounts. If you can send email with your outlook, you can send email with your application. Get some windows info with the sysinfoctrls member.
标签: generated sensitive yourself encrypt
上传时间: 2017-04-04
上传用户:yuanyuan123
In some graphs, the shortest path is given by optimizing two different metrics: the sum of weights of the edges and the number of edges. For example: if two paths with equal cost exist then, the path with the least number of edges is chosen as the shortest path. Given this metric, you have find out the shortest path between a given pair of vertices in the input graph. The output should be the number of edges on the path, the cost of the shortest path, and the path itself. Input is the adjacency matrix and the two vertices.
标签: optimizing different the shortest
上传时间: 2014-10-25
上传用户:1159797854
第一代Sandstorm家族,与JTAG复用的GPIO可以直接配置。但是不够安全,意外的配置有可能导致JTAG连接失效。 对于第二代Fury和第三代DustDevil家族,由于GPIOLOCK等寄存器的保护,相关Pin默认为JTAG功能而不允许直接配置为GPIO功能。如果要想配置为GPIO功能,则必须首先执行解锁操作。 详见GPIO文档和例程。
上传时间: 2017-04-10
上传用户:wkchong
Fortran 90 versions of all the Numerical Recipes routines appear in the following Chapters B1 through B20, numbered in correspondence with Chapters 1 through 20 in Volume 1. Within each chapter, the routines appear in the same order as in Volume 1, but not broken out separately by section number within Volume 1鈥檚 chapters. There are commentaries accompanying many of the routines, generally following the printed listing of the routine to which they apply. These are of two kinds: issues related to parallelizing the algorithm in question, and issues related to the Fortran 90 implementation. To distinguish between these two, rather different, kind
标签: Numerical following the Chapters
上传时间: 2017-04-12
上传用户:6546544
DM642上电之后初始化的代码,包括EMIF的初始化,I2C GPIO的使能,VP0 VP1 VP2的使能,已经MCBSP MCASP的使能
上传时间: 2017-04-14
上传用户:ywqaxiwang
SCSI Multimedia Commands 鈥?3 (MMC-3) T10/1363-D 5.16 READ CAPACITY Command The READ CAPACITY command (Table 144) provides a means for the Initiator to request information regarding the capacity of the Logical Unit. This command shall not report the correct capacity of the recorded data for CD-R, CD-RW and DVD-R/-RW media that does not have a Lead-out in the last Session or last Border-out. For CD-ROM, the returned logical block address is modified to allow returning a possibly inexact value (but one with a known error bound) based on the Table of Contents data
标签: CAPACITY READ Multimedia Commands
上传时间: 2017-04-17
上传用户:liuchee
Ksplice is practical technology for updating the Linux kernel without rebooting. It enables you to avoid the disruptive process of rebooting for kernel security updates and bugfixes. By making it easy to keep your systems up to date, Ksplice helps you avoid the security and stability risks of running out-of-date software.
标签: technology practical rebooting updating
上传时间: 2013-12-16
上传用户:xaijhqx
扩充C0文法编译器 1.安装 直接将compiler.exe文件拷贝到指定文件夹即可。 2.编译和运行 采用命令行的方式。运行cmd,进入compiler.exe所在文件夹。 键入:compiler <源程序文件名> 即可执行编译。 (注意:如果源程序和compiler.exe不在同一个文件夹下,必须输入文件完整路径) 如果编译通过,则会显示编译成功并直接解释执行程序。编译完的中间代码存放在out.txt中 如果编译未通过,则会显示编译未通过,并且显示错误个数。详细错误信息存放在Err.txt中 3.结果显示 待编译的程序被正确编译后,运行的结果将直接显示在cmd窗口中。
上传时间: 2017-04-20
上传用户:13517191407
Java has become a confusing world. Five years ago, there were few decisions to make once you started programming in Java—you used AWT for graphical user interfaces, sockets for network programming, and hacked together everything else you needed. Since then, though, the APIs available for the Java language have grown, and grown. . . and grown. Now you can dabble in Swing, servlets, Enterprise JavaBeans (EJB), JavaMail, and more. Additionally, there are now packages of APIs, like the Java 2 Micro Edition (J2ME) and Java 2 Enterprise Edition (J2EE). While these packages seem to be nicely wrapped bundles of useful APIs, they don t help the average developer figure out how to piece together the APIs contained in these packages. Though it s simple to find documentation on the individual APIs, getting the "big picture" is difficult, at best. One of the most interesting, but difficult, aspects of Java today is building Java enterprise applications using the J2EE package.
标签: confusing decisions become world
上传时间: 2013-12-30
上传用户:haoxiyizhong
在LPC2103上调试成功的4*4键盘函数,一个最重要的是要在GPIO口外接上来电阻!
上传时间: 2014-12-07
上传用户:Pzj