CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - void

搜索资源列表

  1. PopPad3

    0下载:
  2. 记事本程序源码 void PopFileInitialize (HWND hwnd)-Notepad program source void PopFileInitialize (HWND hwnd)
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:12417
    • 提供者:zzz
  1. ShutdownOption

    0下载:
  2. ShutdownOption 简介 使用范围:本ShutdownOption.dll只能在Windows NT及其以上操作系统上使用! 关键方法:在ShutdownOption命名空间下有一个结构 ShutDownComputer和一个ShutdownOperation枚举, ShutdownOperation 的值如下:Hibernate(休眠电脑,如果你的电脑电源支持,一般情况下笔记本电脑都支持休眠功能),LockWorkStation(锁定电脑屏幕),Logoff(注销电脑),
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:17155
    • 提供者:吴贝贝
  1. Exercise4

    0下载:
  2. exercice 4 public class GourmetCoffee { private static BufferedReader stdIn = new BufferedReader( new InputStreamReader(System.in)) private static PrintWriter stdOut = new PrintWriter(System.out, true) private static PrintWriter st
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:3151
    • 提供者:exercice4
  1. 348461816854

    0下载:
  2. public class month1{ public static void main(String [] args){ int month = 10 int days = 0 switch(month){ case 1: days = 31 case 2: days = 28 case 3: days = 31-public class month1 (public static void main (String [] args) (int
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-09
    • 文件大小:3576
    • 提供者:李明
  1. DesEncrypt

    0下载:
  2. * 使用DES加密与解密,可对byte[],String类型进行加密与解密 密文可使用String,byte[]存储. * * 方法: void getKey(String strKey)从strKey的字条生成一个Key * * String getEncString(String strMing)对strMing进行加密,返回String密文 String * getDesString(String strMi)对strMin进行解密,返回String明文
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1285
    • 提供者:tulip
  1. cs4

    0下载:
  2. cs4+注册序列号无效替换文件 cs4+注册序列号无效替换文件-serial number cs4+ register void replace files Register cs4+ serial number cs4+ void replace files Register files replace invalid serial number
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-03
    • 文件大小:976429
    • 提供者:mgc
  1. ourdev_243923

    0下载:
  2. u_reg.h" void Delay_MS(unsigned int ms) void main() { asm(" STM #0000h,CLKMD ") while(*CLKMD & 0x01 ) asm(" STM #40C7h,CLKMD ") //设置CPU运行频率=100M /* 40C7h:5*clkin =100M 30c7h:4*clkin =80M 20c7h:3*clkin =60M 10C7h:
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:621822
    • 提供者:zhang
  1. alloc

    0下载:
  2. Memory Allocation in C-write part of a dynamic storage allocation package. The package provides three function calls: void initalloc(), to initialize the data structures involved char* alloc(int n), which returns a pointer to a block
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:4591
    • 提供者:Jian Tian
  1. docking

    0下载:
  2. void DockWidget::dock() { if (!docked) { KWin::setSystemTrayWindowFor(this->winId(), 0) this->setFixedSize(24, 24) this->show() docked = true } }
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:974
    • 提供者:xrgj
  1. RGBandHLS

    0下载:
  2. 本实验实现RGB颜色与HLS颜色的相互转换;在此实验中,定义了函数void HSLtoRGB(UINT hue, UINT sat, UINT light, BYTE &r, BYTE &g, BYTE &b)实现HSL向RGB转换;void CPaletteDlg::RGBtoHSL(BYTE r, BYTE g, BYTE b, UINT &hue, UINT &sat, UINT &light)实现RGB向HSL转换-Experimental realization of the R
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-12
    • 文件大小:2870303
    • 提供者:伟明
  1. 2

    0下载:
  2. 单链表的插入和删除实验目的: 1、定义单链表的结点类型 2、通过单链表的定义掌握线性表的链式存储结构的特点; 3、熟悉单链表的建立以及插入、删除等基本操作。 -# include <stdio.h> # include<malloc.h> # define ND sizeof(struct List) struct List {int data struct List*next } void main() {
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:895
    • 提供者:
  1. 10121

    0下载:
  2. 利用虚函数手段,按照三种不同的数据存储方式及其处理方法来实现如下的所谓“反序 输出问题”:从键盘输入n 个int 型数据先存储起来(具体n 值由用户从键盘输入),而后再 按照与输入相反的顺序将这些数据显示在屏幕上。 具体地说,可通过在基类baseCla 及其派生类method1Cla、method2Cla 和method3Cla 中说明如下的同一个虚函数“virtual void reverseout() ”,来实现所述问题的三种不同处 理方法。例如,可设计并使用已经在第四章
  3. 所属分类:Search Engine

    • 发布日期:2017-04-12
    • 文件大小:1073
    • 提供者:俊鹏
  1. NumEdit

    0下载:
  2. VC6,关键就是重载了void CNumberEdit::OnChar(UINT nChar, UINT nRepCnt, UINT nFlags),对键盘响应事件的判断。这样编辑框只接受数字-VC6, the key is a heavy void CNumberEdit:: OnChar (UINT nChar, UINT nRepCnt, UINT nFlags), on the keyboard to respond to events to judge. This edit box t
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-24
    • 文件大小:210154
    • 提供者:程涛
  1. search

    0下载:
  2. 编制一个统计单词在问本串中出现次数和位置的程序. 终端输出的结果是:单词、出现的次数、出现的位置所在行的行号,同一行出现两次的只输出一个行号。 测试数据:文本文件名为AWord.C;待统计的词集:if else for while return void int char typedef struct-The preparation of a statistical word in question appeared in this series the number and locati
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:9084
    • 提供者:chissie
  1. storageManger

    0下载:
  2. 物料管理 物料登记 批量登记:一次性导入多条物料 单条登记:只能录入一条物料信息 物料管理 更新: 删除: 查看: 物料导出 库管员可以将系统中登记的所有物料一次性导出来 MaterialImport Public MaterialImport( MateiralManager manager, String filePath ) Public void importMaterial() private StringBuffer rea
  3. 所属分类:Java Develop

    • 发布日期:2017-05-18
    • 文件大小:4613546
    • 提供者:小马
  1. String_int

    0下载:
  2. String int 字符串常量池 包装类型 函数参数 值传递引用传递 的 内存分配例子——源码 代码段: public static void fun_ref (Ref_test ref_out){ Ref_test ref_in=new Ref_test() ref_in.s1="in" //ref_out.s1="out" ref_out=ref_in //漏洞!!ref_out 指向ref_in , //那么当函数退出后,re
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:8723
    • 提供者:firezxm
  1. thread

    0下载:
  2. java 线程 静态锁,对象锁, synchronized 是锁方法还是锁对象?还是锁类?如何实现?? 部分代码如下, public static Object lock=new Object() //静态锁,锁类,不是锁对象了!!所以两个线程同时 运行两个 TestThread 的execute( ),也可以同步!!! public void execute(){ // synchronized(lock){ for(int i=0 i<
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:24436
    • 提供者:firezxm
  1. 1820

    0下载:
  2. 程序名: DS18B20测温程序 CPU型号:AT89S52/STC89C51RC 晶振:11.0592 M 功能描述: 测温室温显示 用数字温度传感器DS18B20就可以实时检测室温值-void main(void) { wei1=0 wei2=0 wei3=0,wei4=0 wei5=0 wei6=0 while(1) { Read_Disp_Temperature() } }
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-12
    • 文件大小:1416
    • 提供者:刘海
  1. d93rtgu

    0下载:
  2. File: dir_39 canOneDirectorySector(unsigned long sector, char *name) extern void MakeFileName(char *inname, char *outname) ScanOneDirectorySector(unsigned long sector, char *name) extern void MakeFileName(char *inname, char *outname)-File:
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1301
    • 提供者:Adam
  1. GreyClose

    0下载:
  2. 使用GUI函数,将控制台关闭按钮无效化。-The use of GUI functions, will be null and void the Close button of the console
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:699
    • 提供者:Defanive
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 50 »
搜珍网 www.dssz.com