您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 可以获取命令行参数的源代码

  2. 可以获取命令行参数的源代码 procedure TForm1.Button1Click(Sender: TObject); var i:integer; begin memo1.Clear; for i:=1 to paramcount do memo1.Lines.Add(string(paramstr(i))); end;
  3. 所属分类:其它

    • 发布日期:2009-09-28
    • 文件大小:2048
    • 提供者:liu9536
  1. 系统托盘图标例子程序

  2. inherited; if message.LParam = wm_rbuttonup then begin //用鼠标右键点击图标 getcursorpos(mousept); //获取光标位置 popupmenu1.popup(mousept.x, mousept.y); //在光标位置弹出选单 end; if message.LParam = wm_lbuttonup then begin //用鼠标左键点击图标 //显示应用程序 窗口 ShowWindow(Handle, SW_SHO
  3. 所属分类:其它

    • 发布日期:2009-09-28
    • 文件大小:3072
    • 提供者:liu9536
  1. Android Develpment

  2. a book to teach u how to begin with a android
  3. 所属分类:Android

    • 发布日期:2009-09-30
    • 文件大小:8388608
    • 提供者:vzq4815
  1. Complete.Digital.Design

  2. Digital systems are created to perform data processing and control tasks. What distinguishes one system from another is an architecture tailored to efficiently execute the tasks for which it was designed. A desktop computer and an automobile’s engin
  3. 所属分类:其它

    • 发布日期:2009-10-04
    • 文件大小:6291456
    • 提供者:djgan
  1. iBATIS in Action

  2. @2007 Author: CLINTON BEGIN BRANDON GOODIN LARRY MEADORS 高清,有目录
  3. 所属分类:Java

    • 发布日期:2009-10-05
    • 文件大小:5242880
    • 提供者:darrenfu42
  1. C和C++函数参考手册.chm

  2. 绝对经典 物超所值,经典收藏 内容如下: General C/C++ Pre-processor commands Operator Precedence Escape Sequences ASCII Chart Data Types Keywords Standard C Library Standard C I/O Standard C String & Character Standard C Math Standard C Time & Date Standard C Me mory
  3. 所属分类:C++

    • 发布日期:2009-10-06
    • 文件大小:180224
    • 提供者:dffgsfsdfssdfgd
  1. Smashing The Stack For Fun And Profit

  2. 缓冲区溢出的经典之作。 Introduction Over the last few months there has been a large increase of buffer overflow vulnerabilities being both discovered and exploited. Examples of these are syslog, splitvt, sendmail 8.7.5, Linux/FreeBSD mount, Xt library, at, etc
  3. 所属分类:C

    • 发布日期:2009-10-07
    • 文件大小:408576
    • 提供者:scalps
  1. 小程序关闭不想要的窗口

  2. Program haha; Uses Windows, Messages, shellapi; // {$R *.res} Const AppName: PChar = 'haha'; Var prosid: dword; closehd,hCurrentWindow: hwnd; Hk: HKEY ; WndText:array[0..25] of char; function GetKJWnd(): hwnd; begin hCurrentWindow:=GetForegroundWin
  3. 所属分类:其它

    • 发布日期:2009-10-08
    • 文件大小:2048
    • 提供者:nxynwywg
  1. Windows Embedded CE 6.0 Fundamentals

  2. Delve into the fundamental tools and techniques for Windows Embedded CE and get ready to deliver the next innovation in powered devices. Covering the newest version of the technology Windows Embedded CE R2 and led by two embedded-development experts
  3. 所属分类:其它

    • 发布日期:2009-10-09
    • 文件大小:9437184
    • 提供者:xiaosilent
  1. MCITP.Self-Paced.Training.Kit.(Exam 70-444)

  2. SQL_SERVER2005的自学教程 This training kit is designed for experienced database administrators (DBAs) who plan to take Microsoft Certified Information Technology Professional (MCITP) Exam 70-444, as well as for database professionals whose tasks might in
  3. 所属分类:其它

    • 发布日期:2009-10-09
    • 文件大小:5242880
    • 提供者:huyi0616
  1. 一位二进制全减器设计

  2. 一位二进制全减器设计 源代码 ARCHITECTURE dataflow OF full_adder IS signal op:std_logic; BEGIN process begin op<=not y;end if; s <= x XOR op AFTER tpd; sum <= s XOR c_in AFTER tpd; c_out <= (x AND op) OR( s AND c_in) AFTER 2* tpd; END dataflow; 5
  3. 所属分类:C

    • 发布日期:2009-10-14
    • 文件大小:344064
    • 提供者:cai758328543
  1. The.C.Programming.Language.chm

  2. Let us begin with a quick introduction in C. Our aim is to show the essential elements of the language in real programs, but without getting bogged down in details, rules, and exceptions. At this point, we are not trying to be complete or even preci
  3. 所属分类:C

    • 发布日期:2009-10-15
    • 文件大小:247808
    • 提供者:puqing16
  1. Learn Objective-C on the Mac

  2. This book teaches you the Objective- C language and introduces you to its companion, Apple’s Cocoa toolkit. Cocoa is written in Objective- C and contains all the elements of the Mac OS X user interface, plus a whole lot more. Once you learn Objectiv
  3. 所属分类:C

    • 发布日期:2009-10-15
    • 文件大小:5242880
    • 提供者:jamesthinking
  1. 清华大学版4级英语翻译

  2. 1. Teaching Objectives: ① Learn and talk about fame. ② Master the key language points and grammatical structures in the text ③ Grasp writing skill: “general statement-specific argumentation-conclusion” ④ Learn to make inference. ⑤ Conduct a series o
  3. 所属分类:C#

  1. 一些常用的简单的算法大全

  2. 算法大全 文章由 算法源码吧(www.sfcode.cn)收集 一、数论算法 1.求两数的最大公约数 function gcd(a,b:integer):integer; begin if b=0 then gcd:=a else gcd:=gcd (b,a mod b); end ;
  3. 所属分类:其它

    • 发布日期:2009-10-17
    • 文件大小:121856
    • 提供者:w834683731
  1. delphi 计算器程序

  2. 用delphi编写的计算器程序var Form1: TForm1; temp1:string; temp2:real; n:integer; implementation {$R *.dfm} procedure TForm1.Button5Click(Sender: TObject); begin edit1.Text:=floattostr(strtofloat(edit1.Text+'7')); end;
  3. 所属分类:Delphi

    • 发布日期:2009-10-18
    • 文件大小:178176
    • 提供者:lanyushihui1
  1. spcomm 3.0 for delphi2009 delphi2010

  2. spcomm 3.0 for delphi2009,delphi2010编译成功,安装成功. //接收字符串 var s:ansistring; begin SetLength(S, BufferLength); Move(Buffer^, PChar(S)^, BufferLength); //s中为接收到的字符串
  3. 所属分类:Delphi

    • 发布日期:2009-10-24
    • 文件大小:33792
    • 提供者:mlqsf1
  1. 武大大的钩子程序源码

  2. function RepointFunction(OldFunc, NewFunc: Pointer): Integer; var IsDone: TList; function RepointAddrInModule(hModule: THandle; OldFunc, NewFunc: Pointer): Integer; var Dos: PImageDosHeader; NT: PImageNTHeaders; ImportDesc: PImage_Impo rt_Entry; RVA
  3. 所属分类:其它

    • 发布日期:2009-10-24
    • 文件大小:345088
    • 提供者:jazzson
  1. SQLservice 数据库

  2. SQLservice 数据库 use master go xp_cmdshell 'mkdir d:\project', NO_OUTPUT --创建文件夹project,xp_cmdshell为系统存储过程 --检验数据库是否存在,如果为真,删除此数据库-- IF EXISTS(SELECT NAME FROM master.dbo.SYSDATABASES WHERE NAME=N'stuDB') DROP DATABASE stuDB GO --创建数据库-- CREATE DATABA
  3. 所属分类:其它

    • 发布日期:2009-10-24
    • 文件大小:3145728
    • 提供者:hzz111111
  1. C++简单设计哈服满编码

  2. #include "iostream.h" const N=5; class Stock{ public: Stock(); Stock(int n,float mi,float b,float e); void Set_Stock(int n,float ma,float mi,float b,float e); void Set_Stock(); float Get_End(); void Show_Stock(); private: int Number; float Max,Min,B
  3. 所属分类:iOS

    • 发布日期:2009-10-26
    • 文件大小:834
    • 提供者:tingzheneva
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »