-
介绍水晶报表中文解释说明;介绍如何做报表的;里面有代码...
介绍水晶报表中文解释说明;介绍如何做报表的;里面有代码-introduced Chinese explanation; How do statements; There are code
- 2023-02-14 10:50:04下载
- 积分:1
-
c#登陆及数据传递
方法一:
窗体一:this.Tag=对象1; this.Tag = mm;
窗体二:对象所属类名 对象2 = 窗体一名.Tag as 对象所属类名;user xx= lgn.Tag as
- 2023-08-30 15:50:02下载
- 积分:1
-
vb.net编写的动态连接库,可通过该动态连接库传入传出数据,传出的数据写入指定的文件夹中...
vb.net编写的动态连接库,可通过该动态连接库传入传出数据,传出的数据写入指定的文件夹中-vb.net prepared by the dynamic link library, through the dynamic link library data came out, the reported data into a file folder
- 2022-03-13 07:57:46下载
- 积分:1
-
旅行商问题的源代码及其说明。给出空间中给定n个点,画一条简单路径,包括所有的点,使得路径最短...
旅行商问题的源代码及其说明。给出空间中给定n个点,画一条简单路径,包括所有的点,使得路径最短-Traveling Salesman Problem and its description of the source code. Given space in a given n points, draw a simple path, including all the points, making the shortest path
- 2022-09-05 13:55:03下载
- 积分:1
-
自己写的一个演示伙伴算法内存分配的程序,不过性能不是很好,有兴趣的朋友可以加以改进...
自己写的一个演示伙伴算法内存分配的程序,不过性能不是很好,有兴趣的朋友可以加以改进-himself wrote a demonstration of the partnership algorithm memory allocation procedures, but performance was not very good. Interested friends can be improved
- 2022-07-20 02:14:46下载
- 积分:1
-
程序说明:
本程序可输入员工资料,并按姓名的升序存放到磁盘文件中,
可显示指定的工资表磁盘文件的所有内容,
可查找指定姓名的查找,
可根据姓名删...
程序说明:
本程序可输入员工资料,并按姓名的升序存放到磁盘文件中,
可显示指定的工资表磁盘文件的所有内容,
可查找指定姓名的查找,
可根据姓名删除记录,还可以一次性插入多个个记录。-procedures Note : This procedure may import information staff, together with the names of ascending documents stored to disk, can show that the wage specified in Table disk documents in all, you can find the names of designated, under the name deleted records, it also inserted a number of one-time record of 000.
- 2022-01-26 06:31:03下载
- 积分:1
-
Source to Kill Process in windows
Source to Kill Process in windows
- 2023-01-19 20:00:03下载
- 积分:1
-
vc 报表 表格 excel
由vc编写的一个关于数据报表的程序,可以与数据库相连接,调用数据库内容以excel表格的方式打印出来 可将excel内容写入程序表格!
- 2023-02-07 19:10:04下载
- 积分:1
-
串口通信并将所搜集的数据用波形图显示出来,采用了均值滤波,保存的结果可直接在matlab中重绘图形...
串口通信并将所搜集的数据用波形图显示出来,采用了均值滤波,保存的结果可直接在matlab中重绘图形-Serial communication and data collected with waveform display using the mean filter, the results can be saved directly in the redraw graphics in matlab
- 2023-04-16 21:35:04下载
- 积分:1
-
C# -快速复制内存方法- x86 汇编
翻译 maninwest@Codeforge 作者 okarpov@CodeProject
我在此介绍如何快速复制数据并在 C# 和 .NET下使用汇编。
背景
如果你了解汇编语言、内存对齐和 C#、 Windows 和 .NET 高级技术就最好了。
代码使用处理器( 从 Pentium III+ (KNI/MMX2), AMD Athlon (AMD EMMX 后)支持的 SSE 指令 。
我在自己的奔腾双核 E5800 3.2GHz (4GB RAM )的双核模式下测试过。
如要使用 C# 在 Windows 下分配对齐内存, 有三种方法:
a)位图对象 ( windows 自己在内) 分配 16 位对齐地址,可以使用位图轻松对齐内存分配;
- 2022-06-12 10:00:00下载
- 积分:1