-
这是教你如何在VC里调用matlab的文档和源程序
这是教你如何在VC里调用matlab的文档和源程序-The document and source code to tell you how to load matlab engine using VC.
- 2022-06-19 02:48:41下载
- 积分:1
-
输入一个句子(由空格分隔的若干个词)将该句子按如下的要求输出:
1.第偶数个词反序,第奇数个词不反序
2.个词之间只留一个空格
3.句首和句尾不留空...
输入一个句子(由空格分隔的若干个词)将该句子按如下的要求输出:
1.第偶数个词反序,第奇数个词不反序
2.个词之间只留一个空格
3.句首和句尾不留空格-importation of a sentence (space separated by the number of words) Revise the sentence requested by the following output : 1. even the first-term anti-sequence, section 000 odd word does not fight sequence two. between the words out, leaving only a blank 3. the first sentence and the end of the sentence without leaving spaces
- 2022-02-09 18:33:21下载
- 积分:1
-
This is the VB6 code for Alarm Clock.
This the VB6 code for Alarm Clock.-This is the VB6 code for Alarm Clock.
- 2022-03-19 01:46:47下载
- 积分:1
-
实现计算两个向量间的欧氏距离并读取指定位置的数值的功能。...
实现计算两个向量间的欧氏距离并读取指定位置的数值的功能。-realize computing two vectors distance and read located positional number s function.
- 2022-08-08 10:47:30下载
- 积分:1
-
C#高性能大容量SOCKET并发完成端口例
服务端通信组件的设计是一项非常严谨的工作,其中性能、伸缩性和稳定性是必须考虑的硬性质量指标,若要把组件设计为通用组件提供给多种已知或未知的上层应用使用,则设计的难度更会大大增加,通用性、可用性和灵活性必须考虑在内。 现以一个基于 IOCP 的通用异步 Windows Socket TCP 服务端组件为例子,讲述其设计与实现相关的问题,希望能引发大家的思考,对大家日后开展相关类似工作时有所帮助。
- 2022-04-28 11:19:32下载
- 积分:1
-
家庭理财系统
javase的家庭理财系统的完整源码,可运行,具有一般功能,很实用,适合初学者,可以下载来学习借鉴。
- 2022-03-10 20:56:59下载
- 积分:1
-
Tim Maverick typing test software and source code! If you are interested in typi...
添翼虎打字测试软件及源程序!如果你对于打字游戏软件感兴趣,不妨看看这个程序.基于Win2000/XP下测试成功!-Tim Maverick typing test software and source code! If you are interested in typing game software, Look at this procedure. Based on the test under Win2000/XP success!
- 2023-02-07 16:50:04下载
- 积分:1
-
贪吃蛇小游戏,食物随机出现后必须让食物能够在整格内,这样才可以让蛇吃到...
贪吃蛇小游戏,食物随机出现后必须让食物能够在整格内,这样才可以让蛇吃到-Snake game, food must be allowed after random food in the whole box, so as to allow the snake to eat
- 2022-09-30 13:30:03下载
- 积分: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
-
严正指正的小程序,是理解指正极力的放发达
严正指正的小程序,是理解指正极力的放发达 -solemn small correction procedure is correct understanding developed strongly release
- 2022-12-01 14:45:03下载
- 积分:1