Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • Sorted_Link.zip ... at any point in the list, with a constant number of operations. On the other hand, linked lists by themselves do not allow random access to the data, or any form of efficient indexing. Thus, many basic operations — such as obtaining the last node of ...
  • Windows_XP_Embedded_How_to_install_RAM_EWF_withou A guide on how to install RAM (Random Access Memory) - EWF (Enable Write Filter) without temporary partition when using Windows XP Embedded Image. This could be needed specifically when we are using a flash based storage media with the target board, ...
  • NormalDistribution.rar Random Number Generator based Normal Distribution
  • Multiscale_texture_synthesis.zip ... The Heeger and Bergen SIGGRAPH 95 synthesis algorihtm computes a new texture by matching the histogram of a steerable transform (starting from an initial random noise). It works well for cloud-like texture, and fail to synthesize geometric features.
  • poissonRP.zip this code simulate poisson random process
  • Virtual_Password.zip ... used, and you can enter your password without fear of a compromise. The characters are entered by detecting pauses in moving over a random character field. You ll need to try it, to understand it. The zip includes the Password Form and a Demo Form to ...
  • Encryptor.zip To attempted to do a different approach in encrypting a string. This is the result, it shows a different Result, depending on the size of the string and a random number. To Save it you can use: Open "file.bin" for binary as #1 put #1,, PasSav Close #1
  • JokeBook.rar A simple program in VB.net to explain begginer how to use access and VB. This program is a simple Jokebook app with the database(empty). Features: Random datasets Search for a data Moving one dataset ahead or back.
  • DSSS_enhanced_with_a_coarse_time_synchronization_ The .m file simulates a Spread-Spectrum Modulation Trx/Rcx system, in which, the phase of the pseudo-random sequence generated in the transmitter and used to encode the data stream is unknown a priory at the receiver.A parallel search strategy is employed ...
  • rand.rar 随机数生成算法,此算法经实际应用,随机性能还可以。random.asm为6502汇编码的随机数生成算法。