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

搜索资源列表

  1. project1

    0下载:
  2. 这是一个JAVA语言写的社交论坛代码,可以直接运行,不过先配置环境,可以实现登录,发帖,留言等功能。-This is a JAVA programming language to write social forum code can be run directly But first configure the environment, can be achieved login, postings, messages and other functions.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:710428
    • 提供者:fuguohe
  1. project1

    0下载:
  2. this the radar signal receiving and image proce-this is the radar signal receiving and image process
  3. 所属分类:matlab

    • 发布日期:2017-12-10
    • 文件大小:543
    • 提供者:sam
  1. C-project1

    0下载:
  2. this a simple c code by this u can scroll your name in c screen and set the loops and delay time.-this is a simple c code by this u can scroll your name in c screen and set the loops and delay time.
  3. 所属分类:Home Personal application

    • 发布日期:2017-12-05
    • 文件大小:7155
    • 提供者:ashish29101
  1. Project1

    1下载:
  2. 组态王驱动开发包,包含例子。这是本人吐血奉献!组态王是一款工控领域的自动化软件,这个开发包是要付费才能获得的-Kingview driver development kit, containing examples. This is my blood sacrifice! The Kingview is a field of industrial automation software, the development package to pay to get the
  3. 所属分类:Button control

    • 发布日期:2017-11-17
    • 文件大小:64422
    • 提供者:王浩
  1. Project1

    0下载:
  2. Print a number-triangle Write a program that asks a user to input an integer number that is greater than 0 and smaller than 10, and then outputs a number-triangle. For example, if the input is 2, the number-diamond looks like this: 1 121
  3. 所属分类:File Formats

    • 发布日期:2017-11-28
    • 文件大小:534
    • 提供者:xyzhu
  1. project1

    0下载:
  2. 这个小产品管理是使用c#。应用程序将执行所有CRUD操作如添加/查看/编辑/删除。访问数据库是包含在附件。-This little product management is to use c#. Application will perform all CRUD operations such as add/view/edit/delete. Access to the database is included in the attachment.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-11-30
    • 文件大小:321419
    • 提供者:青青草原
  1. Project1

    0下载:
  2. 这个程序是一个简单的POS演示的用来超级商店。它提供了一个接口的用户和连接本身与mysql服务器。它从数据库获取产品规格表并创建销售行项目。(更多的阅读我的文件在归档中)你必须安装mysql连接器为c#为了使用这个程序。如果你不想使用mysql,只需手动初始化产品。-This program is a simple demonstration of POS for super store. It provides an interface to the user and the connecti
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-14
    • 文件大小:15507
    • 提供者:韭菜花
  1. project1

    0下载:
  2. 使用多个akka actor分布式计算完美平方数-An interesting problem in arithmetic with deep implications to elliptic curve theory is the problem of nding perfect squares that are sums of consecutive squares. use Scala and the actor model to build a good solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1092
    • 提供者:应平
  1. Project1

    0下载:
  2. Maps locator for builder c++ indicated for google or yahoo maps. ideal to workgroup and backup procesees . this is the best way to incorporate geoloc to your sw.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:277371
    • 提供者:SKF
  1. Project1

    0下载:
  2. 标题栏重绘,重载WindowProc。使用Delphi系统编写,请测试-The title bar is redrawn, heavy WindowProc. Written using Delphi system, test
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-03
    • 文件大小:823029
    • 提供者:zgz
  1. Project1

    0下载:
  2. presents a simple crypto algorithm is executed on XOR method key
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-24
    • 文件大小:175232
    • 提供者:Alexandr
  1. Project1

    0下载:
  2. 在编写B/S程序时,有时往往需要获取或设置控件中光标的位置,以便于对控件进行进一步的子类化,可是HTML中的标准控件没有HWND,也无明显相关的属性,实现起来有点复杂,俺曾经为这个问题苦恼了好长时间,在网上搜索也得不到答案,后来经过几天的实验,才发现其实只需要基于DOM就可以实现,为了让朋友们少走弯路,故把代码贴出来,并附上一个基于此代码对INPUT 控件进行子类化的实例(实现HTML文本的货币输入和显示)。-In the preparation of B/S program, sometim
  3. 所属分类:Shell api

    • 发布日期:2017-04-13
    • 文件大小:2643
    • 提供者:hanxu
  1. Project1

    0下载:
  2. 使用无窗口透明控件,好处是控件不是从窗口类继承而来的,可以节省一些内存资源,难点是鼠标控制和坐标计算,缺点是无法直接响应键盘事件。而且,需要注意的是,在Paint事件里,坐标是从(0,0)开始的,而在其它地方,坐标是相对于容器的。缺点是设计时,无法用鼠标点选控件(只能用键盘移动),微软公司也在MSDN里说了这是一个BUG,但至今未解决。 好了,废话俺不说了,打开VB6,新建一个“标准 EXE”,然后添加一个用户控件,把控件的BackStyle属性设置为“透明”,把Windowles
  3. 所属分类:Shell api

    • 发布日期:2017-04-14
    • 文件大小:3570
    • 提供者:hanxu
  1. Project1

    0下载:
  2. 原来写了一个利用IE浏览器通过google进行英汉翻译的代码,后来才发现在某些机器上后由于对话框阻塞而不能运行,因此,在SupermanKing的代码启发下,干脆也改用XMLHTTP进行数据提交,并完全利用了SupermanKing的两个函数,因此,此程序可以说得上是转载,贴在此处供朋友们学习。 代码如下:-Had written a use IE browser conducted in Translation by google code, later found on som
  3. 所属分类:Shell api

    • 发布日期:2017-04-08
    • 文件大小:2571
    • 提供者:hanxu
  1. Project1

    0下载:
  2. Methode Rapson n newtown is the best
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-03
    • 文件大小:646339
    • 提供者:Joe666
  1. project1

    0下载:
  2. 这是MIPs的java实现版本~可以翻译汇编语言-This is an MIPs with Java~~~~~~~
  3. 所属分类:assembly language

    • 发布日期:2017-04-26
    • 文件大小:12477
    • 提供者:gaoyifan
  1. Project1.c

    0下载:
  2. Write a C program (on a Unix/Linux system) that counts and displays the number of words, non-white space characters, and/or lines in a text file. The name of the input file is to be provided to the program as a command line argument. In addition, the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1049
    • 提供者:aaron7pm
  1. Project1

    0下载:
  2. this program is also another program developed in c++ which calculates robots movements.
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:527
    • 提供者:Rainara
  1. Project1

    0下载:
  2. this project to image prosessing-this is project to image prosessing
  3. 所属分类:Software Testing

    • 发布日期:2017-04-12
    • 文件大小:694
    • 提供者:hery setiawan
  1. Project1

    0下载:
  2. 此代码是上海交通大学及计算机图形学,肖双久老师的课程的代码,此功能是实现接口 窗口 菜单等功能-This code is Shanghai Jiaotong University and computer graphics, code Shaw Shuangjiu teacher' s curriculum, this function is to achieve the Window menu interface functions
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-29
    • 文件大小:11671382
    • 提供者:Zhang
« 1 2 34 5 »
搜珍网 www.dssz.com