搜索资源列表
文件打包zip
- 里面包含一个dll库和一个类文件,如果想对文件进行打包操作可以直接使用。
BarCodeCreate
- BarCodeCreate的二维码生成控件,文件包含dll文件以及调用测试-BarCodeCreate two-dimensional code generation control file contains the dll files and call the test
CompressPack
- 用C#编写的使用Deflate算法压缩和解压缩流的DLL及源代码。该DLL是在前人基础上修改并扩展而成,可在项目中直接引用CompressPack命名空间使用。经测试字符串数组,大于1KB的数据压缩率在50%~98%之间。包含如下功能: 生成一个测试的数组 生成一个测试的DataSet 将Object转为Byte数组 将Byte数组压缩为Byte数组 将object压缩为byte数组 将Byte数组解压缩为Byte数组 将压缩的Byte数组转为Object 将解压
dll
- 详细介绍了c#.net调用c++编写的dll的方法,包含具体的例子,讲解很有条理-Details of the c#. Net call dll written in c++ method, with specific examples, explain the very structured
PDF
- C# PDF工具 包含範例檔 說明網站-C# PDF Tools
MyBlog
- 自己做的AJAX效果的博客网站,示例中包含常用控件的ajax效果,一定对你有帮助。-Their effects do AJAX blog website contains examples of ajax effects of commonly used controls, we will help you.
hr_mis
- Visual C#.net 2003 + Access 数据库的人力资源 MIS 系统。 里面包含封装的数据库操作集 DLL(DBAccess),在主工程里面导入此DLL即可正常使用。-Visual C#. Net 2003+ Access database of Human Resources MIS system. Package which contains set of database operations DLL (DBAccess), which works in the ma
OPCDAAutoTest
- C# 实现OPC Client客户端内包含OPCDAAuto.dll控件
DotRasv1.1SDK2009
- C# 实现 Ras资源调用的 SDK 源码,里面包含 各种环境下的可用dll,和使用实例,同时包含了源代码-C# SDK calls to achieve Ras resources, source code, which contains a variety of environments available dll, and use of examples, also contains the source code
AuditSystem
- 浪曦培训教程<财务数据审计分析系统>的完整源码,包含所有需要的Dll,数据库,采用三层架构.-Long Xi training course < audited financial data analysis system> complete source code, including all the required Dll, database, using three-tier architecture.
OutlookBar2010011
- OutlookBar源码及示例,包含UtilityLibrary类中的代码-OutlookBar
companyWeb
- VS2008 C# + sqlserver2005开发的企业级网络应用,包含完整的前后台功能,采用三层架构,用存储过程提高访问性能,实际建站或学习asp.net必看-VS2008 C#+ sqlserver2005 development of enterprise network applications, including complete front and back function, three-tier architecture, access to stored procedur
CaptureScreen
- 【软件名称】 C#仿QQ截屏(DLL) 【基本功能】 1、鼠标拖动选定捕获区域; 2、突出显示捕获区域; 3、调整捕获区域的大小; 4、键盘微调位置; 5、显示捕获区域的信息。 注:该程序模仿QQ的截屏功能,至于不太常用的编辑功能不包含其中。-[Software name] C# like QQ screenshots (DLL) [Basic functions] 1, the mouse to drag
TestDll
- c# Csharp调用 c++库 参数为导入和导出指针两种 包含C++ DLL源码 如fun(cont char* A,char*B) A为输入参数,B为输出参数-C# CSharp call C++ DLL lib dll function param use export and import eg: fun(cont char* A,char*B) A IN,B OUT
TestComm
- GMS短信猫收发,包含DLL文件的源文件-gmsmodem send demo
PrintControl
- 开发环境: VS2005 一、主要用途:格式化打印,如在证书、发票、单据等在已经有文字的纸张上进行内容填充打印。 二、内容包含: 1、格式化打印控件PrintControl.dll 及源码 2、打印模板示例PrtTemplate.xml(您也可以根据您的需要更改点阵的存储介质,例如数据库或其他) 3、调用PrintControl.dll 使用打印模板进行打印的例子 三、特点: 1、XML模板可设置打印条目的位置,字体,大小 2、支持预览打印,直接打印等 3
CSharp-dll
- C#好用第三方控件合集(dll) 包含: MSplitContainer,MoveForm,IrisSkin2,SideBar,AutoDockManage,log4net-1.2.-C# easy to use third-party controls collection (dll) contains: MSplitContainer, MoveForm, IrisSkin2, SideBar, AutoDockManage, log4net-1.2.11
QR
- labview调用dll实现QR二维码生成,包含dll说明等,可作为子vi直接使用-LabVIEW-calls the DLL implementation of QR code generation, including DLL, can be directly used as a sub VI
大漠插件免注册dll
- 支持C#免注册调用,只需将文件中的两个dll包含进项目,并将CDmsoft.cs添加进项目里就可以直接调用大漠插件的功能。(Support C# free registration calls, only to include two DLL in the file into the project, and add the CDmsoft.cs into the project to directly call the function of the desert plug-in.)
GIF编解码
- 本程序处理gif文件编解码,包含dll库源码和测试程序