CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - :D

搜索资源列表

  1. ls

    0下载:
  2. LS by Cao Siqin, 2007.7.17 ls [-l/-w/-s][-d/-f][-acpo!?] [path or file name mask1] [mask2 ...] Options: -? : display this help -l : list details -a : list all files -w/s : list in a line, file names are sepatated by tab -p : file n
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:23.04kb
    • 提供者:孙谨
  1. 1.D.1 JAVA的EJB设计摸版

    0下载:
  2. 1.D.1 JAVA的EJB设计摸版。EJB是运行在服务器端的应用程序。在JAVA模式下提供强大的组件服务。-D. 1 JAVA EJB design touch version. EJB is running on server-side applications. The JAVA mode components provide a powerful service.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1.01kb
    • 提供者:Deni177
  1. 1

    0下载:
  2. This program types "hello world!..." on the console!!! inam sare karie! :D
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:281.36kb
    • 提供者:alireza
  1. main

    0下载:
  2. 实现永磁同步直线电机驱动的高低向伺服控制系统的PID控制-PID Control based on servo system driven by Permanent magnet synchronous linear motor d
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:1.38kb
    • 提供者:王刚
  1. MultiplicationOfLargeNumbers

    0下载:
  2. 用一个整型数组表示一个大数,数组的每个元素储存大数的一位数字,则实际的大数d表示为: d=a[k]*10的k-1次幂+a[k-1]*10的k-2次幂+......+a[2]*10+a[1] 其中a[0]保存该大数的位数. (2),实现两个大数相乘. (3),再此基础上实现两个大数相除 -With an integer array to represent a large number, every element of the array storage of large numb
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:562byte
    • 提供者:马值
  1. MyExplorerDll

    0下载:
  2. 利用 Direction GetNextDirection()函数来实现走迷宫算法的主要思想;1)在当前位置,若右手不为墙,则原地右转返回toright(d);2)否则返回 d; 若返回的d为墙,则主函数调用void OnError() 通知动态链接库,d向左转两次,然后再调DirectionGetNextDirection()-Using Direction GetNextDirection () function to achieve the main ideas without hav
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:1.18mb
    • 提供者:bob
  1. daritmos

    0下载:
  2. it design a retangle in the center of the screen, was coded on codeblocks, user will input width and height and it will design this D-it design a retangle in the center of the screen, was coded on codeblocks, user will input width and height and it w
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:1.4kb
    • 提供者:Andi_
  1. LEDcontr

    0下载:
  2. 电子显示屏幕的控制台源码,能读取中英文字摸点阵,生成屏幕信息数据,发送到LED屏幕-Electronic display screen of the console source code, can read in English and Chinese touch lattice, generating screen information data sent to the LED screen
  3. 所属分类:Console

    • 发布日期:2017-05-13
    • 文件大小:3.24mb
    • 提供者:weiyinglun23
  1. d

    0下载:
  2. 五子棋人人对战,电脑对胜负进行判断的一种新算法-Backgammon play against all the computer on the outcome of a new algorithm to judge
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:2.02kb
    • 提供者:crazy_youth
  1. paintInConsole_src

    0下载:
  2. 在控制台上绘画,并可以按S键,一件保存你的作品到D:\小霸王图像.txt中 体验字符作画的乐趣。 附带源码,可以自行升级-In the control bench painting, and can press S key, one to save your work to D: \小霸王图像.txt Experience the fun of character paint. Incidental source, may make the upgrade
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:83.27kb
    • 提供者:colin3dmax
  1. graphics

    0下载:
  2. 1)给出系统框架。 2)调用画点的函数,分别用DDA、中点Bresenham算法和改进Bresenham算法绘制直线和中点算法绘制直线、用不同的算法绘制圆和椭圆 ,并各自比较算法精度与效率的差别 。 3)实现二维图形的变换。(包括平移,放缩,旋转,错切以及复合变换) 4)运用所学的区域填充算法实现区域填充。 5)运用所学算法实现线段裁剪以及多边形裁剪(多边形裁剪为可选)。 6)自己实现其它附加以及需要完善的功能。 -1) give system framework.
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:319.49kb
    • 提供者:元宝
  1. ch02

    0下载:
  2. 复数的加法法则   复数的加法按照以下规定的法则进行:设z1=a+bi,z2=c+di是任意两个复数,   则它们的和是 (a+bi)+(c+di)=(a+c)+(b+d)i.   两个复数的和依然是复数,它的实部是原来两个复数实部的和,它的虚部是原来两个虚部的和。   复数的加法满足交换律和结合律,   即对任意复数z1,z2,z3,有: z1+z2=z2+z1 (z1+z2)+z3=z1+(z2+z3). 编辑本段复数的乘法法则   规定复数的乘法按照以下的法则进行:   设z1
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:3.26kb
    • 提供者:李江涛
  1. B3006@04.24

    0下载:
  2. 1.支持A,G,R,D,E,U,T,P等命令; 2.可读入.ASM汇编文件或者.COD二进制文件执行; 3.可选择不同的运行方式(全速,单指令,单微指令,暂停); 4.支持中断实验(三级中断源),可以设定中断向量; 5.支持指令集与微指令集的动态扩充; 6.控件动态显示所有重要信号与数据状态(部分控件可点击) -1 supports A, G, R, D, E, U, T, P and other orders 2 read into. AS
  3. 所属分类:Console

    • 发布日期:2017-05-10
    • 文件大小:2.18mb
    • 提供者:张飞
  1. D-Garrage

    0下载:
  2. The header file describes functions that manage the read/write functionality of the program. It is basically a software that stores vehicles (Cars, buses and bikes) as the go in to a garage and out of the garage. It also calculates the aggregate weig
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:26.36kb
    • 提供者:Darizle
  1. L113172240vc6e

    0下载:
  2. 派乐高D协议,实现。通过串口来控制云台的运动,简简单明了,通俗易懂 完整源代码,经测试可直接使用。 -Lego D agreement to send to achieve. Through the serial port to control PTZ movement, siimple and clear, easy to understand the full source code can be directly used by the test.
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:1.98mb
    • 提供者:
  1. upan

    0下载:
  2. 这是一个控制台程序,可以实现开机启动,U盘插入时偷取U盘中的doc,txt,jpg文件,保存在D盘一个系统隐藏的文件夹中,让后发动到邮箱,这里还有一个BUG,加入没有连接网络的话会报错。-This is a console application, you can boot U disk into the theft of the U disk, doc, txt, jpg files, stored in the D drive a system hidden folder, so that
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:13.73kb
    • 提供者:martin
  1. test

    0下载:
  2. 实对称正定矩阵LDL^分解,其中L为单位下三角矩阵,D为对角阵-A recursive algorithm for calculating the eigenvalues of a real symmetric matrix based on LDLT decomposition is given. With this algorithm, the number of eigenvalues of a real symmetric matrix in the given interval c
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:584.13kb
    • 提供者:李昕
  1. Shader4

    0下载:
  2. GLSL进行动态Cube Mapping, 以及静态的Spherical Mapping. 使用w, q, e, a, s, d控制反光球位置,i, I, o, O, p, P 控制反光球方向 z, Z, x, X, c, C控制照相机角度,上 下 左 右控制照相机位置 用v 切换进入Cube mapping 或 Spherical Mapping, Spherical mapping 采用的是另一场景,和天空盒无关。 -The Cube the Mapping of G
  3. 所属分类:Console

    • 发布日期:2017-05-15
    • 文件大小:3.77mb
    • 提供者:陽宸
  1. bufengtouzhen

    0下载:
  2. 布冯投针 找一根铁丝弯成一个圆圈,使其直径恰恰等于平行线间的距离d。可以想象得到,对于这样的圆圈来说,不管怎么扔下,都将和平行线有两个交点。因此,如果圆圈扔下的次数为n次,那么相交的交点总数必为2n。 现在设想把圆圈拉直,变成一条长为πd的铁丝。显然,这样的铁丝扔下时与平行线相交的情形要比圆圈复杂些,可能有4个交点,3个交点,2个交点,1个交点,甚至于都不相交。 由于圆圈和直线的长度同为πd,根据机会均等的原理,当它们投掷次数较多,且相等时,两者与平行线组交点的总数可望也是一样的。这就是说,
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:1.15mb
    • 提供者:s沈云航
  1. data-structure-linear-list

    0下载:
  2. a.输入一组整型元素序列,建立线性表。 b.实现该线性表的遍历。 c.在该线性表中查找某一元素,查找成功显示查找元素,否则显示查找失败。 d.在该线性表中删除或插入指定元素。 实验要求:分别采用线性表的两种存储结构(顺序存储结构、链式存储结构)来实现以上基本操作。 -a. Enter an integer sequence of elements, and to establish a linear table. b. Traversal of the linear tabl
  3. 所属分类:Console

    • 发布日期:2017-11-10
    • 文件大小:2kb
    • 提供者:Mr
« 12 3 »
搜珍网 www.dssz.com