The DHRY program performs the dhrystone benchmarks on the 8051. Dhrystone is a general-performanc
The DHRY program performs the dhrystone benchmarks on the 8051. Dhrystone is a general-performanc...
The DHRY program performs the dhrystone benchmarks on the 8051. Dhrystone is a general-performanc...
密码学界牛人Victor Shoup用C++编写数论类库。 NTL is a high-performance, portable C++ library providing data struct...
matlab 7.0 以上版本提供了强大的优化工具箱,但在整数规划方面,只提供了bintprog()这个m文件以求解0-1整数规划,而对于一般的整数规划模型没有具体的算法提供。我们一般情况只是用最简单...
SQLite 是用C语言编写的开源数据库,主要用于嵌入式,你也可以把它集成在自己的桌面程序中,也有人将其替代Access,用作后台数据库。 SQLite 支持多数SQL92标准,例如:索引、限制、触...
200-MHz ARM920T Processor • 16-kbyte Instruction Cache • 16-kbyte Data Cache • ...
HashTable实例 public class HashTable_msg { public HashTable_msg() { String sum_sql="select...
这两个函数 function app_path1:string function socket_rec_line1(socket1:TCustomWinSocket timeout1:integ...
我写了一个类,专门用来操作Treeview和数据库,通过数据库中的数据自动添加到Treeview控件中,不过数据控件用的是ADO组件,另外数据库中存放Treeview节点数据表的结构位:ID:inte...
Compression using lempel-ziv -for a dictionary size of 2k -provide dictionary ...
RC4 加密解密单元delphi版 附件压缩包里有两个单元文件,其中Rc4_Kol_Unit.pas是在delphi KOL编程时引用。若只是delphi编程只须引用Rc4_Unit.pas单元...