-
studentgradecw
说明: 成绩管理系统,用VC和SQL 2000开发,非常不错的一个系统,用户根据不同权限访问数据库,进行添加、修改、查询、删除、打印、备份和还原数据库等操作(performance management system, with VC 2000 and SQL development, a very good system, Under the authority of different users access to the database, add, modify, search, delete, print, backup and restore databases, and other operations)
- 2006-11-30 20:03:42下载
- 积分:1
-
基于c#实现的简单通讯录
这个是很基础的用VS2010开发的c#源码,采用三层架构实现一个简易的通讯录管理,采用Microsoft Office Access实现数据的存储,能够实现增、删、查、改。
- 2023-05-12 18:50:03下载
- 积分:1
-
sift_ImageProcessing
sift特征点检测及图像拼接,matlab7.0实现的,我从别人那里整过来的,测试的话,用在matlab里面直接调用match( b1.jpg , b2.jpg )即可,我测试成功,里面也有说明文档,为了科研,共享,希望大家有好的代码都0分共享,与己方便,与人方便,中国科研才会发展更迅速(sift feature point detection and image stitching of, matlab7.0 realized, I come from others where the whole test, used in matlab inside direct calls to match (' b1.jpg' , ' b2.jpg' ) can I test success, which also has documentation, in order to research, share, and hope everyone has a good code sharing, and has convenient, and accommodating, the more rapid development of China' s scientific research will)
- 2012-10-11 23:37:29下载
- 积分:1
-
quzze
该代码包括了队列的实现,主要包括队列的进出问题, 以及队列的查询,删除等问题。(The code includes queue implementation, mainly including queue in and out of the question, as well as the queue query, delete, etc.)
- 2014-01-03 10:44:40下载
- 积分:1
-
WPF常用控件集(含源码)
WPF控件集
- 2020-04-08下载
- 积分:1
-
u16-capture
利用定时器,产生 可调频的脉冲。。。。。。(The timer can be chirp)
- 2013-07-24 19:12:17下载
- 积分:1
-
高性能计算自选题目实验报告
说明: 对于一副图像,比如8000*5333分辨率,我们在处理时,通常思路是从第1个像素开始,一直计算到最后一个像素。其实,目前不论手机还是个人电脑,处理器都是多核。那么完全可以将整副图像分成若干块,比如cpu为4核处理器,那么可以分成4块,每块图像大小为2000*5333,这样程序可以创建4个线程,每个处理器执行一个线程,每个线程处理一个图像块。虽然这样操作后,运算速度不会显著提升4倍,因为线程创建、释放、上下文切换都要耗些时间。但运算速度还是将明显提升,一般4核 vs 1核,运算时间将降低一半。(For an image, such as 8000 * 5333 resolution, we usually start with the first pixel and calculate it to the last pixel. In fact, at present, whether mobile phones or personal computers, processors are multi-core. Then the whole image can be divided into several blocks, such as CPU 4 core processor, then can be divided into four blocks, each image size of 2000*5333, so that the program can create four threads, each processor executes a thread, each thread processing an image block. Although this operation will not significantly increase the computing speed by four times, because thread creation, release, context switching will take some time. But the operation speed will be improved obviously. Generally, 4 cores vs 1 cores will reduce the operation time by half)
- 2020-11-13 10:59:44下载
- 积分:1
-
unpack-themida
Themida的另类破解
附件提供的一个程序是用汇编写的PE信息小工具,用Themida1855加密,加密选择RISC-64 processor,全选加密可选项,并对部分API函数使用VM加密,入口虚拟系数选择15。
- 2012-11-06 11:57:45下载
- 积分:1
-
EMI EMC
说明: 经兄弟推荐最终决定用两个控件MCSCOMM与TeeChart来完成此任务。(After recommendation by brothers, we finally decided to use two controls, MCSCOMM and TeeChart, to accomplish this task.)
- 2020-06-18 07:40:02下载
- 积分:1
-
PortScan
端口扫描器。 本扫描器实现了:TCP Connect 扫描,TCP SYN扫描,TCP Fin扫描,TCP ACK扫描及UDP端口扫描,这些扫描能够实现扫描特定IP地址范围内端口和扫描某IP地址范围内全部主机特定端口两种模式,并且SYN扫描能够区分端口开放、端口关闭和被防火墙过滤三种状态。(Port scanner. The scanner realized: TCP Connect Scan, TCP SYN Scan, TCP Fin Scan, TCP ACK scan and UDP port scan, the scan can scan a specific IP address range of ports and scanning a range of IP addresses all host two specific ports mode, and can distinguish SYN scan open ports, port closed and the three states firewall filters.)
- 2020-11-25 00:59:32下载
- 积分:1