CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - basis

搜索资源列表

  1. GetWord

    1下载:
  2. vb鼠标取词实例源码,暂时只支持英文,对汉字不能很好的感应出,也欢迎在此基础上开发出中文取词。-vb source example of the mouse from the word, the time being only in English, Chinese characters can not be good for the sensor, also welcomed the development on this basis from the Chinese words.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:2916
    • 提供者:750
  1. basic-can-project-1.4-at91sam9263-ek

    2下载:
  2. at91sam9263 can基础包源代码-the basis of at91sam9263 can package source code
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-11-05
    • 文件大小:227363
    • 提供者:pem
  1. DES

    1下载:
  2. des加密过程,封装了des的加密和解密操作,可在此基础上完成各种三重加密过程-des encryption process and package the des encryption and decryption operations can be completed on the basis of a variety of triple encryption process
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:4105
    • 提供者:倪玉哲
  1. chess

    0下载:
  2. 在unix环境下计算单身贵族游戏的最佳走棋方法。文中没有给出算法,而是在大量自由游走的基础上筛选最好的走法。-Calculated in the unix environment the best single game method moves. The article did not give a method, but a large number of free migration in the basis of taking the best screening method.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:1879
    • 提供者:邱春晖
  1. attdance

    0下载:
  2. 这个程序是一个个人考勤软件,它从系统时钟获取时间信息,只要上下班时按时在当日考勤栏内点击相应的栏目标题即可逐日记录下个人每天的工作时间,按月统计汇总,按年形成文件.可以随意查看过去的记录,也可把记录按月打印出来.在年汇总栏内可以选择要查看或打印的月份。 这个小程序是我的一个习作,希望与感兴趣的同好切磋交流。 本程序是一个基于对话框的实用程序,在基于对话框界面的程序中实现打印和打印预览是采用了非常规MFC方法。-This process is a personal time and a
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:67310
    • 提供者:shen yan
  1. wei_linux

    0下载:
  2. 多线程编程基础(理论+实例) 包括互斥锁,条件变量,线程数据,信号量,线程属性。-The basis of multi-threaded programming (theory+ examples), including mutex locks, condition variables, thread data, semaphores, thread attributes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:125720
    • 提供者:王小白
  1. jinchengtongxin

    0下载:
  2. 进程间通信基础(理论+实例) 包括管道,有名管道,消息队列,信号灯,共享内存,socket。-The basis of inter-process communication (theory+ examples), including pipelines, well-known pipes, message queues, semaphore, shared memory, socket.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:672168
    • 提供者:王小白
  1. hackbase

    0下载:
  2. 包含很多黑客编程例子,讲解到位,是黑客编程的基础资料。希望对大家有用-Programming includes many examples of hackers, on the place, is the basis of information hackers programming. We hope to be useful
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-04
    • 文件大小:1375763
    • 提供者:liuxiaoxiao
  1. ASN1BERDER

    0下载:
  2. ASN1、BER和DER的详细说明资料。是研究PKCS的基础。-ASN1, BER, and DER a detailed descr iption of the information. Is to study the basis of PKCS.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:416210
    • 提供者:suntinghui
  1. 5.3_CreateDevice

    0下载:
  2. 创建设备环境,你可以在此基础上对其进行扩充,实现自己的功能。-Create a device environment, you can be the basis of this expansion, to realize their functions.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-12
    • 文件大小:2749884
    • 提供者:李浩
  1. vc_usb

    0下载:
  2. 这个代码需要有一定基础的开发者阅读,特别是对如何识别USB设备及USB基本原理有一定了解的开发者比较适用。程序主要演示了如何编写高层应用与USB接口通信。-This code need to have some basis for the development of reading, especially on how to identify the USB device and USB have a certain understanding of the basic principles
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:39428
    • 提供者:162
  1. Design_of_the_UNIX_OS.djvu.tar

    0下载:
  2. This book describes the internal algorithms and structures of UNIX system that form the basis of the operating system and their relationship to the programmer interface.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-18
    • 文件大小:4802499
    • 提供者:Larry Liu
  1. CseApi20

    0下载:
  2. CseApi20.zip是CSE脚本语言的底层封装库,用C++封装常用对象,包括Int、WideInt、float、Object对象、char数组(即string)、Int数组、object数组、字典dict等,由于封装是轻量级的,常用作基础类型库来支持Win32软件开发,如果使用STL容器等觉得不便时,这个库是很好的替代方案。-CseApi20.zip is the underlying scr ipting language package CSE database, using C++ p
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:60978
    • 提供者:wayne
  1. 20051401003

    0下载:
  2. 在linux下完成联机指令系统的设计与实现,要求实现账户管理接口,业务受理接口,业务竣工接口,余额查询接口,业务充值接口。程序要求运行稳定,在此基础上,在内存占用,运行效率上进行改进。-In the linux command-line system to complete the design and implementation requirements to achieve account management interface, the business receiving inter
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-10
    • 文件大小:2189546
    • 提供者:youjie
  1. Linux

    0下载:
  2. linux下串口入门编程基础,适合于初级编程-Introduction to programming under linux serial port basis for the primary programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:5362
    • 提供者:崔先生
  1. Linux_part2

    0下载:
  2. Linux开发人员的入门书籍,经典的Linux开发资料。包括第三章 Linux下的C编程基础,第四章 嵌入式系统基础。 -Linux developers entry books, the classic Linux development information. Including the third chapter of the C programming under Linux based on the basis of Chapter IV of embedded systems.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-07
    • 文件大小:1902519
    • 提供者:余大飞
  1. keyGame

    0下载:
  2. 一个击键游戏。运行游戏之后,屏幕上将随机产生一个字符,然后用户根据这个字符敲击键盘上相应的字母,如果二者吻合则分数加1,否则减1。另外,过了一定时间限制用户没有按键,分数也减1. 同时,还可以选择游戏难度,用户首先选择难度,然后开始游戏。-A keystroke game. After running the game, the screen will randomly generate a character, then the user tap the basis of this cha
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:22958
    • 提供者:zhwq
  1. coopen_setup_100011

    0下载:
  2. 本书按类别分为6个部分,分别是基础控件、多媒体控件、数据库控件、窗体控件、网络控件和其他控件,总共包括精心制作的一百个实例。 《Visual Basic控件编程百例通》主要是针对希望掌握 Visual Basic 编程的读者而编写的,其中每个例子都有详细的实例演示讲解和重点分析。本书内容基础包含了常用的 Visual Basic 控件,并一各类实例引导读者全面掌握 Visual Basic 编程的方法和技巧,并且本书的例子都正队性地实现某种特定的功能。-The book is divide
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:969215
    • 提供者:刘华
  1. attendance_management

    0下载:
  2. 这是一个考勤管理系统,主要用于对员工出勤情况的记录,并以此为依据,决定员工的薪酬情况。-This is an attendance management system, mainly for staff attendance records, and as a basis to decide the remuneration of employees.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:2599081
    • 提供者:shiyulong
  1. keyboardspy

    0下载:
  2. 一个完美支持中文输入法的键盘记录代码,可以在此基础修改成适合你需要的键盘记录模块-A perfect support for Chinese character input method keylogging code, on this basis, modified to suit your needs keyboard recording module
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:31100
    • 提供者:baddons
« 1 2 3 4 56 7 8 9 10 ... 17 »
搜珍网 www.dssz.com