-
frmMain
A sample of a form in Csharp with several controls
- 2009-09-28 21:00:11下载
- 积分:1
-
Parkingchargesystem
一卡一车,停车刷卡闸门打开,开始自动计时计费;取车刷卡闸门打开,自动统计停车时间及所需缴纳的费用。(A card for a car, parking gates open credit card, start the automatic time billing take the car to open the gate card, automatic statistics downtime and required to pay costs.)
- 2014-11-09 15:11:17下载
- 积分:1
-
ADS1115代码
实现在STM32F407上驱动ADS1115的代码(Implement the code that drives ADS1115 on STM32F407)
- 2020-11-10 09:59:46下载
- 积分:1
-
自适应轨迹跟踪算法
说明: 自适应( self-adaptive)是指处理和分析过程中,根据处理数据的数据特征自动调整处理方法、处理顺序、处理参数、边界条件或约束条件,使其与所处理数据的统计分布特征、结构特征相适应,以取得最佳的处理效果(Self-adaptive refers to the automatic adjustment of processing methods, processing sequence, processing parameters, boundary conditions or constraints according to the data characteristics in the process of processing and analysis, so as to adapt them to the statistical distribution characteristics and structural features of the processed data, so as to achieve the best processing effect.)
- 2019-03-12 10:37:54下载
- 积分:1
-
C# 程序启动最小化至任务栏及闪烁
C#让窗体最小化至任务栏,同时在系统托盘区的图标点击左键能显示窗体,并使窗体闪烁。
- 2023-04-13 01:10:03下载
- 积分:1
-
mencoder和ffmpeg 转换视频格式以及 视频截图功能
mencoder和ffmpeg 转换视频格式以及 视频截图功能
- 2013-08-24下载
- 积分:1
-
fpga0023202323
FPGA时序分析说明。对于高速时钟设计中的时序分析与约束有帮助(FPGA,TIME)
- 2010-11-01 15:49:34下载
- 积分:1
-
21834_1243008935YLCl
多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能. 在局域网中测试达到极限速度. 支持断点续传. 服务端可同时接收多个文件. 传输文件的同时可以发送网络消息(Multi-threaded socket file transfer/support HTTP/send and receive information/point-to-multipoint mode of using blocking socket, the use of multi-threaded, high performance. In the local area network speed test reached its limit. Support HTTP . server can receive multiple files at the same time. transfer files can be sent at the same time the network news)
- 2009-06-02 14:54:59下载
- 积分:1
-
maopao_youhua
冒泡优化:
如果一个序列是int n[]={1,2,3,4,5,6,7,8,9} , 用正常的冒泡排序需要排8次才行,优化之后1次就好,也就是说序列越接近于正常序列,改进之后的冒泡排序的次数就越少,这样会给一个冒泡排序算法带了很大的效率。
思想:添加一个boolean变量用来判断冒泡是否是已经排好了顺序,如果boolean的值为false,说明是已经排好了,如果boolean的值true,说明没有排好,继续排。(If a sequence is int n [] = {, 1,2,3,4,5,6,7,8,9} need to row 8 times the job after optimization times like normal bubble sort, but alsomeans that the sequence is more close to the normal sequence, improved bubble sort, the less the number, which would give a bubble sort algorithm with a great deal of efficiency.
Idea: add a boolean variable used to determine the bubble whether it is already lined up the order, if the boolean is false, indicating already lined up, if the boolean value of true, did not line up, continue to row.)
- 2012-04-18 00:33:45下载
- 积分:1
-
Gaussianeliminationmethod
用C语言来求解n维线性方程组的解,即高斯消元法求解线性方程组(Gaussian elimination method with n-dimensional linear equations)
- 2010-07-14 21:27:06下载
- 积分:1