-
C#自定义选择按钮
使用C#写的自定义的一个radio button按钮,包含几种Windows常见的风格,并已经生成了动态库文件,用户调用动态库文件即可调用控制按钮。支持.net4.0等版本。
- 2022-05-17 15:50:07下载
- 积分:1
-
表白必用神器
窗口程序,窗口显示:是否喜欢***,然后下方有两个按钮,一个是喜欢,另一个是不喜欢。当选择喜欢时,会弹出:你的选择是正确的窗口;当要选择不喜欢时,按钮会进行交换,使用户无法选择;当用户选择右上角的关闭按钮时,就会弹出:这样也是无法改变你喜欢我的事实。所有只有选择喜欢才可以关闭窗口,这个程序是用来表白的绝佳神器。
- 2023-07-25 18:20:04下载
- 积分:1
-
dex2jar1T
dex to jar 0.7.5 version
- 2014-09-03 02:49:06下载
- 积分:1
-
Approximations_Finite_Element_Methods
In this section we introduce the idea of Galerkin approximations by considering
a simple 1-d boundary value problem
- 2018-01-01 08:47:19下载
- 积分:1
-
daimadaquan
通过阅读本书,深刻认识所犯过的错误,如何避免它们。同时,丰富的编程经验帮助你在控制大规模项目和按要求对软件进行修改和维护时感到得心应手。(By reading this book, a profound understanding of the mistakes, how to avoid them. At the same time, a wealth of programming experience assist you in controlling the large-scale projects and, as required, the software modification and maintenance are easy.)
- 2009-03-21 08:54:45下载
- 积分:1
-
矢量转栅格--e00文件
资源描述矢量转栅格--e00文件 该程序是用来打开e00矢量文件,能够正确显示矢量结构,然后支持矢量转栅格绘制出来同时支持图像的方法,缩小,漫游,是GIS初学者适合用的(e00文件时一种通用的GIS数据文件,能够反映拓扑关系什么的,非常实用
- 2022-02-06 17:04:41下载
- 积分:1
-
QuickSort
改进的基于c++的快速排序算法排序算法大体可分为两种:
一种是比较排序,时间复杂度O(nlogn) ~ O(n^2),主要有:冒泡排序,选择排序,插入排序,归并排序,堆排序,快速排序等。
另一种是非比较排序,时间复杂度可以达到O(n),主要有:计数排序,基数排序,桶排序等。(Improved fast sorting algorithm based on C ++)
- 2018-01-19 15:12:55下载
- 积分:1
-
GSM2
基于51单片机实现定位,并通过sim900a把定位信息发送到指定手机(base on 51 chip,send location to phone)
- 2016-05-11 14:09:31下载
- 积分:1
-
_-1
MATLAB 编程有助于初学者进行学习,了解以及相应的运用(MATLAB programming will help beginners to learn, understand, and use of appropriate)
- 2012-09-21 16:05:51下载
- 积分:1
-
benchmark+for+DP
旅行商问题动态规划算法的应用
某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。
(TSP dynamic programming algorithm of a salesman to a number of cities to sell commodities, known the distance between cities (or travel). He selected from a resident, after each city again, the last resident to return to the line, making the total distance (or travel) is the smallest. )
- 2007-07-04 11:01:52下载
- 积分:1