-
编程的串行端口和多端口器件wxWindows和CTB
Programming Serial Ports and Multi Port Devices with wxWindows and CTB
- 2022-03-24 05:24:10下载
- 积分:1
-
实验物体沿正弦曲线运动
1.实验目的
(1)初步熟悉应用windows API函数进行编程的入门,编写简单的Windows应用程序,建立窗口、句丙,认知...
实验物体沿正弦曲线运动
1.实验目的
(1)初步熟悉应用windows API函数进行编程的入门,编写简单的Windows应用程序,建立窗口、句丙,认知消息循环、画笔、画刷,建立坐标。
(2)实验物体沿正弦曲线运动,该物体为一个大小渐变以及颜色都会变化的小球,变化的的转折点是正弦曲线一个完整周期(2∏)里的四分之一,二分之一,和四分之三处(即∏/4 ∏/2 3∏/4处)
(3)通过放胶片电影的原理实现物体沿正弦曲线运动。胶片电影有原理是在规定时间(一般为1秒)播放24幅连续的画面,由于人的视觉暂留,所以人们在观看电影时,看到的就不是一幅一幅的画面,而是丰富精彩的场景。本程序通过调用sleep(100)函数使程序暂停0.1秒。当i
- 2022-01-21 02:30:31下载
- 积分:1
-
一个PDF文件,描述了建立Keil和Proteus VSM与调试
A pdf file that describes setting up debugging between keil and proteus VSM
- 2022-02-03 10:03:11下载
- 积分:1
-
一个限定使用次数的例子,对于开发试用版本的windows应用程序有很大的参考价值...
一个限定使用次数的例子,对于开发试用版本的windows应用程序有很大的参考价值-use of a limited number of examples, for the development of beta version of windows applications have great reference value
- 2022-10-20 01:05:04下载
- 积分:1
-
这个是一个实现制转换的程序,实现的范围到最大512,自己可以选择要一个什么样的进制...
这个是一个实现制转换的程序,实现的范围到最大512,自己可以选择要一个什么样的进制
- 2022-01-27 16:58:39下载
- 积分:1
-
服从正态分布序列,一个很小的一个算法,需要具体修改才能使用...
服从正态分布序列,一个很小的一个算法,需要具体修改才能使用-Obey normal distribution sequence, an algorithm for a small, specific changes need to use
- 2023-02-16 06:10:04下载
- 积分:1
-
广州斯道拉2410ARM详细说明,以及手工WindowsCE
广州斯道拉2410ARM详细说明,以及windowsCE手册
- 2022-05-19 03:10:55下载
- 积分:1
-
You may read code because you have to
You may read code because you have to-to fix it, inspect it, or improve it. You may read code the way an engineer examines a machine--to discover what makes it tick. Or you may read code because you are scavenging--looking for material to reuse.
Code-reading requires its own set of skills, and the ability to determine which technique you use when is crucial. In this indispensable book, Diomidis Spinellis uses more than 600 real-world examples to show you how to identify good (and bad) code: how to read it, what to look for, and how to use this knowledge to improve your own code.
Fact: If you make a habit of reading good code, you will write better
- 2023-06-05 04:00:03下载
- 积分:1
-
是一个在EVC下开发的闹钟定制程序。其中一个难点就是如何创建、写、读一个ini 文件。由于是在EVC下,所以很多API函数都不被支持比如关于.ini文件读写Ge...
是一个在EVC下开发的闹钟定制程序。其中一个难点就是如何创建、写、读一个ini 文件。由于是在EVC下,所以很多API函数都不被支持比如关于.ini文件读写GetPrivateProfileString和 WritePrivateProfileString函数。于是我开始在网上搜寻可以轻松读写ini文件的方法。最后找到了一个人写好的,可以实现类似 GetPrivateProfileString功能的函数。-EVC is a customizable alarm clock, developed under the program. One difficulty is how to create, write, read a ini file. Because it is under the EVC, many API functions are not supported for example on. Ini file to read and write GetPrivateProfileString and WritePrivateProfileString function. So I started searching online can be easy to read and write ini documents. Finally found a person to write, and can achieve similar functionality GetPrivateProfileString function.
- 2022-02-02 11:15:48下载
- 积分:1
-
集装箱的装箱问题
给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得...
集装箱的装箱问题
给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装箱的空间利用率最高?贪心-Container packing problem given a container, and its length L, width W and height H, the current batch of cylindrical timber, each timber are of a long L, but the radius is different from the first i set the root radius of timber ri. Asked how the packing, making maximum utilization of container space? Greedy
- 2022-10-23 02:30:03下载
- 积分:1