- 博客(13)
- 资源 (3)
- 收藏
- 关注
原创 工作二总结——objective-C中sqlite3数据库的处理(其三) sqlite3数据库事务的使用
#import #import "FMDB.h"const char *databasePath;const char *txtPath;int entityCount, tagCount, mapCount;int main(int argc, const char * argv[]) { if (argc != 3) { NSLog(@"Wrong ar
2014-11-08 15:25:04
772
转载 (转载)objective-C的characterSet知识
Joel on SoftwareThe Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!)by Joel SpolskyWednesday, October 08, 2003E
2014-11-07 11:28:20
819
原创 工作二总结——objective-C中sqlite3数据库的处理(其二)
#import #import "FMDB.h"const char *databasePath;const char *txtPath;int entityCount, tagCount, mapCount;int main(int argc, const char * argv[]) { if (argc != 3) { NSLog(@"Wrong ar
2014-11-02 18:40:13
654
原创 工作二总结——objective-C中sqlite3数据库的处理(其一)
最近有一个小工作任务,根据一组特定格式的乱码,构造sqlite3数据库的
2014-11-02 17:55:29
824
原创 uva-488 三角波
Triangle Wave In this problem you are to generate a triangular wave form according to a specified pair of Amplitude and Frequency.Input and OutputThe input begins with a single positive
2013-08-20 10:30:02
996
原创 uva445 迷宫
Marvelous Mazes Your mission, if you decide to accept it, is to create a maze drawing program. A maze will consist of the alphabetic characters A-Z, * (asterisk), and spaces.Input and
2013-08-19 17:33:53
613
原创 uva-490 旋转句子
该死的题,很久都AC不了Rotating Sentences In ``Rotating Sentences,'' you are asked to rotate a series of input sentences 90 degrees clockwise. So instead of displaying the input sente
2013-08-19 11:54:04
1202
原创 uva414 机器表面
Machined Surfaces An imaging device furnishes digital images of two machined surfaces that eventually will be assembled in contact with each other. The roughness of this final contact is t
2013-08-19 10:21:50
2066
原创 uva-489 刽子手游戏
Hangman Judge In ``Hangman Judge,'' you are to write a program that judges a series of Hangman games. For each game, the answer to the puzzle is given as well as the guesses. Rules are the
2013-08-17 20:16:42
682
原创 编程练习开始
放弃了QQ和新浪,还是来到了优快云。通过这次考研,我侥幸的转型成了理工男,也要渐渐地成为一个程序猿了。博客还是有必要写的,从现在开始,写一些自己编程练习的代码吧。但愿坚持下去,我会变强一些。
2013-08-17 17:29:24
568
mit235移植版.tar.gz
2014-11-02
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人