-
自绘星期表格源码 c++ 很有用的一个控件 希望大家喜欢
自绘星期表格源码 c++ 很有用的一个控件 希望大家喜欢-Form weeks since the draw-source c++ is used in a control I hope you like
- 2022-10-07 10:10:04下载
- 积分:1
-
MFC 24. Game, but with a voice, support SAPI4, need to install the Speech4 Chine...
MFC的24.游戏,但带语音,支持SAPI4,需要先安装Speech4的中文语音引擎-MFC 24. Game, but with a voice, support SAPI4, need to install the Speech4 Chinese Speech Engine
- 2022-01-22 03:09:11下载
- 积分:1
-
产品管理系统
系统采用Java的编程技术,对产品实现了管理。对产品的管理功能可以延展和延伸。但凡是相关产品管理系统系统设计均可以在本系统额基础上进行完善和修改。
- 2022-04-23 04:50:00下载
- 积分:1
-
Abaqus 复合材料层压板UMAT及VUMAT子程序源代码分享
1、用USDFLD子程序渐进损伤分析方法分析层压板的强度
2、层压板由25层单层板组成,单层板厚度为0.15mm
3、层压板几何尺寸:
厚度 T = 3.75mm;
宽度 W = 12mm;
长度 L >1.5W。
L可以任取,主要研究材料性能,为研究大部件性能做参考。
4、加载方式:沿长度方向施加压缩载荷,在本例中施加位移载荷,读
取相应的力
5、使用Tsai-Wu张量理论进行模拟分析
- 2022-01-25 20:05:14下载
- 积分:1
-
频谱分析软件:利用VC6.0和matlab两个软件联合开发的,运行起来很不错的,是Vc调用matcom里面的fft函数来实现了,速度很快,精度很高。...
频谱分析软件:利用VC6.0和matlab两个软件联合开发的,运行起来很不错的,是Vc调用matcom里面的fft函数来实现了,速度很快,精度很高。-Spectrum analysis software: Using VC6.0 and matlab software jointly developed by two, up and running very good, is inside Matcom Vc call fft function to achieve a fast, high precision.
- 2023-05-09 15:35:02下载
- 积分:1
-
Make their own curriculum design, mobile phone tariff management system, billing...
自己做的课程设计,手机资费管理系统,计费,账单查询,通话记录查询,模拟发短信,打电话等功能都实现了。-Make their own curriculum design, mobile phone tariff management system, billing, billing inquiries, call history query, analog send text messages, phone calls and other functions are realized.
- 2022-08-24 10:41:32下载
- 积分:1
-
一个线程池的一个类,基本使用如下:
一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = new TSession s->socket = socket //这里可以对连接的session进行自己的操作,例如给id找一个唯一的值 SetIoCompletionPort(socket, s) // 使连接socket与一个自定义结构体关联 } void myIocp::OnRead(void * p, char * buf, int len) { TSession *s = (TSession *)p send(s->socket, buf, len, 0) // 这里只是简单的把收到的消息返回给客户端 ... } void myIocp::OnClose(void * p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) // 开始监听网络端口,等待客户端连接 ... }-A class for thread pool,basic usage below:
struct TSession { SOCKET socket int id } class myIocp:public CIOCP
{ public:
void OnRead(void* p, char* buf, int len)
void OnAccept(SOCKET socket)
void OnClose(void* p) }
void myIocp::OnAccept(SOCKET socket)
{ TSession*s = new TSession s->socket = socket
//here you can do something about connecti
- 2022-07-17 05:14:52下载
- 积分:1
-
TIFF tag list data detection, can open an image output of the TIFF image that co...
TIFF标签列表数据的检测,可以打开一幅TIFF图像输出该图像包含的标签项-TIFF tag list data detection, can open an image output of the TIFF image that contains the tag of
- 2022-02-06 16:16:59下载
- 积分:1
-
利用f-in-box的swf flv 播放器。-Use of f-in-box of the swf flv player.
- 2022-10-17 23:45:02下载
- 积分:1
-
访问时间测试
CF card access time test
- 2022-05-20 20:59:04下载
- 积分:1