Welcome![Sign In][Sign Up]
Location:
Search - linker 3

Search list

[Windows DevelopWindows CE数据库程序的开发

Description: 由于是基于Windows CE的程序,所以不能在普通的C++或者VC环境下调试.而应该在Microsoft Platform Builder 3.0开发系统中编译和连接。 数据库文件存放在Windows CE 设备的CF(Compact Flash)存储卡上,程序运行时,要求设备有CF存储卡。-is based on the Windows CE procedures, it is not in ordinary C or VC debugging environment. Should the Microsoft Platform Builder 3.0 development system compiler and linker. Database files stored in the Windows CE devices CF (Compact Flash) memory card, operating procedures, require equipment CF memory card.
Platform: | Size: 8310 | Author: 胡进 | Hits:

[Develop Toolsst7assembler-linker

Description: Release notes ST7 Assembler-Linker (ST7-ASM) ASM 4.49, LYN 3.16-Release notes ST7 Assembler - Linker (ST7 - ASM) ASM 4.49, 3.16 LYN
Platform: | Size: 75869 | Author: 蒋小猛 | Hits:

[Linux-Unix402_01

Description: CForms, by Lars Berntzon (Stockholm, Sweden), is a tool for building interactive forms-driven applications. CForms applications can run on nany type of library supported by the \"curses\" library. CForms uses a language-based design to define forms. An application may contain C source modules, field pictures, field definitions, literals, and events. CForms applications must be compiled with the CFC compiler and linked with the CFL linker.CForms runs on most Unix SYSV compatible platforms including SunOS, Dell-SVR4, and Diab SYSV.3. It requires a curses library and yacc or GNU Bison. CForms version 2.1 is now available as volume #402 in the CUG Library.
Platform: | Size: 341762 | Author: 李凤杰 | Hits:

[Other resourcenboot

Description: 由三星的2442修改而来,正确引导eboot,请注意用三星公版的硬件配置,具体可以参考QQ2440,因为我在些平台上跑过,具体操作 1.target settings : post-linker:选择为 ARM fromELF 2.ARM assembler与 ARM c Compiler 的 architecture or processor 选择为:ARM920T 3.ARM linker的 output:RO base为 0x00000000 (当仿真时为:0x30000000),layout的 object/sysmbol:为2440init.o section:Init 4.ARM fromELF 的 output:format:plain binary , output file name:nboot.bin 下面为全部源码,注意用ADS编译 2442addr.h 2442addr.inc 2442init.s 2442lib.c 2442lib.h 2442loader-1208.c 2442slib.h 2442slib.s Def.h k9s1208_s.s Memcfg.inc Nand.h Nand_mini.c Option.h Option.inc
Platform: | Size: 1195715 | Author: lzy | Hits:

[GUI DevelopSkin++-Bcg64-Source

Description: 在(VC7)\"项目->属性->链接器->输入->附加依赖项\"中加入SkinPlusPlusDLL.lib 或 在(VC6)\"Project->Settings->Link->Object/library\"中加入SkinPlusPlusDLL.lib 2.在你的程序中包含头文件 #inlcude \"SkinPlusPlus.h\" 3.在程序中加入初始化语句InitInstance() InitializeSkin(_T(\"XPCorona.ssk\")) 注:以上假定SkinPlusPlusDLL.lib,SkinPlusPlus.h,XPCorona.ssk都在当前目录,如果不是请更改路径设置。 二.卸载Skin++ 在程序的卸载函数中加入ExitInstance() ExitSkin() 三.更换皮肤 执行函数LoadSkin即可以实现动态换肤 LoadSkin(_T(\"XPCorona.ssk\")) 四.函数说明 InitializeSkin是SKin++的初始化函数,您可以采用如下参数加载Skin++ InitializeSkin(皮肤文件名) 注:如果皮肤文件名中没有路径则采用当前目录。 LoadSkin(皮肤文件名) 注:如果皮肤文件名中没有路径则采用当前目录。 五.使用分隔条窗体的应注意的问题 您必须SKINPLUSPLUS_SPLITTER()和SKINPLUSPLUS_INIT_SPLITTER(m_wndSplitter)宏 注:SKINPLUSPLUS_INIT_SPLITTER一般传入分隔条对象m_wndSplitter-(VC7) "- gt; Attribute - gt; Linker - gt; Input-gt; Additional items on the "add SkinPlus DLL.lib or (VC6)" Project-gt; Settings - gt; Link-gt; Object / library "SkinPlusPlusDLL.lib into two. in your program contains header files # inlcude "SkinPlusPlus.h" 3. the procedures include initialization statement InitInstance () InitializeSkin (found ( "XPCorona.ssk")) Note : The above assumptions SkinPlusPlusDLL.lib. SkinPlusPlus.h, XPCorona.ssk are in the current directory, if not please change routing. 2. Skin unloading procedures in the uninstall function join ExitInstance () ExitSkin () 3. The implementation of the replacement skin that can function LoadSkin dynamic Eurocargo LoadSkin (found ( "XPCorona.ssk")) 4. Note InitializeSkin functi
Platform: | Size: 369197 | Author: 王杰 | Hits:

[Windows DevelopWindows CE数据库程序的开发

Description: 由于是基于Windows CE的程序,所以不能在普通的C++或者VC环境下调试.而应该在Microsoft Platform Builder 3.0开发系统中编译和连接。 数据库文件存放在Windows CE 设备的CF(Compact Flash)存储卡上,程序运行时,要求设备有CF存储卡。-is based on the Windows CE procedures, it is not in ordinary C or VC debugging environment. Should the Microsoft Platform Builder 3.0 development system compiler and linker. Database files stored in the Windows CE devices CF (Compact Flash) memory card, operating procedures, require equipment CF memory card.
Platform: | Size: 8192 | Author: | Hits:

[GUI DevelopSkin++-Bcg64-Source

Description: 在(VC7)"项目->属性->链接器->输入->附加依赖项"中加入SkinPlusPlusDLL.lib 或 在(VC6)"Project->Settings->Link->Object/library"中加入SkinPlusPlusDLL.lib 2.在你的程序中包含头文件 #inlcude "SkinPlusPlus.h" 3.在程序中加入初始化语句InitInstance() InitializeSkin(_T("XPCorona.ssk")) 注:以上假定SkinPlusPlusDLL.lib,SkinPlusPlus.h,XPCorona.ssk都在当前目录,如果不是请更改路径设置。 二.卸载Skin++ 在程序的卸载函数中加入ExitInstance() ExitSkin() 三.更换皮肤 执行函数LoadSkin即可以实现动态换肤 LoadSkin(_T("XPCorona.ssk")) 四.函数说明 InitializeSkin是SKin++的初始化函数,您可以采用如下参数加载Skin++ InitializeSkin(皮肤文件名) 注:如果皮肤文件名中没有路径则采用当前目录。 LoadSkin(皮肤文件名) 注:如果皮肤文件名中没有路径则采用当前目录。 五.使用分隔条窗体的应注意的问题 您必须SKINPLUSPLUS_SPLITTER()和SKINPLUSPLUS_INIT_SPLITTER(m_wndSplitter)宏 注:SKINPLUSPLUS_INIT_SPLITTER一般传入分隔条对象m_wndSplitter-(VC7) "- gt; Attribute- gt; Linker- gt; Input-gt; Additional items on the "add SkinPlus DLL.lib or (VC6)" Project-gt; Settings- gt; Link-gt; Object/library "SkinPlusPlusDLL.lib into two. in your program contains header files# inlcude "SkinPlusPlus.h" 3. the procedures include initialization statement InitInstance () InitializeSkin (found ( "XPCorona.ssk")) Note : The above assumptions SkinPlusPlusDLL.lib. SkinPlusPlus.h, XPCorona.ssk are in the current directory, if not please change routing. 2. Skin unloading procedures in the uninstall function join ExitInstance () ExitSkin () 3. The implementation of the replacement skin that can function LoadSkin dynamic Eurocargo LoadSkin (found ( "XPCorona.ssk")) 4. Note InitializeSkin functi
Platform: | Size: 368640 | Author: 王杰 | Hits:

[Other使用Windows server 2003

Description: 在Windows Server 2003 中为DNS配置Internet 访问、Internet信息服务SMTP邮件中继服务器配置远程域、Microsoft SMTP服务配置本地域、为PPTP VPN客户端配置数据包筛选器支持……等等 -in Windows Server 2003 DNS configuration for Internet access, Internet Information Services SMTP mail relay server configuration remote jurisdictions, Microsoft SMTP service of the geographical configuration, for PPTP VPN client configuration data packet filter support, etc. ...
Platform: | Size: 30720 | Author: 萧建 | Hits:

[Booksst7assembler-linker

Description: Release notes ST7 Assembler-Linker (ST7-ASM) ASM 4.49, LYN 3.16-Release notes ST7 Assembler- Linker (ST7- ASM) ASM 4.49, 3.16 LYN
Platform: | Size: 75776 | Author: 蒋小猛 | Hits:

[ActiveX/DCOM/ATLqqqqq

Description: 用vc开发动态链接库.chm动态链接库(DLLs)是从C语言函数库和Pascal库单元的概念发展而来的。所有的C语言标准库函数都存放在某一函数库中,同时用户也可以用LIB程序创建自己的函数库。在链接应用程序的过程中,链接器从库文件中拷贝程序调用的函数代码,并把这些函数代码添加到可执行文件中。这 种方法同只把函数储存在已编译的.OBJ文件中相比更有利于代码的重用。-Vc development with dynamic link library. Chm dynamic link libraries (DLLs) from the C language function library and Pascal library modules developed from the concept. All of the C language standard library functions are stored in a library at the same time users can also create their own procedures LIB library. Link applications in the process, the linker copies of documents from the Treasury calls a function code, and code these functions added to the executable file. This method with only the function is stored in the compiled. OBJ file compared to more conducive to reuse code.
Platform: | Size: 481280 | Author: lypdl | Hits:

[OtherDLL

Description: 动态链接库DLL编程资料.chm 动态链接库(DLLs)是从C语言函数库和Pascal库单元的概念发展而来的。所有的C语言标准库函数都存放在某一函数库中,同时用户也可以用LIB程序创建自己的函数库。在链接应用程序的过程中,链接器从库文件中拷贝程序调用的函数代码,并把这些函数代码添加到可执行文件中。这 种方法同只把函数储存在已编译的.OBJ文件中相比更有利于代码的重用。-Dynamic-link library DLL programming information. Chm dynamic link libraries (DLLs) from the C language function library and Pascal library modules developed from the concept. All of the C language standard library functions are stored in a library at the same time users can also create their own procedures LIB library. Link applications in the process, the linker copies of documents from the Treasury calls a function code, and code these functions added to the executable file. This method with only the function is stored in the compiled. OBJ file compared to more conducive to reuse code.
Platform: | Size: 481280 | Author: guo_yirong | Hits:

[VC/MFCdllStudy

Description: 动态链接库(DLLs)是从C语言函数库和Pascal库单元的概念发展而来的。所有的C语言标准库函数都存放在某一函数库中,同时用户也可以用LIB程序创建自己的函数库。在链接应用程序的过程中,链接器从库文件中拷贝程序调用的函数代码,并把这些函数代码添加到可执行文件中。structures of computer science. -Dynamic link libraries (DLLs) from the C language function library and Pascal library modules developed from the concept. All of the C language standard library functions are stored in a library at the same time users can also create their own procedures LIB library. Link applications in the process, the linker copies of documents from the Treasury calls a function code, and code these functions added to the executable file. structures of computer science.
Platform: | Size: 541696 | Author: 我是谁 | Hits:

[assembly languageBIOSDOS

Description: 操作系统:DOS系统 编辑器: EDIT.exe 编程序: MASM.exe 连接程序:LINK.exe 调试程序:DEBUG.exe-Operating System: DOS System Editor: EDIT.exe programmed: MASM.exe linker: LINK.exe debugger: DEBUG.exe
Platform: | Size: 68608 | Author: 王风存 | Hits:

[File Operatelinker_and_loader_eng

Description: Linker and Loaders by John R.Levine Chapter 1: Linking and Loading Chapter 2: Architectural Issues Chapter 3: Object Files Chapter 4: Storage allocation Chapter 5: Symbol management -Linker and Loaders by John R. LevineChapter 1: Linking and LoadingChapter 2: Architectural IssuesChapter 3: Object FilesChapter 4: Storage allocationChapter 5: Symbol management
Platform: | Size: 3523584 | Author: lancy | Hits:

[Windows DevelopLinker

Description: linker.exe 是一个文件链接器。 1.通过“添加文件”来添加要合并的文件。 2.可以选择是否在每个数据文件间插入分隔符号。 3.文件格式最好是文本格式的数据,后缀名无所谓是什么。 4.这个版本增加了文件列表的次序编辑功能:) 5.本人原创,免费使用^_^ -linker.exe is a file linker. 1. Through " Add File" to add the file to be merged. 2. Can choose whether to insert between each data file separator. 3. File format is best data in text format, suffix name does not matter what. 4. This version increased the list of files in the order edit function:) 5. I am original, free use of ^ _ ^
Platform: | Size: 103424 | Author: hxysk | Hits:

[SCMoverlaylinker3.6

Description: overlay linker 3.6,王爽老师的书所提到的两个重要工具,很多初学者找不到。其实就是link,王老师的命名有所误解初学者。-overlay linker 3.6
Platform: | Size: 94208 | Author: tangjing | Hits:

[Data structsLinker

Description: 1.编写一个函数Create(),该函数可以用于创建一个链表,链表中的结点包括学号,成绩,具有双向指针,该函数返回链表的头指针。 so on 20:05:11 初期动态输入学生人数(1-35)学号:char型,5位数字,不足5位的前面补0,数字以外时要提示错误信息;成绩:short型,最大值100,大于100或者小于0或者数字以外时要提示错误信息。注意:输入的信息超过相应的位数时,只取前面相应位数的信息。 so on 20:14:56 2.编写一个函数Sort(),该函数可以对函数Create()创建的链表按学号和成绩进行升序排序,该函数返回排序后的链表的头指针。(可以有相同学号,先按学号升序排序,学号相同的就按成绩排序)3.编写一个函数OutPut(),该函数根据学号输出链表中相应节点的学生的成绩。(输入一个学号,查找相应的成绩,输入的学号不存在,要提示没有这个学生)4.编写一个函数MemoryFree(),该函数释放函数Create()中分配的内存。(释放内存要提示内存是否释放成功)5.编写一个main函数,调用上述四个函数,实现创建,排序,输出,释放的功能-(1) write a function Create (), this function can be used to create a linked list node in the linked list, including learning, achievement, with two-way pointer, the function returns a linked list head pointer. so on 20:05:11 Initial dynamic input the number of students (1-35) Student ID: char, 5 figures, less than five in front of complement 0, figures other than to prompt an error message results: short type, maximum 100, greater than 100 or smaller other than 0 or digital error message. Note: The information entered exceed the corresponding number of bits, just take the front of the corresponding median. so on 20:14:56 (2) write a function Sort (), the function can be a function Create () create the linked list in ascending order by student number and achievements, the function returns the sorted linked list head pointer. (The same school, the press learn sorted in ascending order, the same student number sort by score). Write a function OutPut (), this function results accordi
Platform: | Size: 284672 | Author: 王林 | Hits:

[assembly languageUV4

Description: Keil软件是目前最流行开发MCS-51系列单片机的软件,这从近年来各仿真机厂商纷纷宣布全面支持Keil即可看出。Keil提供了包括C编译器、宏汇编、连接器、库管理和一个功能强大的仿真调试器等在内的完整开发方案,通过一个集成开发环境(uVision)将这些部份组合在一起。-Keil Software is the most popular development MCS-51 series MCU software, which in recent years from the simulator manufacturers have announced full support Keil can be seen. Keil offers, including C compiler, macro assembler, linker, librarian, and a powerful simulation debugger, including a complete development program, through an integrated development environment (uVision) these parts together.
Platform: | Size: 6764544 | Author: Amy | Hits:

[Linux driverCompiler-Principle-3

Description: 编译器就是将“高级语言”翻译为“机器语言(低级语言)”的程序。一个现代编译器的主要工作流程:源代码 (source code) → 预处理器 (preprocessor) → 编译器 (compiler) → 目标代码 (object code) → 链接器 (Linker) → 可执行程序 (executables)
Platform: | Size: 15143936 | Author: 陈宁 | Hits:

[SCM3

Description: 连线:两个单片机用3根线连起来,要共地,rxd,txd要交叉连接程序效果:通过主机发送,从机接收在主机中通过记下按键按下的次数,主机中显示最后按下的六个数值,并发送给从机,从机也显示这六个数值-Connection: two microcontrollers with three lines connected together to a common ground, rxd, txd cross-linker to the effect: By sending host receiving host by noting the number of times the button is pressed the machine, the host display and press value under six, and sent to the slave, the slave display six values
Platform: | Size: 30720 | Author: zhoujinjie | Hits:
« 12 »

CodeBus www.codebus.net