-
C#编程小例子
C#编程小例子-C# Programming small example! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
- 2022-10-26 01:35:03下载
- 积分:1
-
基于STM32的三轴加速度传感器代码
主函数不停的查询ADXL345的转换结果,得到x、y和z三个方向的加速度值(读数值),然后将其转换为与自然系坐标的角度,并将结果在LCD模块上显示出来。DS0来指示程序正在运行,通过按下WK_UP按键,可以进行ADXL345的自动校准(DS1用于提示正在校准)。
- 2023-01-29 07:35:03下载
- 积分:1
-
学生管理系统
学生信息管理系统是各大高校所不可缺少的一部分,随着计算机水平的快速提高,学生信息管理系统也在不断地发展和完善。本管理系统主要包括了学生的信息管理以及课程和成绩管理。该系统有C#语言编写,用SQL Server 2005数据库作为后台的数据库进行信息的存储,用ODBC技术实现前台.Net与后台SQL数据库的连接。
- 2022-02-06 00:09:18下载
- 积分:1
-
maxflow-v3.01
这个软件图书馆实现了maxflow算法描述 “一个实验比较的最大流最小切/能量最小化算法在视觉。(This software library implements the maxflow algorithm described in
"An Experimental Comparison of Min-Cut/Max-Flow Algorithms for Energy Minimization in Vision.)
- 2013-08-06 20:04:28下载
- 积分:1
-
morton-BLDC__and_PCB_Included
使用控制BLDC电机成熟方案,在洗衣机上使用年,都比较稳定,目前产品家家户晓。其中包含C语言及对应的PCB原理图,较为难得。(Use BLDC motor control mature solution, in the washing machine using, more stable, at present the product every so famous. Contains C language and the corresponding PCB principle diagram, relatively rare.
)
- 2021-01-02 14:38:57下载
- 积分:1
-
多线程 Semaphore
class Program { static void Main(string[] args) { Semaphore seamphore = new Semaphore(5, 5, "SemaphoreExample"); seamphore.WaitOne(); Console.WriteLine("Seamphore 1"); seamphore.WaitOne(); Console.WriteLine("Seamphore 2"); seamphore.WaitOne(); Console.WriteLine("Seamphore 3");
- 2014-11-10下载
- 积分:1
-
cccc
输入两个正整数m和n,求其最大公约数和最小公倍数(Enter two positive integers m and n, can seek the common denominator and least common multiple)
- 2010-05-11 21:19:20下载
- 积分:1
-
CTPhf
ctp海风实例
有修改
非常好的交易实例(ctp cthostftdctraderapi)
- 2013-12-24 19:59:50下载
- 积分:1
-
Snake
这个资料是贪吃蛇游戏在Visual C++环境下实现的源代码(This information is Snake game source code under the Visual C++ environment)
- 2012-07-26 20:40:45下载
- 积分:1
-
差分约束系统
说明: 差分约束系统ACM参考代码和部分教程,谢谢(ACM Reference Code and Some Tutorials for Differential Constraint Systems)
- 2020-06-22 01:40:02下载
- 积分:1