-
一个类似WORD的文档编辑器,VC++编程源码
一个类似WORD的文档编辑器,VC++编程源码-WORD document a similar editor, VC++ Programming source code
- 2023-06-17 22:00:04下载
- 积分:1
-
由于不上传就不能下载 所以我随便传了一个这个程序能计算一个中缀表达式 不能处理负数 (呵呵 还没写好)...
由于不上传就不能下载 所以我随便传了一个这个程序能计算一个中缀表达式 不能处理负数 (呵呵 还没写好)-Because doing not ascend to spread and then can t wnload so I spread literally a this procedure can compute a the inside expresses the type can t handle minus quantity( the hahah hasn t written good)
- 2022-07-09 02:53:46下载
- 积分:1
-
局域网文件传输
为了设计统一和用户操作方便,我们希望将服务端与客户端融合在一起,形成一个程序,这样用户理解起来,更加直观一点(其实这样做也是为了方便调试,大...
局域网文件传输
为了设计统一和用户操作方便,我们希望将服务端与客户端融合在一起,形成一个程序,这样用户理解起来,更加直观一点(其实这样做也是为了方便调试,大家可以在本机上测试,自己传文件给自己)。所以,我们在程序中需要使用两个Winsock控件,一个负责监听,一个负责发送,当发送端连接成功以后,便选择一个待发送的文件(可以是任意二进制文件),接着将文件名和文件字节长度发送给接收端,接收端收到这个消息以后,将文件名和文件长度解析出来,然后通知发送端可以开始发送文件;发送端读到这个消息之后,将文件流以字节的形式发送到接收端,接收端收到后,将二进制流回写,保存成文件即可。这里要注意两点,一个是由于Winsock每次最大传输8K的内容,所以需要将文件分解,每次传输固定数目的字节流,这样发送和接收时都可以根据这个数目来判断文件传输的进程,一旦字节流数目等于文件的大小,就需要关闭相应的文件句柄;另一点是由于我只使用一个Winsock控件接收,接收文本时需要注意要将UNICODE转码,解析成可识别的信息。
-LAN file transfer to uniform design and user convenience, we hope it will end service and client together and form a process so that users understand, a more intuitive 1:00 (in fact, do so in order to facilitate debugging, you can test the machine, its own text- items for himself). Therefore, we need procedures in the use of two Winsock Control, a charge of wiretapping, a charge of this, when the transmitter connects successfully, it will be a choice to send the document (can be arbitrary binary files), will then file names and the
- 2022-04-14 22:25:12下载
- 积分:1
-
ThinkingC++ Chinese version, suitable for primary c++ Learners reading part 05
ThinkingC++中文版,适合初级c++学习者阅读
05部分-ThinkingC++ Chinese version, suitable for primary c++ Learners reading part 05
- 2022-01-30 11:07:21下载
- 积分:1
-
基于MFC的雷达图,用于显示激光扫描仪的扫描点。
资源描述
使用MFC的绘图功能,绘制雷达显示界面。通过SOCKET通讯接收激光扫描仪一帧256个扫描点的角度和距离信息。极坐标系和像素坐标系转换,将没个扫描点角度,距离一一对应打在雷达图显示界面上。使用双缓冲技术,去除闪烁现象。简化运算,将图像更新频率提高到10HZ,达到实时显示周边环境2维特征的效果。
- 2022-05-24 01:24:51下载
- 积分:1
-
由3个Label控件显示立体字,你可以把它作成一个控件
由3个Label控件显示立体字,你可以把它作成一个控件-Label controls from the three shows that three-dimensional characters, you can control it to make a
- 2022-06-12 20:48:25下载
- 积分:1
-
CSS学习助手一个非常全面的CSS帮助工具,如果你要学习CSS的话是非常有用的...
CSS学习助手一个非常全面的CSS帮助工具,如果你要学习CSS的话是非常有用的-CSS Learning CSS assistant helps a very comprehensive tool, if you want to learn CSS, then it is very useful
- 2022-03-24 10:58:07下载
- 积分:1
-
A circular buffer implementations. VC6 MFC Test
一个环形缓冲区的实现方法.VC6 MFC 测试 -A circular buffer implementations. VC6 MFC Test
- 2023-04-30 07:05:03下载
- 积分:1
-
text and image compression of a small good procedures also can use the test
压缩文本和图象的一个小程序还不错的测试能用-text and image compression of a small good procedures also can use the test
- 2022-03-11 13:51:04下载
- 积分:1
-
Features: Financial Management: to be able to deal with accounting documents, ca...
功能特点: 财务管理:能够进行会计凭证处理、现金费用、一般费用、其它收入、待摊费用摊销、固定资产变动、固定资产折旧处理、提现存现业务、财务调帐、库存商品成本调整、期初收入和费用的调整;能够对往来单位的员工借还款业务进行单独管理,自动生成经营所需的费用、现金银行、其它收入、固定资产等统计报表;能够对往来单位的员工借款进行单独管理。 采购业务:采购订单处理、按单结算、分批分期收货、采购付款、采购退货、预设售价设置、库存上限下限报警、运输单位的费用统计。-Features: Financial Management: to be able to deal with accounting documents, cash expenses, general expenses, other income, amortization of deferred expenses, changes in fixed assets, fixed assets depreciation treatment, are mentioned the existing business, financial stock cost adjustment, beginning of the adjustment of income and expenses between units to be able to borrow to repay the staff to carry out a separate business management, automatic generation of operating costs, cash banking, other income, fixed assets, such as statistics able to employees between the units to carry out a separate loan Procurement operations: purchase order processing, according to a single settlement, in batches receiving installments, payments purchases, purchase returns, the
- 2022-03-21 08:50:34下载
- 积分:1