资源列表

排序选择:

« 1 2 ... .08 .09 .10 .11 .12 171813.14 .15 .16 .17 .18 ... 267454 »

[其他小程序fenzhifa

说明:分治法排序。 分治策略是:对于一个规模为n的问题,若该问题可以容易地解决(比如说规模n较小)则直接解决,否则将其分解为k个规模较小的子问题,这些子问题互相独立且与原问题形式相同,递归地解这些子问题,然后将各子问题的解合并得到原问题的解。-Divide and conquer sort
<raul> 在 2025-06-28 上传 | 大小:838kb | 下载:0

[软件工程udp-dadong

说明:本实例包含udp打洞代码, 本实例包含udp打洞代码,本实例包含udp打洞代码-udp socket test program,udp socket test program,udp socket test program
<hurmet> 在 2025-06-28 上传 | 大小:109kb | 下载:0

[VHDL编程video_stream_scaler

说明:该模块能对视频分辨实时缩放,采用最近邻域和双线性差值算法。该模块可以实时配置输入输出的分辨率、缩放因子,缩放算法类型等参数,也可在编译时采用默认配置。-The Video Stream Scaler (streamScaler) performs resizing of video streams in a low latency manner, resizing with either bilinear or nearest-neighbor modes.The core offers run
<高军> 在 2025-06-28 上传 | 大小:11.21mb | 下载:0

[单片机(51,AVR,MSP430等)I2CPds1307Peeprom

说明:基于I2C通信的ds1307芯片以及EEPROM模块的集合-Based on a collection of the ds1307 chip EEPROM I2C communication module
<RYE> 在 2025-06-28 上传 | 大小:179kb | 下载:0

[系统编程remote-inject

说明:远程线程注入*c++代码。远程线程插入(注入)技术指的是通过在另一个进程中创建远程线程的方法进入目标进程的内存地址空间。将*程序以DLL的形式实现后,需要使用插入到目标进程中的远程线程将该*DLL插入到目标进程的地址空间,即利用该线程通过调用Windows API LoadLibrary函数来加载*DLL,从而实现*对系统的侵害。 -Remote thread injecting Trojan c++ code. Remote thread injection ( injectio
<陈嘉> 在 2025-06-28 上传 | 大小:45kb | 下载:0

[matlab例程knnsvm

说明:结合KNN(最近邻)算法和SVM(支持向量机)算法的分类器,,原创-KNN+SVM classification recognition algorithms, absolute originality
<易国栋> 在 2025-06-28 上传 | 大小:1kb | 下载:0

[WEB源码guestbook

说明:一个简单的留言本,实现浏览、留言、随机获取编号的功能-A simple Guestbook
<周喆尘> 在 2025-06-28 上传 | 大小:2kb | 下载:0

[单片机(51,AVR,MSP430等)XS128_demo_code

说明:自己买的飞思卡尔MC9S12XS128MMA单片机开发板送的各个模块程序程序,对于学习XS128单片机很有帮助。-Buy their own the Freescale MC9S12XS128MMA microcontroller development board to send the various modules of the program procedures, for learning XS128 microcontroller helpful.
<王海> 在 2025-06-28 上传 | 大小:10mb | 下载:0

[VHDL编程sdram_controller

说明:该模块是一个基于FPGA的SDRAM控制器,该模块有两个接口,一个接口是系统接口,一个连接SDRAM的接口。可以适应不同速度和带宽的SDRAM。-This application note describes the design of a FPGA SDRAM controller.The controller has a system interface on one side and a SDRAM controller for two 16 MB SDRAMs on the other
<高军> 在 2025-06-28 上传 | 大小:298kb | 下载:0

[JSP源码/JavaUserManager1

说明:用户登录界面实现了增删查改分页运用了mvc框架-User login interface additions and deletions investigation changed paging use mvc fr a mework
<zhurong> 在 2025-06-28 上传 | 大小:138kb | 下载:0

[Windows编程Windows-Core-programming

说明:这是一本介绍windows32编程方面的著作,本书由浅入深,值得初学者以及有经验的程序员阅读-This is an introduction windows32 programming book, this book Deep and worth the beginners as well as experienced programmers reading
<wt> 在 2025-06-28 上传 | 大小:21.07mb | 下载:0

[软件工程yii_blog_comment

说明:关于yii框架入门的最好示例~以一个博客系统为中心,详细解释了yii框架的内部结构~-It is the best example for development of Yii~
<liangzy> 在 2025-06-28 上传 | 大小:7.03mb | 下载:0
« 1 2 ... .08 .09 .10 .11 .12 171813.14 .15 .16 .17 .18 ... 267454 »

源码中国 www.ymcn.org