Welcome![Sign In][Sign Up]
Location:
Search - library.sln

Search list

[CSharpshenrucsharp

Description: 深入浅出C#一书光盘源代码,源代码有两类:一类是在命令行下编译,每一个文件的开始都有如何编译的说明,包括引用的库文件,输出EXE还是DLL,以及相应的命令行参数,涉及到数据库的源代码,数据库都放在当前路径中。要编译和运行这些程序,需要有.NET SDK的支持。 另一类是Visual Stdio的Solution,只要打开相应目录中的*.sln文件即可打开项目,包括要引用的库,项目中所有的文件,要打开*.sln文件,需要安装Visual Stdio 7.0。-a simple C# CD source code, source code are of two kinds : one category is the command line compiler, every one of the documents have begun compiling how the note, including the use of the library, the output EXE or DLL, and the corresponding command line parameters, related to the source code database , databases on the current path. To compile and run these procedures need.NET SDK support. Another is the Solution Visual Stdio only to turn to the corresponding directory *. Sln document can be open, including the use of the library, the project had all the documents, to open the *. Sln document, we need to install Visual Stdio 7.0.
Platform: | Size: 3127296 | Author: 江资斌 | Hits:

[Education soft systemdbTree_src

Description: 图书系统!管理图书的,数据库是ACCESS的,经典代码-library system! Management books, ACCESS database is the classic code!
Platform: | Size: 192512 | Author: 里非 | Hits:

[CSharpshenrucsharp

Description: 深入浅出C#一书光盘源代码,源代码有两类:一类是在命令行下编译,每一个文件的开始都有如何编译的说明,包括引用的库文件,输出EXE还是DLL,以及相应的命令行参数,涉及到数据库的源代码,数据库都放在当前路径中。要编译和运行这些程序,需要有.NET SDK的支持。 另一类是Visual Stdio的Solution,只要打开相应目录中的*.sln文件即可打开项目,包括要引用的库,项目中所有的文件,要打开*.sln文件,需要安装Visual Stdio 7.0。-a simple C# CD source code, source code are of two kinds : one category is the command line compiler, every one of the documents have begun compiling how the note, including the use of the library, the output EXE or DLL, and the corresponding command line parameters, related to the source code database , databases on the current path. To compile and run these procedures need.NET SDK support. Another is the Solution Visual Stdio only to turn to the corresponding directory*. Sln document can be open, including the use of the library, the project had all the documents, to open the*. Sln document, we need to install Visual Stdio 7.0.
Platform: | Size: 3127296 | Author: 江资斌 | Hits:

[OtherJppLoader

Description: Java引导小程序,可通过xml配置jre路径,类路径,相较批处理引导无控制台、无java.exe/javaw.exe进程。 本源程序提供了vc++ 2003和dev-cpp两个工程,工程文件分别为Jpploader.sln和Jpploader.dev,目标程序有一点区别,用dev-cpp编译的支持平台更多,vc编译的最好附带msvcr71.dll库。 -Java applet to guide through xml configuration jre path, class path, compared to batch guide the non-console, non-java.exe/javaw.exe process. The source provided vc++ 2003 and dev-cpp two works, engineering documents and Jpploader.sln were Jpploader.dev, have a little difference between the target process, with dev-cpp compiler support for more platforms, vc compiled the most good fringe msvcr71.dll library.
Platform: | Size: 1413120 | Author: 曹金荣 | Hits:

[CSharpCsharp_Lv

Description: C#调用LV做成的DLL 主要为Boolean、数值、字符串、路径、数组、VISA设置名称 Boolean可以用数值代替,false:0 ture:1 路径及VISA设备名称可以改为字符串型。 注意:可以将Lv的输出字符串定义为32位。 在定义Labview的函数时,都使用Standard Calling Conventions。值型的Bass by都设置为Value,字符串型设置为C String Pointer。 在定义函数参数时,注意Labview与C#的数据类型必须相同。 Csheap中的函数名称必须与Labview中的函数名称一致。否则Csheap报告“无法找到入口点”。函数中的参数可以不同。 例子:主程序CallLv.sln;LV库程序:lvllb.lvproj -C# call DLL caused LV mainly Boolean, numerical, string, path, array, VISA set name in lieu of Boolean values can be used, false: 0 ture: 1 path and the name of VISA equipment could be converted to string type. Note: Lv output can be defined as a 32-bit string. Labview in the definition of the function, use the Standard Calling Conventions. Bass by value type are set to Value, string-type is set to C String Pointer. Function parameters in the definition, the attention of Labview and C# data types must be the same. Csheap in Labview function name must be consistent in the name of the function. Otherwise Csheap report " can not find entry point." Function of the parameters can be different. Example: the main program CallLv.sln LV Treasury program: lvllb.lvproj
Platform: | Size: 76800 | Author: zhw63 | Hits:

[Embeded-SCM DevelopFreeRTOS-grlib-PC-Emulator

Description: Luminary Grlib PC emulator with FreeRTOS: Contains PC simulator of the FreeRTOS and Luminary Micro Grlib graphical library emulator Unzip, goto directory, double click WIN32.sln, F7, Ctrl+F5 and you should see 2 windows, first is console, second emulator with a slider. Try to slide... Using Visual Studio 2008 Express Edition
Platform: | Size: 1427456 | Author: YouYou | Hits:

[.netWPFRibbonCTP

Description: 微软官方重新制作的wpf版本ribbon,值得学习,后续为.net正式类库-Microsoft' s official re-makes of wpf version of the ribbon, worthy of study, follow-up for. Net formal library
Platform: | Size: 277504 | Author: clingingboy | Hits:

[Internet-NetworkACE_MFCDevExample

Description: 使用 ACE 这个庞大的自适应通信环境并不是最佳的工程选择。这个例子以及其中的文档演示了如何使ACE与MFC和谐共处,解决因调用不当导致内存泄露、宽窄字符集接口等问题。 实现的例子使用ACE的Reactor 和 Task 实现了接收者-伴随处理模型,用消息队列实现了大数据包拼接,但要注意一个例程自发自收会发生阻塞, 这与使用API大不相同。ACE 太大了,很恼火。ACE 的 ACE_warppers.sln 使用VC2010进行了改变,添加了UnicodeDebug, UnicdoeRelease两个模式,对应多字节、Unicdoe的四种库命名为 ACE.dll, ACEd.dll, ACEu.dll, ACEud.d-Use of ACE Adaptive Communication Environment in this huge project is not the best choice. This example and the documentation which shows how ACE and MFC harmony to solve memory leak due to improper call, the interface width character set issues. Examples of implementation of the Reactor and the use of ACE Task implementation of the receiver- with processing model, with the message queue data packets to achieve a large mosaic, but note that since the resumption of a routine voluntary blocking occurs, which is very different from using the API. ACE is too large, very angry. ACE' s ACE_warppers.sln use VC2010 for a change, add UnicodeDebug, UnicdoeRelease two modes, corresponding to multi-byte, Unicdoe four library named ACE.dll, ACEd.dll, ACEu.dll, ACEud.dll
Platform: | Size: 12347392 | Author: 流浪小狗 | Hits:

[OpenGL programopengl-Camera

Description: 基于opengl的简单场景绘制,以及支持鼠标、键盘操作的漫游功能。-Files: Main.cpp (The Source File containing the main program code) Init.cpp (The Source File containing the Win32 and OpenGL initialization code) Camera.cpp (The Source File containing the camera implementation) 3DMath.cpp (The Source File containing 3D math routines) 3DMath.h (The Header File containing 3D math routine definitions) Camera.h (The Header File containing the camera class definition) Main.h (The Header File containing definitions for the main program) CameraWorldCollision.vcproj (The VC++ Project File holding the project info) CameraWorldCollision.sln (The Solution File holding the solution info) World.raw (The map file) Libraries: opengl32.lib (The OpenGL Interface Library needed to compile the program) glu32.lib (The OpenGL Utility Library needed to compile the program) winmm.lib (The Windows Multimedia Library needed to compile the program) Instructions: If you have Microsoft Visual Studio .NET (version 7.0) just click on the &l
Platform: | Size: 65536 | Author: fenglei | Hits:

[Multimedia Developjrtplib-3.9.1

Description: jrtplib库,最新的3.9.1版本,童鞋们不用再用cmake生成了,已经是生成好了的vs2008版本,直接打开sln文件执行即可。包含5个example,也可以直接运行。-Jrtplib library, the latest version 3.9.1, you are not re-use cmake generated, is to generate vs2008 version, open the sln file directly to the implementation of the can. Contains five example, can also be run directly.
Platform: | Size: 4195328 | Author: 杨云飞 | Hits:

[Windows CEpugixml-1.0

Description: Windows CE 下面的XML文件解析库,内含VS2005、VS2008和VS2010的工程文件,已经使用工程文件pugixml_vs2005_static.sln编译成功。-Following Windows CE XML file parsing library containing VS2005, VS2008 and VS2010 project file, use the project file pugixml_vs2005_static.sln compiled successfully.
Platform: | Size: 1093632 | Author: 孙峰 | Hits:

[Internet-NetworktestZeroMQ

Description: 内含简单项目代码及ZeroMQ使用教程,资源适合初学者,可以满足快速入门要求 下载ZeroMQ 下载网址:http://zeromq.org/intro:get-the-software 点击“Windows sources”下载zeromq-4.0.3.zip文件 编译ZeroMQ库文件 解压zeromq-4.0.3.zip文件,进入builds\msvc目录,用VS打开*.sln工程文件,编译生成解决方案。编译完成后,会在lib目录下生成dll和lib文件 编写简单的测试工程 1.用VS新建2个项目,一个是server端,一个是client端 2.将ZeroMQ源码项目的include目录下的两个文件“zmq.h”,“zmq_utils.h”拷贝至自己新建的工程 3.将ZeroMQ源码项目的lib目录下的两个文件“libzmq.dll”,“libzmq.lib”拷贝至自己新建的工程 4.将文件“zmq.h”,“zmq_utils.h”和“libzmq.lib”添加进自己新建的项目。-ZeroMQ simple project containing the code and tutorials, resources for beginners, to meet the requirements of the Quick Start Download ZeroMQ Download URL: http://zeromq.org/intro:get-the-software Click " Windows sources" download zeromq-4.0. 3.zip ZeroMQ library files compiled zeromq-4.0.3.zip unzip the file, enter builds \ msvc directory, with VS open*. sln project file, the compiler generates solutions. After the compilation is complete, it will generate dll and lib files in the lib directory to write a simple test project. Using VS New two projects, one is server-side, is a client-side two would both include directories ZeroMQ source project under File " zmq.h" , " zmq_utils.h" copy to their new project 3 would be two files ZeroMQ source project lib directory under " libzmq.dll" , " libzmq.lib" copy to their new project 4 would file " zmq.h" , " zmq_utils.h" and " libzmq.lib" added to their new projects.
Platform: | Size: 4453376 | Author: an | Hits:

[OpenCVtestdlib

Description: 该代码用于测试基于vs2010+opencv上添加库函数vlfeat的测试是否加载成功的代码,如已完成vs2010和opencv的环境配置,直接双击testvlfeat.sln即可运行。-The code is used for adding a library function test based on vs2010+ opencv vlfeat test whether load code of success, such as completed vs2010 and opencv environment configuration, double-click testvlfeat directly. The SLNS can be detected.
Platform: | Size: 26781696 | Author: zhaoyanxi | Hits:

[CSharpDataGridView

Description: 使用说明: 1.使用时先添加CollapseDataGridView自定控件的引用,DLL文件在CollapseDataGridView类库文件夹中 2.详细的调用方法见示例,打开解决方案 Test.sln 即可 3.刚打开的时候,可能会提示加载控件出错误,忽略错误,直接运行就可以了,因为原本两个项目本是放在一个解决方案下的,后来我分离了,控件代码没有问题,只是调用端时添加引用的事 注:本控件是我参考网上资料,因为其中有一些不足之处,在此加以改进完善,现在已可以满足项目基本需求,里面包含自定义控件源码,大家可以参考,不足之处,希望互相交流意见。-Instructions for use: 1. When using custom controls to add CollapseDataGridView references, DLL file in the library folder CollapseDataGridView 2. Detailed calling methods, see example, you can open the solution Test.sln 3. Just opened, may be prompted to load the control error, ignore errors, run directly on it, because the original two items are placed in a solution of the next, but then I separated, the control code is not the problem, but Add a reference when the call ends things Note: This control is what I refer to online information, because there are some shortcomings in this to be improved, and now have to meet the basic needs of the project, which contains custom code, we can refer to, inadequacies, hoping to exchange opinion.
Platform: | Size: 101376 | Author: jackeding | Hits:

CodeBus www.codebus.net