-
task
数值计算常用程序 牛顿法了 阿达姆斯了 雅克比 等十多个 本人自己编的 很适合初学者 C语言和matlab的
欢迎下载(Newton numerical procedure used the Adams Jacques ratio of more than 10, I made themselves very suitable for beginners are welcome to download)
- 2010-05-28 17:09:49下载
- 积分:1
-
MyGUIEngine
MYGUI3.2改造 - 完善文字的换行显示,并为中文支持自动换行(MYGUI 3.2 transformation- perfect wrap text display, and support for Chinese Wrap)
- 2013-12-15 17:59:44下载
- 积分:1
-
FivesChess
由于五子棋比一字棋难,规则多,又有禁手限制,无法采用简单的搜索和加分方式。
为了分清各种情况的轻重缓急,我们采用一次性打分的策略:
对棋盘上的每个空位根据情况的轻重缓急,越重越争分越高,反之越低,然后根据打分找出分值最高的的位置下子。(Since backgammon difficult than the word chess, rules and more restrictions have cut hand, you can not use a simple search and processing of ways. In order to prioritize a variety of situations, we use a one-time scoring strategy: for each vacancy on the board in accordance with the priorities of the situation, the more weight the more indisputable points higher, whereas the lower, and then find the highest score according to the scoring Location erupted.)
- 2014-03-28 15:51:59下载
- 积分:1
-
9 BLDC PMSM开环调速
STM32F103实现BLDC调速,此代码可以实现BLC和PMSM开环的控制(STM32F103 realizes BLDC speed regulation. This code can realize open-loop control of BLC and PMSM.)
- 2020-06-16 06:00:01下载
- 积分:1
-
2222
与marlab有关的牛顿插值问题 很经典的例程
给广大爱好者一臂之力(With marlab the classic Newton interpolation routines to large hand fans)
- 2010-05-12 00:28:30下载
- 积分:1
-
C++编写的中国象棋源码,可作同类游戏的参考
C++编写的中国象棋源码,可作同类游戏的参考
- 2022-12-06 06:50:03下载
- 积分:1
-
Com 端口的示例
/ * BaudRate設定列舉 * /
公共枚举 BaudRateFlag: uint
{
CBR_110 = 110,
CBR_300 = 300,
CBR_600 = 600,
CBR_1200 = 1200,
CBR_2400 = 2400、
CBR_4800 = 4800,
CBR_9600 = 9600,
CBR_14400 = 14400,
CBR_19200 = 19200,
CBR_38400 = 38400,
CBR_57600 = 57600,
CBR_115200 = 115200,
CBR_128000 = 128000,
CBR_256000 = 256000,
}
/ * DTR控制列舉 * /
公共枚举 DtrControlFlag
{
DTR_CONTROL_DISABLE = 0X00,
DTR_CONTROL_ENABLE = 0X01,
DTR_CONTROL_HANDSHAKE = 0X02,
}
/ * RTS控制列舉 * /
公共枚举 RtsControlFlag
{
RTS_CONTROL_DISABLE = 0X00,
RTS_CONTROL_ENABLE = 0X01,
RTS_CONTROL_HANDSHAKE = 0X02,
RTS_CONTROL_TOGGLE = 0X03,
}
/ * 清除通訊緩衝區列舉 * /
公共枚举 PurgeCommFlag: uint
{
PURGE_TXABORT = 0X0001,
PURGE_RXABORT = 0X0002,
PURGE_TXCLEAR = 0X0004,
PURGE_RXCLEAR = 0X0008,
}
- 2023-04-04 01:45:04下载
- 积分:1
-
energypick1
segy地震数据显示,及剖面能量提取!其中包括的二进制数据读取,双缓冲图像显示!舍不得啊。我的宝贝!(segy seismic data, and extract the energy profile! These include binary data read, double-buffer image display! Reluctant ah. My Darling!)
- 2007-03-21 10:30:23下载
- 积分:1
-
Image-zooming
实现bmp位图的图像放大缩小,包含整个mfc的源码文件。(Achieve bmp bitmap image zoom, contains the entire mfc source files.)
- 2014-02-13 10:17:26下载
- 积分:1
-
MediaPlayer
说明: 应用程序向导已为您创建了这个 MediaPlayer 应用程序。此应用程序不仅演示 Microsoft 基础类的基本使用方法,还可作为您编写应用程序的起点。(Application Wizard has created for you the MediaPlayer application. This application not only demonstrates the basic use of Microsoft Foundation Class methods can be used as a starting point for the application you write.)
- 2011-04-11 17:52:03下载
- 积分:1