-
vcText
用VC++编写一个CDC文字处理程序的代码,通过本程序大家可掌握如何产生自定义字体和自定义插入符,熟悉对CString类的使用。讲解定时器的使用和DrawText函数的巧妙运用以及CDC的裁减功能。(Using VC++ to write a word processing program code CDC, through this process we can learn how to create custom fonts and custom insert a symbol, familiar with the use of the CString class. Explain the use of timers and the clever use of DrawText function and the reduction of CDC function.)
- 2010-05-18 18:18:01下载
- 积分:1
-
a.c
Finding special triples of the form (n, n + 1, n + 2)
Write a program that finds all triples of consecutive positive three-digit integers each of which is
the sum of two squares, that is, all triples of the form (n, n + 1, n + 2) such that:
• n, n+1 and n+2 are integers at least equal to 100 and at most equal to 999
• eachofn,n+1andn+2isoftheforma2+b2.(Finding special triples of the form (n, n+ 1, n+ 2)
Write a program that finds all triples of consecutive positive three-digit integers each of which is
the sum of two squares, that is, all triples of the form (n, n+ 1, n+ 2) such that:
• n, n+1 and n+2 are integers at least equal to 100 and at most equal to 999
• eachofn,n+1andn+2isoftheforma2+b2.)
- 2012-04-26 15:05:05下载
- 积分:1
-
geki3_1.0.3
一个纵版的飞行射击游戏Geki3, 日本人写的游戏,代码框架很好,我现在就用这个框架开发飞行射击游戏。(A vertical version of the flight shooting game Geki3, written in Japanese games, code framework for good, I will now use this framework for the development of flight shooting game.)
- 2008-01-30 16:37:30下载
- 积分:1
-
1.1
matlab 计算框架结构模态,频域法计算(matlab calculate frame mode, frequency-domain method to calculate)
- 2008-04-21 23:38:21下载
- 积分:1
-
实验三
该压缩包为西南科技大学编译原理蒋勇老师实验课中实验三课程内容,可实现语义及代码生成。(The compressed package for the Southwest University of Science and Technology compiler theory, Jiang Yong teacher experiment course experiment three course content, can achieve semantic and code generation.)
- 2021-01-04 15:18:55下载
- 积分:1
-
zigbee的按键
这个zigbee的资源是串口读取数据,然后判断,利用的是ti公司的简易协议栈basic_rf的代码。主要困扰在halUartRead(uint8 array,uint16 len)这个函数的使用,如果直接使用就会造成串口的一个字节的读取,不需要修改官方的协议栈内容。
- 2022-12-05 12:30:03下载
- 积分:1
-
tcp用户聊天测试工具
应用背景
客户端部分: 手动输入服务器端IP地址和端口号进行连接 发送消息给服务器端并显示服务器端回传的消息
服务器端部分: 手动建立服务器端与客户端的连接请求 接收所有用户发送的消息 向所有在线用户群发消息
关键技术创建套接字(socket); 2) 将套接字绑定到一个本地地址和端口上(bind); 3) 将套接字设为监听模式,准备接受客户请求(listen); 4) 等待客户请求到来;当请求到来后,接受连接请求,返回一个新的对应于此次连 接的套接字(accept); 5) 用返回的套接字和客户端进行通信(send/recv); 6) 返回,等待另一客户请求; 7) 关闭套接字; 客户端程序流程如下: 1) 创建套接字(socket); 2) 向服务器发出连接请求(connect); 3) 和服务器端进行通信(send/recv); 4) 关闭套接字
- 2023-06-19 10:00:03下载
- 积分:1
-
树莓派,智能小车
树莓派做智能小车,C语言版,可手机端控制
- 2023-01-17 03:15:03下载
- 积分:1
-
sijielonggekutafa
四阶龙格库塔法 数值计算 C++源码 可直接运行(Fourth-order Runge-Kutta numerical method C++ source code can be run directly)
- 2015-10-28 19:59:24下载
- 积分:1
-
VC对话框透明按钮
基于VC6的对话框透明按钮,亲自编译测试,成功运行。同时自己还加入了列表控件,以及工具栏及相应操作。在做界面的时候可以美化效果。
- 2022-09-22 00:45:04下载
- 积分:1