-
clark grid 化学计量学 主要说明散点图的性能,反映模型的优略性、...
clark grid 化学计量学 主要说明散点图的性能,反映模型的优略性、-clark grid Chemometrics scatter the performance of the main note, reflecting the slightly superior model, and
- 2022-12-20 16:15:03下载
- 积分:1
-
获取系统硬件信息,内存使用状况,process进程列表
void ExeCPUID(DWORD veax) //初始化CPU信息
{
__asm
{
mov eax,veax
cpuid
mov deax,eax
mov debx,ebx
mov decx,ecx
mov dedx,edx
}
}
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-23 22:54:57下载
- 积分:1
-
读取给定目录下符合条件的文件(不包括目录)
读取给定目录下符合条件的文件(不包括目录)-to read directory will meet the requirements document (excluding directory)
- 2023-06-27 11:10:03下载
- 积分:1
-
apache web log parse
apache web log parse
- 2022-04-22 14:30:54下载
- 积分:1
-
Java进行简单分词的实现
在eclipse上使用Java语言来实现简单地词典的分词,对文本进行简单地分词和查询;通过这样的操作可以完成词典的分词并且带有txt语料库来进行比对。
- 2022-08-13 06:44:18下载
- 积分:1
-
二叉树的几种操作,包括递归先序建立二叉树、先序遍历、中序遍历、后序遍历、非递归的各种遍历、计算叶子节点数目和所有节点数目,使用队列实现层次遍历。供研究和学习基本...
二叉树的几种操作,包括递归先序建立二叉树、先序遍历、中序遍历、后序遍历、非递归的各种遍历、计算叶子节点数目和所有节点数目,使用队列实现层次遍历。供研究和学习基本算法者使用-Binary tree of several operations, including the establishment of binary tree recursive first order, first traversal, in order traversal, postorder traversal, a variety of non-recursive traversal to calculate the number of nodes and all leaves and the number of nodes , the use of queue-level traversal realize. For research and learning to use the basic algorithm
- 2022-01-20 23:39:57下载
- 积分:1
-
cab文件压缩、解压
cab文件压缩、解压 -Compression and UnCompresson of Cab file
- 2022-04-17 12:05:22下载
- 积分:1
-
EDA应用中内核CPU
EDA应用中内核CPU-CORE具体定义实例,供大家学习和写程序参考之用-EDA applications, the specific definition of the kernel CPU-CORE examples for everyone to learn and write programs for reference
- 2023-07-16 06:50:03下载
- 积分:1
-
Serial Port VB apps on WinCE for S3C2440
Serial Port VB apps on WinCE for S3C2440
- 2022-02-13 11:54:16下载
- 积分:1
-
RTSP服务器及客户端测试源代码
一个完整的基于RTSP协议的流媒体服务器及测试客户端,VC2008环境下编译运行;是刚开始学习流媒体技术不错的源码资料(注:该源码为下载别人后 稍作改动,非常感谢!!)
- 2022-01-21 03:19:52下载
- 积分:1