Welcome![Sign In][Sign Up]
Location:
Search - 125

Search list

[Compress-Decompress algrithmsDelphiZLib.125

Description: 此为ZLib最新版本1.2.5。原作是用C编写的,在VC++、BC++或C++Builder中自然很容易直接使用,对于Delphi开发者,虽然Delphi自带了ZLib的移植版本(zlib.pas),但版本为1.0.4,而且必须要使用Borland自己编译生成的zlib.dcu(当然,在完整版的光盘中包含了编译好的zlib库的.obj文件和c代码,后继版本修改了大量的bug,并较大幅度地提升了性能。 此源码为编译好适合Delphi的版本。-This is the latest version of ZLib 1.2.5. The original is written in C, in VC++, BC++ or C++ Builder is very easy to direct the use of natural, for the Delphi developer, although the transplant Delphi version comes with ZLib (zlib.pas), but version 1.0.4, and must be compiled using Borland own generated zlib.dcu (of course, in the full version of the CD-ROM contains the compiled zlib library. obj file and the c code, and subsequent versions of amended a number of bug, and more significantly enhance performance. This source code is compiled for the version of Delphi.
Platform: | Size: 174080 | Author: dylan | Hits:

[e-languageDynamicencryptionanddecryption

Description: 略简说下解密主要是靠加密后得前8个字节+密钥来运算 而前8个字节是根据随机数+启动时间运算而来 详细思路在大家看看代码应该能够看明白的 密钥任意设置 支持 中文、字母、数字、符号(可重复) 其实过程也并非复杂 看得懂的人应该感觉很简单的 运算主要利用 位异或(xor) 位取反(not) 相同内容 每次加密后的内容都不会相同 随机动态生成 加密后的内容需解密时需要保存完整字节 缺少任意位置字节都会导致解密错误(除非最尾的吧) 密钥(key)也要保持跟加密时一致 加密解密测试效果 CPU:(R)D 2.8 30000个字节(易语言升级历程.txt) 只是加密或解密中的一项的耗时 (加、解、耗时都很相邻) 密钥:abcdefg 长度:7 耗时: 0- 16 ms 密钥:abcdefghijklmnopqrhtuvwxyz1234567890~!@#$ ^&*()_+-= 长度:51 耗时: 78-125 ms 密钥越长 费时就多点 加解密key一个字符都不能错 也不会说密钥大概有部分对也能够解密部分信息 -Jane said, slightly under the encrypted decryption key is obtained through the first 8 bytes+ the key to computing The first 8 bytes is based on random number+ start-up time from operation For more ideas take a look at the code should be able to see to understand Key set to support any Chinese, letters, numbers, symbols (repeatable) In fact, the process is not complex and can read people should feel very simple Operation mainly use bit different or (xor) bit to take anti-(not) The same content each time the encrypted content is not dynamically generate the same random Required to decrypt the encrypted contents of the byte when the need to preserve integrity Bytes will result in a lack of anywhere to decrypt error (unless the end of it the most) Key (key) must remain consistent with the encryption Encryption and decryption test results CPU: (R) D 2.8 30,000 bytes (easy language upgrade process. Txt) Only encrypted or decrypted in a time-consumin
Platform: | Size: 16384 | Author: 朱同德 | Hits:

[CSharparmstrong

Description: This a program to check whether the entered number is an armstrong number or not. An armstrong number can be defined as follows: e.g. number=153 then, cube(1)=1 cube(5)=125 and cube(3)=27 AND 1+125+27=153.-This is a program to check whether the entered number is an armstrong number or not. An armstrong number can be defined as follows: e.g. number=153 then, cube(1)=1 cube(5)=125 and cube(3)=27 AND 1+125+27=153.
Platform: | Size: 13312 | Author: ya3 | Hits:

[assembly languagewenduxianshi

Description: 温度传感器18B20汇编程序,采用器件默认的12位转化 * 最大转化时间750微秒,显示温度-55到+125度,显示精度* 为0.1度,显示采用4位LED共阳显示测温值-Temperature sensor 18B20 assembler, using the default device* 12-bit conversion maximum conversion time of 750 microseconds, the temperature of-55 to+125 degrees, indicating the precision* is 0.1 °, with four LED display temperature values were Yang
Platform: | Size: 3072 | Author: 刘强 | Hits:

[SCMAD985

Description: AD9850单片机使用程序,AD9850是AD公司生产的最高时钟为125 MHz、采用先进的CMOS技术的直接频率合成器,主要由可编程DDS系统、高性能模数变换器(DAC)和高速比较器3部分构成,能实现全数字编程控制的频率合成。 -include <reg52.h> #define uchar unsigned char #define uint unsigned int long uint Frequency_Out double Con_Word_1 = 0x00 double Con_Word_2 = 0x00 long uint ConTrol_Word = 0x00 //根据设置的频率换算成将要送入AD9850中的整数量; uchar dingshiqilideshijianbianliang = 0x00 uchar keyzhi = 0x00 uchar AnJianCiShuBiangLiang = 0x00 long uint SheZhiZhongYaoXianShiDeShuJu = 0x00 long uint Out_Signal_Max = 3000000 uchar lianjiabiaozhi = 0x00 lianjianbiaozhi = 0x00 sbit Light = P1^0 //程序状态指示灯,它与单片机对9850控制无关,只是调程序的时候使用! sbit reset = P1^2 //ad9850 reset sbit w_clk = P1^4 // ad9850 w_clk sbit fqud = P1^3 //ad9850 fqud delay(long int n) { while(n!=0) { n-- } }
Platform: | Size: 1024 | Author: 孙建 | Hits:

[SCMH4100

Description: H4100 125kHz RFID卡解码程序,适用2270B或者简易电路输入,适用AVR单片机-H4100 125kHz RFID card decoding process, for 2270B or a simple circuit input, for AVR Microcontroller
Platform: | Size: 3072 | Author: 赖恭平 | Hits:

[SCMwenduji

Description: DS18B20温度计? * 采用4位LED共阳显示器显示测温值,显示精度0.1度,测温范围-55度至+125度 * 用AT89C2051单片机,12MHZ晶振, 内含hex文件-DS18B20 thermometer?* Using four LED display temperature values were Yang, display accuracy of 0.1 degrees, temperature range-55 degrees to+125 degrees* with AT89C2051 microcontroller, 12MHZ crystal, containing the hex file
Platform: | Size: 22528 | Author: 王海峰 | Hits:

[JSP/Javashizhong

Description: Java写的巨型LCD液晶时钟显示屏 (0 folders, 34 files, 125.12 KB, 125.12 KB in total.)-a clock program
Platform: | Size: 49152 | Author: jack | Hits:

[assembly languageliu1

Description: 消毒柜控制器1.1设计内容与要求: 1) 设置三个功能键:消毒、保温、停止; 2) 按消毒键,开始加热,温度到达125度时停止加热,加热时间由键盘设定 3) 按保温键,在50度以下接通加热器,到70度关闭,一直持续工作 4) 按停止键,则停止工作 1.2原理概述 的设计-Disinfection cabinet controller 1.1 design the content and requirements: 1) Set of three function keys: disinfection, thermal insulation, stop two) by disinfection key, start heating, the temperature reached 125 degrees stop heating, the heating time from the keyboard settings 3) Click Insulation key to connect heater at 50 degrees below to 70 degrees off, lasted for 4) press the stop button, then stop working 1.2 design principles outlined
Platform: | Size: 575488 | Author: liu bin bin | Hits:

[WAP developWinWAP3.2.125

Description: 手机浏览器,可以在电脑上浏览wap页面,和在手机上浏览效果一样-Mobile browser, you can browse wap pages on your computer, and viewed on mobile phones, like! !
Platform: | Size: 4489216 | Author: lxg | Hits:

[Windows Developknight

Description: 在一个n*n个方格的国际象棋棋盘上,马(骑士)从任意指定方格出发,按照横1 步竖2 步,或横2 步竖1步的跳马规则,走遍棋盘的每一个格子,且每个格子只走1次。这样的跳马步骤称为1 个成功的骑士征途。例如,当n=5 时的1 个成功的骑士征途如下图所示。 1 2 3 4 5 1 25 14 1 8 19 2 4 9 18 13 2 3 15 24 3 20 7 4 10 5 22 17 12 5 23 16 11 6 21 算法设计: 对于给定的n和n*n方格的起始位置x和y。用分支限界法找出从指定的方格(x,y)出发的一条成功的骑士征途。 数据输入: 第一行有1 个正整数n (1≤n≤10);第二行有2 个正整 数x 和y,表示骑士的起始位置为(x,y)。 结果输出: 如果不存在从(x,y)出发的成功的骑士征途则输出’No Solution!’。 输入: 5 1 3 输出 25 14 1 8 19 4 9 18 13 2 15 24 3 20 7 10 5 22 17 12 23 16 11 6 21-In an n* n squares on the chess board, horse (knight) starting from any given square, erected in accordance with step 1 step 2 horizontal, vertical or horizontal-step 1 step 2 vault rules, traveled to every board lattice, and each grid only take 1. This step is called a successful vault knights journey. For example, when n = 5 when a successful knight journey as shown below. 12345 125,141,819 24,918,132 315,243,207 4105221712 5231611621 Algorithm Design: For a given n and n* n grid starting position of the x and y. Using branch and bound method to find out from the specified grid (x, y) starting a successful journey Knight. Data entry: The first line has a positive integer n (1 ≤ n ≤ 10) the second line has two positive integers Number of x and y, said Cleveland s starting position (x, y). The resulting output: If not from the (x, y) the success of the Knights start the journey is the output No Solution! . Input: 5 13 Export 25,141,819 4918132
Platform: | Size: 881664 | Author: wakaka | Hits:

[AI-NN-PRGenetic

Description: 用遗传算法解决旅行商问题,种群规模为2000,变异方法是将第二位上的基因放到第一位之前,适应函数为1除以路径长度8次方 ,算法迭代125次。 -Solve the using genetic algorithms, population size is 2000, the second mutation is the gene into the first before the fitness function as a path length divided by the 8 th power, the algorithm 125 times iteration.
Platform: | Size: 3072 | Author: 马遥 | Hits:

[SCM51DS18B20baseddigitaltemperaturecontrolsystemmicro

Description: ■基本范围-55℃-125℃ ■精度误差小于0.5℃ ■LED数码直读显示 ■温度高于35℃启动风扇降温,低于34℃ 停止风扇 ■可以任意设定温度的上下限报警功能   本方案考虑到使用温度传感器,在单片机电路设计中,大多都是使用传感器,所以这是非常容易想到的,而温度传感器有数字和模拟之分,但使用数字温度传感器更加方便直接,因此可以采用数字温度传感器DS18B20,此传感器可以很容易直接读取被测温度值,进行转换而直接得到数字温度量,就可以满足设计要求。-■ basic range-55 ℃-125 ℃ ■ precision of less than 0.5 ℃ ■ LED display digital direct-reading temperature higher than 35 ℃ ■ start cooling fan, the fan stops lower than 34 ℃ ■ temperature can be arbitrarily set the upper and lower alarm program Taking into account the temperature sensor, the microcontroller circuit design, most are using the sensor, so it is very easy to think, and temperature sensor with digital and analog of the points, but more convenient to use digital temperature sensor directly, it can use digital temperature sensor DS18B20, this sensor can be easily read directly measured temperature, conversion and digital temperature measurements directly, it can meet the design requirements.
Platform: | Size: 2048 | Author: | Hits:

[matlabA_Millimeter-Wave_Circuit_Technique

Description: An inductive feedback technique increases the speed of resonant circuits by 62 , allowing operation near the of transistors. The technique leads to a fundamental oscillator operating at 128 GHz with a power dissipation of 9 mW and a phase noise of 105 dBc/Hz at 10-MHz offset. A divide-by-two circuit based on the idea and incorporating a sampling mixer achieves a maximum speed of 125 GHz while consuming 10.5 mW. The prototypes have been fabricated in 90-nm CMOS technology.-An inductive feedback technique increases the speed of resonant circuits by 62 , allowing operation near the of transistors. The technique leads to a fundamental oscillator operating at 128 GHz with a power dissipation of 9 mW and a phase noise of 105 dBc/Hz at 10-MHz offset. A divide-by-two circuit based on the idea and incorporating a sampling mixer achieves a maximum speed of 125 GHz while consuming 10.5 mW. The prototypes have been fabricated in 90-nm CMOS technology.
Platform: | Size: 1960960 | Author: 吕凌 | Hits:

[.net125

Description: 这是一个关于VB.net连接access数据库实例源码-This is a VB.net to connect access database instance source
Platform: | Size: 354304 | Author: xiaoyao | Hits:

[SCMDS18B20(4)

Description: 18b20,单总线,接线简单,能测量-50——125摄氏度的温度-18b20, single bus, wiring is simple and can measure-50- 125 ° C junction temperature
Platform: | Size: 273408 | Author: 刘小东 | Hits:

[SCM125

Description: 超声波测距仪原理图,作者:QQ 64134703 ,电子毕业设计,欢迎咨询 -Ultrasonic range finder schematic, of: QQ 64134703, e-graduate design, please consult
Platform: | Size: 14336 | Author: 黄先生 | Hits:

[SCMNRF24l01

Description: rf2401,c语言程序, 最高工作速率2Mbps,GFSK高效调制 125个频道满足多点通讯和跳频通讯需求-rf2401, c language program, the maximum operating speed of 2Mbps, GFSK modulation efficiency more than 125 channels to meet the needs of communication and frequency hopping communication
Platform: | Size: 686080 | Author: gl123 | Hits:

[Program doc2SD870_2

Description: microID® 125 kHz RFID System Design Guide-microID® 125 kHz RFID System Design Guide
Platform: | Size: 122880 | Author: abozar | Hits:

[SCMcode

Description: 使用工作频率为125KHz的射频ID卡和密码识别相结合的门禁系统为例,说明单片机控制门禁系统的原理及应用。-125KHz frequency of use of radio frequency identification ID card and password access control system combined to illustrate the principles of SCM and application of access control systems.
Platform: | Size: 1024 | Author: zhuming | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 17 »

CodeBus www.codebus.net