CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 纯代码

搜索资源列表

  1. md5 hmac-md5改进版(支持中文)

    0下载:
  2. hmac-md5改进版(支持中文) 易宝采用hmac-md5加密,目前纯ASP版的都不支持中文,为此专门做了改进。代码大为简化,从17K精简到9K。 调用方法:HmacMd5(text,key)-加密内容支持中文,但key最好用非中文的。 md5(text)-简版,ASP_MD5(text)-标准版 -improved version hmac-md5 (support Chinese) Epro hmac-md5 encrypted using the curr
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-03-22
    • 文件大小:3745
    • 提供者:快乐王子
  1. rsa.rar

    2下载:
  2. 一个独立纯C文件,两千多行代码,控制台界面实现RSA加密解密功能,调试通过,An independent pure C files, more than 2000 lines of code, the console interface RSA encryption and decryption functions, debugging through
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-08-14
    • 文件大小:6498
    • 提供者:lichen
  1. ImageDatabase.rar

    2下载:
  2. VB将图片存入Access数据库并实现导入、导出、删除、预览管理操作,并可对存入的图片进行分类管理、分类检索,程序用纯VB代码实现,没有用到任何控件,因此很适合学习用。,VB picture into the Access database and to import, export, delete, preview of the management of operations, and to classify the pictures into the management of keys,
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-30
    • 文件大小:158165
    • 提供者:445
  1. CRC16.rar

    0下载:
  2. 纯c代码编写,可以单独的进行CRC16校验,结果可以16进制显示。,The preparation of pure c code can be carried out separate CRC16 checksum, 16-band results can be displayed.
  3. 所属分类:Com Port

    • 发布日期:2017-03-22
    • 文件大小:96759
    • 提供者:chen
  1. ex12b.rar

    1下载:
  2. 使用VC++ 6.0的多线程实现进度条控件的动画显示效果。代码中详细说明了工作线程与窗体线程之间的通信是使用用户自定义消息与对话框对象通信。代码注释非常详细,你可以比对ex12a示例,看一下纯timer与多线程编码的不同。本示例是学习VC++多线程非常好的例子!,使用VC++ 6.0的多线程实现进度条控件的动画显示效果。代码中详细说明了工作线程与窗体线程之间的通信是使用用户自定义消息与对话框对象通信。代码注释非常详细,你可以比对ex12a示例,看一下纯timer与多线程编码的不同。本示例是学习V
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1945138
    • 提供者:Arkliszeng
  1. rgb2yuv422

    0下载:
  2. blackfin平台下RGB2YUV422的汇编代码,如果是纯C代码在blackfin下运行,将耗费非常多的系统资源,汇编能大大缩短系统的转换时间-blackfin platform RGB2YUV422 assembly code, if it is pure C code running in the blackfin, will cost a lot of system resources, can greatly shorten the compilation time of conve
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:5461
    • 提供者:money_001
  1. MinGUI

    0下载:
  2. ARM嵌入式GUI开发包,包括文档、演示程序、PC模拟器,代码库。可以在PC的Visul C环境下开发调试界面,之后无缝移入嵌入式环境, 源码基于纯C代码,CPU及内存占用率低,可用于ARM7等主频不是很高的系统。http://www.cmsoft.cn/project/mingui/-ARM Embedded GUI development kit, including documentation, demos, PC emulator, code libraries. In the PC V
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-16
    • 文件大小:4172504
    • 提供者:CM
  1. face-jiance-genzong

    1下载:
  2. 这是一个从视频中检测并且识别人脸的代码,纯matlab实现,不是原作,但是可以使用,感谢原作者的分享-This is a test from the video and face recognition code, pure matlab implementation, not the original, but you can use, thanks to the original author of the share
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-24
    • 文件大小:39005
    • 提供者:马博
  1. wave_solution1.zip

    0下载:
  2. 音频文件.wav格式头的解析及转换成纯PCM的代码,Parsing of audio file. Wav format header and conversion code into a pure PCM
  3. 所属分类:Audio program

    • 发布日期:2017-05-16
    • 文件大小:4429323
    • 提供者:nina
  1. 任天堂仿真器

    0下载:
  2. 任天堂模拟器,可以移植到任何处理能力足够的嵌入式平台,纯C代码,很有价值。-Nintendo simulator can be transplanted to any processing capacity sufficient embedded platform, pure C code, very valuable.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-27
    • 文件大小:881154
    • 提供者:余爱军
  1. rsa

    1下载:
  2. 来自putty的大数运算代码,纯C实现,移植性好,RSA的最实现-Large numbers from the putty operation code, a pure C implementation, migration is good, RSA best to achieve
  3. 所属分类:加密解密

    • 发布日期:2012-11-07
    • 文件大小:8565
    • 提供者:王高全
  1. C_combfilter

    0下载:
  2. 用纯C语言实现的梳状滤波器的代码,有极高的参考价值-Pure C language of the comb filter code, a high reference value
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:8468
    • 提供者:过量
  1. sift

    1下载:
  2. sift图像匹配的纯matlab代码,研究图像配准的可以用这个,配准图像效果较好-sift pure image matching matlab code of image registration can use this, the image registration is better! !
  3. 所属分类:Special Effects

    • 发布日期:2015-09-30
    • 文件大小:3277824
    • 提供者:阿力
  1. 200711228126267

    0下载:
  2. 这个例子是PB6.5编的,纯PB代码获取网页源代码,欢迎传播 -This example is compiled PB6.5 pure PB code to access web page source code, welcomed the dissemination of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:7223
    • 提供者:王萍
  1. Webt1

    0下载:
  2. 网页标题走马灯效果,纯js代码制作,asp.net工程,Cshap开发。-web title change
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-04
    • 文件大小:24958
    • 提供者:孤狼
  1. DES

    1下载:
  2. 信息安全实验指导上的DES源程序,纯c编程,可用于各种c编译器。代码结构,流程清晰,有代码解释,还提供了数据测试。希望对广大初学者有用!欢迎下载!-Information security guidance on the DES experimental source, pure c programming, can be used for a variety of c compiler. Code structure, processes explicit and to explain the
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:17414
    • 提供者:maowu
  1. siftmatlab

    1下载:
  2. 纯MATLAB代码,不需要在使用SIFTWIN32可以直接运行的代码-100 code of MATLAB,u neednot SIFTWIN32 desinge the map
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-09-02
    • 文件大小:628126
    • 提供者:shine
  1. Font

    0下载:
  2. 在wince环境下修改字体的类型、大小、加粗,api实现,纯C代码,可用于evc3,evc4,vs.net,也可用于windows环境-To modify the environment in the wince font type, size, bold, api implementation, pure C code that can be used evc3, evc4, vs.net, can also be used in windows environment
  3. 所属分类:Windows Mobile

    • 发布日期:2017-03-23
    • 文件大小:844333
    • 提供者:cyantree
  1. product

    0下载:
  2. 产品库存管理系统,使用纯java代码编写的,适合初学者进行交流参考-Inventory management system, written in plain java code, suitable for beginners to exchange information
  3. 所属分类:Shop supermarket software system

    • 发布日期:2017-04-01
    • 文件大小:167503
    • 提供者:liu
  1. ASL

    1下载:
  2. 本引擎是一款功能全面的2D游戏引擎。图形模块用MMX指令优化了各种常用特效如半 透明、色饱和、alpha通道绘制等,完全工作于GDI方式,提供了极高的兼容性。中 文显示模块用LRU算法的Cache管理字模,支持平滑字体显示(反锯齿),MMX指令优 化,成倍提高绘制速度。强大的可扩展GUI系统,模仿VCL的层次和接口,使用起来 类似在C++ Builder下的开发,实现了各种常用控件。另有支持Zip的文件IO、Ini文 件解析、音频播放、输入处理、精密时钟等各模块。引擎纯面向对
  3. 所属分类:Game Engine

    • 发布日期:2017-05-17
    • 文件大小:4642769
    • 提供者:tangqi
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 44 »
搜珍网 www.dssz.com