-
精确到毫秒的时钟,以及秒表,带有提醒功能
精确到毫秒的时钟,以及秒表,带有提醒功能- Precisely to a millisecond clock, as well as the stopwatch, has
the reminder function
- 2022-02-06 13:43:40下载
- 积分:1
-
零件切割问题
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形...
零件切割问题
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?采用分治递归-Parts mutilation given width W of a rectangular plate, rectangular plate of height restrictions. Is the need to cut out from the board, respectively, n-height hi, a width of the rectangular parts wi. Parts of the rules of cutting height direction and the direction of rectangular plates with a high degree of consistency. Asked how to make the use of cutting rectangular plate height h the smallest? Recursive use of sub-rule
- 2023-04-23 19:05:03下载
- 积分:1
-
遍历文件郏.rar
遍历文件郏.rar-traverse document. Rar
- 2022-03-16 12:34:45下载
- 积分:1
-
一个浏览文件夹对话框的程序,是常用的几个工具代码!
一个浏览文件夹对话框的程序,是常用的几个工具代码!-a folder browser dialog procedure is commonly used tools code!
- 2023-02-10 16:55:03下载
- 积分:1
-
simple sumrine game, you can imporve it
simple sumrine game, you can imporve it
- 2022-02-10 08:55:15下载
- 积分:1
-
This is a C++ Builder environment, copy the file preparation, and can be prepare...
这是一个在C++Builder环境下,对文件进行拷备,并且可以把拷备的文件重新读入的方法。-This is a C++ Builder environment, copy the file preparation, and can be prepared to copy the file to re-read approach.
- 2022-10-06 11:30:04下载
- 积分:1
-
给任意长度的字符串,加CRC校验码的c语言算法
给任意长度的字符串,加CRC校验码的c语言算法-to arbitrary length of the string, plus CRC algorithm in C Language
- 2023-04-02 22:45:02下载
- 积分:1
-
使用grub4dos 来自动还原ghost文件,ghost文件放在I盘的相应目录下,盘符可以自行修改,执行的时候类似这样,restore.bat xppro 意...
使用grub4dos 来自动还原ghost文件,ghost文件放在I盘的相应目录下,盘符可以自行修改,执行的时候类似这样,restore.bat xppro 意思是说还原到xp professional -Use grub4dos to automatically restore the ghost files, ghost files on I set the corresponding directory, the letter can be modified to implement the time like this, restore.bat xppro means that to revert to xp professional
- 2023-01-14 13:30:04下载
- 积分:1
-
实用程序,万年历打印
实用程序,万年历打印-practical procedures, hefty almanac Print
- 2022-04-29 17:41:44下载
- 积分:1
-
Delphi通过https接口post数据
应用背景向web认证服务器通过https接口post认证数据,delphi2005正常使用。最初的的时候采用indy控件,IdHTTP和IdSSLIOHandlerSocketOpenSSL配合,但是没有成功,对方服务器连接后立即断开链接,不返回任何数据,后来通过网上查询,找到了这个方法,可以根据服务器的要求自定义头文件和post的内容。引用了WinINet,IDURI单元,其中CnMD5,CnBase64是认证业务需要加入的cnpack中的单元,和https链接无关。这种方法的另外一个好处是不用再调用indy引用的两个dll文件(libeay32.dll,ssleay32.dll),这两个文件和indy的版本还需要配套,比较麻烦,而且就是匹配了我也没有测试成功,可能和对方服务器的环境有关系,感觉还是后来的这种方式兼容性比较好关键技术主要是delphi下的开发,研究了很久,没有找到SSL双向认证的,这个终于让我找到了,可以双向认证,实现微信退款功能等等。。。。。。。。。。。。。。
- 2022-03-20 05:38:43下载
- 积分:1