-
NonBorderForm
窗体设置为无边框后,利用window消息机制实现窗口拖动和手动改变界面大小。(After the form is set to no borders, window dragging and manual change of interface size are realized by using window message mechanism.)
- 2020-06-21 10:20:01下载
- 积分:1
-
Visual_C++GameDevelop
Visual C++游戏开发技术与实例一书配套光盘。包含了冒险屠宰场、入侵者、赛车、网络五子棋、网络台球、对战坦克大战和面包圈7个游戏实例的完整源代码。(Visual C++ Game development technology and examples of a book supporting CD-ROM. Contains adventure slaughterhouse, the invaders, car, network Gobang, network billiards, donut war Tankedaizhan and seven examples of a complete game source code.)
- 2020-06-26 03:40:02下载
- 积分:1
-
DataBurn
DataBurn is an Objective-C example which demonstrates some of the features of DRTracks. The sample illustrates how to create a DRFolder from an existing folder on the source disk and burn it to disc, creating a hybrid ISO9660/Joliet/HFS+ data CD. The sample also uses the DiscRecordingUI framework to present the standard burn setup and progress user interfaces.
- 2007-10-15 02:30:16下载
- 积分:1
-
QT中自定义dockwidget标题栏
QT中dockwidget设计时会遇到标题栏不合适,需要自定义修改,本程序对标题栏进行了自定义,使之简洁明了,适合各种场合应用。
- 2022-03-05 21:18:45下载
- 积分:1
-
DOS命令 用C语言完成 完全自己写 已经经过测试
DOS命令 用C语言完成 完全自己写 已经经过测试-DOS command complete C language was completely on my own has been tested
- 2023-02-07 07:40:03下载
- 积分:1
-
2_Brusselator_Heun_period_boundary
经典非线性动力学模型,布鲁塞尔子模型,可直接运行,运算效率高。(nonlinear dynamics Brusselator model)
- 2014-01-18 22:16:57下载
- 积分:1
-
Status InitPolyn(polyn P)
{/*建立一个空的一元多项式的链表*/
P=(polyn)malloc(sizeof(LNode)...
Status InitPolyn(polyn P)
{/*建立一个空的一元多项式的链表*/
P=(polyn)malloc(sizeof(LNode))
if(P==NULL) exit (OVERFLOW)
P->data.coef=0
P->data.expn=-1
P->next=NULL
return OK
}/*InitPolyn*/-Status InitPolyn (Polynesia P) (/* establish an empty number one yuan- Chain*/P = (Polynesia) malloc (sizeof (LNode)) if (P == NULL) exit (overflow) P-
- 2022-03-20 12:34:29下载
- 积分:1
-
八字算法
人工智能 八字算法源码,用于本科实验,供参考学习交流
- 2022-03-16 15:23:48下载
- 积分:1
-
12864代码
*程序名称:带汉字库的12864液晶显示模块驱动
*程序功能:显示字符、汉字和图片
*开发工具:WSF-51DB开发板
* MCU型号:AT89S52-24PU
*时钟频率:12MHZ
*程序作者:吴师傅
*版权说明:吴师傅版权所有。转载请注明来源和作者
- 2022-12-16 19:35:03下载
- 积分:1
-
66570104
用VC模拟数字通信系统,包括信源产生,噪声产生,QPSK调制,16PSK调制和计算误码率等,(Using VC analog digital communication system, including source generation, noise generation, QPSK modulation, 16PSK modulation and calculation of bit error rate (BER), etc.)
- 2019-04-02 15:01:47下载
- 积分:1