-
upfile_2.43
PHP多图片批量上传程序源码,之前在某网站看到其程序,索要及买源码未果。通过开发人员工具及其他抓包程序进行相关文件获龋而且自己写了后台代码,不断调试完成(PHP bulk upload multiple pictures program source code, before a site to see their program, ask for and buy a source unsuccessful. Through developer tools and other related documents capture program for caries and write their own code-behind, constantly testing completed)
- 2013-05-30 23:48:27下载
- 积分:1
-
DES
自己开发的一个des加密算法,可用作网络通信方面,希望对大家有帮助(Their development of a des encryption algorithm can be used as network communications, we want to help)
- 2010-06-11 07:37:12下载
- 积分:1
-
ka127
LCMV优化设计阵列处理信号,正确率可以达到98%,自写曲率计算函数 。( LCMV optimization design array signal processing, Accuracy can reach 98 , Since writing the curvature calculation function.)
- 2017-05-04 14:17:13下载
- 积分:1
-
matlab
信号的预处理,去除趋势项,以达到我们所要的信号的形式,效果比较好(Signal pre-processing to remove the trend term, we want to achieve in the form of signals, results were better)
- 2011-11-03 20:29:42下载
- 积分:1
-
操作word类的C#代码
操作word类的C#代码,可以使用在文档生成类的操作,打印模块还没有完善,直接生成word,Excel还没有做,不过已经可以满足日常办公的使用。值班排版,时间段的划分比较详细。
- 2022-01-27 19:43:36下载
- 积分:1
-
OPenGL
OpenGL source code for program OpenGL source code
- 2012-07-08 05:17:26下载
- 积分:1
-
OV7725
STM32+OV7725彩色摄像头颜色识别定位
- 2022-03-17 12:49:34下载
- 积分:1
-
这是一个画图程序在C #
this a paint program in C#-this is a paint program in C#
- 2022-08-08 03:31:48下载
- 积分:1
-
eye2
Non-linear and impact load produce harmonic current and reactive current, and will
bring great pressure to the public grid power quality.
- 2013-11-30 17:06:42下载
- 积分: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