-
浏览搜索文件
浏览搜索文件-View Document Search
- 2022-02-24 23:14:25下载
- 积分:1
-
A total of five one source, namely, (1) factorial (2) photo processing (3) plane...
一共有5个源程序,分别是
(1)factorial
(2)photo processing
(3)plane ticket ordering system
(4)serial communication
(5)realplayer-A total of five one source, namely, (1) factorial (2) photo processing (3) plane ticket ordering system (4) serial communication (5) realplayer
- 2023-03-06 20:30:03下载
- 积分:1
-
Window ce 5.0 (EVC4.2)下的一个图片浏览器RC版本(需要改进),使用中NAND/pic文件加下需要有图片...
Window ce 5.0 (EVC4.2)下的一个图片浏览器RC版本(需要改进),使用中NAND/pic文件加下需要有图片-Window ce 5.0 (EVC4.2) a picture under the RC version of the browser (needs improvement), the use of NAND/pic documents the need for increases under the picture
- 2022-04-09 19:59:50下载
- 积分:1
-
用c语言编写的记事本程序,可以实现记事本的相关功能
用c语言编写的记事本程序,可以实现记事本的相关功能-prepared by the Chronicle this program, the notebook can achieve the related functional
- 2022-12-16 02:10:03下载
- 积分:1
-
vb label也能做进度条演示, vb代码
vb label也能做进度条演示, vb代码-vb label can also progress of the demonstration, vb code
- 2022-02-15 15:30:37下载
- 积分:1
-
一个用BCB5.0编的mini计算器。界面很漂亮,基本功能都有。我把这个就放在桌面上以方便使用。...
一个用BCB5.0编的mini计算器。界面很漂亮,基本功能都有。我把这个就放在桌面上以方便使用。-A minicalculator made by BCB 5.0 with a beautiful interface and all the fundemental functions. I put it on my desktop for convenience.
- 2022-03-06 19:01:45下载
- 积分:1
-
支持256色的工具栏
支持256色的工具栏-support 256-color toolbar
- 2022-01-25 15:17:39下载
- 积分:1
-
bmycrust作为输入的三维散乱点云并返回一个紧流形,T
BMyCrust take as input a 3D scatter points cloud and return a tight, manifold, triangulation.
Remember that crust algorithm needs a cloud representing a volume, so open surface may give inaccurate results. For example : a plane can not be triangulated, half-sphere is in doubt, a sphere with a small hole shoud be good.
The more points are given the best the surface will be fitted, of course in this case you would have to wait more and in the worst case a memory help error may occurs. The best results are obtained with more points in high curvature feature.
The old version did not ensure the output surface to be a manifold so it could be used only for graphical purpose. In the new one a tight, regular manifold is returned. It as outward normals orientation, after using this algorithm is very easy to get an STL file from a point cloud.
I added a manifold extraction tool that also correct the errors (slivers) generated by delaunayn during the initial tessellation.-BMyCr
- 2022-03-12 15:17:47下载
- 积分:1
-
可以把对话框放到最顶的位置,也就是所谓的钉子按钮。利用子类化实现,使用方便。有较高的参考价值...
可以把对话框放到最顶的位置,也就是所谓的钉子按钮。利用子类化实现,使用方便。有较高的参考价值-dialog can put most of the top positions, the so-called nails button. The use of sub-categories of achievement and use. Have a high reference value
- 2022-03-11 01:55:13下载
- 积分:1
-
网络编程(实现客户端与服务器端通信)
此处以创建一个TCP协议的客户端和服务器端,TCP协议与UDP协议不同之处在于TCP建立连接时需要经过三次握手,因为TCP是可靠的协议,UDP可以不需要建立连接,直接向服务器发送消息,只要知道服务器端的ip地址和端口就可以了。
客户端需要先创建一个socket,在客户端需要知道服务器的ip地址和端口信息,将其添加到一个地址的结构体里去,然后就可以通过connect函数去连接服务器了。
服务器端也是要先创建一个socket,声明一个地址的 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-16 16:40:03下载
- 积分:1