搜索结果

找到约 100 项符合 integer 的查询结果

单片机开发 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-performance benchmark test originally developed by Reinhold Weicker in 1984. This benchmark is used to measure and compare the performance of different computers or, in this case, the efficiency of the code gener ...
https://www.eeworm.com/dl/648/373183.html
下载: 69
查看: 1104

数据结构 密码学界牛人Victor Shoup用C++编写数论类库。 NTL is a high-performance, portable C++ library providing data struct

密码学界牛人Victor Shoup用C++编写数论类库。 NTL is a high-performance, portable C++ library providing data structures and algorithms for arbitrary length integers for vectors, matrices, and polynomials over the integers and over finite fields and for arbitrary precision floating point arithmetic. N ...
https://www.eeworm.com/dl/654/402666.html
下载: 47
查看: 1454

matlab例程 matlab 7.0 以上版本提供了强大的优化工具箱

matlab 7.0 以上版本提供了强大的优化工具箱,但在整数规划方面,只提供了bintprog()这个m文件以求解0-1整数规划,而对于一般的整数规划模型没有具体的算法提供。我们一般情况只是用最简单的分值定界思想编写matlab程序求解整数规划问题,但效率低下,如何利用求解整数规划的先进算法编写matlab程序提上日程,香港大学的 ...
https://www.eeworm.com/dl/665/409350.html
下载: 22
查看: 1086

其他数据库 SQLite 是用C语言编写的开源数据库

SQLite 是用C语言编写的开源数据库,主要用于嵌入式,你也可以把它集成在自己的桌面程序中,也有人将其替代Access,用作后台数据库。 SQLite 支持多数SQL92标准,例如:索引、限制、触发和查看支持。 支持 NULL、INTEGER、REAL、TEXT 和 BLOB 数据类型,支持事务。 ...
https://www.eeworm.com/dl/645/424656.html
下载: 61
查看: 1034

微处理器开发 200-MHz ARM920T Processor &#8226 16-kbyte Instruction Cache &#8226 16-kbyte Data Cache &#8226

200-MHz ARM920T Processor &#8226 16-kbyte Instruction Cache &#8226 16-kbyte Data Cache &#8226 Linux&reg , Microsoft&reg Windows&reg CE-enabled MMU &#8226 100-MHz System Bus &#8226 MaverickCrunch&#8482 Math Engine &#8226 Floating Point, Integer, and Signal Processing Instructions &#8226 Opt ...
https://www.eeworm.com/dl/655/424793.html
下载: 34
查看: 1047

SQL Server HashTable实例 public class HashTable_msg { public HashTable_msg() { String sum_sql="select

HashTable实例 public class HashTable_msg { public HashTable_msg() { String sum_sql="select mobilenum,count(*) from SJSJ_Msg where (left(in_date,6)=(select left(CONVERT(varchar(12) , getdate(), 112 ),6)))group by mobilenum" Hashtable<String,Integer> ht = new Hashtable<String,Integer>() ...
https://www.eeworm.com/dl/689/436190.html
下载: 73
查看: 1554

Internet/网络编程 这两个函数 function app_path1:string function socket_rec_line1(socket1:TCustomWinSocket timeout1:integ

这两个函数 function app_path1:string function socket_rec_line1(socket1:TCustomWinSocket timeout1:integer crlf1:string=#13#10):string 实际上是我的一个公用单元中的函数,大家应该养成建立自己的公用单元的习惯。 socket_rec_line1函数中用了唐晓峰大侠的coolmail中的办法:只是简单的一个一个字节收取,找到结束 ...
https://www.eeworm.com/dl/620/441351.html
下载: 40
查看: 1063

Delphi/CppBuilder 我写了一个类

我写了一个类,专门用来操作Treeview和数据库,通过数据库中的数据自动添加到Treeview控件中,不过数据控件用的是ADO组件,另外数据库中存放Treeview节点数据表的结构位:ID:integer PID:Integer Caption:string 字段名成可以不同,但是类型必须相同! 公用单元:TreeFillThrd.pas TreeUtils.pas ...
https://www.eeworm.com/dl/664/443357.html
下载: 60
查看: 1043

压缩解压 Compression using lempel-ziv -for a dictionary size of 2k -provide dictionary

Compression using lempel-ziv -for a dictionary size of 2k -provide dictionary Lempel ziv algorithm is a dictionary based algorithm that addresses byte sequences from former contents instead of the original data. This algorithm consists of a rule for parsing strings of symbols fro ...
https://www.eeworm.com/dl/617/446742.html
下载: 99
查看: 1042

Delphi控件源码 RC4 加密解密单元delphi版 附件压缩包里有两个单元文件

RC4 加密解密单元delphi版 附件压缩包里有两个单元文件,其中Rc4_Kol_Unit.pas是在delphi KOL编程时引用。若只是delphi编程只须引用Rc4_Unit.pas单元即可。 函数名: Rc4_StrEncrypt() 描 述: RC4 Based string encryption 参 数: i_Encrypt ——为 1 是加密, 0 是解密(integer类型); s_EncryptText ...
https://www.eeworm.com/dl/666/466138.html
下载: 54
查看: 1429