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

搜索资源列表

  1. 编写安全的代码 英文版编写安全代码

  2. This is a book both of us have wanted to write for a long time. We’re both involved in convincing and teaching people how to make their applications secure from attack, and until recently few people have cared about secure systems. Don’t get us wron
  3. 所属分类:其它

    • 发布日期:2009-08-31
    • 文件大小:2097152
    • 提供者:youmao
  1. 构建全栈式Flex、BlazeDS和Spring集成解决方案–第二部分 编写to-do list服务器端

  2. 构建全栈式Flex、BlazeDS和Spring集成解决方案–第二部分 编写to-do list服务器端
  3. 所属分类:Web开发

    • 发布日期:2010-03-15
    • 文件大小:360448
    • 提供者:zhong0711101
  1. 用VC|MFC编写的计算器

  2. 用VC|MFC编写的计算器,======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : counter ======================================================================== AppWizard has created this counter applicati
  3. 所属分类:C++

    • 发布日期:2010-06-02
    • 文件大小:1048576
    • 提供者:mysteryflower
  1. 判断线段线段长度,由pascal编写

  2. 输入N个点坐标,求所有长度的线段和 var a:array[1..10000] of longint; i,j,n:longint; ans:int64; begin read(n); for i:=1 to n do read(a[i]); for i:=2 to n do for j:=1 to i-1 do ans:=ans+abs(a[i]-a[j]); writeln(2*ans); end.
  3. 所属分类:Java

    • 发布日期:2010-11-13
    • 文件大小:125952
    • 提供者:xinzhanghao265
  1. 双向链表 链表(C++编写)

  2. Our doubly linked lists have two header elements: the "head" just before the first element and the "tail" just after the last element. The `prev' link of the front header is null, as is the `next' link of the back header. Their other two links point
  3. 所属分类:C++

    • 发布日期:2010-12-21
    • 文件大小:6144
    • 提供者:zhaolianyun2008
  1. 远程控制程序编写指南

  2. 远程控制程序编写指南 Throughout this paper you will gain the knowledge of how to program a remote administration tool. This paper was designed for Delphi, which is Borland’s rapid application development (RAD) environment for Windows. If do not have a copy of
  3. 所属分类:Delphi

    • 发布日期:2011-03-27
    • 文件大小:328704
    • 提供者:SnakeYUNA
  1. 编写苹果游戏中心应用程序

  2. Now that Apple has introduced the GameKit framework to its iOS SDK, you can integrate Game Center features directly into your iPhone and iPad apps. This concise cookbook shows you how it's done, with 18 targeted recipes for adding leaderboards, user
  3. 所属分类:MacOS

  1. 通过编写测试代码的方式建立UI测试

  2. This is descr iption how to using Visual Studio 2010 to do automation test.
  3. 所属分类:C#

    • 发布日期:2012-05-11
    • 文件大小:262144
    • 提供者:emilyzhang98
  1. 用Booklist编写图书管理系统

  2. Welcome to the book list program for book names.What would you like to do ?1.  add an element to end of lis t2.  add an element at a location 3.  find an element by book name (linear search) 4.  find an element by book name (binary search) 5.  delet
  3. 所属分类:C/C++

  1. 用DirectX编写RPG游戏-Programming.Role.Playing.Games.with.DirectX.rar

  2. Introduction With fingers blistered and eyes bloodshot, all your hard work is about to pay off. After one hundred hours of playing the newest computer-based roleplaying game, you’ve managed to reach the end. All that stands between you and victory i
  3. 所属分类:C++

    • 发布日期:2014-03-02
    • 文件大小:34603008
    • 提供者:u010932929
  1. 构建全栈式Flex、BlazeDS和Spring集成解决方案\构建全栈式Flex、BlazeDS和Spring集成解决方案–第二部分 编写to-do list服务器端.pdf

  2. 构建全栈式Flex、BlazeDS和Spring集成解决方案–第二部分 编写to-do list服务器端.pdf
  3. 所属分类:Web开发

    • 发布日期:2008-11-06
    • 文件大小:360448
    • 提供者:lsw_1012
  1. 用VB编写的企业人事管理

  2. Option Explicit Dim mrc As ADODB.Recordset Public txtSQL As String Dim MsgText As String Private Sub Form_Load() ShowTitle ShowData flagEdit = True End Sub Private Sub Form_Resize() If Me.WindowState vbMinimized And fMainForm.WindowState vbMinimiz
  3. 所属分类:其它

    • 发布日期:2008-12-03
    • 文件大小:43008
    • 提供者:cainiaolvshi
  1. 用VB编写的学生学籍管理

  2. Dim i, j, n As Integer Dim sql As String Private Declare Function GetKeyState Lib "user32" _ (ByVal nVirtKey As Long) As Integer Public je As Integer '记忆菜单上次数值,实现数据传送 Private Sub acg_Click() Call asPopup7_Click(False) End Sub Private Sub addcg_Click
  3. 所属分类:VB

    • 发布日期:2008-12-03
    • 文件大小:1048576
    • 提供者:xiti8
  1. Android-基于RxJava和Dagger2采用Kotlin编写的To-Do应用

  2. 基于RxJava和Dagger 2采用Kotlin编写的To-Do应用
  3. 所属分类:其它

    • 发布日期:2019-08-13
    • 文件大小:5242880
    • 提供者:weixin_39841365
  1. WAF规则编写指南

  2. 较为详细的介绍了使用modsecurity rule language编写Rule。WAF Rule Writing Guide em Table of contents 1 Introduction 1. 1 Document Purpose 1.2 Intended Audience 5 2 ModSecurity Rule Writing 2.1 Variables 2.2 Operator 2.3 Transformation Functions 7 2.4 Actions 2.5 Ru
  3. 所属分类:网络攻防

    • 发布日期:2019-03-01
    • 文件大小:1048576
    • 提供者:avatar_2009
  1. obligatory-to-do-app:你知道现在几点了。 这是一个待办事项应用程序。 它是使用香草Javascript,HTML和CSS创建的-源码

  2. 真言词:待办事项 这是我越过门槛,我的通行仪式。 此待办事项应用程序是使用原始Javascr ipt,HTML和CSS编写的。
  3. 所属分类:其它

    • 发布日期:2021-03-09
    • 文件大小:1024
    • 提供者:weixin_42104181
  1. PythonScript-1:PythonScript是一种基于Python的编程语言,也是用Python编写的-源码

  2. Pythonscr ipt 1.0 Pythonscr ipt是一种用Python编写的编程语言 是的,这是个玩笑,但事实并非如此 去做: 多变的 导入模块(支持python模块) 如果,否则 功能 同时循环 评估 修复代码以获得更好的性能 我不能一个人做所有的事情,但是也许你可以帮助我 它是如何工作的? 处理每个字符 它不在乎行和缩进,但在乎分号 它将Pythonscr ipt代码转换为Python并执行 区别 # You can't do this print (" also this
  3. 所属分类:其它

    • 发布日期:2021-03-06
    • 文件大小:2097152
    • 提供者:weixin_42118056
  1. basic_todo:使用HTML,CSS和JS编写的基本To Do应用程序-向我的非编码人员朋友介绍编码-源码

  2. basic_todo HTML,CSS和JS的基本To Do App-向我的非编码朋友介绍编码。
  3. 所属分类:其它

    • 发布日期:2021-02-18
    • 文件大小:3072
    • 提供者:weixin_42102358
  1. ao:我自己维护的“ ao”分支,这是用Linux上的Electron编写的Microsoft To-Do的非官方应用程序前端,创建者不再更新-源码

  2. o 优雅的Microsoft To-Do桌面应用 描述 Ao是一种非官方的,功能强大的,开源的,社区驱动的免费Microsoft To-Do应用程序,已在120多个国家/地区使用。 原始存储库在,但似乎已被创建者放弃。 我的fork结合了我自己的一些更改,并从其他存储库中拉出以修复主题等。 我不在乎学分,也没有遵守原始的MIT许可证,我留下了任何不需要更改的地方。 可以在我的上找到。 请检查原始页面自述文件以获取有关该应用程序的信息。 除了跟踪更新,我不会进行任何实际的自述更改。 从原始存
  3. 所属分类:其它

    • 发布日期:2021-02-04
    • 文件大小:3145728
    • 提供者:weixin_42133452
  1. go-to-do:用Go和ReactTypescript编写的ToDo应用-源码

  2. go-to-do:用Go和ReactTypescr ipt编写的ToDo应用
  3. 所属分类:其它

    • 发布日期:2021-03-30
    • 文件大小:202752
    • 提供者:weixin_42162978
« 12 3 4 5 6 7 8 9 10 »