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

搜索资源列表

  1. C++程序设计语言实验三

    0下载:
  2. 实验三:C++编程入门 一、实验内容 1. 类模版。 2. 运算符重载。 3. 友元。 4. 继承。 二、实验题目 1, 设计一个类SavingsAccount,定义一个静态数据成员记录存款的年利率(rate),该类的每个成员都包含一个私有的数据成员balance,表示该成员当前的存款数额。提供一个成员函数CalMonthlyInterest(),用以计算月利息(用balance乘以rate再除以12),并将这个月利息加入balance中。提供一个静态成员函数ModifyRate(
  3. 所属分类:其他小程序

  1. ks0066.rar

    0下载:
  2. 字符液晶驱动C程序! 控制器为HD44780 or KS0066等兼容IC ,LCD testing procedures for char. LCD
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:8137
    • 提供者:刘小姐
  1. s5

    0下载:
  2. 编写一个函数int squeeze(char s1[], const char s2[]),它从字符串s1中删除所有在s2里出现的字符,函数返回删除的字符个数-Write a function int squeeze (char s1 [], const char s2 []), remove it from the string s1 where s2 occurs all the characters, the function returns the number of character
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:852986
    • 提供者:
  1. File

    0下载:
  2. const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-con
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:37488
    • 提供者:yuehua8
  1. HW3-Sheakhah-427220112-mask-laplacian_sobel

    0下载:
  2. it is in image processing field. this code Read TIFF Image then it excute compute histogram and histogram equalization. after that it Write TIFFU unsigned Char.
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:408844
    • 提供者:laila_ksu
  1. Hanoi

    0下载:
  2. 一个Hanoi的小游戏 void Hanoi(int n, char x,char y,char z) { if (n==1) { printf("%c %d %c\n",x,n,z) return } Hanoi(n-1,x,z,y) printf("%c %d %c\n",x,n,z) Hanoi(n-1,y,x,z) }-Hanoi in a game void Hanoi (int n, char x, char
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:6717
    • 提供者:123
  1. zichuanweizhi

    0下载:
  2. 编写一个函数int loc(char * a, char *b),确认a,b两个字符串中一个字符串是否包含另一个字符串,如果包含则返回被包含字符串在另外一字符串的起始位置,如果不包含则返回-1。请在主函数中让用户输入两个字符串,调用该函数进行判断,并输出判断结果。-Write a function int loc (char* a, char* b), confirmed that a, b two string if a string contains another string, if c
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:16435
    • 提供者:huaying
  1. vgaCharswork

    0下载:
  2. vhdl show the char on vga monitor
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2092258
    • 提供者:victor1215
  1. Practice1_14

    0下载:
  2. 字符串交叉输入,就是将一个字符串交叉的输入到了另一个字符串当中,比如: char a[4]="ABCD" char b[4]="abcd" 则char c[8]="AaBbCcDd" -Cross-string input, is to cross a string input to another string of them, such as: char a [4] = "ABCD" char b [4] = "abcd" While char c [8] =
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:6741
    • 提供者:zfm850722
  1. U2A

    0下载:
  2. 自己写的一个函数,作用:将十六进制的char字符串转换成宽字符中文,然后自己再uincode转ascii就可以转成中文输出了。-Writing a function of their role: to be the char hex string into a wide English characters, then their re-ascii on uincode turn can be transformed to the output of the English.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:5635
    • 提供者:
  1. Tool

    0下载:
  2. 一些转换代码,hex to char,char to hex-Some of the conversion code, hex to char, char to hex
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:948
    • 提供者:陈先生
  1. SIN

    0下载:
  2. 简易正弦波发生器 //精英团队提供 //控制信号 :P20 //数据线 :P0口-include <reg52.h> sbit WR2 = P2 ^ 0 unsigned char code sin[256]
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:953
    • 提供者:刘海
  1. chardev.c

    0下载:
  2. The code sample creates a char driver named chardev
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5277
    • 提供者:ashish
  1. char

    0下载:
  2. ili9320 控制芯片,TFT液晶字符显示程序(包含完整工程)-ili9320 control chips, TFT LCD character display works
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:229440
    • 提供者:waiting
  1. s6

    0下载:
  2. 6. 编写一个函数find_replace_str,其原型如下: int find_replace_str(char str[], const char find_str[], const char replace_str[]) 要求:该函数能够完成把字符串str中的所有子串find_str都替换成字符串replace_str,返回值为替换的次数。 -Six. Write a function find_replace_str, w
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:841617
    • 提供者:
  1. wordchose

    0下载:
  2. 进行自负的匹配,- #include<iostream.h> #include <string> using namespace std class String { private: int size char *chr public: String(char* temp) { size=strlen(temp)
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1923
    • 提供者:刘欢
  1. Cstring-transition-char-string-int

    0下载:
  2. Cstring转char、string、int等数据类型的方法,这是我们VC编程经常用到的方法,希望对大家有用!-The transfected char, string, int data type in Cstring. Txt
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:2368
    • 提供者:黄德才
  1. english-char-by-ANN

    0下载:
  2. English char recognition by matlab and A-English char recognition by matlab and ANN
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:1368
    • 提供者:Hayder
  1. Count-char-Memo

    0下载:
  2. Count Char in Tmemo to count how many character in memo
  3. 所属分类:Other windows programs

  1. Char-RNN-PyTorch-master

    2下载:
  2. # Char-RNN-PyTorch 使用字符级别的RNN进行文本生成,使用PyTorch框架。[Gluon实现] ## Requirements - PyTorch 0.2 - numpy ## Basic Usage 如果希望训练网络,使用如下的代码 ```bash python main.py \ --state train \ --txt './data/poetry.txt' \ # 训练用的txt文本 --batch 128 \ # batch_siz
  3. 所属分类:其他

« 12 3 4 5 6 7 »
搜珍网 www.dssz.com