Location:
Search - BLD
Search list
Description: bootloader
Platform: |
Size: 5587 |
Author: wskqagyttd |
Hits:
Description: 三相无刷电机的PWM控制,通过改变下桥臂的占空比来改变电机的转速。-PWM three-phase brushless motor control, by changing the duty cycle under the bridge arm to change the motor speed.
Platform: |
Size: 22528 |
Author: 黄杰 |
Hits:
Description: calculator code ,use toshibaor nec LSI
Platform: |
Size: 1218560 |
Author: guyulan041506 |
Hits:
Description: symbian C++ 入门经典
初学者必读,step by step
目录
1 概述 5
2 预备知识 5
3 Symbian OS Platform及应用开发5
3.1 内核和用户库.5
3.2 文件和目录5
3.3 目标平台及其变种6
3.4 Symbian OS的目标类型.6
4 应用开发工具包(SDKs)和工具7
4.1 SDK安装后的目录结构.7
4.1.1 根目录.7
4.1.2 Epoc32\.7
4.1.3 Epoc32Ex\8
4.2 应用构建工具.8
4.2.1 项目定义文件9
4.2.2 组件描述文件(bld.inf)9
4.2.3 bldmake命令9
5 渐进式指导10
5.1 控制台应用.10
5.2 基本源文件.10
5.3 构建应用.10
5.4 运行应用.11
6 深入研讨 13-symbian C++ entry classic must-read for beginners, step by step overview of 52 Contents 1 Preliminaries 53 Symbian OS Platform and Application Development 53.1 kernel and user library files and directories .53.2 target platform 53.3 and 63.4 Symbian OS variants of the target Type .64 Application Development Toolkit (SDKs) and tools 74.1 SDK installation directory structure .74.1.1 root .74.1.2 Epoc32.74.1.3 Epoc32Ex84.2 application project to build tools .84.2.1 definition files 94.2.2 component description file (bld.inf) 94.2.3 bldmake command 95 progressive 105.1 console application guidance .105.2 basic source files to build applications .105.3 Application .105.4 run .116 depth 13
Platform: |
Size: 199680 |
Author: 天山来客 |
Hits:
Description: This a program that I wrote many years ago. It is a floppy disk , disk copy,disk info,and format program. All written in masm assembler. There is also a small 252 byte driver that allows nonstandard floppy formats on dos systems below 7.0. Floppies can be formatted in any track and sector layout. 1.44M floppies can be formatted to 1.76 M. All source code,includes and libraries are included. Modify the bld.bat file to your own needs.
There are many asm tricks in the source code.
Have fun with this old code.-This is a program that I wrote many years ago. It is a floppy disk , disk copy,disk info,and format program. All written in masm assembler. There is also a small 252 byte driver that allows nonstandard floppy formats on dos systems below 7.0. Floppies can be formatted in any track and sector layout. 1.44M floppies can be formatted to 1.76 M. All source code,includes and libraries are included. Modify the bld.bat file to your own needs.
There are many asm tricks in the source code.
Have fun with this old code.
Platform: |
Size: 101376 |
Author: dancie |
Hits:
Description: [mod]EasySYS 0.3.2.6 for vs2005
改了份easysys, 在sudami ,ChiChou的基础上修改. 谢谢开源~~
修复一个VC6 + DDK2003的bug
0.3.2.6
把MyZwDriverControl.c加到的TestApp里,
现在TestApp可以自己加载/卸载sys了(exe,sys得在同一目录)
0.3.2.5
支持WDK + Vista/2008
根据(DDK + OS)选择build参数
0.3.2.4
去掉内存泄漏.
然后还改了一堆东西...
主要用于VS2005.
--------------------------------
ps:启动控制台(如: Windows XP Checked Build Environment),
输入BLD,也可编译 -...
Platform: |
Size: 203776 |
Author: zb |
Hits:
Description: 无刷直流电动机模型
包括:逆变器模块、电源模块、换相逻辑模块、PWM信号产生模块、电动机本体模块、转速测量模块和磁极位置测量模块。-Brushless DC motor model includes: inverter module, power module, commutation logic module, PWM signal generation module, motor body module, speed measurement modules, and pole position measurement module.
Platform: |
Size: 56320 |
Author: 徐凯 |
Hits:
Description: Bootloader for evesham 7211 gps , recovered by jtag interface. If you have this GPS working please contact me, i need the image of the flash because i have bricked mine-Bootloader for evesham 7211 gps , recovered by jtag interface. If you have this GPS working please contact me, i need the image of the flash because i have bricked mine...
Platform: |
Size: 26624 |
Author: Vali |
Hits:
Description: 达芬奇DM6446源代码非常详细,可供参考-DaVinci DM6446 very detailed source code is available for reference
Platform: |
Size: 3657728 |
Author: |
Hits:
Description: MathCad code for waterflooding oil production
Platform: |
Size: 229376 |
Author: tony |
Hits:
Description: bld maker it is used for building labview code in labview
Platform: |
Size: 466944 |
Author: venkat |
Hits:
Description: deect the windows kernel with bld
Platform: |
Size: 66560 |
Author: humpty |
Hits:
Description: simulation diagram of bld motor provided and clearly explain
Platform: |
Size: 247808 |
Author: shahid |
Hits:
Description: 无刷直流电机伺服系统的MATLAB仿真,适合电气工程及其自动化专业同学及相关领域工作人员参考-Motor parameter design templates in MATLAB, suitable for electrical engineering and its automation major students
Platform: |
Size: 16384 |
Author: haotian |
Hits:
Description: 本程序是遥感图像处理以及数字摄影测量课程的成果,大致实现方式:使用GDAL库实现影像读取,使用armadillo库实现矩阵运算
remote sensing image.rar为源代码压缩包
warmerda.rar为GDAL库
armadillo-4.650.4.rar为armadillo库
工程配置信息:
1、打开*.vcxproj,工程文件,将平台设置为x64或win32,并如下配置属性
2、包含目录:
armadillo:armadillo-4.650.4\include
GDAL:C:\warmerda\bld\include
3、库目录
armadillo:armadillo-4.650.4 GDAL:warmerda\bld\lib
4、附加依赖项:
armadillo:
X64:armadillo-4.650.4目录中名称带有win64的lib文件
win32:不带win64的同名文件,且以d结尾(debug)
GDAL:
X64:warmerda\bld\lib中的文件
win32:我所使用版本无32位版本,如需使用32位版本,可以用其他同学使用的。
功能介绍:
1、打开图像
使用打开按钮,选择影像即可。
2、图像处理:
选择波段:手动输入波段组合
直方图统计:打开影像后使用,存在BUG尚未解决,更换波段统计后需要拖动一下窗口才能刷新显示。
几何校正:依次打开控制点文件、待校正影像文件(当使用的示例数据没找到,抱歉)
ISODATA非监督分类-This procedure is the process and the results of digital photogrammetry courses sensing image, substantially ways: using the GDAL library to read an image using armadillo library implementation matrix operations
remote sensing image.rar source tarball
warmerda.rar to GDAL library
Library for the armadillo armadillo-4.650.4.rar
Project configuration information:
1, open* .vcxproj, project files, set up the platform for the x64 or win32, and the following configuration properties
2, the directory that contains:
armadillo: armadillo-4.650.4 \ include
GDAL: C: \ warmerda \ bld \ include
3, the library catalog
armadillo: armadillo-4.650.4 GDAL: warmerda \ bld \ lib
4. Additional Dependencies:
armadillo:
X64: armadillo-4.650.4 win64 directory names with the lib file
win32: win64 with no file with that name, and ending with d (debug)
GDAL:
X64: warmerda \ bld \ lib in the file
win32: I use version no 32-bit version for 32-bit version can be used with other students.
Fea
Platform: |
Size: 262144 |
Author: LiuPeng |
Hits:
Description: 对用refprop调用实际物性对布雷顿循环进行仿真计算(The simulation calculation of Brayton cycle by using RefProp to call actual physical properties)
Platform: |
Size: 93184 |
Author: Xiaolei233 |
Hits: