-
SuperCourse
说明: 不错的课程网站,分前后台,还有数据库.
ASP.NET+SQL2005(this is a so good project for Asp.net
it s surpercourse)
- 2011-04-03 17:12:50下载
- 积分:1
-
C# 截屏代码
using System;
using System.Collections.Generic;
using System.Text;
using System.Drawing;
using System.Windows.Forms;
namespace Screencap
{
public class Capture
{
public enum CaptureTarget
{
Window,
Screen
}
public static Bitmap CaptureImage(CaptureTarget target, IntPtr windowHandle)
{
if (target == CaptureTarget.Window && windowHandle != IntPtr.Zero)
{
Rectangle rect = GetWindowRect(windowHandle);
- 2022-01-21 23:03:40下载
- 积分:1
-
arcgis空间分析
arcgis二次开发,可以完成一些简单的空间分析功能,比如说缓冲分析,最短路径分析。这个是自己根据老师安排的任务自己写的一个简单程序,主要是作为练手的程序,不具备商用价值,希望可以帮助刚刚踏上地信二次开的道路上的小伙伴。不需要积分
- 2022-11-03 00:55:03下载
- 积分:1
-
hafumanTree
数据结构课程设计,在VC环境下完成,利用哈夫曼树原理,主要功能是实现字符的压缩和解压缩,设计脉络清晰,易懂(Data structure course design, completed in the VC environment, using Huffman tree principle, the main function is to achieve the character of the compression and decompression, design, clear structure, easy to understand)
- 2011-01-02 13:15:23下载
- 积分:1
-
Keilc51-v812
嵌入式开发的调试软件,很好用,嵌入式开发的调试软件,很好用,嵌入式开发的调试软件,很好用。(The development of embedded software debugging, very good
The development of embedded software debugging, very good
The development of embedded software debugging, very good
)
- 2011-12-04 18:02:13下载
- 积分:1
-
Win32Test
win32实现对话框局部透明的功能,并可实现鼠标穿透或不穿透的控制(win32 partially transparent to achieve the dialog function, and enables a mouse to penetrate or not penetrate control)
- 2015-02-05 13:27:39下载
- 积分:1
-
foi_mimo.tar
GNUradio中mimo实现,基于GNURadio3.3.0以及UHD(mimo in GNURadio based on GNURadio 3.3.0 and UHD)
- 2013-12-05 12:06:15下载
- 积分:1
-
switch1.3
说明: 平移页面切换效果,仿PPT页面进入效果,代码简单效果出众(Translational page switching effect)
- 2020-06-22 11:20:02下载
- 积分:1
-
knapsack.cpp
这个背包.cpp用于求解整数背包问题的程序。你用随机数输入一个文件。结果将保存在输出文件中结果.dat.........................................................................................................................................................
- 2022-01-26 08:22:57下载
- 积分:1
-
SeisInversionProceed
用C语言地震合成记录 里面包括计算反射系数 生成雷克子波 等部分 有点长 希望有用(Synthetic seismic records using C language, including calculation of the reflection coefficient which generate Leike Zi Bo and some other little long hoped that a useful)
- 2021-03-03 18:49:32下载
- 积分:1