搜索资源列表
binaryxml
- 二进制文字嵌入xml-binary language embedded xml
Binary_Sea1792619122004
- this code not only show you Binary Search Tree, but also asm code for move your mouse!
http_client_2.0
- 一个简单的http下载程序,用C++在linux下写了一个简单的http下载程序,程序的功能很简单,在终端输入文件所在网址,程序会单线程从服务器上下载该文件到本地。程序里面涉及了socket编程、http协议、二进制文件的写入。-a simple http download and use under linux C wrote in a simple http download procedure is very simple function of the input terminal is
codecnt_1019035
- 很多人都知道端口到进程映射的一个免费工具FoundStone的Fport,可惜他不提供源码,我试着能从其二进制文件中找出一些信息,大致知道他使用了些未公开函数,诸如: ZwOpenSection,ZwQuerySystemInformation... -Many people are aware of the process to port a free map of Fport FoundStone tool, but he does not provide source code, I
bindiff
- Mac下进行二进制文件对比的程序-Mac binary files under contrast to the procedures
jBase64
- Java版的Base64编码实现,可以对字符串或二进制流进行Base64的编码解码。-Java version of the Base64 Coding, or binary strings flow Base64 codec.
ChinaDownz_E_4898
- 还不错 一、算法注册机 1 运行未注册软件,得到软件机器码。 2 运行算法注册机,由注册机算出注册码。 3 然后在原软件注册处输入即可注册成功。 或者直接由注册机得到Name和Code等信息进行注册。-also a good algorithm Fillmore a run unregistered software, software to be binary. Two running algorithm Fillmore, Fillmore calculated
V1.0b
- 这是一款全中文环境的傻瓜型汇编语言辅助开发工具;它包含179个DOS/BIOS中断功能和6个常用的程序框架的模板,用户只要根据自己的需要在窗口中设置选项,就可以快速、准确地自动生成相应的汇编源代码;其中的二进制位的设置与计算、使用哪些寄存器、大量数据的编排(如:低格时的扇区的交叉排列)等等既往需要程序员记忆、理解、计算、查资料才能完成的工作,现在都可由软件隐含自动完成。程序框架模板可自动生成汇编程序的各个段、循环语句、判断语句等,用户可以象使用高级语言一样,不用考虑程序格式以及如何设置跳转标号等
binaryPSO
- 该程序是一二进制版的PSO程序,可作为二进制版PSO在各种应用中的模板程序。-that the procedure was a binary version of the PSO procedures, as a binary version of PSO in various application templates procedures.
vBulletinPlus061012
- 基于 vBulletin 中文的加强版修改而来,不完全插件列表: 1. 在线时常等级插件 2. QQ 插件 3. 首页标题截短修正 4. 中文搜索完美解决(可以在改进的二元分割算法(效率高、负载小)、直接搜索 post 表(更准确、数据库空间占用小)和 MySQL 全文索引(MySQL 版本低于 v4.1.1 不支持中文搜索)三种方式选择) 5. 金钱银行插件 6. 隐藏帖插件 7. 收费附件插件 8. 画廊插件 9. 性别插件 10. 精华插件 11
ajifjijfio
- 用二分法求方程2.x.x.x-4.x.x+3.x-6=0在(-10,10)之间的根;给定整数I,请求出另一个整数J,使I和J在用8位二进制表示时互为逆序;抓交通肇事犯-dichotomy with Equation 2.x.x.x - 4.x.x 3.x-6 = 0 (-10, 10) between the root; given integer I, request another integer J, so I and J in with eight binary representati
5478
- 编写查找程序search,功能如下:给定任意有序数列,然后输入任意一数,用折半查找法找出该数在数列中的位置,若数列中有此数,则返回该数在数列中所在的位置,若数列中无此数,则返回-1 把给定值y插入到有序数组a(由大到小)中,插入后,数组中的数仍然有序 用递推法求解:一串字符以问号“?”结尾,顺序读入后反向输出,且统计其中字符的个数-prepare you search procedures, functions as follows : Given a series of arbitrary o
common-1.2.16.tar
- The UCL common multimedia library implements a number of algorithms and protocols needed by a number of our applications. It compiles standalone on a range of Unix systems (Solaris, Linux, Irix, FreeBSD, MacOSX) and on Windows 95/98/NT/XP. The fol
mail.tar
- 一个在redhat下面做的邮件收发程序,可以实现文本附件发送功能。对于二进制附件或包含base64无法编码识别的字符不能正常发送。重在smtp用法-a redhat below done in the mail process, can achieve this text Annex function. For binary or annex contains base64 encoding unable to identify the characters not normal this.
server_new
- linxu socket 的服务端,实现了二进制文件的传输,没有实现非二进制文件的传输-linxu socket server and realized the binary file transmission, not realizing non-binary transmission
DS1820单线温度传感器PIC接口程序
- 16位二进制PIC除法子程序-16 binary division subroutine PIC
16位二进制PIC加、减法子程序
- 16位二进制PIC加、减法子程序-16 binary PIC Canada, subtraction routines
AjaxControlToolkit.Binary.NET35
- ASP Ajax Control,ASP Ajax Control ,ASP Ajax Control
amoeba-mysql-binary-2.2.0.tar
- amoeba-mysql-binary是一款实现数据库负载均衡,读写分离的一款软件,很不错的一个东西,大家一起学习-amoeba-mysql-binary is a realization database load balancing, write separate piece of software, it is a good thing, we will study together
binary-tree
- 1)按照先序序列建立下图所示二叉树的二插链表树,结点元素类型取字符型,树的字符序列从键盘逐个输入。 2)在第1)步建立好的二叉链表树上实施前序、中序和后序递归遍历,并输出相应遍历序列。 3) 在第1) 步建立好的二叉链表树上实施前序遍历的叶子结点输出及其个数统计。 4)在第1)步建立好的二叉链表树上实施中序非递归遍历,并输出相应遍历序列(选做) 5)中序线索化第1)步所建立的二叉链表树,中序遍历所建立的线索二叉树,并输出遍历结果(选做) -1) the establishme