-
数据结构的flash算法演示,形象生动的演示效果,让你学起来更轻松...
数据结构的flash算法演示,形象生动的演示效果,让你学起来更轻松-Data structure of the flash algorithm for demonstration, the image of a vivid demonstration of the effect, so you better learn to relax
- 2023-04-17 23:45:03下载
- 积分:1
-
遗传算法工具箱,可以直接调用该工具箱对各种神经网络进行优化处理,方便快捷...
遗传算法工具箱,可以直接调用该工具箱对各种神经网络进行优化处理,方便快捷-Genetic Algorithm Toolbox, you can directly call the toolbox of various neural network optimization, convenient and quick
- 2022-08-13 04:29:56下载
- 积分:1
-
一个物流公司的物流配送系统,比较简单,数据库为sqlserver,压缩包里的databak就是。...
一个物流公司的物流配送系统,比较简单,数据库为sqlserver,压缩包里的databak就是。-a logistics company"s logistics and distribution system, a relatively simple database for SQLServer, compressed bag databak is.
- 2022-03-19 03:25:52下载
- 积分:1
-
棋盘信息无疑会快于90个字节的棋盘,但这并不意味着所有的运算和操作都会更快。使用32个字节的数据表示,程序员在确定一个棋子的位置时往往需要增加额外的移位操作以取...
棋盘信息无疑会快于90个字节的棋盘,但这并不意味着所有的运算和操作都会更快。使用32个字节的数据表示,程序员在确定一个棋子的位置时往往需要增加额外的移位操作以取出一个字节中含有的两个坐标信息。2.2 比特棋盘(BitBoards)随着计算机存储能力的大幅提高,棋盘表示的空间需求往往已不是设计人员最为关注的问题。-chessboard information will undoubtedly faster than 90 bytes of chessboard. But this does not mean that all arithmetic operations and will be faster. Using 32 bytes of data, programmers in determining the location of a piece often need additional shift operation to remove a byte containing the 2 Coordinate information. 2.2 bits chessboard (BitBoards) with the computer storage capacity substantially higher. The board said the demand for space is not often designers most concern.
- 2022-10-30 02:45:07下载
- 积分:1
-
Marr_Hildret算子的详细讲解,能更好的提高边缘提取的效果 很难得的哟...
Marr_Hildret算子的详细讲解,能更好的提高边缘提取的效果 很难得的哟-Marr_Hildret Operator elaborate better marginal increase of the effect is difficult to extract the yo
- 2022-07-14 16:39:48下载
- 积分:1
-
dephi api函数查询软件
dephi api函数查询软件-dephi api function query software
- 2022-08-19 00:22:03下载
- 积分:1
-
cuda 并行编程代码
CUDA 是一种并行编程模型和软件环境,用于应对这种挑战,同时保证熟悉 C 语言等标准编程语言的程序员能够迅速掌握 CUDA。CUDA 的核心有三个重要抽象概念:线程组层次结构、共享存储器、屏蔽同步(barrier synchronization),可轻松将其作为 C 语言的最小扩展级公开给程序员。这本关于GPU高性能编程的代码对于初学GPU编程的学者来说是非常难得的,它通过程序实例让初学者更好地理解GPU编程。
- 2022-04-10 15:46:25下载
- 积分:1
-
ASP站长助手 v4.0 功能增强版 站内文件在线管理功能,无组件上传功能,可操作MSSQL数据库和Access数据库。包括浏览数据和添加,删除,修改数据,建立
ASP站长助手 v4.0 功能增强版 站内文件在线管理功能,无组件上传功能,可操作MSSQL数据库和Access数据库。包括浏览数据和添加,删除,修改数据,建立数据表,修改数据库等,非select命令提供一个SQL输入框给大家输入SQL指令来执行-ASP Stationmaster the assistant v4.0 function enhancement
version stands the document on-line management function, does not have
on the module to pass on the function, may operate the MSSQL database
and the Access database. Including the browsing data and the increase,
deletes, revises the data, establishes the data sheet, revises the
database and so on, the non- select order provides a SQL input frame
to input the SQL instruction for everybody to carry out
- 2023-06-19 03:00:03下载
- 积分:1
-
大富翁游戏源文件,使用Asp编写的,其他的大家都应该明白了,不用我多说什么了吧。...
大富翁游戏源文件,使用Asp编写的,其他的大家都应该明白了,不用我多说什么了吧。-Monopoly game source document, prepared by the use of Asp, other people should understand, I do not have to say what it is.
- 2022-03-21 10:00:06下载
- 积分:1
-
vb 获取外网ip
"获取外网ip源码
Private Sub Command1_Click()
Dim h As Object
Dim i As Integer
Dim s As String
Set h = CreateObject("Microsoft.XMLHTTP")
GetInternetIP = False
g_strInternetServerIP = ""
h.Open "GET", "http://ip.3322.net", True "False
h.Send
If (h.ReadyState = 4) And (h.Status = 200) Then
&nb
- 2022-10-06 09:35:03下载
- 积分:1