-
sha-256
sha256的签名算法,纯C实现,已验证正确,在控制台上直接运行即可,(sha256 signature algorithm, pure C implementation ,has been verified properly and can be run directly on the console.)
- 2021-04-28 16:08:43下载
- 积分:1
-
TCP_UDP_IRC
socket通信tcp实现的聊天室程序源码(tcp socket communication program source code to achieve the chat room)
- 2020-09-11 13:38:01下载
- 积分:1
-
sk_buff
sk_buff结构体,网络数据包传送,在内核中sk_buff表示一个网络数据包,它是一个双向链表,而链表头就是sk_buff_head,(sk_buff structure, network packet transmission, the kernel sk_buff represents a network packet, which is a doubly linked list, and the list head is sk_buff_head,)
- 2013-11-23 22:28:20下载
- 积分:1
-
Biometric-Testing
Biometric Fingerprint, testing application
- 2013-12-11 22:08:35下载
- 积分:1
-
C语言面试题.doc(近百道题)
C语言面试题目录C语言面试题.......................................................................................................................................1第一部分:基本概念及其它问答.........................................................................................................2第二部分:程序代码评价或者找错.....................................................................................................4第三部分:编程题.................................................................................................................................24第四部分:附加部分.............................................................................................................................27
- 2020-06-24下载
- 积分:1
-
实验27:AD模数转换
使用51单片机控制某芯片,实现AD数模转换的功能。(A chip is controlled by 51 single chip computer to realize the function of AD digital-to-analog conversion.)
- 2020-06-19 10:40:02下载
- 积分:1
-
openplant取数小程序
private void getHistoryDataSample_Click(object sender, EventArgs e)
{
if (!OPconnect())
{
return;
}
richShowData.AppendText("(取历史采样)请求ID: " + b_pointID.Text.ToString() + "
");
//创建一个空请求
int[] vec = { Convert.ToInt32(b_pointID.Text.ToString()) };
OPAPI3.OPTime end_time = new OPAPI3.OPTime();
OPAPI3.OPTime start_time = new OPAPI3.OPTime();
OPAPI3.OPTime interval_time = new OPAPI3.OPTime();
&n
- 2022-01-26 06:18:17下载
- 积分:1
-
分页控件
一.主要功能:
数据库中编写存储过程实现分页功能。在asp.net页面传递当前显示的页号和页大小调用Sql
Server存储过程获取并显示当前页的数据
二:存储过程
此分页控件主要的分页是用存储过程。使用存储过程效率更高,加快查询的速度,可以优化ASP.net代码和增强代码灵活性。在VS.net2005进行数据库的操作时,经常会用到GridView控件。这样可以把所有的事情都在服务器端完成,大大减小服务器的负担。
当数据库中的记录很多时,通过字段在数据库中分页,在前台通过设置其当前的页号和页大小,当数据很大的时候。可以在文本框中设置其当前的页号和每一页数进行分页,并可通过不同的数据控件显示。
- 2022-03-21 14:48:18下载
- 积分:1
-
src
source code of Fundamentals of texture mapping and image warping (the source show how texture mapping works)
- 2015-01-15 21:42:29下载
- 积分:1
-
keans算法
支持多维数据的kmeans改进算法,允许设置数据的维数,对一个数据的不同特征进行聚类分析。是支持数据以文件的形式存储的。
- 2022-05-18 08:00:35下载
- 积分:1