-
win32
win32.多线程程序设计,更好了解通讯这一块。(the win32 multi-threaded programming, a better understanding of the communication of this one.)
- 2012-06-05 11:35:53下载
- 积分:1
-
ewmark
newmark-b法的简要程序,供大家使用(newmark-b)
- 2010-03-06 12:49:10下载
- 积分:1
-
PCA
主成分分析PCA源代码(C++,matlab)主成分分析PCA源代码(C++,matlab)(Principal Component Analysis PCA source code (C++, Matlab), principal component analysis PCA source code (C++, Matlab))
- 2012-05-31 15:03:39下载
- 积分:1
-
inc
说明: 扰动观察法simulink仿真,基于MATLAB simulink平台(Simulink simulation of disturbance observation method)
- 2020-05-30 12:33:33下载
- 积分:1
-
TFTTEST
这只是一个空的项目工程,MCU IC为STM32F103ZCT6(144PIN),为方便建项目工程提供方便。(This is only an empty project. MCU IC provides convenience for STM32F103ZCT6 (144PIN) to facilitate the construction of the project.)
- 2020-06-20 15:00:01下载
- 积分:1
-
随便上传一个,测试一下网站的可信度。
如果可信度高的话,我将继续上传源码...
随便上传一个,测试一下网站的可信度。
如果可信度高的话,我将继续上传源码-casually upload a test site"s credibility. If the high credibility of the case, I will continue to upload source
- 2023-04-02 11:15:04下载
- 积分:1
-
C# 带农历 万年历 日历
Visual C#实现显示农历、星期、天干地支等信息的万年历,在这个万年历中,你可以学习到很多关于日期时间的获娶判断等操作:
int GetMonth (DateTime time)获取指定公历日期的农历月份
int GetDayOfMonth (DateTime time) 获取指定公历日期的农历天数,这个值根据大月或者小月取值是1到30或者1到29,
int GetSexagenaryYear (DateTime time) 获取指定公历日期的农历年份的干支纪年,从1到60,分别是甲子、乙丑、丙寅、….癸亥, 比如戊戌变法、辛亥革命就是按这个来命名的。当然算八字也少不了这个。
int GetTerrestrialBranch (int sexagenaryYear) ) 获取一个干支的地支,, 从1到12, 表示子、丑、寅、…今年是狗年
通过自定义函数,响应用户在日历上的操作,显示相关的日历提示信息:
if (e.Button == MouseButtons.Left)
{
Point myPosittion = Control.MousePosition;//获取当前鼠标的屏幕坐标
myPosittion.Offset(intX, intY);//重载当前鼠标的位置
this.DesktopLocation = myPosittion;//设置当前窗体在屏幕上的位置
}
- 2023-08-26 22:50:04下载
- 积分:1
-
wowCpp
魔兽源代码Cpp.rar一个国外最早发出的好东西(EverQuest source code Cpp.rar a foreign earliest a good thing)
- 2014-09-17 23:42:00下载
- 积分:1
-
摄像头代码
说明: 双目标定和校正,双目测距,本人亲测有效,opencv3.2(Bi-target determination and correction, binocular ranging, personal measurement is effective, opencv3.2)
- 2019-06-24 16:35:41下载
- 积分:1
-
liushuideng
真正的流水灯:(1)第1,3,5,7个灯半亮,其余的全亮。
(2)第1个亮1/8,第2个亮2/8,第3个亮3/8,第4个亮4/8,第5个亮5/8,第6个亮6/8,第7个亮7/8,第8个全亮。
(3)来点小难的,所有的灯逐渐从暗到全亮,再由全亮到暗。
(4)最难的:8个灯从第一个开始依次渐亮,直到最后一个。再从最后一个起渐暗,直到第一个。如此循环往复。这才是真正的流水灯。
(The real light of the water: (1), paragraphs 1, 3, 5, 7 semi-bright lights, the rest of the bright. (2) a bright 1/8, 2 bright 2/8, 3 bright 3/8, 4 bright 4/8, 5 bright 5/8, 6 bright 6/8 7 bright 7/8, 8 full-bright. (3) to a little difficult, all the lights gradually from dark to full brightness, and then from full bright to dark. (4) the hardest: 8 light from the first start in turn gradually brighter, until the last one. From the last one from the dark, until the first. So on ad infinitum. This is true of light water.)
- 2012-05-19 12:03:12下载
- 积分:1