-
不错的EXCEL代码
namespace SMSUtility{ using System; using System.Collections.Generic; using System.Data; using System.IO; using System.Text; using System.Web; using NPOI; using NPOI.HPSF; using NPOI.HSSF; using NPOI.HSSF.UserModel; using NPOI.HSSF.Util; using NPOI.POIFS; using NPOI.Util; using NPOI.SS.UserModel; using NPOI.SS.Util; /// /// 导出数据到excel /// public class ExcelHelper { /// /// DataTable导出到Excel文件 /// ///
- 2022-11-07 04:10:03下载
- 积分:1
-
arduino 计算器 code_second 版 (两位数)
为代码使一个计算器,arduino 这是两位数计算器。这个项目你需要 arduino 和 2 7 段显示,breadboard.this 项目是复杂得多的 tehen 其他 ı 希望你喜欢
- 2022-08-18 02:34:07下载
- 积分:1
-
Serial_Digital_Scope-V2_Cracked
虚拟示波器软件破解版,通过串口可以实现示波器的功能。附有C代码的头函数和原函数。请不要删除在目录下的license.dat文件. 财力允许的情况下,请支持正版!(Software cracked version of virtual oscilloscope, oscilloscope functions can be realized through the serial port. With c code H file and Source file.)
- 2015-06-13 09:58:15下载
- 积分:1
-
Claimed to be the strongest in the universe delphi compilations, the original wo...
号称是宇宙中最强的delphi合辑,下面是原话:
================================
Database Application : 查询数据库的最完美技巧 中文版
del6opr.chm: Delphi 6 的帮助文件 中文版
delphi6_function.chm Delphi 6 函数介绍 中文版
Essential_Pascal.chm 最完整的Object Pascal语言介绍 中文版
FastReportHelp.chm 拥有魔力的FastReport的帮助文件 中文版
IBlt0101B.Chm InterBase的经典问答资料文件 中文版
MySQLBook.chm MySQL的最详细帮助文件 中文版
ProgrammingWindows_tw.chm 地球上最有名、最受推崇、最多人使用并且从中受益的程式设计用书 当然也是中文版
-Claimed to be the strongest in the universe delphi compilations, the original words of the following: ================================ Database Application : query the database of the most perfect English skills del6opr.chm: Delphi 6 help documentation Chinese version delphi6_function.chm Delphi 6 introduced the Chinese version of the function Essential_Pascal.chm the most complete description of the Object Pascal language has a Chinese version of FastReportHelp.chm the help of magical FastReport IBlt0101B.Chm InterBase documentation Chinese version of the classic Q & A inf
- 2022-01-25 18:10:17下载
- 积分:1
-
C#通多委托实现对C++所编写DLL的回调
C#语言在很多应用中会调用C++编写的DLL,对于DLL中的函数,只需要入参的还好,当需要通过出参返回结果时,如果不注意往往会出现意想不到的问题,这其中的原因主要是因为C++属于非托管语言,而C#属于托管语言,两者在变量传递上有很多不同造成的。解决此问题的方法有多种,常见的有:将接口DLL封装成COM组件,也可以采用托管的C++语言CLI来编写DLL,不过在本文会推荐一种更为简单的方法,即通过委托(回调)来解决出参的问题。其原理也很容易理解,就是事先将C#语言处理函数的指针传递给DLL,这样当DLL需要返回结果时,只需要调用指针对应的函数即可。在调用指针时,所要返回的结果是作为入参传递给C#的处理函数的,这样就避免了出参在DLL接口之间传递的问题,以下就是DEMO代码,供大家参考。
- 2022-07-18 01:15:24下载
- 积分:1
-
VC++网络电话源码
在VC++平台实现的网络电话源码。。详细见文件
- 2022-08-22 13:08:13下载
- 积分:1
-
The-New-C-Standard
The New C Standard.rar
- 2011-03-10 21:24:45下载
- 积分:1
-
This article shows how to implement an Expl orer like treeview drag and drop in...
This article shows how to implement an Explorer like treeview drag and drop in C#.-This article shows how to implement an Expl orer like treeview drag and drop in C#.
- 2022-03-04 13:49:42下载
- 积分:1
-
RGB
这是一个画板程序的一部分,教你如何调制颜色!(This is a drawing board as part of the program, teach you how to modulated color!)
- 2011-09-13 11:16:21下载
- 积分:1
-
Covari-coeffici-matrix-
利用c#语言实现协方差矩阵、相关系数矩阵及它们的特征值计算,源码,已经调试。(Using c# language covariance matrix, correlation coefficient matrix and their eigenvalue calculation, source code, has been debugged.)
- 2020-10-06 17:37:39下载
- 积分:1