CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 当前 目录 文件

搜索资源列表

  1. iostream2

    0下载:
  2. 编写程序,从键盘输入任意一个字符串,将其内容保存到当前目录的myfile.dat文件中,然后以字符方式从文件中读取该字符串并显示。 -Programming, any keyboard input from a string, save its contents to the current directory myfile.dat files, and then approach the characters read from the file and display the strin
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1032970
    • 提供者:傅扬
  1. exercise6

    1下载:
  2. 编写程序,从键盘输入任意一个字符串,要求以星号“*”为结束符,然后将其内容保存到当前目录的myfile.dat文件中,之后从文件中读取该字符串并显示。要求将该文件中的字符以逆序形式全部打印出来,将相对于文件头偏移量为偶数位置的字符全部打印出来。 -Programming, from keyboard input an arbitrary string require an asterisk " *" as the terminator, and then save its
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:1033001
    • 提供者:李攀
  1. ruby

    0下载:
  2. ruby 示例 create.rb 在Oracle中建立一个叫test的表,并插入一条记录。 locreate.rb 在Oracle中建立一个叫test的表(表中有一个大字段),并插入一条记录。 trans.rb 遍历目录(包括所有子目录)中的某种类型的文件,将符合条件的内容取 出放在一个新文件中,最后,用新文件替换旧文件。 mksql.rb 根据class.def文件的定义,生成各表的insert语句。 ie.rb 打开ie浏
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:8561
    • 提供者:a29768
  1. IpLocator

    0下载:
  2. 有些朋友在C#中使用动态类对象的构造函数/析构函数在对象的初始化/释放时来打开/关闭数据文件,这虽然是一个很好的面向的思想,但托管程序对象的释放时间是不确定的,尤其是ASP.NET的使用,这一方面由于打开的文件未释放会造成资源浪费,更重要的是可能会带来线程并发所造成的共享冲突,另外如果在ASP.NET中使用缓存机制则会增加程序的复杂性和降低模块的独立性、重用性。 基于这些原因,程序中全部使用静态方法,实际上这是由我的另一个C++的程序改写的C#程序,模块的调用很简单,例如,使用当前目录
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:9493
    • 提供者:look
  1. Immunity

    0下载:
  2. Immunity.exe 病毒不驻留内存,也没有采用加密、压缩、变形等技术,启动的时候,首先获取所需的API函数的地址,然后在当前目录下查找host_pe.exe文件,若没有找到,则在Windows目录、System/System32目录下继续查找-Immunity.exe the presence of the virus is not memory, nor the use of encryption, compression, deformation, such as technolog
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:171166
    • 提供者:张晴丽
  1. GetDirectory_Source

    0下载:
  2. 用于得到常用的一些路径:如当前目录,可执行文件目录,Program Files目录,系统目录等。-Used to be commonly used in some path: such as the current directory, executable file directory, Program Files directory, system directory, etc..
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:22630
    • 提供者:codingman
  1. File112

    0下载:
  2. 统提供的WriteProfileInt()等函数,写到注册表或系统ini文件,调用比较麻烦,而且会占用注册表资源,下载了网上的ini类用起来又不太顺手,所以参照写了一个读取当前目录下ini文件的类。程序有详细的注释,欢迎批评指正-EC provided WriteProfileInt () function and so on, wrote the registry or system ini file, is too much trouble to call, and will take up
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:17084
    • 提供者:zoubin
  1. ExcelText

    0下载:
  2. 一个vc++的Excel操作类,可以在当前目录生成Excel文件,也可以读取外部Excel文件,这是个很实用的类库。-A vc++ the Excel type operation can be generated in the current directory of Excel documents can be read by an external Excel file, this is a very practical class.
  3. 所属分类:Other windows programs

    • 发布日期:2016-01-27
    • 文件大小:96279
    • 提供者:361
  1. Cargobin-packingproblem.jsp

    1下载:
  2. 首先,打开MATLAB编辑器,输入该文件中程序码,把文件保存到MATLAB当前目录并命名为zhuangxiang.m,只需在命令窗口中输入zhuangxiang,按回车键,根据提示输入,便可解决贪心算法中货船装箱问题,以求得最优解。 -First of all, open the MATLAB editor, enter the file, program code, save the file to the MATLAB current directory and named zhuang
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:3229
    • 提供者:姚国标
  1. 2

    0下载:
  2. 任意设计一个类(比如point类、RMB类、Student类等),要求 在类设计中对流操作符"<<"和">>"进行重载。在主程序中声明5个该 类的对象,然后将这5个对象分别以文本格式和二进制格式保存到当前目录的zrf.dat文件和zrf.bin中,之后再 以字符方式和二进制方式从文件中读取数据存储到另外5个临时对象中并输出。-Any design of a class (eg point type, RMB class, Student, etc.) requ
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1219383
    • 提供者:闻悦
  1. InvertCode

    0下载:
  2. 一个对程序当前目录下所有文件加密解密程序- a program to encode or decode the file
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:26926
    • 提供者:wangluo
  1. 2005101516344129

    0下载:
  2. PB6.5做的程序自动升级程序 支持多个模块,支持一个模块多个文件,文件位置可不为当前目录. 使用说明:先创建Table,见Table.txt -PB6.5 done automatically upgrade to support multiple modules, a module to support multiple files, the file location from time to the current directory. Instructions fo
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:272711
    • 提供者:zzxxjun2010
  1. Jambi_PE_Virus

    0下载:
  2. 简单的PE病毒,感染当前目录下的.exe文件-sinple PE virus, infect the .exe file under the same directory
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:9862
    • 提供者:lianshibo
  1. vb_database

    1下载:
  2. 功能:智能查询、模拟查询当前目录下*.mdb数据库文件,可把查询结果用电子表格打开编辑,也可把打印查询结果。 历遍当前数据库下的数据表(暂时少于20个)供其选择,若只有1个,直接用之。单击数据网格时,将在条件输入处显示当前行数据;双击数据网格时,将按列排序!-Features: intelligent search, simulated query the current directory*. mdb database file, the query result can be opened
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:32660
    • 提供者:松公子
  1. exercise_2

    1下载:
  2. 从键盘输入任意一个字符串,要求以星号“*”为结束符,然后将其内容保存到当前目录的myfile.dat文件中,之后从文件中读取该字符串并显示。要求将该文件中的字符以逆序形式全部打印出来,将相对于文件头偏移量为偶数位置的字符全部打印出来。-Enter any of the string from the keyboard to require an asterisk " *" as the terminator, and then save its contents to the
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:3289810
    • 提供者:杜娇
  1. DumpSearch

    0下载:
  2. 查找当前目录下所有包含某一字符的txt文件,并将其拷贝到一个文件夹-Search all files include some string in current folder,and copy them to a folder
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:973
    • 提供者:gliu
  1. SIN

    0下载:
  2. 正弦曲线 ROM 数据序列生成器。 用于硬件产生正弦波,避免低层调用SIN函数。 根据DAC的位数不同,可以设置不同的分辨率。 生产的数据在当前目录的SIN.TXT文件中,直接复制到源码中或者烧录ROM、FLASH中。-sin data generater. for DAC use.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:24084
    • 提供者:tmp_tmp_1
  1. W_R_INI

    0下载:
  2. 文件基本操作练习的示例程序 以及如何在console下获取当前目录-Sample files to practice basic operation procedures and how to get in the console under the current directory
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:749
    • 提供者:刘云
  1. piano

    0下载:
  2. 功能: 可以将一般的琴谱转换成win7小工具里面可用的琴谱! 原理: 常规的琴谱都是按a,b,c,d......排音高的,而win7小工具里面那个钢琴是按键位来排的(这样可能更符合实际情况,让我们更加能找到弹钢琴的感觉~),所以这个程序所做的就是一个简单的替换~将a替换成[cap](caps lock键),b替换成a键。。。。。。(注:[enter]是回车键,[pg dn]是上翻页!) bug: 由于钢琴的键是要比我们键盘的要长得多,所以win7小工具里那个钢琴是
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:13410
    • 提供者:罗文
  1. RK4

    0下载:
  2. 1.用四阶 Runge-Kutta 法求数值积分的函数为 RK4 2.此函数的入口参数为:系统维数 dimension,仿真时间 tspan 。 3.tspan 的格式为 [a:h:b] . 其中 a 表示起始时间,h 表示步长,b 表示终止时间。 4.仿真模型的状态方程、输出方程的系数矩阵以及系统初值均存放于文件 input information.txt 中。 5.仿真结果存放于文件 result.txt 中。 6.运行举例: 将 M 文件 RK4.m 和 inpu
  3. 所属分类:Other systems

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