搜索资源列表
shortcut.zip
- 地图的最短路径搜索的A*算法实现
WuYufei_matlab
- turbo码研究人员不可避免的吴宇飞的升级版程序,对turbo码的算法和其他思想的结合,仿真效果对学好turbo码是一个捷径-turbo codes researchers an upgraded version of inevitable Wu Yufei procedures, turbo code algorithm and a combination of other ideas, simulation results of turbo code is a shortcut to lea
HelloV
- 生成hello (Win32)、helloV(单文档、无文档/视图结构)、exhello(单文档、文档/视图结构)和exdlg(基于对话框)四个程序框架。添加一个快捷菜单,在其下添加显示、隐藏、红色、绿色、蓝色等菜单项,进行消息映射,添加OnContextMenu函数,编写代码,实现快捷菜单。 -Generated hello (Win32), helloV (single document, no document/view structure), exhello (Single Docu
SingleFileDataStorage1.4.1
- SFDS虚拟文件系统,由一系列相关文件组成,其结构类似于压缩文件(但又不是压缩文件),可用于程序开发,其优点: (1)压缩/解压由系统自动完成,用户不必在此技术上花费大师精力; (2)完全兼容Delphi之流操作; (3)流可以从虚拟文件系统中间开始、结束,不必象一般压缩文件一样,从头开始读 (4)线程安全,可从同一文档中读写多个流 (5)最大支持2G的大文件 (6)可针对流建立“快捷方式”,类似于Winodws的快捷方式方式 (7)可进行各种检索 (8)开源、免
MATLAB_programming_tutorial_method_of_shortcut_key
- MATLAB程序设计教程之快捷键设置方法MATLAB programming tutorial method of shortcut keys-MATLAB programming tutorial set shortcut method of MATLAB programming tutorial method of shortcut keys
GraspandmasterMatlab
- 此文档是关于matlab的资料,掌握和精通MATLAB的捷径,欢迎读者仔细阅读!-This document is information on matlab, grasp and master MATLAB shortcut to invite readers to read!
Matlab
- Matlab快捷键命令大全,感觉很有用,希望大家喜欢-Matlab shortcut command Guinness, feel useful, I hope you like it! !
The-demystify-of-MATLAB7
- 源于外文书籍。本自学指导书提供了: 上手 MATLAB 的最快方法 几百个带有解答过程的工作实例 覆盖了 MATLAB7 每章章末配有习题,提高学习质量,查漏补缺。 书末附有最终测试题 为学习和工作节省时间提高效率 《MATLAB 揭秘》对初学者很容易,对高手有挑战性,是通往计算精度的捷径。-Derived from foreign language
Floyd
- 这是一种新的佛洛依德求最短路的算法,也是一种新的思路。-This is a new algorithm for Finding Shortcut Freud, but also a new way of thinking.
63
- 桌面快捷精灵源码,应用程序编程源码,很好的参考资料。-Desktop Shortcut wizard source application programming source code, a good reference.
bisection_Method---Shortcut
- Bisection Method code
Cheatsheet_Matlab
- Matlab shortcut syntaxes
Matlab-shortcuts-and-programs
- 这里涵盖了matlab编程里所用到的所有快捷键,以及部分程序调试,对编程很有帮助-Here covered the matlab programming used in all the shortcut keys, as well as part of the program debugging, the programming helpful
491909
- 这是一个用VB实现的创建和删除快捷方式的程序,-This is a VB implementation program to create and delete shortcut,
ggg
- 动态规划最短路问题,阶段变量状态变量,决策变量,状态转移,策略,历程,目标函数(dynamic program shortcut problem)
matlab--function非常全的-matlab-函数
- 本文档包括matlab常用的功能键快捷指令,熟记部分有利于初学者提高编写速度和效率(This document includes Matlab's common function key shortcut instructions. Memorizing parts helps beginners to improve the speed and efficiency of writing)
信号处理(2) 文件夹
- 选框工具:快捷键:M 1、选框工具共有4种包括【矩形选框工具】、【椭圆选框工具】、 【单行选框工具】和【单列选框工具】。它们的功能十分相似,但也有各自不同的特长。 矩形选框工具 使用【矩形选框工具】可以方便的在图像中制作出长宽随意的矩形选区。(Box selection tools: shortcut keys: M 1, 4 box selection tools include a rectangular box selection tool, an elliptical box selec
yolo V3
- 这个版本作者已经编译过了 可以在WIN系统上运行 YOLO3主要的改进有:调整了网络结构;利用多尺度特征进行对象检测;对象分类用Logistic取代了softmax。 在基本的图像特征提取方面,YOLO3采用了称之为Darknet-53的网络结构(含有53个卷积层),它借鉴了残差网络residual network的做法,在一些层之间设置了快捷链路(shortcut connections)。