-
under several rows and columns, creating a random array, and the inquiry
根据行和列数,随机创建一个数组,并有查询功能-under several rows and columns, creating a random array, and the inquiry
- 2022-02-15 01:25:16下载
- 积分:1
-
大数加法的详细实现过程.
包括链表的使用.并做了cpu单次运算的优化.
实现单个响应周期内运算量的最优...
大数加法的详细实现过程.
包括链表的使用.并做了cpu单次运算的优化.
实现单个响应周期内运算量的最优-Addition of large numbers of details to achieve the process. Including the use of linked lists. And has done a single cpu optimize operations. To achieve a single cycle in response to the optimal computation
- 2022-04-01 18:13:52下载
- 积分:1
-
熟悉jsp和javabean的基础,对大家学习jsp和java好有帮助!
熟悉jsp和javabean的基础,对大家学习jsp和java好有帮助!-Jsp and javabean familiar with the basis for all of us good to learn jsp and java help!
- 2023-03-24 06:50:04下载
- 积分:1
-
在 Delphi 开发中,我们有时要打印一些复杂的报表。这个时候,或许你会选择一些第三方报表组件来集成你应用程序的报表功能。虽然能快速开发报表功能,但对于一些报...
在 Delphi 开发中,我们有时要打印一些复杂的报表。这个时候,或许你会选择一些第三方报表组件来集成你应用程序的报表功能。虽然能快速开发报表功能,但对于一些报表功能要求不高的小程序,你又不愿意花额外的钱去购买第三方组件。这时候你可以考虑一下下面我讲的这个实现方法?-In the Delphi development, we sometimes want to print a number of complex statements. This time, perhaps you will choose a number of third-party component statements to integrate your application
- 2022-02-11 21:31:46下载
- 积分:1
-
生成 条形码VC
条形码生成器源程序,导出到bitmap,判断输入的内容是否正确,在view里面条形码,可以用手机扫描识别是否正确。提供源码供需要的朋友使用
- 2022-05-29 23:25:40下载
- 积分:1
-
根据协议中的原则,对每个字节进行分析,…
能够根据bbs的协议原则,对每个字节进行分析,同时也能够同时显示中文和英文-According to the agreement in principle with each other, for each byte analysis, but also can display Chinese and English
- 2022-06-22 01:52:42下载
- 积分:1
-
3ds file format
一个简单的控制台应用程序,实现3ds文件的读取。
- 2022-03-25 06:03:48下载
- 积分:1
-
本人早期用c++写的动态哈夫曼编码,在vc2005上编译通过!
本人早期用c++写的动态哈夫曼编码,在vc2005上编译通过!-I spent the early c++ Write dynamic Huffman coding, compiled in vc2005 through!
- 2023-06-27 04:05:04下载
- 积分:1
-
用VC++环境编写的简单文字聊天程序 ,TCP协议,支持多线程,对刚学习socket的同学有很大帮助...
用VC++环境编写的简单文字聊天程序 ,TCP协议,支持多线程,对刚学习socket的同学有很大帮助-Using VC++ environment to prepare a simple text chat program, TCP protocol, support multi-threading, socket just learning of the students are very helpful
- 2022-03-13 10:15:46下载
- 积分:1
-
VBA合并两个Excel表的数据到目标表
"" 从src1.name和src2.age按ID获取数据,然后将数据设置为dst
Sub hebing()
Dim dstRowNo As Long
Dim src1RowNo As Long
Dim src2RowNo As Long
With ActiveWorkbook
dstRowNo = 1
Do While .Sheets("dst").Cells(dstRowNo, 1).Text ""
dstID = .Sheets("dst").Cells(dstRowNo, 1).Text
src1RowNo = 1
Do While .Sheets("src1").Cells(src1RowNo, 1).Text ""
src1ID = .Sheets("src1").Cells(src1RowNo, 1).Text
If dstID = src1ID Then
- 2022-02-04 08:02:48下载
- 积分:1