-
windows_NT_文件系统内幕(中文版)_全部章节以及源代码
windows_NT_文件系统内幕(中文版)_全部章节以及源代码-Insider windows_NT_ file system (Chinese version) _ all the chapters, as well as the source code
- 2022-07-22 01:00:51下载
- 积分:1
-
example control desk user interface experiment
example control desk user interface experiment
- 2022-11-16 10:20:03下载
- 积分:1
-
FTE是一个面向程序员的文本编辑器。可以支持20多种编程语言的语法高亮,加上较强的可配置性,使这个轻量级但是通用的编辑器几乎可以适应于任何程序员.zip它不是一...
FTE是一个面向程序员的文本编辑器。可以支持20多种编程语言的语法高亮,加上较强的可配置性,使这个轻量级但是通用的编辑器几乎可以适应于任何程序员.zip它不是一个完整的编程语言,因为它没有标准函数库(如IO和字符串处理)。FScript提供的基本函数(如流程控制,变量处理,和基本的数学运算)可以通过宿主程序扩展,只需要一个Java 2运行环境.tgz-FTE is a programmer- oriented text editor. 20 can support multiple programming language syntax highlighter, coupled with strong configurable, so this lightweight but GM editors can be adapted to almost any programmer. Zip it is not a complete programming language, because it does not have the standard functions (such as string handling and IO). FScript provide the basic functions (such as flow control, variable handling, and basic arithmetic) can be extended through a host application only need a Java 2 runtime environment. Tgz
- 2023-07-06 13:45:03下载
- 积分:1
-
转换10进制数为二进制数。
% B = DE2BI(D) 转换正整数向量D成二进制矩阵B。
二进制矩阵B的每一行表示十进制向量D中相应的数。
B...
转换10进制数为二进制数。
% B = DE2BI(D) 转换正整数向量D成二进制矩阵B。
二进制矩阵B的每一行表示十进制向量D中相应的数。
B = DE2BI(D, N) 转换正整数向量D成二进制矩阵B,-Conversion of 10 hexadecimal for binary number. B = DE2BI (D) positive integer conversion into a binary vector D matrix B. Binary matrix B that each row vector D decimal number corresponding. B = DE2BI (D, N) vector D converter positive integer binary matrix B,
- 2022-08-12 12:48:54下载
- 积分:1
-
一个创建IE快捷方式到桌面的实例、可更打开快捷方式时所指向的URL地址~~可直接编译使用~...
一个创建IE快捷方式到桌面的实例、可更打开快捷方式时所指向的URL地址~~可直接编译使用~-Create a shortcut to the desktop IE instance, can be more open the shortcut pointing to the URL address of the time can be directly compiled using ~ ~ ~
- 2022-08-08 21:13:08下载
- 积分:1
-
DirectShow实务精选+源代码
directshow源代码,包括摄像头、播放器、过滤器、在线视频等源代码,有需要的人可以下载
- 2022-01-30 23:41:58下载
- 积分:1
-
This is a simple solution of 8queen puzzle problem. It finds all the possible s...
This is a simple solution of 8queen puzzle problem. It finds all the possible solution of 8queen problem. -This is a simple solution of 8queen puzzle problem. It finds all the possible solution of 8queen problem.
- 2022-03-20 11:21:03下载
- 积分:1
-
VC实现的分水岭算法
算法内容:首先将二维灰度图像抽象为三维地形,横纵坐标表示经纬度,灰度表示高度,这样就产生了一个地形图,地形中有高山有盆地,我们的任务就是找到盆地并且给盆地划定地盘。
算法过程,将最低点(灰度)作为起始点,开始从下注水,想泉水一样,水位逐渐上升,所有点都是上下透水的,但不会横向流动,每产生一个新的积水盆地时标记这个盆地使之与原有盆地区别开,当两个盆地内的水要汇集的时候,在此点建立一个水坝,将水分开,此水坝无限高,水永远不会溢出,依次建立所有水坝,最后的水坝就是所谓的分水岭或分水线,也就是得到的分割线。
- 2022-03-20 10:50:29下载
- 积分:1
-
VIsualC++编程对话框的应用
本工程在VisualStudio2010平台验证通过,主要完成对话框的应用是一个对话框的综合应用程序,包括模态和非模态对话的设计,对话框控件消息的处理,属性对话框的设计和消息响应,文件对话框的实例,颜色对话框的实例,查找和替换对话框的实例。
- 2022-02-06 02:37:17下载
- 积分:1
-
Feature Detection and Matching
基于sift的特征点检测和匹配,配合Panoramastitch可以实现全景图的拼接,代码为命令行参数程序,有需要可自行修改。
- 2022-11-04 02:15:03下载
- 积分:1