-
0401-3
椭圆曲线密码算法及其应用论文,对椭圆曲线加解密算法实现具有很好参考价值(Elliptic curve cryptography algorithm and its application papers, the elliptic curve encryption and decryption algorithm to achieve a good reference value
)
- 2012-04-01 09:16:34下载
- 积分:1
-
arcgis空间分析
arcgis二次开发,可以完成一些简单的空间分析功能,比如说缓冲分析,最短路径分析。这个是自己根据老师安排的任务自己写的一个简单程序,主要是作为练手的程序,不具备商用价值,希望可以帮助刚刚踏上地信二次开的道路上的小伙伴。不需要积分
- 2022-11-03 00:55:03下载
- 积分:1
-
zuidasiranyima
最大似然译码
最大似然译码
最大似然译码(Maximum likelihood decoding of maximum likelihood decoding of maximum likelihood decoding)
- 2008-12-13 18:53:08下载
- 积分:1
-
tsp问题中求解城市间距离最短的问题 环境C
tsp问题中求解城市间距离最短的问题 环境C-tsp problem solving the shortest distance between cities in the problem environment, C++
- 2022-07-27 08:16:30下载
- 积分:1
-
对SQL Server数据库进行操作的类。包括显示分页及对话框。
对SQL Server数据库进行操作的类。包括显示分页及对话框。-right SQL Server database operations category. Pagination and showing the dialog box.
- 2022-10-20 02:20:03下载
- 积分:1
-
histogram limited for equalized
histogram limited of equalized for hdr tone mapping
- 2022-11-11 06:40:03下载
- 积分:1
-
C# timer应用范例:左右飘动的窗体
C# 创建一个飘动的窗体,左右飘动,主要是对Timer的控制,基本的原理是:窗体的左上角横坐标随着timer1不断加一,窗体的左上角横坐标随着timer2不断减一,这个过程由Timer控制,因此你要写出一个循环,来控制Timer不停变化,比如timer不断加一:
Point p = new Point(this.DesktopLocation.X + 1, this.DesktopLocation.Y);
this.DesktopLocation = p;
if (p.X == 630)
{
timer1.Enabled = false;
timer2.Enabled = true;
}
以上代码的执行我们放入到private void timer1_Tick私有函数中,运行程序后即运行该函数。
- 2023-03-26 23:00:04下载
- 积分:1
-
LCD19264
LCD19264底层驱动程序 显示16*16汉字 8*8汉字 32*32汉字 10*10数字(LCD19264 192*64 )
- 2013-10-21 23:06:09下载
- 积分:1
-
UniqueInstance
VC6.0实现的,只能有一个程序实例运行的例子程序。两套实现方案。一个使用互斥对象,一个使用找到窗口句柄(VC6.0 achieved, there can be only one instance to run the example program. Two implementations. Use of a mutex object, a window handle to use to find)
- 2013-12-07 11:08:13下载
- 积分:1
-
LCD12864
LCD12864多级菜单protues仿真资料(LCD12864 multilevel menu protues simulation data
)
- 2021-04-13 15:58:57下载
- 积分:1