搜索资源列表
高级通信程序
- 这是一个自我感觉很好的通信程序,它的特点: 1.数据包格式全部自己定义。 所有的定义和通信核心类全部在COMM文件夹中。 2.能处理大量客户端同时通信的情况,客户和服务端共用相同的通信对象,并且可以实现互传。 3.通信细节全部封装在几个通用的类中,隐藏了交互通信的所有处理细节,如断包处理,超时重发等功能。 4.数据通信和数据具体应用完全分离,扩展性良好,本例中只做一个上传文件的例子,你可以在不用改动通信核心的情况下,可以实现远程控制所需的任何功能,并且不需要考虑通信细
another_DES
- des加解密核心代码 对称密钥加密算法DES是由IBM公司在70年代发展起来的,并经政府的加密标准筛选后,于1976年11月被美国政府采用,DES随后被美国国家标准局和美国国家标准协会ANSI承认。 DES使用56位密钥对64位的数据块进行加密,并对64位的数据块进行16轮编码。与每轮编码时,一个48位的\"每轮\"密钥值由56位的完整密钥得出来。 -des encryption and decryption code core symmetric key encryption a
WLAQKFB
- 《网络安全开发包详解》随书光盘源码 本书以计算机网络安全开发包技术为核心,详细讨论了几个著名的网络安全开发包,它们分别是网络数据包捕获开发包Libpcap,Windows网络数据包捕获开发包WinPcap,数据包构造和发送开发包Libnet,通用网络安全开发包Libdnet。 -"Network security development kits Comments on" CD with the book source book to a computer netw
StkTech
- 价值20万的股票分析源文件,本股票软件含有多技术指标显示、分组行情排序、策略报表、动态计算、股票历史数据转换导出等丰富的证券分析功能,软件独创的以策略为核心的投资方式,详尽的策略设计,为股票投资者提供了获取长期稳定收益的方法。 -200,000 worth of stock analysis of the source file, the software contains many stocks technical indicators suggest a sort rates, Stra
iPhoneMixerEQGraphTest.
- iPhoneMixerEQGraphTest demonstrates how to build an Audio Unit Graph connecting a MultiChannel Mixer to the iPodEQ unit then to the RemoteIO unit. Two input busses are created each with input volume controls. An overall mixer output volume control
iphone
- iphone core data 例程,介绍关于iphone/ipad中core data的使用,是初学者必看的例程.-iphone core data routines, introduced on the iphone/ipad in the use of core data is a must-see routine for beginners.
FIFO
- FIFO设计的难点在于怎样判断FIFO的空/满状态。为了保证数据正确的写入或读出,而不发生益处或读空的状态出现,必须保证FIFO在满的情况下,不能进行写操作。在空的状态下不能进行读操作。怎样判断FIFO的满/空就成了FIFO设计的核心问题。-FIFO design challenge is how to decide the FIFO empty/full. In order to ensure the correct data is written or read, or read the b
capi-0.20
- 本代码为周伟明著的《多核计算与程序设计》一书所对应的源代码, 书中,有对本项目中各种数据结构与算法源代码的详细描述。 并且在《多核计算与程序设计》一书的附录中,有本项目各个源文件和书中的章节对照表。-The code for Wei-Ming Zhou of the " multi-core computing and programming," a book by the corresponding source code, the book, there are a
最终ZIGBEE温湿度采集
- 本精准农业系统以AT89S52为控制核心,通过DHT11数字温湿度传感器、实时采集农场环境的温度、湿度。通过zigbee模块传输数据,并利用LCD液晶显示屏1602显示数据。达到实时监控温湿度的目的。,The precision farming system for the control of the core AT89S52 through DHT11 digital temperature and humidity sensors, real-time acquisition of the
cjcs
- 单片机串行数据采集、传输模块的设计,以GNS97C20051单片机为核心-Single-chip serial data collection, transmission module design in order to single-chip microcomputer as the core GNS97C20051
huibian
- 这是一个多路温度巡检仪,包括温度上下限的设定和显示等。- introduced a multi-channel and wide range temperature data logging instrument of the main circuit structure and working principle, the whole system in order to AT89C51 single chip at the core
MasteringPerlForBioinformatics.pdf
- Mastering perl for bioinformatics.-Mastering Perl for Bioinformatics covers the core Perl language and many of its module extensions, presenting them in the context of biological data and problems of pressing interest to the biological community.
Water
- 本系统用一种新型的可编程温度传感器(DS18B20),不需复杂的信号调理电路和A/D转换电路能直接与单片机完成数据采集和处理,实现方便、精度高,可根据不同需要用于各种场合本系统采用单片机作为核心部件,采用DS18B20集成温度传感器对温度进行实时采样,通过对采集到的温度值与人工设定的值进行比较,控制电热器的加热功率和自动注入冷水来实现温度控制,并显示当前值与设定值。-The system with a new type of programmable temperature sensor (DS
CoreDataBooks
- Core Data example from apple s developer site
iBountyHunter
- this the iphone app which give you tab bar controller and core data-this is the iphone app which give you tab bar controller and core data
ThreadedCoreData
- 多线程操作数据库:苹果官方封装的CoreData在多线程操作是不安全的,源码中提供了相对比较安全的例子-Mulit thread operate Core Data
LinuxKernel-core-Chinese-manual
- LinuxKernel核心中文手册,总共十五章的讲解,包括Hardware Basic,Software Basic,Memory Management ,Processes,Interprocess Communication Mechanisms ,PCI ,Interrupts and Interrupt Handling,Device Drivers, The File System ,Networks,Kernel Mechanisms ,Modules,The Linux Kerne
Core.Data.Apples.API
- 提供mac os的核心数据API,方便程序员的开发应用-Mac os core data API, to facilitate the development and application of the programmer
coredatamultiwin
- MAC OS 下的多窗口简单使用实例,使用了CORE DATA作为数据库永久存储数据-MAC OS under the multi-window simple example of using the Core Data as a permanent storage of the database data
heart_scale
- 该文件为libsvm核心数据集文件,用于测试libsvm安装和学习开发。-This file is libsvm core data set files for testing libsvm install and learn to develop.